All of lore.kernel.org
 help / color / mirror / Atom feed
* Unexpected error
@ 2003-08-15  5:40 Brian Tinsley
  0 siblings, 0 replies; 5+ messages in thread
From: Brian Tinsley @ 2003-08-15  5:40 UTC (permalink / raw)
  To: nfs

Hi!

Can anyone elaborate on what may have caused the following error:

Aug 14 22:09:09 clarc02 kernel: nfsd-fh: found a name that I didn't 
expect: files/19
Aug 14 22:09:40 clarc02 last message repeated 2314 times
Aug 14 22:15:56 clarc02 last message repeated 1088 times
Aug 14 22:17:10 clarc02 last message repeated 138 times
Aug 14 22:19:03 clarc02 last message repeated 138 times
Aug 14 22:20:53 clarc02 last message repeated 2 times
Aug 14 22:21:30 clarc02 last message repeated 73 times

The underlying filesystem is reiserfs and there was a high volume of 
writing taking place (or trying to) during this time. None of the writes 
succeeded as the client was returned EEXIST errors. However, the writes 
were reissued in full shortly after the last occurence and everything 
automagically started working properly again.

I'm trying to decipher the source code, but it's a bit out of my area of 
expertise ;-)

Thanks!




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Unexpected error
@ 2003-08-15  6:04 Brian Tinsley
  0 siblings, 0 replies; 5+ messages in thread
From: Brian Tinsley @ 2003-08-15  6:04 UTC (permalink / raw)
  To: nfs

Hi!

Can anyone elaborate on what may have caused the following errors:

Aug 14 22:09:09 clarc02 kernel: nfsd-fh: found a name that I didn't 
expect: files/19
Aug 14 22:09:40 clarc02 last message repeated 2314 times
Aug 14 22:15:56 clarc02 last message repeated 1088 times
Aug 14 22:17:10 clarc02 last message repeated 138 times
Aug 14 22:19:03 clarc02 last message repeated 138 times
Aug 14 22:20:53 clarc02 last message repeated 2 times
Aug 14 22:21:30 clarc02 last message repeated 73 times

The underlying filesystem is reiserfs and there was a high volume of 
writing taking place (or trying to) during this time. None of the writes 
succeeded as the client was returned EEXIST errors. However, the writes 
were reissued in full shortly after the last occurence and everything 
automagically started working properly again.

I'm trying to decipher the source code, but it's a bit out of my area of 
expertise

Thanks!




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Unexpected error
@ 2007-08-14 15:55 shacky
  2007-08-14 16:25 ` shacky
  0 siblings, 1 reply; 5+ messages in thread
From: shacky @ 2007-08-14 15:55 UTC (permalink / raw)
  To: xen-devel, xen-users

When I try to create a new HVM domU i get this error:

guineapig:/etc/xen# xm create fedora.cfg
Using config file "./fedora.cfg".
VNC= 1
Unexpected error: exceptions.OSError

Please report to xen-devel@lists.xensource.com
Traceback (most recent call last):
  File "/usr/sbin/xm", line 10, in ?
    main.main(sys.argv)
  File "//usr/lib64/python/xen/xm/main.py", line 2453, in main
    _, rc = _run_cmd(cmd, cmd_name, args)
  File "//usr/lib64/python/xen/xm/main.py", line 2477, in _run_cmd
    return True, cmd(args)
  File "<string>", line 1, in <lambda>
  File "//usr/lib64/python/xen/xm/main.py", line 1266, in xm_importcommand
    cmd.main([command] + args)
  File "//usr/lib64/python/xen/xm/create.py", line 1309, in main
    dom = make_domain(opts, config)
  File "//usr/lib64/python/xen/xm/create.py", line 1054, in make_domain
    os.kill(vncpid, signal.SIGKILL)
OSError: [Errno 3] No such process

This is my fedora.cfg file:

guineapig:/etc/xen# cat fedora.cfg
kernel  = '/usr/lib/xen/boot/hvmloader'
builder = 'hvm'
memory  = '512'
device_modem = '/usr/lib/xen/bin/qemu-dm'
disk    = [ 'file:/vserver/domans/fedora/fedora-disk.img,ioemu:sda1,w',
'file:/vserver/domans/fedora/fedora-swap.img,ioemu:sda2,w',
'file:/vserver/iso/F-7-x86_64-DVD.iso,ioemu:hdc:cdrom,r' ]
name    = 'fedora'
vif  = [ 'type=ioemu, bridge=xenbr0, vifname=fedora' ]
boot = 'd'
vnc=1
vncviewer=1
sdl=0
on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash    = 'restart'

The problem doesn't happen when I create a "standard" domU without HVM.
This problem happens with a Windows HVM domU too, which was working
well ultil yesterday, but I didn't make any changes on the server...

Could you help me, please?
I searched with Google but I didn't found anything special...

Thank you very much!
Bye.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Unexpected error
  2007-08-14 15:55 Unexpected error shacky
@ 2007-08-14 16:25 ` shacky
  0 siblings, 0 replies; 5+ messages in thread
From: shacky @ 2007-08-14 16:25 UTC (permalink / raw)
  To: xen-devel, xen-users

Ok, I solved! Sorry... :(
It was a problem about the images...

Bye!

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Unexpected Error
@ 2007-10-01  9:15 Toni Marí
  0 siblings, 0 replies; 5+ messages in thread
From: Toni Marí @ 2007-10-01  9:15 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 778 bytes --]

Hi, I'm create a domU WinXp with hvmloader and appear this errors:

Traceback (most recent call last):
  File "/usr/sbin/xm", line 10, in ?
    main.main(sys.argv)
  File "//usr/lib64/python/xen/xm/main.py", line 2453, in main
    _, rc = _run_cmd(cmd, cmd_name, args)
  File "//usr/lib64/python/xen/xm/main.py", line 2477, in _run_cmd
    return True, cmd(args)
  File "<string>", line 1, in <lambda>
  File "//usr/lib64/python/xen/xm/main.py", line 1266, in xm_importcommand
    cmd.main([command] + args)
  File "//usr/lib64/python/xen/xm/create.py", line 1292, in main
    do_console(sxp.child_value(config, 'name', -1))
  File "//usr/lib64/python/xen/xm/create.py", line 1317, in do_console
    (p, rv) = os.waitpid(cpid, os.WNOHANG)
OSError: [Errno 10] No child processes

[-- Attachment #1.2: Type: text/html, Size: 1056 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-10-01  9:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-15  6:04 Unexpected error Brian Tinsley
  -- strict thread matches above, loose matches on Subject: below --
2007-10-01  9:15 Unexpected Error Toni Marí
2007-08-14 15:55 Unexpected error shacky
2007-08-14 16:25 ` shacky
2003-08-15  5:40 Brian Tinsley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.