Re: [Vserver] debian guest under fedora core 4 errors messages

2006-03-17 Thread Herbert Poetzl
On Fri, Mar 17, 2006 at 12:29:18PM +0100, Daniel Hokka Zakrisson wrote:
> jean-marc pouchoulon wrote:
> >for my own "technical skills" what is the problem ?
> >jean-marc
> 
> Because you logged in to the host, your tty (/dev/pts/1) got tagged as 
> belonging to the host. When you just enter the guest (without vlogin), 
> the controlling tty will still be /dev/pts/1, which the guest cannot 
> access.

if there is real interest from the tool maintainers
side, we could add a way to '(re)tag' ptys from the host
(would require to revert them on exit afterwards)

let me know if that would help ...

best,
Herbert

> -- 
> Daniel Hokka Zakrisson
> GPG id: 06723412



> ___
> Vserver mailing list
> Vserver@list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver

___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] debian guest under fedora core 4 errors messages

2006-03-17 Thread Daniel Hokka Zakrisson

jean-marc pouchoulon wrote:

for my own "technical skills" what is the problem ?
jean-marc


Because you logged in to the host, your tty (/dev/pts/1) got tagged as 
belonging to the host. When you just enter the guest (without vlogin), 
the controlling tty will still be /dev/pts/1, which the guest cannot access.


--
Daniel Hokka Zakrisson
GPG id: 06723412


pgpwxiBslXN7k.pgp
Description: PGP signature
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] debian guest under fedora core 4 errors messages

2006-03-17 Thread jean-marc pouchoulon


As I said there, it's not really a problem. If you're really concerned 
about that message though, see patch #4969 for a patch that will fix it.




for my own "technical skills" what is the problem ?
jean-marc
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] debian guest under fedora core 4 errors messages

2006-03-17 Thread Daniel Hokka Zakrisson

jean-marc pouchoulon wrote:

Daniel Kraft wrote:


Hi Jean-Marc!
 


Hi Daniel and thanks.
That's ok
last point on vserver enter

mesg: /dev/pts/1: Operation not permitted

I found this answer

1133720616 M * robig on entering an vserer a message like mesg: /dev/pts/1: 
Operation not permitted apperars, can this be a problem?
1133720648 M * daniel_hozac it shouldn't be. if it is, just use ssh to enter 
the vserver.

a better one ?
thanks again


As I said there, it's not really a problem. If you're really concerned 
about that message though, see patch #4969 for a patch that will fix it.


https://savannah.nongnu.org/patch/?func=detailitem&item_id=4969

--
Daniel Hokka Zakrisson
GPG id: 06723412


pgp04L8oxQxhb.pgp
Description: PGP signature
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] vserver ext3 pb?

2006-03-17 Thread Joel Soete
>
> >
> > it basically says that an entry in that directory
> > does not fulfill some assertion (26638 % 4 = 2 != 0)
> >
> > I don't see how this would be linux-vserver related,
> > but if you try with 2.6.16-rc5 vanilla, it doesn't
> > happen?
> I have severall other parisc systems runing same kernel release on same kind
> of install (i.e. ext3 over sw raid1) and I never met such pb?
>
> > what does e2fsck say to that?
> >
> Weird:
> I umount fs and:
>  # fsck /dev/md/root
> fsck 1.39-WIP (31-Dec-2005)
> e2fsck 1.39-WIP (31-Dec-2005)
> /dev/md/root: recovering journal
> /dev/md/root contains a file system with errors, check forced.
> Pass 1: Checking inodes, blocks, and sizes
> Pass 2: Checking directory structure
> Pass 3: Checking directory connectivity
> Pass 4: Checking reference counts
> Pass 5: Checking group summary information
> /dev/md/root: 85359/256000 files (2.1% non-contiguous), 325965/511968 blocks
> patst007:~ # ll /dev/md/root
> brw---  1 root root 9, 2 Mar 16 11:21 /dev/md/root
> patst007:~ # ll /dev/md2
> brw-rw  1 root disk 9, 2 Jan 24 18:22 /dev/md2
>
> mmm?
>
Hello Herbert,

I just missed to test more.
In fact after this fsck, I was not any more able to mount this fs:
# mount /dev/md2 /DebSidRL
mount: /dev/md2 already mounted or /DebSidRL busy

To be sure, I check again the return code of this fsck:
# fsck -f /dev/md2 ; echo $?
fsck 1.39-WIP (31-Dec-2005)
e2fsck 1.39-WIP (31-Dec-2005)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/md2: 85359/256000 files (2.1% non-contiguous), 325965/511968 blocks
0

But no more success:
# mount /dev/md2 /DebSidRL
mount: /dev/md2 already mounted or /DebSidRL busy

:<(

More sadely, at shutdown time, I can observe:
/dev/sda2 umounted^M
umount2: Device or resource busy^M
umount: /Develop: device is busy^M
umount2: Device or resource busy^M
umount: /Develop: device is busy^M
Unmounting local filesystems failed with error code 1.^M
Shutting down LVM Volume Groups... ^M
  Can't deactivate volume group "vg_raid5" with 3 open logical volume(s)^M
  Can't deactivate volume group "vg00" with 4 open logical volume(s)^M
Mounting root filesystem read-only...done.^M
Will now restart.^M
[331519.52] md: stopping all md devices.^M
[331519.57] md: md4 still in use.^M
[331519.61] md: md1 switched to read-only mode.^M
[331519.66] md: md2 still in use.^M
[331519.70] md: md3 still in use.^M
[331519.74] md: md0 still in use.^M
[331520.78] Restarting system.^M
[331520.82] .^M

Fortuantely, after the reboot (with 2.6.16-rc5-vs2.1.1-rc10-pa1-d32up) all
seems to come bak ok (startup script just did some successfull fsck).

Thanks,
Joel

PS: From location of this server, I don't have (as I would) access to irc
(just a annoying webmail interface), sorry.


---
A free anti-spam and anti-virus filter on all Scarlet mailboxes
More info on http://www.scarlet.be/

___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] debian guest under fedora core 4 errors messages

2006-03-17 Thread jean-marc pouchoulon




Daniel Kraft wrote:

  Hi Jean-Marc!
  

Hi Daniel and thanks.
That's ok 
last point on vserver enter

mesg: /dev/pts/1: Operation not permitted

I found this answer
1133720616 M * robig on entering an vserer a message like mesg: /dev/pts/1: Operation not permitted apperars, can this be a problem?
1133720648 M * daniel_hozac it shouldn't be. if it is, just use ssh to enter the vserver.

a better one ?
thanks again







  
  
  
Cleaning up ifupdown...done.
Deactivating swap...umount: none: not found
umount: /tmp: must be superuser to umount
Not superuser.
done.
Unmounting local filesystems...umount: none: not found
umount: /tmp: must be superuser to umount
umount: /dev/hdv1: not found
umount: /: must be superuser to umount

Saving the System Clock time to the Hardware Clock...
hwclock is unable to get I/O port access:  the iopl(3) call failed.
Hardware Clock updated to Fri Mar 17 07:17:18 UTC 2006.

  
  

cd /vservers/$NAME/etc/

rm rc0.d/K20makedev rc0.d/K25hwclock.sh rc0.d/S30urandom rc0.d/S31umountnfs.sh
rm rc0.d/S35networking rc0.d/S36ifupdown rc0.d/S40umountfs rc0.d/S90halt
rc0.d/K89klogd
rm rc6.d/K20makedev rc6.d/K25hwclock.sh rc6.d/S30urandom rc6.d/S31umountnfs.sh
rm rc6.d/S35networking rc6.d/S36ifupdown rc6.d/S40umountfs rc6.d/S90reboot
rc6.d/K89klogd
rm rcS.d/S05keymap.sh rcS.d/S48console-screen.sh rcS.d/S50hwclock.sh
rcS.d/S40networking
rm rcS.d/S45mountnfs.sh rcS.d/S10checkroot.sh rcS.d/S02mountvirtfs
rm rcS.d/S30procps.sh rcS.d/S35mountall.sh rcS.d/S36mountvirtfs
rcS.d/S39ifupdown
rm rcS.d/S30checkfs.sh rcS.d/S18ifupdown-clean rcS.d/S18hwclockfirst.sh
rm rc2.d/S20makedev rc2.d/S11klogd


hth,
Daniel

  




___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] debian guest under fedora core 4 errors messages

2006-03-17 Thread Daniel Kraft
Hi Jean-Marc!

> Cleaning up ifupdown...done.
> Deactivating swap...umount: none: not found
> umount: /tmp: must be superuser to umount
> Not superuser.
> done.
> Unmounting local filesystems...umount: none: not found
> umount: /tmp: must be superuser to umount
> umount: /dev/hdv1: not found
> umount: /: must be superuser to umount
>
> Saving the System Clock time to the Hardware Clock...
> hwclock is unable to get I/O port access:  the iopl(3) call failed.
> Hardware Clock updated to Fri Mar 17 07:17:18 UTC 2006.


cd /vservers/$NAME/etc/

rm rc0.d/K20makedev rc0.d/K25hwclock.sh rc0.d/S30urandom rc0.d/S31umountnfs.sh
rm rc0.d/S35networking rc0.d/S36ifupdown rc0.d/S40umountfs rc0.d/S90halt
rc0.d/K89klogd
rm rc6.d/K20makedev rc6.d/K25hwclock.sh rc6.d/S30urandom rc6.d/S31umountnfs.sh
rm rc6.d/S35networking rc6.d/S36ifupdown rc6.d/S40umountfs rc6.d/S90reboot
rc6.d/K89klogd
rm rcS.d/S05keymap.sh rcS.d/S48console-screen.sh rcS.d/S50hwclock.sh
rcS.d/S40networking
rm rcS.d/S45mountnfs.sh rcS.d/S10checkroot.sh rcS.d/S02mountvirtfs
rm rcS.d/S30procps.sh rcS.d/S35mountall.sh rcS.d/S36mountvirtfs
rcS.d/S39ifupdown
rm rcS.d/S30checkfs.sh rcS.d/S18ifupdown-clean rcS.d/S18hwclockfirst.sh
rm rc2.d/S20makedev rc2.d/S11klogd


hth,
Daniel

-- 
Daniel Kraft
Heilmeyersteige 131
D-89075 Ulm

Tel: +49 700 572383-66
Fax: +49 700 572383-29

[EMAIL PROTECTED]

Interessant:
* Nachrichten: http://www.szon.de
* Kostenlose Abos: http://www.regio-abo.de
* Motorräder: http://www.honda-kraft.de
* Autos: http://www.autohaus-kraft.de


___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


[Vserver] debian guest under fedora core 4 errors messages

2006-03-17 Thread jean-marc pouchoulon

Hi,

   One of our user want to work with debian.
   We 've created one debian sarge vserver guest under a fedora core 4 
machine.

I have errors when we are stopping the vserver:

Cleaning up ifupdown...done.
Deactivating swap...umount: none: not found
umount: /tmp: must be superuser to umount
Not superuser.
done.
Unmounting local filesystems...umount: none: not found
umount: /tmp: must be superuser to umount
umount: /dev/hdv1: not found
umount: /: must be superuser to umount

Saving the System Clock time to the Hardware Clock...
hwclock is unable to get I/O port access:  the iopl(3) call failed.
Hardware Clock updated to Fri Mar 17 07:17:18 UTC 2006.

   I found on tne web the related problems but no clear answer to deal 
with that.


   thanks for your help.
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver