Re: [Cooker] urpmi and removable media

2002-04-15 Thread Dave Seff
On Monday 15 April 2002 1:15 am, Borsenkow Andrej wrote: > cat /etc/urpmi/urpmi.cfg Aha! Got it. Thanks a bunch. -Dave

RE: [Cooker] urpmi and removable media

2002-04-14 Thread Borsenkow Andrej
> > If this has been brought up, I appologize. I haven't been reading the list > recently. > > Here's the problem: > I have cooker and contrib local on my hard drive. recently I tried to > install > something but urpmi thinks that the medium is removable. It unmounts the > partition and then com

Re: [Cooker] urpmi and removable media

2001-11-05 Thread Guillaume Cottenceau
Philip Van Hoof <[EMAIL PROTECTED]> writes: [...] > int we_have_been_executed_by_a_tty=0; > > if (!isatty(fileno(stdout))) { /* not sure if correct */ fileno(stdout) is always 1. > we_have_been_executed_by_a_tty=1; > } > > if (we_have_been_executed_by_a_tty) { > > printf("We ha

Re: [Cooker] urpmi and removable media

2001-11-05 Thread Guillaume Cottenceau
Borsenkow Andrej <[EMAIL PROTECTED]> writes: > > > > > Nice. Let's make urpmi call eject after installation is done :-) > > > > > > BTW what it does with processes that possible hold device open? > > > > Sorry? > > > > less /mnt/cdrom/readme.txt > switch to another shell > eject cdrom > > wh

Re: [Cooker] urpmi and removable media

2001-11-05 Thread Guillaume Cottenceau
Borsenkow Andrej <[EMAIL PROTECTED]> writes: > Nice. Let's make urpmi call eject after installation is done :-) > > BTW what it does with processes that possible hold device open? Sorry? -- Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/

RE: [Cooker] urpmi and removable media

2001-11-05 Thread Borsenkow Andrej
> > > Assuming we are using normal (not supermounted) media, many people are > > complaining that they cannot eject CD after installing something with > > urpmi/rpmdrake. The reason is obvious - they (programs) mount CDs but do > > not umount them. You may be surprised, but the fact that you have

Re: [Cooker] urpmi and removable media

2001-11-05 Thread Guillaume Cottenceau
Borsenkow Andrej <[EMAIL PROTECTED]> writes: > Assuming we are using normal (not supermounted) media, many people are > complaining that they cannot eject CD after installing something with > urpmi/rpmdrake. The reason is obvious - they (programs) mount CDs but do > not umount them. You may be su