Re: Default DNS lookup command?

2023-10-21 Thread reiner . buehl
Perfect! Then I just need to add an alias to my profile and can use nslookup :-) On 21.10.23 17:58, David Wright wrote: On Sat 21 Oct 2023 at 17:35:21 (+0200), Reiner Buehl wrote: > is there a DNS lookup command that is installed by default on any > Debian Bullseye or Bookworm i

Default DNS lookup command?

2023-10-21 Thread Reiner Buehl
Hi all, is there a DNS lookup command that is installed by default on any Debian Bullseye or Bookworm install? Something that doesn't require as much dependencies as bind9-utils (which provides dig and nslookup) or bind9-host? Best regards, Reiner

lm_sensors coretemp-isa-0000 values below ambient temp

2022-09-18 Thread Reiner Buehl
is a unknown offset that tneeds to be added? I tried adding an offset of 40° with compute temp2 @+40,@+40 but that also increases the critical temperature value from 100 to 140°C which I don't want. Setting the critical threshold with set temp2_crit 100 did not work. It still showed 140. Reiner

Re: ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.

2022-03-27 Thread Reiner Buehl
On 27.03.2022 18:12, Nicholas Geovanis wrote: On Sun, Mar 27, 2022, 7:31 AM Reiner Buehl wrote: Hi all! I am trying to build an amd64 Debian package from sources but the command dpkg-buildpackage -us -uc fails with a number of the following error messages: ERROR

ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.

2022-03-27 Thread Reiner Buehl
thing else that I need to (manually) change? Reiner

Re: LVM activation on boot hangs after crossgrade

2022-03-25 Thread Reiner Buehl
It seems that the command /sbin/lvm pvscan --cache --activate ay 9:0 from the Systemd unit lvm2-pvscan@9:0.service is hanging and blocks all subsequent lvm activities. Am Fr., 25. März 2022 um 20:40 Uhr schrieb Reiner Buehl < reiner.bu...@gmail.com>: > Hi all, > > I am crossgr

LVM activation on boot hangs after crossgrade

2022-03-25 Thread Reiner Buehl
they can't get the lock. What can I do to resolve this? Best regards, Reiner

Re: SD card, exfat, file mtime wrong

2022-01-16 Thread Reiner
exfat driver in order to use only the exfat-fuse driver as described here: https://wiki.debian.org/KernelModuleBlacklisting Also, i have made a symbolic link to the exfat-fuse mount helper program ;-) best regards Reiner Am 15.01.22 um 22:44 schrieb Sven Hoexter: On Tue, Dec 14, 2021 at

Re: SD card, exfat, file mtime wrong

2021-12-14 Thread Reiner
have exfat-fuse build with the patch below and it works fine. See this: https://github.com/relan/exfat/commit/75f28b558a1a86b45308a3e7d0af222624bc2c61 and this: https://github.com/relan/exfat/pull/119 regards Reiner Stallknecht

Re: New mdadm RAID1 gets renamed from md3 to md127 after each reboot

2021-10-03 Thread Reiner Buehl
On 04.10.2021 03:41, Joe Pfeiffer wrote: That's not it then... googling "md127" I found a *bunch* of possible causes. I tried already updating the name attribute, setting the homehost to none and a few others. Unfortunately none helped.

Re: New mdadm RAID1 gets renamed from md3 to md127 after each reboot

2021-10-01 Thread Reiner Buehl
On 02.10.2021 01:32, Joe Pfeiffer wrote: Is it possible you need to update your init ramdisk? Maybe your changes to your mdadm.conf aren't being seen? I do run update-initramfs -u after each change. Shouldn't that be enough to to update the mdadm.conf in the init ramdisk?

Re: New mdadm RAID1 gets renamed from md3 to md127 after each reboot

2021-10-01 Thread Reiner Buehl
On 01.10.2021 16:11, Felix Miata wrote: Mine (old) is like so: # head -n3 /etc/mdadm.conf HOMEHOST DEVICE containers partitions ARRAY /dev/md0 metadata=1.0 name=msi85:0tmp UUID=... I tried changing the HOMEHOST from to but that did not help.

Re: New mdadm RAID1 gets renamed from md3 to md127 after each reboot

2021-10-01 Thread Reiner Buehl
On 01.10.2021 15:50, Linux-Fan wrote: I have observed this in the past, too and do not know how to "fix" it. Why is it necessary for the volume to appear under /dev/md3? Might it be possible to use its UUID instead, i.e. check the output of ls -l /dev/disk/by-uuid to find out if your m

New mdadm RAID1 gets renamed from md3 to md127 after each reboot

2021-10-01 Thread Reiner Buehl
. In the mdadm --detail --scan output, it shows up like this: ARRAY /dev/md/:3 metadata=1.2 name=:3 UUID=41e0a87f:22a2205f:0187c73d:d8ffefea How can I stop the renaming? Best regards, Reiner

Re: Memory allocation failed during fsck of large EXT4 filesystem

2021-07-06 Thread Reiner Buehl
/ and /home are fine on the system. The data on the affected filesystem is a collection of data from different remote sites, so it could be restored but that would take a lot of time. That's why I would like to fix the filesystem so that I can then use more intelligent recovery methods that do not

Re: Memory allocation failed during fsck of large EXT4 filesystem

2021-07-05 Thread Reiner Buehl
schrieb Thomas Schmitt : > Hi, > > Reiner Buehl wrote: > > Is there a quick way to enlarge the swap space > > According to old memories of mine you may create a large, non-sparse file > as you would do for a virtual disk. E.g. by mkfile (which seems not to be > in Debian) o

Memory allocation failed during fsck of large EXT4 filesystem

2021-07-05 Thread Reiner Buehl
Hi all, I have a corrupt EXT4 filesystem where fsck.ext4 fails with the error message: Error storing directory block information (inode=366740508, block=0, num=406081): Memory allocation failed /dev/vg_data/lv_mpg: * FILE SYSTEM WAS MODIFIED * e2fsck: aborted /dev/vg_data/lv_mpg: *

Re: systemd nfs mount blocked until first entered

2021-07-02 Thread Reiner Buehl
I think I found a solution! For whatever reason, my network interface enp5s11 was not in the "auto" line in /etc/network/interfaces. After adding it there and a reboot, the filesystem is mounted correct without any of the x-systemd mount options. Am Fr., 2. Juli 2021 um 19:30 Uhr schr

Re: systemd nfs mount blocked until first entered

2021-07-02 Thread Reiner Buehl
exited, code=exited, status=32/n/a Jul 02 19:26:02 vdr systemd[1]: video.mount: Failed with result 'exit-code'. Jul 02 19:26:02 vdr systemd[1]: Failed to mount /video. Best regards, Reiner Am Fr., 2. Juli 2021 um 19:15 Uhr schrieb Reco : > Hi. > > On Fri, Jul 02, 2021

systemd nfs mount blocked until first entered

2021-07-02 Thread Reiner Buehl
for the vdr process? Do I need different fstab options? Best regards, Reiner

Re: Add /dev/disk/by-id path to mdadm error emails?

2021-06-04 Thread Reiner Buehl
That seems perfect. Many thanks! Am Fr., 4. Juni 2021 um 15:10 Uhr schrieb Dan Ritter : > Reiner Buehl wrote: > > Hello all, > > > > I have setup mdadm to email me when disks in one of my RAID arrays fail. > > Unfortunately the email messages only contain the device as

Add /dev/disk/by-id path to mdadm error emails?

2021-06-04 Thread Reiner Buehl
device in /dev/disk/by-id and that device contains the serial number of the disk, I was wondering if there is a way to add the /dev/disk/by-id information - or just a ls -l /dev/disk/by-id - to that email that would allow me to see which disk really is the failed one? Best regards, Reiner

Cacti logfile access error after upgrade Stretch -> Buster

2021-01-29 Thread Reiner Buehl
I missing some upgrade steps here? Best regards, Reiner

Re: key "cdrom" not found in map source(s).

2020-07-07 Thread Reiner Buehl
key "cdrom" not found in map source(s). Jul 7 18:23:37 bilbo automount[31697]: key "cdrom" not found in map source(s). Best regards, Reiner Am Mo., 6. Juli 2020 um 08:05 Uhr schrieb Andrei POPESCU < andreimpope...@gmail.com>: > On Lu, 06 iul 20, 07:49:09, Reiner B

key "cdrom" not found in map source(s).

2020-07-05 Thread Reiner Buehl
/etc/auto.* files as this message normally points to wrong NFS or other file system exports. I also checked the output of exportfs and did reboot many times but I can't get rid of these messages. Do you have any idea what else could cause them? Best regards, Reiner

Re: Re: Select between 686-pae and amd64 kernel in Grub?

2018-07-25 Thread Reiner Buehl
st specifying "Debian GNU/Linux, with Linux 4.9.0-7-amd64" as option to grub-set-default is enough or do I need to somehow "navigate" into the "Advanced options for Debian GNU/Linux" sub menu? Best regards, Reiner

Select between 686-pae and amd64 kernel in Grub?

2018-07-25 Thread Reiner Bühl
(memtest86+, serial console 115200, experimental multiboot)" { Is there a way - without directly interacting with grub while physically sitting in front of the system during a boot - to get a list of all possible selections to use it in grub-set-default? Best regards, Reiner

Filesystem corruption caused by RAID1 rebuild?

2017-07-23 Thread Reiner Bühl
-adding it to the RAID1 with mdadm --manage /dev/md1 --add /dev/sdl1 ? Or is there anything else I could test? The disk is a Samsung 850 EVO SSD connected via a hot-swap drive enclosure. Best regards, Reiner

Re: Jessie: Problem switching from graphical to text-based login

2015-04-30 Thread Reiner Bühl
Thanks very much! That did it! Am 29.04.2015 22:29, schrieb Michael Biebl: Am 29.04.2015 um 21:31 schrieb Reiner Bühl: Hi, I have installed a new system with Debian Jessie and Xfce. When I try to disable lightdm via systemctl, X11 is stopped as expected, but after the next restart, the

Jessie: Problem switching from graphical to text-based login

2015-04-29 Thread Reiner Bühl
the way to do this with systemd? "systemctl disable lightdm.service" seems to not do it. Best regards, Reiner -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http

Re: RAID1 with multiple partitions

2010-12-10 Thread Reiner Buehl
, do I have to do it again whenever there's a new kernel package? Or in any other situation that I have to watch out for? You only need to install grub on both disks once. After that, there is no need to repeat that again unless you upgrade grub itself. For the other two questions, I c

Cannot create raid5 with 4 disks corectly

2010-12-04 Thread Reiner Buehl
fix this? Regards, Reiner Buehl. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4cfa3a84.2070...@buehl.net

Use RAID1 mirror as backup during dist-upgrade?

2010-01-05 Thread Reiner Buehl
used again after that. Is that correct or can the bad upgrade disk be failed and then the old disk un-failed? How would I tell the system which disk to use? What preparation steps are necessary other than making both/all mirrors bootable? Best regards, Reiner. -- To UNSUBSCRIBE, email to d

Re: Booting fails after moving to another hardware: unable to find root partition

2006-03-20 Thread Reiner Nix
disk manually using gzip + cpio. Thanks Reiner > On Fri, 17 Mar 2006 13:56:02 +0100 > > Reiner Nix <[EMAIL PROTECTED]> wrote: > > Hi, > > > > after moving the contents of my root partition to another host, > > the root partition ist not found while booting.

Booting fails after moving to another hardware: unable to find root partition

2006-03-17 Thread Reiner Nix
urences of the old partition name hda6. What is the best practice to get the host booting? Probably, I need to create a new inital ram disk, how to do this in this environment? Cheers, Reiner -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: How long do I need to compile kernel

2005-06-08 Thread Reiner Knoebl
Hi Vegard! On my 900 MHz AMD it takes abt. 30min., with many drivers and modules. So, my guess for you: One hour? Best regards and keep your disk win-clean! Reiner Hi folks, I am about to compile my first kernel, but since I've heard it can last a while (up to several hours), I will

Sound volume too low, software to increase it?

2005-05-11 Thread Marius Reiner
Hi all, when running Sarge on my laptop, kernel 2.6.7-1-686 and alsa 1.0.5, I had no problem with this. But now I'm running Ubuntu Hoary, which uses 2.6.10-1-386 and alsa 1.0.8, and sound volume is unusable low. As you can see, all mixers are at 100% and unmuted: $ amixer |grep Playback Playbac

Re: RE: Webmin access denied problem

2005-05-09 Thread Dr. Reiner Pietrzak
wishes Reiner -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Qlogic qla2xxx driver under Kernel 2.6.9

2004-11-12 Thread Reiner Dassing
nel I get the following messages/problems during boot: PCI: unable to reserve I/O region#1: [EMAIL PROTECTED] for device :01:04.0 qla2200; Failed to reserve PIO/MMIO regions (000:01:04.0) Has anybody an idea? Thank you for your time! -- With best regards Reiner -- To UNSUBSCRIBE, email to [

fontconfig problem with gimp-1.3 or gimp-2.0 on sid : solved

2004-03-29 Thread reiner
Hello all, the problem was indeed an old fontconfig lib, under /usr/X11R6/lib/ maybe installed from the upstream 4.4 XFree86 package. I' ve moved it out the way :-) now it works Greetings Reiner -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". T

alsa0.9rc5 with linux-2.4.19 on debian unstable <-- sometime

2002-11-06 Thread reiner
urce-0.9beta10 works fine here (maybe i will stay here for a while) What is going on here? What is wrong Greetings Reiner Stallknecht -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: pppoe as user impossible??

2001-06-21 Thread reiner
der.hans wrote: Am 15. Jun, 2001 schwäzte reiner so: The user is member of the right group, I have played with suid root on pppd pon pppoe without success. Look at sudo instead of suid. I think mine is set to allow "/usr/bin/pon provider". I forgot to look today when I had my

Re: pppoe as user impossible??

2001-06-14 Thread reiner
The user is member of the right group, I have played with suid root on pppd pon pppoe without success. Any other hints now? Thanks in advance Reiner Stallknecht

pppoe as user impossible??

2001-06-13 Thread reiner
ve looked in the manual's readme's but no info found. Thanks in advance Reiner Stallknecht

make-kpkg broken ?

2001-06-03 Thread reiner
code make[2]: *** [binary-modules] Error 1 make[1]: *** [kdist_image] Error 2 /bin/sh: ./debian/rules: No such file or directory Need some help here Greetings Reiner Stallknecht

Re: pppoe running as user?

2001-01-29 Thread reiner
56:12 nathan pppd[10027]: write: warning: Input/output error (5) snip What is the reason for the warning message in the last line? greetings Reiner Stallknecht

pppoe running as user?

2001-01-26 Thread reiner
ermissions? I have played with the permissions for /dev/pts also i have set the suid-bit for pppoe because i can't start it as user. Now i can start pppoe as user but with no effect to my problem I have looked in the manual but no info found. Any hints? Reiner Stallknecht [EMAIL PROTECTED]

RE: voodoo5 and debian

2000-12-09 Thread reiner
hoose tdfx as video-driver) Then change it to your preferences. If you got troubles, look in the XFree86-logfile (/var/log/ XFree86.?.log) I have a voodoo4 4500 AGP (runs nice) At the moment the voodoo5 is supported with single chip vsa100 = same performance like voodoo4 Good luck Reiner Stallk

Re: Unusual Lilo "LI" problem

2000-04-03 Thread reiner
Hi, I have'nt followed the thread, so it could be that i repeat someones answer. But here it goes anyway: If you want to boot from an scsi-disk in a mixed ide-scsi setup then do the following: 1. set your bios to boot from scsi first 2. tell LILO about this with (lilo.conf) disk=/dev/sda

Re: Strange kernel crashes

2000-03-27 Thread reiner
[Charset iso-8859-1 unsupported, filtering to ASCII...] > Hi! > I have installed potato recently (with the 2.2.8 install disks) > on my Athlon system (someone might remember the problems I had compiling > a new kernel for it; well that hasn't _yet_ happpened). This system has > 2.2.14, and I

Booting from an 640MB MO-Disk with LILO?

2000-01-27 Thread reiner
Hi all, I need some help to manage booting from an 640MB MO-Disk (2048 bytes per sector) Here are the steps i have done : >From my potato box installed on an IBM scsi-disk (sda) fdisk -b 2048 /dev/sdb (the option -b 2048 is not in the man-page, i found it on a japanese Webserver) Then i have ma

mount/util-linux2.10d-3 broken?

1999-12-22 Thread reiner
Hi all, Yesterday I have updated my K6-2 Potato-Box then I have checked my encrypted file, but I get the message: unsupported encryption type serpent I can´t remeber exactly, but one week ago or so everthing was working fine. At least it was mount/util-linux 2.10 My guess is mount/util-linux2.10d

Re: smail immediate delivery

1999-06-13 Thread reiner
Same behavior here (Full Potato from the I-net) Please let me know if you have a solution to this with best regards Reiner Stallknecht ([EMAIL PROTECTED])

Re: Sanyo 20x CDROM

1997-12-16 Thread Reiner Schnur
s linked to /dev/sjcd which is the proprietary interface and does not work. Good luck, -- Reiner -- -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .