The officially official Devuan Forum!

You are not logged in.

#676 Re: Installation » [SOLVED] any chances to install nvidia-legacy-340xx on Devuan chimaera? » 2022-03-17 20:47:56

Search the forum, I think there is one or the other thread about this topic.

#677 Re: Other Issues » How can we get Parent release name in devuan , for example Bullseye? » 2022-03-15 11:28:53

Not sure if this is a Devuan topic. I guess this file is a copy of the corresponding file from Debian. Just verified with a Bullseye installation in my VBox. There I also get 11.2.

rolfie

#678 Re: Other Issues » [ceres] X session hang [SOLVED] » 2022-03-02 15:27:12

AFAIK slim is depracated, no more maintained for many years now. Give lightdm a try if that works.

#679 Re: Other Issues » Featured in Discover (KDE Plasma) not working » 2022-03-02 14:17:15

swarfendor437 wrote:
rolfie wrote:

Can't comment on Discover and KDE, not my DE.

But what hits my eyes is that for Chimaera you just have enabled main. And for the others also contrib nonfree. Does not make sense. Either all in or all out.

rolfie

That is all that is available to me - should I keep the 'sources' in? Guess it's because I have come from a different GNU/Linux prior to Devuan.

Thanks for your time and input.

Looks like I wasn't clear enough. You wrote:

Chimaera (main)
Chimaera security (main contrib non-free)
Chimaera updates (main contrib non-free)

This is inconsistant. Your entries in the sources.list should read either full blown:

deb http://deb.devuan.org/merged chimaera main non-free contrib
deb http://deb.devuan.org/merged chimaera-security main non-free contrib
deb http://deb.devuan.org/merged chimaera-updates main non-free contrib
deb http://deb.devuan.org/devuan chimaera-proposed-updates main non-free contrib
deb http://deb.devuan.org/merged chimaera-backports main non-free contrib

which I would suggest or

deb http://deb.devuan.org/merged chimaera main 
deb http://deb.devuan.org/merged chimaera-security main 
deb http://deb.devuan.org/merged chimaera-updates main 
deb http://deb.devuan.org/devuan chimaera-proposed-updates 
deb http://deb.devuan.org/merged chimaera-backports main 

if you don't want non-free packages or packages with other licences on your computer. It simply has to be all the same through the lines. As long as you do not compile your own packages, you do not need the sources.

Further readings at: https://www.devuan.org/os/packages

I hope I have made my point clear now.

rolfie

#680 Re: Installation » Question about netinstall to existing UEFI-based system » 2022-03-02 09:32:31

Well, in EFI mode the two installations are completely independent from each other. There is no detection of another Linux, this only works with Windose. You will either have to use the computers BIOS Boot override key or set up a manual grub config. With the downside that you have to modify this with every new kernel manually, there will be no automatic configuration possible.

Apart from that: use manual partitioning, make sure you hit p3 for Chimaera. Note: I have made the experience that with the first boot past the install the efivars are not mounted. I am adding that to the fstab. There are threads about that here in the forum.

If you have further questions, please ask.

rolfie

#681 Re: Other Issues » Featured in Discover (KDE Plasma) not working » 2022-03-01 22:05:35

Can't comment on Discover and KDE, not my DE.

But what hits my eyes is that for Chimaera you just have enabled main. And for the others also contrib nonfree. Does not make sense. Either all in or all out.

rolfie

#682 Re: Installation » [SOLVED] How to blow away efi partition using live-install iso? » 2022-02-24 12:37:17

Can you specify your hardware exactly? It should be possible to install Chimaera per netinstall in efi mode. I would first just install the basic system without DE, make sure all drivers for the HW are present, and then add a DE. This approach should help to overcome all issues.

BTW: I have stumbled across an effect that Chimaera in efi mode does not mount the efivars on first real boot. You have to do that manually once I think, then it works.

rolfie

#684 Re: Hardware & System Configuration » [SOLVED] nfs trouble on Chimaera » 2022-02-19 20:54:58

Got the problem. It was a simple "-" in the wrong place in the /etc/default/nfs-kernel-server. I had in there:

RPCMOUNTDOPTS="--manage-gids --debug-all"

Removing the dash in second option changing it to "--debug all" made the script work.

rolfie

#685 Hardware & System Configuration » [SOLVED] nfs trouble on Chimaera » 2022-02-18 17:52:16

rolfie
Replies: 3

Had to freshly install my file server. The system SSD was defective, data isn't affected. Now the nfs server won't start up. Error message is:

# service nfs-kernel-server restart
Stopping NFS kernel daemon: mountd nfsd.
Unexporting directories for NFS kernel daemon....
Exporting directories for NFS kernel daemon....
Starting NFS kernel daemon: nfsd mountdUsage: rpc.mountd [-F|--foreground] [-h|--help] [-v|--version] [-d kind|--debug kind]
	[-o num|--descriptors num]
	[-p|--port port] [-V version|--nfs-version version]
	[-N version|--no-nfs-version version] [-n|--no-tcp]
	[-H prog |--ha-callout prog] [-r |--reverse-lookup]
	[-s|--state-directory-path path] [-g|--manage-gids]
	[-t num|--num-threads=num] [-u|--no-udp]
 failed!
# showmount -e fs090
clnt_create: RPC: Program not registered 

I don't know how to deal with this situation.

Background info: Xeon 4 core CPU on X99-E WS, 32G RAM, 256G Plextor nvme as system disk, LSI9271 supplying a RAID6 with about 5TB space, two more disks for single shares. Installed from Chimaera netinstall, encrypted LVM, openrc as init, manual installation of xorg, lightdm, Mate desktop, nfs-common, nfs-kernel-server. Latest stock kernel and backports kernels available, 5.15 is the default. It does not matter which one I do boot. The RAID6 is nicely decrypted and mounted, also the two other disks. The export file is a copy of the original one from a backup. Most of the setup I have taken from my notes. Everything should work.

The above error is shown as well during boot as when I try to restart the nfs-server. Also showmount throws an error. The duck does not give hints to this error.

Also tried to drill down how the nfs-server is started. The script in /etc/rc0.d does not contain this specific error printout. How can I find the root cause for the startup failure?

Thanks, rolfie

#686 Re: Other Issues » [SOLVED] Login screen appear after 4 min after setting nftable rules. » 2022-02-14 17:32:24

I am using lightdm with Mate or Cinnamon, no issues, uses elogind.

#687 Re: Installation » The best init system » 2022-02-14 17:27:54

I am using openrc since ASCII.

#688 Re: DIY » Nala (a prettier apt?) » 2022-02-10 18:30:02

Don't break your Devuan ...

#689 Re: Installation » chimera 4.0.0 server install -- seeing desktop ackages being installed » 2022-01-28 17:39:14

I guess you overlooked that per Default the XFCE desktop is ticked.

rolfie

#690 Re: Hardware & System Configuration » Micro SD card problem, cannot fix errors. » 2022-01-26 15:53:28

From man wipefs:

wipefs allows to erase filesystem or raid signatures (magic strings) from the device to make the filesystem invisible for libblkid. wipefs does not erase the whole filesystem or any other data from the device. When used without options -a or -o, it lists all visible filesystems and offsets of their signatures.

#691 Re: Hardware & System Configuration » Micro SD card problem, cannot fix errors. » 2022-01-26 15:04:17

I am not 100% sure what you try to tell us. You say are aware of the bit that only on "Apply" the actual changes are written to the SD cards. Ok, another bit: gparted is a tool that works on partition information and everything around that, not on file systems directly. Its basically a graphical interface for fdisk and mkfs.

Well, after the "Apply" has finished gparted re-reads the partitioning information for all the devices that are available. If then the same structures are presented for the SD card, then obviously the write operation wasn't successful. I would claim that gparted works quite well. And I would conclude that the involved HW isn't working correctly. If gparted displays that the SD card now is empty, then that is the information that came back from the HW.

What exactly means:

The bit I have a problem with is that gparted tells me it had success in deleting the partition, when it clearly didnt, if I unplug and then plug it in again, I can read the files straight away, no windows involved.

This would be some sort of miracle. Maybe SD card and reader are not compatible, or some sort of buffer is involved, or the SD cards are simply crap.

You seem to have tried dd also, also with no result.

If you sum up all these bits and bytes, what do you think about cards and reader?

rolfie

#692 Re: Hardware & System Configuration » Micro SD card problem, cannot fix errors. » 2022-01-26 11:29:20

Some thoughts to the issues:

When plugging in the SD card reader and the card itself: inspect dmesg for hints if the device is write protected.

To gparted: I am using gparted for many years and never had it fail. I started of with gparted life versions, still use them every now and then.

There may be a trap for the unexperienced user: you can prepare a lot of operations, but these are not executed on the real HW before you don't tick the apply button. Are you aware of this?

In addition I suggest to tick the Device Information box in the View menu. Gives you confirmation that you are working on the right device.

If that does not work the card may be defective.

rolfie

#695 Re: Hardware & System Configuration » authorization problems possibly due to frankendevuan (attn: fsmithred) » 2022-01-20 15:49:49

Can't this simply be the su/su - issue with paths?

@OP: have you read the release notes of Beowulf/Chimaera and the changed path setting?

rolfie

#696 Other Issues » Looking for a supported document scanner » 2022-01-15 18:31:30

rolfie
Replies: 5

Well, I want to scan a lot of private documents. My flatbed LIDE220 is fine for a few pages, for more stuff it takes too much time to feed the paper and to turn it if its double sided.

So I am searching for a Linux supported document scanner, holding 20-50 pages, duplex unit, preferred USB3 interface, maybe with ultrasound sensor for a double pull detection.

Suggestions welcome,

rolfie

#697 Re: Desktop and Multimedia » [SOLVED] Broken pkexec in Chimaera » 2022-01-13 19:53:27

My experience is that a reboot past the last upgrade step clears away one or the other hickup with configurations that get lost during such a process.

rolfie

#698 Re: Desktop and Multimedia » [SOLVED] USB Memory stick issue » 2022-01-11 20:58:51

I own two old USB2 memory sticks with 512 MByte, formatted as FAT16. They work fine with Cinnamon/Mate Desktop being automounted etc.

Your stick has an issue with the entries in the partition table:
1.) sdc: detected capacity change from 0 to 521928192
2.) sdc: p1 size 1019340 extends beyond EOD, enabling native capacity
3.) sdc: p1 size 1019340 extends beyond EOD, truncated

Unmount and run a file system check on that device.

rolfie

#699 Re: Other Issues » Escaping the Kiosk » 2022-01-06 21:35:03

For private use you may set up a file server with Linux, holding the data on any file system you like. I run mine with ext4. Some specialists claim that zfs may be better.

I have Samba installed to be able to serve Windows PCs via network, the same files are available to my Linux workstations via nfs.

I have started my file server nearly 20 years ago based on Sarge, still working on Windows. 10 years ago I switched my private family network to Linux workstations, still keeping the ability to use WinXP, Win7 on older PCs and in VMs. The file server in the background still does the job, though I have migrated it to Chimaera. The Samba setup is ages old, just no more SMB1 supported. 

I don't care about defrag, thats a Windows topic for me nowadays. I see no need to care ...

HTH, rolfie

#700 Re: Installation » adduser ? » 2022-01-03 16:40:50

Please check the Release Notes (https://files.devuan.org/devuan_chimaer … _notes.txt) for the path/su issue.

How did you do your install? Sounds a bit like Expert Mode and leaving out one or the other step ...

rolfie

Board footer

Forum Software