Bug in wheezy images, busybox enters infinite loop when mounting .iso

2013-05-07 Thread Julian Rüger
Hi guys, I found a bug in Busybox 1.20.2 (Debian 1:1.20.0-7), but before I report it, I want to make sure it's not a dup of #367605 (https://groups.google.com/forum/?fromgroups=#!searchin/linux.debian.bugs.dist/busybox$20loop/linux.debian.bugs.dist/fT4wUlqfCV4/d920VARKhCwJ). It seems very similar

Re: Bug in wheezy images, busybox enters infinite loop when mounting .iso

2013-05-08 Thread Julian Rüger
Hi Brian! > > Boot debian-7.0.0-amd64-netinst.iso (or any other image, I also > > tested ...CD-1.iso) via grub2 installed on my USB thumb drive. This of > > course only loads the kernel and initrd, so the installer fails to > > "Detect and mount CD-ROM". This is perfectly expected, so I press Alt+

Re: Bug in wheezy images, busybox enters infinite loop when mounting .iso

2013-05-08 Thread Julian Rüger
> If I understand correctly, the cause for the loop-mounting problem is > that the initrd is missing loop.ko, I'll look into that. I can confirm that by adding loop.ko to the initrd, the problem goes away. Loop mounting images is working, and you can continue normal installation without having to

Re: Re: Install from iso (no disc burn)

2013-05-08 Thread Julian Rüger
Hi Harry, Brian and others, > It is far less convenient than booting from an isohybrid and only works > with a netinst ISO if the user is prepared to jump through a number of > small diameter hoops and coerce d-i into co-operating. actually, it is way easier than you make it sound ;) Also, it wor

Re: Re: installing from iso on partition to another partition, avoiding all access to usb

2013-05-08 Thread Julian Rüger
Hello together, it seems you are all thinking way too complicated. As I suggested in the other thread, I'm just gonna post a little howto. So, here it goes: 1. Booting from USB flash, USB hard drive, or internal hd, is basically all the same. You first need to install grub2 on it. If you already

Re: Re: installing from iso on partition to another partition, avoiding all access to usb

2013-05-08 Thread Julian Rüger
Oh, one more thing: > The entry should look like this: > > menuentry "Debian 7.0 wheezy installer, x86_64" { > linux /debian_iso/install.amd/vmlinuz priority=low vga=788 -- > initrd /debian_iso/install.amd/initrd.gz > } This will set the installer to "expert mode", leave out priorit

Re: Re: Install from iso (no disc burn)

2013-05-09 Thread Julian Rüger
Hi Harry, > Thank you for the input and your offer: > Yes I am interested, and please do. you may have seen my post in the other thread, I think I CC-ed you: http://lists.debian.org/debian-user/2013/05/msg00443.html Brian wrote: > [...] I do not consider loopback mode (the > subject of the ma

Re: Re: Install from iso (no disc burn)

2013-05-09 Thread Julian Rüger
> Thank you, yes I saw it. I'm a litte surprised that is what you are > calling easier than it sound :) Well, I tried to accommodate different use cases, so I would only have to post it once. By far the most of it is just the explanation what you are doing and why. Try to understand it and learn

Re: Re: Re: installing from iso on partition to another partition, avoiding all access to usb

2013-05-09 Thread Julian Rüger
Hey Brian, > I did this, although usually I extract only the kernel and the initrd. In that case you need an initrd with the loop module added, I tried to keep this as simple as possible. > I didn't expect this to work and indeed it didn't. My understanding is > that an ext* module is not availa

smartd spamming the console

2017-05-09 Thread Julian Rüger
Hi everyone! I have smartd running on my jessie server, to keep an eye on my raid disks. One of them has a few pending sectors, but nothing major and I don't want to replace it yet. Problem is, every 30 min the following message gets dumped all over my open terminals (ssh as well as local, basica

Re: Using 2nd monitor with Stretch and MATE desktop

2017-05-09 Thread Julian Rüger
Hi Richard! First of all, sorry, no pictures. An easy solution, without trying to achieve what you want on a low level, is to use a screen magnifier such as xzoom. 1. Install the package "xzoom" (sudo apt-get install xzoom) or use the package manager of your choice. 2. Open mate-display-propertie

Re: Using 2nd monitor with Stretch and MATE desktop

2017-05-09 Thread Julian Rüger
EDIT: On a closer look, kmag seems much more intuitive than xzoom. The other instructions still work, just replace xzoom with kmag. In step 9, click the "Mouse" button in kmag's toolbar, to make it follow your mouse cursor. Does that work for you? Best, Julian