Re: [uml-user] [uml-devel] [PATCH 1/5] um/. .. convert #include "linux/..." to #include

2007-08-21 Thread Blaisorblade
d for host headers) - at least that's what I think (I've never asked to Jeff, but I silently deduced this and followed this practice). -- "Doh!" (cit.), I've made another another mistake! Paolo Giarrusso, aka Blaisorb

Re: [uml-user] Slackware 12 root file system script and unknown partition

2007-08-07 Thread Blaisorblade
On lunedì 6 agosto 2007, Blaisorblade wrote: > On giovedì 2 agosto 2007, Peter Chant wrote: > > Chaps, > > > > I'm creating a script to generate a Slackware 12.0 based root file system > > and also a script to run the uml machine. I'm running into a spot

Re: [uml-user] Slackware 12 root file system script and unknown partition

2007-08-06 Thread Blaisorblade
ble, > partitions containing file systems. Googling and examining working file > systems I have downloaded indicates the former, as well as my previous uml > experience. Indeed it is the former - that message "unknown partition table" is the obvious result, but it is harmless ind

Re: [uml-user] Problem with 2.6.22.1 uml kernel and cow

2007-07-30 Thread Blaisorblade
t; > Jeff -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade signature.asc Description: This is a digitally signed message part. ---

Re: [uml-user] unlock_kernel symbol

2007-07-05 Thread Blaisorblade
tree doesn't show anything > controlled by it. Apparently it once meant something, but doesn't any > more. CONFIG_BROKEN allows selecting features known not to work well; CONFIG_BROKEN_ON_SMP allows features which have problems only on SMP. -- Inform me of my mistak

Re: [uml-user] kernel+image compat matrix?

2007-07-05 Thread Blaisorblade
e one noted on the page (and that's because older UML kernels miss a certain complex feature, i.e. full TLS support). > then all is well - just my > inexperience showing. But it would also be nice to have an indication one > way or the other in a prominent place. Well, stating c

Re: [uml-user] ppp and UML -possible? why or why not?

2007-06-14 Thread Blaisorblade
r demostration purposes. But I wanted to throw in this suggestion anyway. -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade - This S

Re: [uml-user] C-c/sig.intr is caught

2007-06-14 Thread Blaisorblade
27;t help. > > I'll try to isolate what getty does, as Jeff suggested; apparently it > registers some signals as well. I suggested openvt for this - this area is related to session and process group management, and involves things like setsid(1) (and setsid(2)) and management of

Re: [uml-user] swap file

2007-05-31 Thread Blaisorblade
mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and t

Re: [uml-user] hostfs broken?

2007-05-31 Thread Blaisorblade
toldconfig ARCH=um" to choose the new options. However, please take one of them (we're more interested in the latest) and do a proper bug report (host machine / distro / 32-64 bit / Uml version ). Ok? -- Inform me of my mistakes, so I can add them to m

Re: [uml-user] swap file

2007-05-31 Thread Blaisorblade
c... http://uml.nagafix.co.uk/, it's the ultimate source. SKAS patches: http://www.user-mode-linux.org/~blaisorblade -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://ww

Re: [uml-user] [uml-devel] doubt in debugging.

2007-05-23 Thread Blaisorblade
le I assume you are _STILL_ using a 2.4 UML kernel, right? -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade - This SF.net email is sponsored

Re: [uml-user] Doubt regarding UML

2007-05-23 Thread Blaisorblade
t kernel. There are. Go to this page: http://user-mode-linux.sourceforge.net/ and look for "debugging" in _that_ page. Then follow the "debugging in SKAS mode". -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso,

Re: [uml-user] Problem installing FC4 guest using NFS

2007-05-22 Thread Blaisorblade
sing the same kernel then I can bring the > networking up simply by logging in as root and doing "ifconfig eth0 > 172.16.0.101 up". -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade -

Re: [uml-user] UML wall clock

2007-05-17 Thread Blaisorblade
to interpolate between jiffies ticks, which means that at each timer tick the host clock may go backwards; the fix (a rewrite of the timing subsystem) is related with HRT, and I don't know the current status not which host kernel you are using. -- Inform me of my mistakes, so I c

Re: [uml-user] UML with hostfs as root and unionfs in the way: Misfeature or bug? Help find who's guilty.

2007-05-16 Thread Blaisorblade
;ve just patched with their > skas patch, thought I have the same problem with their stock kernel. Both > host and guest kernels are linux-2.6.18 debian flavours. Testing more recent UML kernels may help. -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorbla

Re: [uml-user] UML and hostfs - Need help to understand documentation.

2007-05-14 Thread Blaisorblade
CONFIG_TMPFS CONFIG_PROC_FS -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade - This SF.net email is sponsored by DB2 Express Download DB2 Ex

Re: [uml-user] forkbomb into guest

2007-05-14 Thread Blaisorblade
g lower-order memory must be above the same watermark. Since you have about 100 M of free RAM and just 64*8+16 = 528 Kb of free ram on order 1+, the above situation may cause a failure. What do you think of a report such as the above? Is my analisys correct? -- Inform me of my mistakes, so

Re: [uml-user] forkbomb into guest

2007-05-11 Thread Blaisorblade
; fork_handler+0x1ec/0x202 May 9 09:50:35 vm01 kernel: 0b997d1c: > [<08470098>] __restore+0x0/0x8 > > Is this some real bug or just as result of the forkbomb? This is a warning I haven't had the time to investigate over. -- Inform me of my mistakes, so I can add them to my li

Re: [uml-user] Use of switch daemon

2007-05-09 Thread Blaisorblade
some kind of support in other versions (from other sources) of uml_switch, IIRC it was VDE. I don't remember whether VLAN packet can just pass through normal switches, and be forwarded to VLAN-aware ones, but that could also be possible. -- Inform me of my mistakes, so I can add them to

Re: [uml-user] Problem bringing up interface on guest

2007-05-04 Thread Blaisorblade
SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > ___ > User-mode-linux-user mailing list > User-mode-linux-user@

Re: [uml-user] Erratic "INIT: Id 0 respawning too fast" behavior

2007-05-04 Thread Blaisorblade
2.6.21-rc7, which you can find here: http://www.kernel.org/pub/linux/kernel/v2.6/testing/ Patch (on top of 2.6.20): http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.21-rc7.bz2 or full (40M) tarball: http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.21-rc7.tar.bz2 -- Inf

Re: [uml-user] [uml-devel] uml crashes when producing large files

2007-04-29 Thread Blaisorblade
nels (if the console can be seen, I complained about con=null) display a specific error message saying that host memory was exhausted (thanks Jeff). -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade -

Re: [uml-user] [ANNOUNCE] new Debian and Unbuntu filesystem images available for testing

2007-04-29 Thread Blaisorblade
On domenica 29 aprile 2007, Antoine Martin wrote: > Blaisorblade wrote: > > On venerdì 27 aprile 2007, Antoine Martin wrote: > >> Hi all, > >> > >> These images aren't linked from the home page yet. Each page contains a > >> link to the script/comm

Re: [uml-user] UML support for Debian stable's 2.6.18 kernel

2007-04-28 Thread Blaisorblade
On venerdì 13 aprile 2007, Ryan Finnie wrote: > Blaisorblade, > > As you probably know, Debian released etch as stable last week, and > since the 2.6.18 kernel released with it will probably be around for > awhile (they're planning on a 2-year release cycle until lenny), would

Re: [uml-user] Compiling New Modules

2007-04-28 Thread Blaisorblade
#x27;t find a way to get rid of. > > Does anybody knows how to remove that 686, or even better, how to fix > these modules? > > Thanks in advance. > > Fabio -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mod

Re: [uml-user] [ANNOUNCE] new Debian and Unbuntu filesystem images available for testing

2007-04-28 Thread Blaisorblade
lways the latest for the guest (2.6.21) and the hosts > varies (2.6.19.2 for amd64 and 2.6.15 for i386) + skas Applies to any (recent) 32bit UML kernel. You have a bad 64bit host - the bug is the OLDSETOPTIONS support, and I fixed it. 2.6.18 has this bug, but 2.6.18.8 includes my fix. It needs ho

Re: [uml-user] [uml-devel] uml crashes when producing large files

2007-04-28 Thread Blaisorblade
On giovedì 26 aprile 2007, Herbert Volkmann wrote: > Hi Blaisorblade, > > thanks for answering that fast: Yes, and sorry, but I'm short on time and I do not want private emails - please reply on the list (on uml-user actually). So anybody else can continue answering. I'l

Re: [uml-user] UML support for Debian stable's 2.6.18 kernel

2007-04-26 Thread Blaisorblade
ary. Agreed - however, now, stable for 2.6.18 is closed. But I currently do not have the time to maintain anything; I can just help with development from time to time, I fear. I hope situation will change. Bye -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka

Re: [uml-user] Problems in CKRM with UML

2007-03-28 Thread Blaisorblade
ng some grepping, i got "sys_get_thread_area" name for it. > So, I modified "get_thread_area" with "sys_get_thread_area". Wrong change. > Where I have to add stderr=1 ? > in UML command-line parameter to UML ? Yes. Bye and hope all your problems are solved. -- Inform

Re: [uml-user] Problems in CKRM with UML

2007-03-27 Thread Blaisorblade
hes on vanilla 2.6.18 kernel. > (Without CKRM patch) > http://www.user-mode-linux.org/~blaisorblade/patches/guest/uml-2.6.18.1-bb2 >/uml-2.6.18.1-bb2.patch.bz2 and > http://www.user-mode-linux.org/~blaisorblade/patches/guest/uml-2.6.18-bb1/u >ml-2.6.18-bb1.patch.bz2 > But still it U

Re: [uml-user] Problems in CKRM with UML

2007-03-25 Thread Blaisorblade
m memory. > > These problems also comes up with kernel 2.6.18 without CKRM patch. > Is UML is not working properly with kernel 2.6.18 ? > Can I know what is the problem and how to solve it. > > Thank you. -- Inform me of my mistakes, so I can a

Re: [uml-user] install RedHat8 in UML

2007-03-22 Thread Blaisorblade
t initializing the stdio console driver and no more. However when I downloaded first UML we had more modern ones, so _upgrade_. Better yet, there's an extremely beautiful word for this situation: your configuration is _unsupported_ (not for RH8, but for the kernel). Bye! -- Inform me of my

Re: [uml-user] Issue with booting UML on Debian-sarge

2007-03-08 Thread Blaisorblade
different tmpfs location (writable only by the UML user) is a satisfying (but annoying for the sysadmin) solution. Sorry for the hurry! -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade Chiac

Re: [uml-user] Idiot left in charge of UML seeks advice

2007-03-08 Thread Blaisorblade
at first sight? > > Any suggestions for the next diagnostic step would be gratefully received. > > Thanks, > > Daniele -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblad

[uml-user] [PATCH] uml hostfs: fix interaction between hostfs=path1 and -o path2 at mount time (was: Re: hostfs kernel parameter fail?)

2007-03-03 Thread Blaisorblade
On Friday 02 March 2007 22:55, Sylvain Beucler wrote: > Hi, > > On Fri, Mar 02, 2007 at 01:07:49AM +0100, Blaisorblade wrote: > > On Friday 02 March 2007 00:04, Sylvain Beucler wrote: > > > Hi, > > > > > > I'm using a 2.6.20-um host on a 2.6.20-skas

Re: [uml-user] Thnigs I've Learned So Far....

2007-03-03 Thread Blaisorblade
On Friday 02 March 2007 01:27, Russell Robinson wrote: > Hello Blaisorblade, > > Friday, March 2, 2007, 11:05:12 AM, you wrote: > >> 5. If you run certain distributions on your host, you may find > >>it *very* hard or impossible to find a SKAS3 patch > >>

Re: [uml-user] hostfs kernel parameter fail?

2007-03-01 Thread Blaisorblade
t/patches.html? That contains a hostfs rewrite from scratch. We'll keep you posted about the resolution - it is easy to solve, I'm just busy these days. > HOSTFS is compiled as non-module in both kernels. > > Cheers, -- Inform me of my mistakes, so I can add them to my list! Paolo

Re: [uml-user] Thnigs I've Learned So Far....

2007-03-01 Thread Blaisorblade
correction... > > 1. UML is great. Thanks to Jeff and BlaisorBlade and everyone >else involved. Thanks a lot, it is nice to see our work is useful to people. Working on it is fun, but knowing this helps doing the non-funny things. > 2. The site http://user-mode-linux.s

Re: [uml-user] UML unstable

2007-03-01 Thread Blaisorblade
On Thursday 01 March 2007 04:16, Russell Robinson wrote: > Hello Blaisorblade, > > B> This is probably the real source of the crash, from the stack trace. It > is B> used in all sort of pseudo-files (like those in /proc), so I would > say this B> bug seems more likely to b

Re: [uml-user] UML unstable

2007-02-27 Thread Blaisorblade
7a3f28: [<0805b3f2>] handle_syscall+0x86/0xa0 > 0a7a3f74: [<0806a6a2>] handle_trap+0xd8/0xe1 > 0a7a3f90: [<0806aa92>] userspace+0x123/0x173 > 0a7a3fdc: [<0805b131>] fork_handler+0x74/0x7c > 0a7a3ffc: [] 0xa55a5a5a > > Kernel panic - not syncing: Kernel

Re: [uml-user] Problem with compilation

2007-02-27 Thread Blaisorblade
just that it seems that on Ubuntu 6.10 it's needed too. > Well I am trying 2.6.20. > Thanks anyways. -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade Chiacchiera con i tuoi amici in tempo reale! ht

Re: [uml-user] Silent uml_switch

2007-02-21 Thread Blaisorblade
On Thursday 22 February 2007 00:51, Blaisorblade wrote: > On Wednesday 21 February 2007 21:19, Jeroen van der Ham wrote: > > Blaisorblade wrote: > > > Using > /dev/null 2>&1 is not suitable? > > > > Well yes, that might also help. > > However, when

Re: [uml-user] Silent uml_switch

2007-02-21 Thread Blaisorblade
On Wednesday 21 February 2007 21:19, Jeroen van der Ham wrote: > Blaisorblade wrote: > > Using > /dev/null 2>&1 is not suitable? > > Well yes, that might also help. > However, when you supply a daemon mode, I think it is also a good idea to > add a silent feature

Re: [uml-user] Silent uml_switch

2007-02-21 Thread Blaisorblade
On Wednesday 21 February 2007 14:25, Jeroen van der Ham wrote: > Blaisorblade wrote: > > On Tuesday 20 February 2007 17:37, Jeff Dike wrote: > >> On Tue, Feb 20, 2007 at 04:57:40PM +0100, Jeroen van der Ham wrote: > >>> Is it possible to add an option to uml_s

Re: [uml-user] Silent uml_switch

2007-02-21 Thread Blaisorblade
;&> /dev/null' or '>/dev/null 2>&1'. If you're doing this, then there cannot be output on the terminal, unless there is a bug in the shell, or you mean something else. -- Inform me of my mistakes, so I can add them to my list! Paolo Gi

Re: [uml-user] UML Utilities

2007-02-21 Thread Blaisorblade
nation is working > fine for me. Nice to see that 2.6.20 no longer needs the UML kernel > patch. The last time I used used UML, I had to install UML utilities - > http://www.user-mode-linux.org/~blaisorblade/uml-utilities/ > Is this no longer needed? No change on this ever seen

Re: [uml-user] uml_mconsole

2007-02-14 Thread Blaisorblade
se soon we should upload that one to sf.net and other mirrors - can you handle that? It is this file: http://www.user-mode-linux.org/~blaisorblade/uml-utilities/uml_utilities_20060323.tar.bz2 other versions, split-up patches, and tarball signatures here: http://www.user-mode-linux.org/~blaisorblade

Re: [uml-user] TTY Help

2007-02-06 Thread Blaisorblade
looking at this page, it seems that you are supposed to use this syntax - this is what tools expect to see. http://user-mode-linux.sourceforge.net/tty_logging.html -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.or

Re: [uml-user] selinux and UML integration

2007-02-02 Thread Blaisorblade
h your glibc version? > Jeff or Blaisorblade understand this better than I do. (CCed list) Until now, glibc mismatch is a concern only if pcap is used - and luckily there are big warnings about that when compiling. I've not yet found an exception. The general rule is that NSS mu

Re: [uml-user] binding a port channel to a specific IP

2007-02-02 Thread Blaisorblade
Wouldn't it be simpler to setup port forwarding on the host (either with iptables or with a forwarding daemon) than to add this code to UML itself? Optimization is not a concern here, maintainability is. This is just a first opinion, not a decision, so discussion and further ideas are welcome. -

Re: [uml-user] uml upload speed capped at 46KB/s

2007-01-28 Thread Blaisorblade
dditional userspace layer so it is bound to be slower than tuntap. -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade Chiacchiera con i tuoi amici in tempo reale!

Re: [uml-user] How long can the command line be?

2007-01-26 Thread Blaisorblade
p.h contains the definition. On older UMLs it was a lower limit. > How long can the command line be? > > Do you have to use the uml_mconsole to add more options? > > Thank you, > > Nicholas A. Schembri > State College PA USA -- Inform me of my mistakes, so I can add them to my

Re: [uml-user] DSL UML within DSL network problems

2007-01-26 Thread Blaisorblade
On Thursday 25 January 2007 20:36, Maren Peasley wrote: > Hello Blaisorblade, > > I built a new kernel - boot process seems friendlier, but the kernel > hangs as soon as I run "/sbin/ifconfig eth0 up". It gives a message: > > uml_net: relocation error: uml_net: sym

Re: [uml-user] DSL UML within DSL network problems

2007-01-24 Thread Blaisorblade
ve you got good reasons to use ethertap rather than tuntap (which is faster, among other things)? The only one I can remember is a host kernel not supporting tuntap (because it wasn't compiled in). -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade ht

Re: [uml-user] Running uml under valgrind

2007-01-24 Thread Blaisorblade
ike, was needed, but it was never integrated; there were more recent discussions about the subject in these lists, and the technical problem was the support for the clone system call. -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-m

Re: [uml-user] Very low performances on UML

2007-01-23 Thread Blaisorblade
in the results, they could be helpful to other people! Bye! -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade Chiacchiera con i tuoi amici in tempo reale! http

Re: [uml-user] [uml-devel] Something wrong with booting the UML in new kernel

2007-01-23 Thread Blaisorblade
s on your / can cause trouble to both your host and your guest (well, if you boot with init=/bin/sh then there are less problems). -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisor

Re: [uml-user] [uml-devel] I met a question in building the root_fs of UML

2007-01-22 Thread Blaisorblade
On Thursday 18 January 2007 02:35, Qin An wrote: > Hi Blaisorblade, > > Thank you very much for your answering~ > > I have mounted the root_fs and find nothing errorous. I can execute the sh > in the root_fs and can give a view on the text files on the root_fs. > Therefore, I

Re: [uml-user] Very low performances on UML

2007-01-22 Thread Blaisorblade
On Saturday 20 January 2007 17:39, Flavio wrote: > 2007/1/20, Blaisorblade <[EMAIL PROTECTED]>: > > I.e. a SMP processor obviously, right? > > That's right! > > > UML does not support SMP, so it can use just one processor. This is the > > major slowdown

Re: [uml-user] Very low performances on UML

2007-01-19 Thread Blaisorblade
ation than gcc 3). > UML is in skas3 mode. > Command line is "linux ubd0=rootfs.debian ubd1=swapfs.debian > eth0=tuntap,,,192.168.1.110 mem=1000M" > > Please, tell me what can I do... That time is to high!!! -- Inform me of my mistakes, so I can add them to my list!

Re: [uml-user] problems with 2.6 kernel

2007-01-19 Thread Blaisorblade
ve the usual > 3G/1G split. Jeff, could you handle all HOST_VMSPLIT_* cases and send the patch to -stable and git HEAD? -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade Chiacchiera con i tuoi amici in tempo r

Re: [uml-user] problems with 2.6 kernel

2007-01-19 Thread Blaisorblade
On Thursday 18 January 2007 07:04, Pravin wrote: > Hi, > This patch was sent to me by "Blaisorblade" <[EMAIL PROTECTED]> > I tried it and now its working fine without any problems. > > Thanx for the patch > I hope that soon, this patch will become part of mainstr

[uml-user] Using bugzilla for UML bugs?

2007-01-19 Thread Blaisorblade
takes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com --

Re: [uml-user] problem in building the root_fs of UML

2007-01-17 Thread Blaisorblade
? Something I miss? sh uses that prompt, /bin/bash instead of /bin/sh would give you the nicer prompt. But that's not your main problem. -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade Chi

Re: [uml-user] problems with 2.6 kernel

2007-01-17 Thread Blaisorblade
> Is there any configuration mistake that I am doing? > Any idea when and why such error comes? > and how to solve it? -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade Chiacchiera

Re: [uml-user] guidance to solve the problem in the uml compilation

2007-01-17 Thread Blaisorblade
tomic should be a no-op with that disabled. -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.me

Re: [uml-user] no login prompt

2007-01-17 Thread Blaisorblade
On Wednesday 10 January 2007 06:02, Sten Heinze wrote: > Thanks for your immediate answer. It helped me solving the problem, and the > following is just for information. > > Am Mittwoch, 10. Januar 2007 00:58 schrieb Blaisorblade: > > On Tuesday 09 January 2007 17:05, Sten Heinz

Re: [uml-user] no login prompt

2007-01-09 Thread Blaisorblade
:0,fd:1 con=pts ubd0=root_fs devfs=nomount or even linux ubd0=root_fs if you can accept the defaults. For a start, http://uml.nagafix.co.uk/ can be a good site. It includes both binary kernels and pre-built images of various sizes. -- Inform me of my mistakes, so I can add them to my list! Pao

Re: [uml-user] Strange behaviour in virtual machines using "external" virtual bridges and VLANs

2007-01-03 Thread Blaisorblade
t of the above 'patch' will be useful. Inspection of other UML drivers (what I typed above only matters for TUN/TAP) would also be needed; your help in testing at least the main ones will be probably appreciated. However, I probably can't follow actively this bug (especially

Re: [uml-user] UML 2.6.15.5 GDB problem

2007-01-03 Thread Blaisorblade
On Wednesday 03 January 2007 17:42, Blaisorblade wrote: > On Sunday 17 December 2006 18:03, Nicholas Mc Guire wrote: > > Hi ! I've seen Jeff answered you when you reasked. Sorry for the noise, his answer superseeds mine. Bye! -- Inform me of my mistakes, so I can add them to

Re: [uml-user] root device=hostfs COW=file?

2007-01-03 Thread Blaisorblade
've no specific knowledge about them. -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade Chiacchiera con i tuoi amici in tempo reale!

Re: [uml-user] UML 2.6.15.5 GDB problem

2007-01-03 Thread Blaisorblade
the stacktrace (I don't trust gdb enough for this). But if you're trying to debug applications, nothing of this can help, the problem is what I said above. > glibc is not stripped and the applications are compiled with -g3 (the > later should be irrelevant for this problem). > &

Re: [uml-user] breakout of uml

2007-01-03 Thread Blaisorblade
... -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com ---

Re: [uml-user] Strange clock problem

2007-01-03 Thread Blaisorblade
iled on a more recent distribution: > > On Sunday 12 November 2006 21:38, Stephane Bortzmeyer wrote: > >> On Fri, Nov 10, 2006 at 11:53:36PM +0100, > >> Blaisorblade <[EMAIL PROTECTED]> wrote > >> > >> a message of 34 lines which said: > >> >

Re: [uml-user] Error when compiling skas Fedora 6 Vanilla Kernel

2007-01-03 Thread Blaisorblade
s_remap_file_pages > > mm/fremap.c:151: error: previous definition of sys_remap_file_pages was he -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade Chiacchiera con i tuoi amici in tempo rea

Re: [uml-user] How to configure Port mirroring on UML

2007-01-03 Thread Blaisorblade
a low priority, but it could be very helpful to have. > > Tony uml_switch allows running in -hub mode. Now, cascading two different uml_switch'es would do the job. It would be easy to do (if you do not expect them to support Bridge Spanning Trees), and there are two or three dif

Re: [uml-user] Random Crashes with no logs

2006-12-19 Thread Blaisorblade
; nice. It may mean we are getting killed in a different way, so we don't notice. Probably a strace of a crash (now it should be easier to reproduce, reduce your /dev/shm) would show what happens. -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblad

Re: [uml-user] Host files sytems

2006-12-07 Thread Blaisorblade
code, however (I'm thinking to the better cache usage). -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foo

Re: [uml-user] Multicast networking does not work

2006-12-07 Thread Blaisorblade
I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com - Take Sur

Re: [uml-user] Apache segfaults at every request

2006-11-21 Thread Blaisorblade
ine, while I changed nothing in the UML > setup. Strange. But thanks for all those who searched how to help me. Not so much if glibc was updated. Once, UML didn't link over Debian testing, but it was caused by a binutils upgrade and solved by another one. -- Inform me of my mistakes,

Re: [uml-user] runaway uml

2006-11-17 Thread Blaisorblade
w > minutes and then kill -9 it. The host machine is 2.6.19, x86-64 > running ubuntu breezy. I have an older 2.6.10 uml kernel that works > just fine with this root_fs. Any suggestions? Use a 32-bit UML kernel, 64bit ones do not support (yet) emulation for 32bit guest binaries. --

Re: [uml-user] Mounting cdrom && usb pen driv

2006-11-17 Thread Blaisorblade
ion table > ubdb: unknown partition table > ubdc: ubdc1 > [...] > > Thank you so much, > > Flavio. -- Inform me of my mistakes, so I can add them to my list! Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade Chiacchiera con i tuoi amici in tem

Re: [uml-user] Apache segfaults at every request

2006-11-13 Thread Blaisorblade
On Sunday 12 November 2006 21:38, Stephane Bortzmeyer wrote: > On Fri, Nov 10, 2006 at 11:53:36PM +0100, > Blaisorblade <[EMAIL PROTECTED]> wrote > > a message of 34 lines which said: > > 2.6 kernels can run on 2.4 systems > > Each time I try, I get a "FATAL ke

Re: [uml-user] Mounting cdrom && usb pen drive

2006-11-12 Thread Blaisorblade
On Saturday 11 November 2006 10:13, Flavio wrote: > Thank you very much, > > I think you are very kind with me, and I thank you so much for this. > > 2006/11/11, Blaisorblade <[EMAIL PROTECTED]>: > > No, on command line you must use ubdc=/dev/sda; ubdc1 on command lin

Re: [uml-user] Mounting cdrom && usb pen drive

2006-11-10 Thread Blaisorblade
en born knowing all this, but we all expect people to learn. If you want to take a look, you will find this document enlightening: http://catb.org/esr/faqs/smart-questions.html Similar ones can be found by searching for "How to ask smart questions" on Google. Good bye! -- Inform me o

Re: [uml-user] segfaults with /lib/tls

2006-11-10 Thread Blaisorblade
imitating Homer Simpson's "Doh!". Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com -

Re: [uml-user] Apache segfaults at every request

2006-11-10 Thread Blaisorblade
a must on 2.6 guest kernels (while it should be useless on 2.4 guest kernels). -- Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!". Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade Ch

Re: [uml-user] SLiRP doesn't work! (Solution)

2006-11-10 Thread Blaisorblade
mainline fixups and inclusion? I have no idea of what the above code does, but it may also be caused by UML calling it incorrectly (it should give an error, it has no right to segfault anyway). -- Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!". Paolo Gi

Re: [uml-user] [uml-devel] [Pkg-uml-devel] Re: [Pkg-uml-pkgs] Bug#393263: uml-utilities: New version uml_utilities_20060622 has humsify, please update

2006-11-10 Thread Blaisorblade
er trip in -mm might help if somebody takes a look at it (Al Viro did review our fs work in the past so he might decide to give a look here too). -- Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!". Paolo Giarrusso, aka Blaisorblade http://www.user

Re: [uml-user] SLiRP doesn't work!

2006-10-31 Thread Blaisorblade
kernel log... * Running local boot scripts (/etc/rc.local) line_ioctl: > tty0: unknown ioctl: 0x5603 > Slirp v1.0.16 (BETA) > > Copyright (c) 1995,1996 Danny Gasparovski and others. > > All rights reserved. > This program is copyrighted, free softw

Re: [uml-user] [uml-devel] [Pkg-uml-devel] Re: [Pkg-uml-pkgs] Bug#393263: uml-utilities: New version uml_utilities_20060622 has humsify, please update

2006-10-31 Thread Blaisorblade
kes, so I can keep imitating Homer Simpson's "Doh!". Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com --

Re: [uml-user] Edgy Eft and UML (Upstart vs sysvinit)

2006-10-29 Thread Blaisorblade
ne is finally dead. Interesting - but 2.6.17/2.6.18 is supposed to have already fixed the TLS bug on its own, and UML should work on Dapper (and it _does_ work on my Dapper systems, both i386 and x86-64). Did you need the host upgrade to get this fixed or you did both at once? -- Infor

Re: [uml-user] About the gentoo file system updata and rpm tools

2006-10-25 Thread Blaisorblade
y package to be downloaded via http is (in fact it is failing to download files for ssmtp). > Who Could you do a help tell me how can I make the gentoo UML support rpm? Gentoo supports rpm, it's just that the network does not always work well. -- Inform me of my mistakes, so I can k

Re: [uml-user] UML OpenSwan II

2006-10-25 Thread Blaisorblade
mage tell me the > link. At uml.nagafix.co.uk there are Gentoo images, they would short much of the needed work I can guess. -- Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!". Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorbl

Re: [uml-user] UML Wiki Updates?

2006-10-25 Thread Blaisorblade
sted like linux-net.osdl.org that would be good - they've already setup spam filtering and have a competent admin catering to this). What do you think? -- Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!". Paolo Giarrusso, aka Blaisorblade http://www.use

Re: [uml-user] UML & Mandriva 2006: hangs during boot ?

2006-10-25 Thread Blaisorblade
o manage reports?) -- Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!". Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade Chiacchiera con i tuoi amici in tempo

Re: [uml-user] Boot problem

2006-10-25 Thread Blaisorblade
g Homer Simpson's "Doh!". Paolo Giarrusso, aka Blaisorblade http://www.user-mode-linux.org/~blaisorblade Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com --

Re: [uml-user] [uml-devel] Is this a known printk bug?

2006-10-25 Thread Blaisorblade
I'm fighting this one very actively and having interesting results (not all misuses have been fixed and patches are not yet perfect, but it'll work well soon I hope). -- Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!". Paolo Giarrusso, aka Blaisorbla

Re: [uml-user] uml on top of xen vm (test report HOST_* 1G/3G, VM_SPLIT 3G/1G)

2006-10-25 Thread Blaisorblade
On Monday 23 October 2006 14:12, Jacques Landru wrote: > Hi > > Blaisorblade wrote: > > if CONFIG_HOST_* is less than CONFIG_VM_SPLIT it should not show "killed" > > - please try (as a last chance) setting HOST_* to 1G/3G and VM_SPLIT of > > xenU to 3G

  1   2   3   4   5   6   7   8   9   10   >