Please reproduce your error on a second machine before posting, and check the error by running without saved changes or extra modules (See FAQ No. 13, "How to report a bug"). For unstable Porteus versions (alpha, beta, rc) please use the relevant thread in our "Development" section.
-
donald
- Full of knowledge

- Posts: 2106
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Post#77
by donald » 15 Nov 2016, 21:01
@ brokenman
What translation would you use in german?
What I've changed so far:

Imho every linux user knows "Root", no need to Translate..
Bulk Rename Utility is also known in Germany - "Massenumbenennen" sounds like a word originated in the WW2..lol.
donald
-
brokenman
- Site Admin

- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Post#78
by brokenman » 15 Nov 2016, 21:16
Ok so I've added (root) to the Thunar-gksu.desktop file. I also changed the icon in the menu to a red folder color.
Ed_P, thanks for the reminder about updating the version on the forum.
Fulalas, thanks for the system log. It looks like your using realtek. The 4.8.7 kernel saw many updates to intel/i915 video and to network. The next kernel also has many network related fixes. I think it is best to wait for the next kernel. I can upload it to the server tonight.
How do i become super user?
Wear your underpants on the outside and put on a cape.
brokenman
-
donald
- Full of knowledge

- Posts: 2106
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Post#79
by donald » 15 Nov 2016, 22:36
from /var/log/secure
porteus polkitd[903]: Loading rules from directory /etc/polkit-1/rules.d
porteus polkitd[903]: Loading rules from directory /usr/share/polkit-1/rules.d
porteus polkitd[903]: /etc/polkit-1/rules.d/25-guest-mount.rules:10: SyntaxError: syntax error
porteus polkitd[903]: Error compiling script /etc/polkit-1/rules.d/25-guest-mount.rules
donald
-
fulalas
- DEV Team

- Posts: 2060
- Joined: 26 Oct 2016, 15:34
- Distribution: Porteus
- Location: Brazil
Post#80
by fulalas » 16 Nov 2016, 00:53
brokenman wrote:The 4.8.7 kernel saw many updates to intel/i915 video and to network. The next kernel also has many network related fixes. I think it is best to wait for the next kernel. I can upload it to the server tonight.
Great news! I'm waiting to test it

fulalas
-
fulalas
- DEV Team

- Posts: 2060
- Joined: 26 Oct 2016, 15:34
- Distribution: Porteus
- Location: Brazil
Post#81
by fulalas » 16 Nov 2016, 01:17
Blaze, looks like your script removes the garbage that Nvidia driver setup creates, but it doesn't solve the problem I was talking about.
Just to clarify: ldconfig -- called when you activate a xzm module -- checks all libraries and its symlinks, trying to correct something wrong or not in the best situation. So if, for instance, you have two versions of a given library, ldconfig will change all symlinks of this library to the newest version. In the case of Nvidia driver the problem happens with libGL.so.1 symlink that should point to libGL.so.1.0.0 (from Nvidia driver), but Porteus already comes with libGL.so.1.2.0, so ldconfig repoints libGL.so.1 symlink to libGL.so.1.2.0 library, blowing away OpenGL support (and god knows what else).
I ended doing a copy of libGL.so.1.0.0 (Nvidia driver) with the name libGL.so.1.2.0 inside Nvidia driver xzm module, so ldconfig can't mess with it anymore (another solution can be removing libGL.so.1.2.0 during boot, but I didn't test it). If you're interested, here's the link of the patched Nvidia driver 367-57 xzm module:
http://www.mediafire.com/file/3ylt1meyu ... x86_64.xzm
Last edited by
fulalas on 16 Nov 2016, 01:27, edited 1 time in total.
fulalas
-
brokenman
- Site Admin

- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Post#82
by brokenman » 16 Nov 2016, 01:24
I've uploaded the 64bit kernel for you to check. kernel-4.8.8
It's in the x86_64/kernel folder. Please replace vmlinuz and 000-kernel.xzm in your current ISO.
How do i become super user?
Wear your underpants on the outside and put on a cape.
brokenman
-
fulalas
- DEV Team

- Posts: 2060
- Joined: 26 Oct 2016, 15:34
- Distribution: Porteus
- Location: Brazil
Post#83
by fulalas » 16 Nov 2016, 02:10
brokenman wrote:I've uploaded the 64bit kernel for you to check. kernel-4.8.8
It's in the x86_64/kernel folder. Please replace vmlinuz and 000-kernel.xzm in your current ISO.
Cool! I'm using it right now, so the first good news is that it fixes the first problem with my Realtek ethernet wired, which was simply not working at all. Let's hope the second problem (random driver freezing) gets fixed too. Thanks!
fulalas
-
brokenman
- Site Admin

- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Post#84
by brokenman » 16 Nov 2016, 02:41
That's good news. I had a feeling it would be the case.
Regarding the nVidia links, here is what the nVidia site recommends:
http://us.download.nvidia.com/XFree86/L ... nents.html
If there are other libraries whose "soname" conflicts with that of the NVIDIA libraries, ldconfig may create the wrong symlinks. It is recommended that you manually remove or rename conflicting libraries
EDIT:
Removed code as I realized this is not a module you activate.
How do i become super user?
Wear your underpants on the outside and put on a cape.
brokenman
-
fulalas
- DEV Team

- Posts: 2060
- Joined: 26 Oct 2016, 15:34
- Distribution: Porteus
- Location: Brazil
Post#85
by fulalas » 16 Nov 2016, 03:16
brokenman wrote:That's good news. I had a feeling it would be the case.
Regarding the nVidia links, here is what the nVidia site recommends:
http://us.download.nvidia.com/XFree86/L ... nents.html
If there are other libraries whose "soname" conflicts with that of the NVIDIA libraries, ldconfig may create the wrong symlinks. It is recommended that you manually remove or rename conflicting libraries
Great! So we're doing just fine! I'll upload the driver module I've created right now and give people the change to test.
Is there anyone here with a Nvidia card available to test?

fulalas
-
Ed_P
- Contributor

- Posts: 8957
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Post#86
by Ed_P » 16 Nov 2016, 03:45
brokenman wrote:I've uploaded the 64bit kernel for you to check. kernel-4.8.8
It's in the x86_64/kernel folder. Please replace vmlinuz and 000-kernel.xzm in your current ISO.
Should we include the crippled_sources and virtualbox modules too?
fulalas wrote:Is there anyone here with a Nvidia card available to test?

I'll check my wife's notebook later. Any special command or log to check?
Ed_P
-
brokenman
- Site Admin

- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Post#87
by brokenman » 16 Nov 2016, 04:08
Should we include the crippled_sources and virtualbox modules too?
No. Just the kernel files. I'm off to bed now. 2am here.
How do i become super user?
Wear your underpants on the outside and put on a cape.
brokenman
-
Ed_P
- Contributor

- Posts: 8957
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Post#88
by Ed_P » 16 Nov 2016, 04:18
^ Interesting. You're 3 hrs ahead of me. I would have thought only 2.
Ed_P
-
fulalas
- DEV Team

- Posts: 2060
- Joined: 26 Oct 2016, 15:34
- Distribution: Porteus
- Location: Brazil
Post#89
by fulalas » 16 Nov 2016, 04:49
Ed_P wrote:I'll check my wife's notebook later. Any special command or log to check?
Just put this xzm module inside porteus/modules/ then reboot and pray

Now, serious: check if Nvidia Settings opens without any error and that you can run glxgears.
http://www.mediafire.com/file/iigth9v5j ... x86_64.xzm
Ed_P wrote:^ Interesting. You're 3 hrs ahead of me. I would have thought only 2.
We're now on DST (Daylight Savings Time)

fulalas
-
ncmprhnsbl
- DEV Team

- Posts: 4291
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
-
Contact:
Post#90
by ncmprhnsbl » 16 Nov 2016, 07:02
update-flash wasnt getting past the firewall
Code: Select all
[ERROR] An internet connection is required
(if fw off, would work)
tracked it down to this line:
67 --
Code: Select all
is_online && sayok "Internet connection exists"
changed it to:
Code: Select all
is_online_url http://dl.porteus.org && sayok "Internet connection exists"
(like update-firefox)
or
Code: Select all
is_online_url $SERVER && sayok "Internet connection exists"
(like the others)
now works with firewall on..
apologies for not finding this sooner...
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
ncmprhnsbl