Re: Root: mkinitrd ... Permission denied. (?)

2004-05-15 Thread Markus Kolb
Adam Felix Bogacki wrote:
Hi, at the risk of being tiresome (to myself if no one else) ...
[...]
"VFS: Cannot open root device "hdb5" or unknown-block (0,0)
Please append a correct "root= " boot option
Kernel panic: VFS: Unable to mount root fs on unknown block (0,0)"
Googling around has suggested that 2.6.5 has changed the parsing of the 
"root= " boot  argument.
No, there is no change in root argument.
Of course you can define your partitions on different ways.
Are you sure that your root device is hdb5 and maybe not hda5?
"Tux:~# /usr/sbin/mkinitrd -m /boot/initrd.img-2.6.5-1-686 -o 2.6.5custom
/usr/sbin/mkinitrd line 1: /boot/initrd.img-2.6.5-1-686: Permission denied"
What am I missing here ?
Wrong options.
Usage: /usr/sbin/mkinitrd [OPTION]... <-o outfile> [version]
-m is for setting a command to make the image
You should not need it.
mkinitrd -o /boot/initrd.img-2.6.5custom  2.6.5-1-686
should be right for you...
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Help! mkinitrd does not work correct in Sarge anymore?!

2004-05-14 Thread Markus Kolb
Hello,
I have a big problem.
The initrds my installation builds with mkinitrd doesn't work on boot.
It doesn't matter which kernel I use.
I alway see this message at boot:
pivot_root: no such file or directory
/sbin/init: 347: cannot open dev/console : no such file
Kernel panic: Attempted to kill init !
On another machine with Sid installed there has been no problem.
So I copied an initrd from Sid machine to Sarge machine and Sarge can boot.
I thought: Maybe a bug which is corrected in Sid and installed 
initrd-tools, util-linux, e2fsprogs, e2fslibs from Sid in my Sarge.
But that would be too simple.

Can anyone give me a few tips?
Thanks
Markus
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Where to download old Potato packages?

2003-10-20 Thread Markus Kolb
Bijan Soleymani wrote:
On Sun, Oct 19, 2003 at 10:39:10PM +0200, Markus Kolb wrote:

Hi,

where can I find the old Debian Potato release packages?
There is still a directory /debian/dists/potato on ftp.debian.org but 
some packages are lost there.
Same on mirrors ...
I need 
/debian/dists/potato/main/binary-i386/libs/libmime-base64-perl_2.11-2.deb
What happened there?


[...]
So the file you want is at:
http://archive.debian.org/debian-archive/dists/potato/main/binary-i386/libs/libmime-base64-perl_2.11-2.deb
Hope this helps,
Bijan
Ah, ok.
Yesterday I looked at ftp.debian.org in directory debian-archive but 
there was no Potato directory. Only the older releases up to Slink.
That there is a new server at archive.debian.org is new to me.

Thx for your help

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Where to download old Potato packages?

2003-10-19 Thread Markus Kolb
Hi,

where can I find the old Debian Potato release packages?
There is still a directory /debian/dists/potato on ftp.debian.org but 
some packages are lost there.
Same on mirrors ...
I need 
/debian/dists/potato/main/binary-i386/libs/libmime-base64-perl_2.11-2.deb
What happened there?

thx for help

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: LVM install

2003-07-19 Thread Markus Kolb
On Saturday 19 July 2003 20:35, Tom Allison wrote:
> I'm doing a new install from the floppies and was wondering if there
> is anyway to do this with LVM on the drive?
>
> I was thinking of something like:
>
> /boot  ext2
> swap
> /root  ext3
> /dev/LVM...  everything else (home, usr, var, opt, tmp)
>
> Doing this with SuSE was easy.
> Doing this with gentoo was possible.
> I have No Clue on how to do this with Debian.  Are the lv
> applications necessary available during the installation or do I need
> something else?

I do not know any Debian installation media with support for LVM.
So I have installed just a Debian woody base with 
/boot ext2 16 MB
swap
/root reiserfs 200 MB
I have added the LVM utilities and created the LVM partitions after 
having a running base system.
Then I've mounted the lvs to mountpoints like /mnt/usr, /mnt/var, 
/mnt/tmp, ...
next I've done a cp -aR /usr/* /mnt/usr/ and so on.
next I've deleted the contents from /usr with rm -rf /usr/* and mounted 
usr_lv to mountpoint /usr.
After doing this for all lvs and updating /etc/fstab I am ready to 
continue installation with package selection.

Perhaps there are Debian boot floppy images with LVM support and anyone 
will tell us where to find them?!

bye


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]