You are not logged in.
@ralph.ronnquist, Thanks for
git archive --remote=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --format=tgz v6.9.10 | tar xzf - -C mydirnot seen it done that way before, added to my git cheat sheet. ![]()
I have removed haveged from several Devuan systems with no ill effects.
Haveged was made default in the Debian Distro to overcome performance issues after a change to systemd using random to create unique ids.
There was a bug report somewhere if anybody cares to follow up and search for it, of course systemd was not at any point at fault.
Despite having restricted resources (cpu,memory) havaged was even carried forward onto the Raspberry Pi which has a 'real' number generator and therefore can never run out of random numbers.
NB. for real randomness security use a Pi, not your £2K workstation.
My network works perfectly as is.
OK , as long as you are happy with your setup.
@spliskin
rust that causes memory corruption
I read that as "rust that causes memory corrosion"
Amazing how the subconscious mind tries to warn us of the truth.
Last time I tried NVidia dkms did not support kernel versions greater than 6.11.xxx.
Suggest you try to manually run dkms in a console to compile the nvidia drivers and check for errors
@gdstew, either I have misunderstood your reply or you have borked your private network configuration. If you want to fix it I am willing to try but I will need a full breakdown of your current network topology. Is there a reason you are not using the Laptop's and Raspberry Pi's built-in Wifi ?
using a regular Ethernet connection causes problems with a IP addressing conflict
Would it not be better to resolve this conflict, making it possible to access both NFS servers independently as well as have access between them ?
You cannot assign 10.1.10.1 to both eth0 and wlan0.
If you want your wireless network to be a continuation of your existing ethernet network then you need to bridge.
Or
Make a new subnet for your wireless network e.g. 10.1.11.1/255.255.255.0
You will also need a DHCP server for this new subnet and routing configured.
a lot of trial-and-error
With the work you put in for the benefit of others I judge that you are entitled to use the computer science term for that, stepwise refinement ![]()
i'd like to pursue it and figure out all the edge-cases
I don't mind throwing it at my workstation on occasion and reporting back, I guarantee it is an edge case, my /etc/asound.conf contains 724 lines.
Nope. I am wrong, key management is possible in ad hoc.
For AP mode go with the 'hostapd' package ('apt show hostapd')
# Note: IBSS can only be used with key_mgmt NONEkey_mgmt=WPA-PSKMake sure you terminate any\all daemons after config change and before 'ifup wlan0', wpa_supplicant daemon in particular can get 'stuck' and require killing.
Ummm, GPU?
Outputs are capable of carrying digital sound as well as video, so consequently show up in ALSA as individual sink devices.
ls -ld /proc/asound/card1/pcm*
dr-xr-xr-x 4 root root 0 Nov 18 13:07 /proc/asound/card1/pcm3p
dr-xr-xr-x 4 root root 0 Nov 18 13:07 /proc/asound/card1/pcm7p
dr-xr-xr-x 4 root root 0 Nov 18 13:07 /proc/asound/card1/pcm8p
dr-xr-xr-x 4 root root 0 Nov 18 13:07 /proc/asound/card1/pcm9pWindow-size: 11 Lines (four of those are for the GPU alone)
So for a Twin GPU system that could be eight just to start with.
I suppose a scrollbar would cover all bases, don't want to push you to loose the KISS aspect though.
@greenjeans, like'ish your script...wont work for me, running a corner-case here ![]()
Suggestions...
Have a default when 'sed' fails/ .asoundrc is empty ore doesn't exist.
Have the window size itself to the number of entries in the list (its annoying to have to keep resizing to make a selection).
@tux_99
It reads to me like you are saying that the best software to use is that written by the devs that are ignoring best practices and not keeping what they publish up to date.
I find it a little confusing.
find / -xdev -inum 12@tux_99
That was my initial way of thinking too, but it appears that a lot of official guides are not kept up-to-date and therefore don't really teach the current best practices.
Read that again, and then explain to me why you think 'sbuild' by an official Debian developer/packager is the best way to go ?
@stultumanto, I have learnt from your summary, thanks for posting in detail how you resolved it.
@stultumanto, the only other step I can think of is to confirm that the newer hwdb from Excalibur\Trixie does not already have a definition using that keyboard string.
(Im using Daedalus)
strings /lib/udev/hwdb.bin | grep -E 'AT.*eyboard'
AT91SAM HID Keyboard Demo ApplicationSorry I cannot help more.
I do not know how to 'udevadm monitor' and hotplug a laptop keyboard ![]()
Just one thought, I have used\had my desktop re-map my keyboard on login...
Here is another concerning trend
git grep -l '\<systemd\>' linux-stable.git/Documentation/ | wc -l
23Twenty three kernel documents referencing (IBM/RedHat's lets not forget the commercial interest source from whence) systemd.
As far as I am aware only one would be legitimate, SYSFS.
No experience of any of this, my comments below are worth exactly what you pay for them (nothing).
My first foray would be to investigate if usrmerge has broken something.
Make sure the files being accessed are the right files in the right place with appropriate permissions.
I would personally resort to 'strace udevadm ....' as I am used to reading its output and catching unexpected behaviour.
@ralph.ronnquist, the mdadm report looks normal to me (example from Daedalus of four SATA disks raided in pairs)
mdadm --detail --scan
ARRAY /dev/md1 metadata=1.2 name=localhost:1 UUID=bbfe098d:4d1afad0:46f8d336:6e554bce
ARRAY /dev/md0 metadata=1.2 name=localhost:0 UUID=ad7eb025:c0a54024:836db957:a0985a5b@fuchur
Is there a specific reason you are raiding individual partitions ?
Performance will suffer.
check /proc/mdstat to confirm raid integrity '[UU]' (healthy example from Daedalus)
cat /proc/mdstat
Personalities : [raid1]
md0 : active raid1 sdd[0] sde[1]
499975488 blocks super 1.2 [2/2] [UU]
bitmap: 0/4 pages [0KB], 65536KB chunk
md1 : active (auto-read-only) raid1 sdf[0] sdg[1]
499975488 blocks super 1.2 [2/2] [UU]
bitmap: 0/4 pages [0KB], 65536KB chunk
unused devices: <none>These two issues are serious and should be addressed
[ 4.752157] md8: p1 p2 p3 < p5 p6 >
[ 4.754464] md8: partition table partially beyond EOD, truncated
[ 4.757160] md8: p6 size 62914560 extends beyond EOD, truncated.. snip ..
[ 43.777082] md/raid1:md0: active with 1 out of 2 mirrors
In my experience USB device failures can cause other errors especially when a power cycle is triggered.
Disconnect this device if you can.
[ 4.757161] usb 2-8: device descriptor read/64, error -62
[ 4.836704] usb 1-2.4.3: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=52.76
[ 4.839117] usb 1-2.4.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.049056] usb 2-8: device descriptor read/64, error -62
[ 5.153101] usb usb2-port8: attempt power cycle
[ 5.353075] usb 2-8: new full-speed USB device number 4 using ohci-pci
[ 5.765081] usb 2-8: device not accepting address 4, error -62
[ 5.949074] usb 2-8: new full-speed USB device number 5 using ohci-pci
[ 6.361077] usb 2-8: device not accepting address 5, error -62
[ 6.363620] usb usb2-port8: unable to enumerate USB device
Cannot be helpful without more to go on, sorry.
I used apulse with firefox for a while and suffered with bad latency, I assumed it was firefox. After having a hissy fit and purging apulse after my headset refused to work I forgot I had done so and launched firefox to discover the latency was greatly reduced. Not conclusive, but if you can find a method to resize apuls'es buffers it might be worth the effort to try it.
@stultumanto exactly, it has taken me a long time to learn how to not answer ambiguous questions.
I was set this question as a teenager, but I couldn't answer it.
Is there anyone else here on this forum that understands why.
Q: State the three primary colours.