MX-19 Beta 1 Feedback

Message
Author
User avatar
zebedeeboss
Posts: 84
Joined: Mon Dec 27, 2010 12:33 am

Re: MX-19 Beta 1 Feedback

#131 Post by zebedeeboss »

dolphin_oracle wrote: Tue Aug 27, 2019 9:25 am
zebedeeboss wrote: Tue Aug 27, 2019 9:09 am Got it installed using the same method used in antiX19 :D

This works on an RTX series Card

1 Boot to live USB
2 drop to tty login as root (it will probably do this auto due to RTX issues - this is Linux wide and not anything specific to do with Antix)
3 perform a full update & upgrade
4 run nvidia cli commands as per Dolphin instructions - see below
sudo apt install --install-recommends nvidia-driver nvidia-settings nvidia-kernel-dkms libnvidia-encode1
5 run cli-installer
6 reboot

Regards Zeb...
Zeb, did that pull in nvidia-persistenced?

in our user's case here, the drivers are installed but there is an error in the nvidia-persistenced installation.
complete file here

Code: Select all

https://pastebin.com/vNiKMAHX
Hi, Yes it did, here is the end of an apt dist-upgrade

Code: Select all

Processing triggers for hicolor-icon-theme (0.17-2) ...
Errors were encountered while processing:
 nvidia-persistenced
E: Sub-process /usr/bin/dpkg returned an error code (1)
zebedee@mx-2950x:~
Regards Zeb...
Linux User #565092
AMD Ryzen 7 7800X3D | CORSAIR H100x COOLER | GIGABYTE B650M DS3H MB | 32GB Corsair DDR5 5200MHz | GeForce RTX™ 4070 | 1TB SOLIDIGM M.2 NVMe | LIAN LI LANCOOL 215 CASE | 49" G9 QLED Dual-QHD 240Hz Monitor 5120x1440 32:9 1000R Curve

User avatar
Eadwine Rose
Administrator
Posts: 14470
Joined: Wed Jul 12, 2006 2:10 am

Re: MX-19 Beta 1 Feedback

#132 Post by Eadwine Rose »

dolphin_oracle wrote: Tue Aug 27, 2019 9:30 am @ER - nvidia installer does not touch grub
Noob grub user error, have never fiddled in that section there. I had grub set to possibly save last boot option. Now I know what that means ;)
MX-23.6_x64 July 31 2023 * 6.1.0-34amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.216.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030

bigbenaugust
Posts: 56
Joined: Wed Dec 20, 2017 9:41 am

Re: MX-19 Beta 1 Feedback

#133 Post by bigbenaugust »

I just slapped 19b1 on my Lenovo W530 and I went to set up the work VPN (openconnect) to see if I could reproduce the issue I have at home with my MX 18.3 machines, (namely that that I get a 404 and a "can't do HTTP 1.0" sort of an error from openconnect in NetworkManager, but it runs fine from the CLI).

I go to the NetworkManager applet, down to VPN Connections, click Add a VPN Connection, and see that openconnect is an option, so the bits are all installed.
But I select the Cisco OpenConnect option and the VPN tab is missing, so I can't actually configure the connection.

For comparison, my BunsenLabs Lithium box (also Deb 10 based), there is a VPN tab there and I can configure it.

I did notice that MX 19b1 is missing the network-manager-openconnect-gnome package, but BL has it installed.
--Ben

User avatar
anticapitalista
Developer
Posts: 4282
Joined: Sat Jul 15, 2006 10:40 am

Re: MX-19 Beta 1 Feedback

#134 Post by anticapitalista »

bigbenaugust wrote: Tue Aug 27, 2019 10:27 am
I did notice that MX 19b1 is missing the network-manager-openconnect-gnome package, but BL has it installed.
So, if you install that package, does it solve your problem? If it does, then perhaps it should be included on the iso.
anticapitalista
Reg. linux user #395339.

Philosophers have interpreted the world in many ways; the point is to change it.

antiX with runit - lean and mean.
https://antixlinux.com

bigbenaugust
Posts: 56
Joined: Wed Dec 20, 2017 9:41 am

Re: MX-19 Beta 1 Feedback

#135 Post by bigbenaugust »

anticapitalista wrote: Tue Aug 27, 2019 10:37 am
bigbenaugust wrote: Tue Aug 27, 2019 10:27 am
I did notice that MX 19b1 is missing the network-manager-openconnect-gnome package, but BL has it installed.
So, if you install that package, does it solve your problem? If it does, then perhaps it should be included on the iso.
Well, you can all slap me now. :p
I did a

Code: Select all

sudo apt search network-manager-openconnect-gnome 
and it returned nothing at all, so I was curious if y'all were hiding the package for some reason.
But this is a fresh install and a

Code: Select all

sudo apt update
is necessary first. Oops.

So that works and it actually connects, unlike MX 18! Thanks, I'll go back to feeling silly now.
--Ben

User avatar
dolphin_oracle
Developer
Posts: 22076
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-19 Beta 1 Feedback

#136 Post by dolphin_oracle »

Eadwine Rose wrote: Tue Aug 27, 2019 10:07 am
mcury wrote: Tue Aug 27, 2019 6:27 am I'm getting errors during codecs install, first installed nvidia driver, which worked.
Performed a reboot, installed the codecs and when it was around 99% (Fix missing dependencies), it presented me an error: Error running 'apt-get -fm install' command.
Just stating for the record that I have this happening here as well.
you nvidia users...
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
dolphin_oracle
Developer
Posts: 22076
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-19 Beta 1 Feedback

#137 Post by dolphin_oracle »

zebedeeboss wrote: Tue Aug 27, 2019 10:15 am
dolphin_oracle wrote: Tue Aug 27, 2019 9:25 am
zebedeeboss wrote: Tue Aug 27, 2019 9:09 am Got it installed using the same method used in antiX19 :D

This works on an RTX series Card

1 Boot to live USB
2 drop to tty login as root (it will probably do this auto due to RTX issues - this is Linux wide and not anything specific to do with Antix)
3 perform a full update & upgrade
4 run nvidia cli commands as per Dolphin instructions - see below
sudo apt install --install-recommends nvidia-driver nvidia-settings nvidia-kernel-dkms libnvidia-encode1
5 run cli-installer
6 reboot

Regards Zeb...
Zeb, did that pull in nvidia-persistenced?

in our user's case here, the drivers are installed but there is an error in the nvidia-persistenced installation.
complete file here

Code: Select all

https://pastebin.com/vNiKMAHX
Hi, Yes it did, here is the end of an apt dist-upgrade

Code: Select all

Processing triggers for hicolor-icon-theme (0.17-2) ...
Errors were encountered while processing:
 nvidia-persistenced
E: Sub-process /usr/bin/dpkg returned an error code (1)
zebedee@mx-2950x:~
Regards Zeb...
thanks. confirms my suspicion that debian is mucking this up this morning. might be OK later today.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
Dede
Posts: 14
Joined: Fri Mar 08, 2019 5:50 pm

Re: MX-19 Beta 1 Feedback

#138 Post by Dede »

Paul.. wrote: Tue Aug 27, 2019 7:38 am
Dede wrote: Tue Aug 27, 2019 4:22 am Root Terminal disappeared?
Please elaborate. Your comment as it appears is not helpful to developers without more details.

It's not in the system, I can't find it anywhere...

User avatar
entropyfoe
Posts: 615
Joined: Thu Apr 19, 2007 11:42 am

Re: MX-19 Beta 1 Feedback nvidia-persistenced

#139 Post by entropyfoe »

Here is the tail of that ddm.log for the nvidia-persistenced error. I am not sure how big a deal this is, nvidia is loaded, working, and video with comptom compositing is working fine.

Code: Select all

Setting up nvidia-persistenced (418.56-1) ...
Warning: The home dir /var/run/nvpd/ you specified can't be accessed: No such file or directory
Adding system user `nvpd' (UID 119) ...
Adding new group `nvpd' (GID 129) ...
Adding new user `nvpd' (UID 119) with group `nvpd' ...
Not creating home directory `/var/run/nvpd/'.
Starting NVIDIA Persistence Daemon
nvidia-persistenced failed to initialize. Check syslog for more details.
invoke-rc.d: initscript nvidia-persistenced, action "start" failed.
dpkg: error processing package nvidia-persistenced (--configure):
 installed nvidia-persistenced package post-installation script subprocess returned error exit status 1
Setting up nvidia-egl-icd:amd64 (418.74-1) ...
Setting up nvidia-egl-icd:i386 (418.74-1) ...
Setting up libnvidia-encode1:amd64 (418.74-1) ...
Setting up nvidia-driver-libs:amd64 (418.74-1) ...
Setting up nvidia-driver-libs:i386 (418.74-1) ...
Setting up nvidia-driver-libs-i386:i386 (418.74-1) ...
Processing triggers for nvidia-alternative (418.74-1) ...
update-alternatives: updating alternative /usr/lib/nvidia/current because link group nvidia has changed slave links
Setting up nvidia-kernel-dkms (418.74-1) ...
Loading new nvidia-current-418.74 DKMS files...
Building for 4.19.0-5-amd64
Building initial module for 4.19.0-5-amd64
Done.

nvidia-current.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/4.19.0-5-amd64/updates/dkms/

nvidia-current-modeset.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/4.19.0-5-amd64/updates/dkms/

nvidia-current-drm.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/4.19.0-5-amd64/updates/dkms/

nvidia-current-uvm.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/4.19.0-5-amd64/updates/dkms/

depmod...
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down

DKMS: install completed.
Setting up nvidia-driver (418.74-1) ...
Processing triggers for libc-bin (2.28-10) ...
Processing triggers for initramfs-tools (0.133) ...
update-initramfs: Generating /boot/initrd.img-4.19.0-5-amd64
cryptsetup: WARNING: The initramfs image may not contain cryptsetup binaries 
    nor crypto modules. If that's on purpose, you may want to uninstall the 
    'cryptsetup-initramfs' package in order to disable the cryptsetup initramfs 
    integration and avoid this warning.
W: Possible missing firmware /lib/firmware/nvidia/gv100/acr/ucode_load.bin for module nouveau
I: The initramfs will attempt to resume from /dev/nvme0n1p2
I: (UUID=4ce88423-c5cf-4a69-b6d4-1d9fcafa7353)
I: Set the RESUME variable to override this.
Processing triggers for update-glx (1.0.0) ...
Processing triggers for glx-alternative-nvidia (1.0.0) ...
update-alternatives: using /usr/lib/nvidia to provide /usr/lib/glx (glx) in auto mode
Processing triggers for glx-alternative-mesa (1.0.0) ...
Processing triggers for systemd (1:241-5+mx19+2) ...
Processing triggers for libc-bin (2.28-10) ...
Processing triggers for initramfs-tools (0.133) ...
update-initramfs: Generating /boot/initrd.img-4.19.0-5-amd64
cryptsetup: WARNING: The initramfs image may not contain cryptsetup binaries 
    nor crypto modules. If that's on purpose, you may want to uninstall the 
    'cryptsetup-initramfs' package in order to disable the cryptsetup initramfs 
    integration and avoid this warning.
W: Possible missing firmware /lib/firmware/nvidia/gv100/acr/ucode_load.bin for module nouveau
I: The initramfs will attempt to resume from /dev/nvme0n1p2
I: (UUID=4ce88423-c5cf-4a69-b6d4-1d9fcafa7353)
I: Set the RESUME variable to override this.
Errors were encountered while processing:
 nvidia-persistenced
E: Sub-process /usr/bin/dpkg returned an error code (1)
Finished
Last edited by entropyfoe on Tue Aug 27, 2019 11:21 am, edited 1 time in total.
MX 23.5 on Asus PRIME X470-PRO
AMD Ryzen 3600X (12 threads @ 3.8 GHz)
32 Gig DDR4 3600 (Crucial CL 16)
Nvidia GeForce GT 710
Samsung 970 NVMe nvme0n1 P1-3=MX-23.5, P4=testing
Samsung 980 NVMe =1TB Data, plus 2TB WD =backups
on-board ethernet & sound

User avatar
Eadwine Rose
Administrator
Posts: 14470
Joined: Wed Jul 12, 2006 2:10 am

Re: MX-19 Beta 1 Feedback

#140 Post by Eadwine Rose »

dolphin_oracle wrote: Tue Aug 27, 2019 11:06 am
Eadwine Rose wrote: Tue Aug 27, 2019 10:07 am
mcury wrote: Tue Aug 27, 2019 6:27 am I'm getting errors during codecs install, first installed nvidia driver, which worked.
Performed a reboot, installed the codecs and when it was around 99% (Fix missing dependencies), it presented me an error: Error running 'apt-get -fm install' command.
Just stating for the record that I have this happening here as well.
you nvidia users...
Yeah.. I know.. we're an annoying lot huh. :laugh:
MX-23.6_x64 July 31 2023 * 6.1.0-34amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.216.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030

Locked

Return to “General”