Displaying 9 results from an estimated 9 matches for "halasz".
2005 Jul 07
2
bug(?) in 2.11
...it=/linuxrc
but when I try to boot I got this mesasge:
Could not find kernel image: /boot/i.386/
Same symptomes are with slash and backslash too. I think, the parses
don't understand the directory separator characters and count as the
part of filename.
ps
Sorry for my english
--
Gabor HALASZ <halasz.g at freemail.hu>
2007 Mar 14
1
userdb-vpopmail.c bug in rc27
..."lookup user=%s domain=%s",
vpop_user, vpop_domain);
I think, te correct version is:
auth_request_log_debug(request, "vpopmail",
"lookup user=%s domain=%s",
vpop_user, vpop_domain);
--
Gabor HALASZ <halasz.g at freemail.hu>
2005 Nov 03
1
domU compilation failure on x86_64
...ux-2.6.12.6-xen0''
make[2]: *** [build] Error 2
make[2]: Leaving directory `/usr/src/xen/xen3''
make[1]: *** [linux-2.6-xen0-install] Error 2
make[1]: Leaving directory `/usr/src/xen/xen3''
make: *** [install-kernels] Error 1
xen:/usr/src/xen/xen3#
What can I do?
--
Gabor HALASZ <halasz.g@freemail.hu>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2006 May 17
0
Early segfault
...: AMD Athlon(tm) 64 Processor 3000+
The xen changeset: 9679:7ae0f83cf355
The kernel changeset: 22486:2d8d2129910f
The os is a Debian Sarge, Amd64, fresh installation.
Whats wrong? I tried to find the line 1729 in mm.c, but the mm.c files
are significant shorter than 1729 lines.
--
Gabor HALASZ <halasz.g@freemail.hu>
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Sep 08
0
Segfault at reboot caused by pciback.hide
...ooting, the state of first md deveice is
clean, but the second md device is dirty and starts the remirror
procedure. The halt procedure stops cleanly the machine (the halt
command or acpi button event). The reboot works correctly without the
pciback.hide parameter. Any idea?!
Thanks
--
Gabor HALASZ <halasz.g@freemail.hu>
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Nov 02
0
dual-head xen question
...Can I use my 2nd vga card (and 2nd keyboard and mouse) in domU? I tried
to hide the additional card from dom0 and exported into domU, but I got
console messages from domU in xen console, not on the 2nd monitor. What
can I do? How can I disable the console redirection from domU?
Thanks
--
Gabor HALASZ <halasz.g@freemail.hu>
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2005 Sep 12
0
3.11 - can't boot dos
Hi!
I tried to boot dos from an USB drive, but only got one dot and six
unreadable character after a syslinux welcome message. With memdisk, I
got only syslinux welcome and one dot. Whats wrong?
Thanks
--
Gabor HALASZ <halasz.g at freemail.hu>
2000 Nov 22
1
Configuration Trouble
...d:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
route:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.2.0.0 * 255.255.255.0 UG 0 0 0 tap0
Any help will be very appreciated.
Thanks,
Steve Halasz
-
Tinc: Discussion list about the tinc VPN daemon
Archive: http://mail.nl.linux.org/lists/
Tinc site: http://ftp.nl.linux.org/pub/linux/tinc/
2004 Mar 12
1
Tinc over httptunnel
Hi,
I'm having some trouble trying to run tinc over GNU httptunnel. On
server A I have:
/etc/tinc/netname/tinc-up:
#!/bin/sh
ifconfig $INTERFACE 10.3.0.1 netmask 255.255.0.0
/usr/bin/hts -F localhost:655 8888
/etc/tinc/netname/hosts/A:
Address = foo.com
Subnet = 10.3.0.0/24
TCPonly = yes
/etc/tinc/netname/hosts/B:
ConnectTo = A
Subnet = 10.4.0.0/24
TCPonly = yes