Re: Missing /media/cdrom0 dir during install

2004-09-24 Thread Michael Lueck
Greg Madden wrote:
/media/cdrom0 is created by discover.
I disagree with that, it looks like it creates a link between the device and the 
directory which it only checks for the existance of...
/etc# grep -r cdrom0 *
==
fstab:/dev/hdc/media/cdrom0   iso9660 ro,user,noauto  0   0
init.d/discover:if [ -e /dev/cdrom0 ]
init.d/discover:ln -fs /dev/cdrom0 /dev/cdrom
init.d/discover:ln -fsn "${CDROM_BASE_MOUNTPOINT}cdrom0" 
"${CDROM_BASE_MOUNTPOINT}cdrom"
init.d/discover:echo "Cannot create link from "$CDROM_BASE_MOUNTPOINT"cdrom to 
"$CDROM_BASE_MOUNTPOINT"cdrom0," >&2
rcS.d/S36discover:if [ -e /dev/cdrom0 ]
rcS.d/S36discover:ln -fs /dev/cdrom0 /dev/cdrom
rcS.d/S36discover:ln -fsn "${CDROM_BASE_MOUNTPOINT}cdrom0" 
"${CDROM_BASE_MOUNTPOINT}cdrom"
rcS.d/S36discover:echo "Cannot create link from "$CDROM_BASE_MOUNTPOINT"cdrom to 
"$CDROM_BASE_MOUNTPOINT"cdrom0," >&2
And by the way, no script seems to be around to remove the directory...
--
Michael Lueck
Lueck Data Systems
Remove the upper case letters NOSPAM to contact me directly.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Missing /media/cdrom0 dir during install

2004-09-24 Thread Michael Lueck
Michael Lueck wrote:
I disagree with that, it looks like it creates a link between the device 
and the directory which it only checks for the existance of...
Never mind, upon looking in the script there is a rm -rf which indeed can nuke dirs! Nothing makes the dir. discover seems to be part of the core package list copied to the HDD during install, thus I 
don't see it being possible to complete the intsall in the current condition. Hello, Debian CD team, is this one getting fixed?

--
Michael Lueck
Lueck Data Systems
Remove the upper case letters NOSPAM to contact me directly.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


status of d-i kernel transition

2004-09-24 Thread Joey Hess
An update of the table of kernel versions. This time I've added a column
for debian-cd, which reflects the kernel(s) that go on the netinst (from
the debian-installer+kernel file). Quite a mess there, the rest of the
updates to the new kernel are done, except for hppa and apus. I've still
not checked to see what kernel-images are available in testing yet.

archudebs build/config   rootskel  base-installer debian-cd
i3862.4.27/2.6.8  2.4.27/2.6.8   2.4.27/2.6.8 2.4.27/2.6.8
alpha   2.4.272.4.27   2.4.27 2.4.26/2.6.6 [3]
amd64   2.6.8 2.6.8   N/A [4]
arm 2.4.272.4.27  none [5]
hppa2.4.272.4.25 [1] 2.4.272.4.27 2.4.26 [6]
ia642.4.27/2.6.8  2.4.27/2.6.8   2.4.27   2.4.27/2.6.8
m68k2.2.25/2.4.27 2.2.25/2.4.27   2.4.25/2.4.27
mips2.4.272.4.27  2.4.26 [7]
mipsel  2.4.272.4.27  2.4.26 [8]
powerpc 2.4.27/2.6.8  2.4.27/2.6.8 2.4.27/2.6.8   2.4.25/2.6.7 [9]
   apus 2.4.252.4.25   2.4.25 [2] none
s3902.4.272.4.27 2.4.27   N/A
sparc   2.4.27/2.6.8  2.4.27/2.6.82.4.26 [11]

[1] Note hppa is still using 2.4.25 for the d-i initrds. This will
break as soon as 2.4.25 udebs are removed from the archive..
[2] Hi apus.. (bye apus?)
[3] Note older 2.4.26 alpha kernel on CD, and it has 2.6 kernels for some
reason.
[4] Does not seem to be in debian-cd CVS
[5] I checked and the arm netinst CD really has no kernel deb on it at all!
[6] So hppa is fully out of sync between 2.4.2[5-7] kernels.
[7] Mips out of date on CD.
[8] Mipsel too..
[9] Powerpc CD outdated for both kernels. No apus kernels.
[10] No s390 cds.
[11] Sparc cds have old 2.4 kernel and no 2.6.

I think this is not as bad as it looks, because apparently the
debian-installer+kernel file is locally updated as part of the daily
netinst build process. So newer kernels are included in that version for
most architectures than what is listed in debian-cd cvs. A spot check of
sparc shows that its daily netinsts really have 2.4.27. I wonder what
that file is in CVS at all actually since it is automatically generated.

-- 
see shy jo


signature.asc
Description: Digital signature


jigdo problem .bug?

2004-09-24 Thread Euthimis Drimwnas
hi

im trying to download the dvd images just as you say in the instructions,
but when some files remain(150-160 i think) jigdo tries to download the
remaining from http://gluck.debian and then wget says :

HTTP request sent, awaiting response...
Read error (Connection reset by peer) in headers.
Retrying.

i noticed that it tries to download some packages (ex webmin- version 1.50
but  1.50 exists only in gluck, the others have 1.60) but from http
location is not working gets the previous error.


what can be done?

thanks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Found an existing Bug report for -> Re: Missing /media/cdrom0 dir during install

2004-09-24 Thread Michael Lueck
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=270674
So it has been reported. Indeed the discover binary is unable to find much hardware at 
all on this GigaByte GA7IXE4 based system.
--
Michael Lueck
Lueck Data Systems
Remove the upper case letters NOSPAM to contact me directly.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Missing /media/cdrom0 dir during install

2004-09-24 Thread Karl Hegbloom
On Thu, 2004-09-23 at 22:11 -0300, Otavio Salvador wrote:
> I have this problem when I'm using udev+discover at secound stage.

I find that things work best when 'discover' is not installed, but
'hotplug' and 'udev' are.

-- 
Karl Hegbloom
(o_  mailto:[EMAIL PROTECTED]
//\   jabber:[EMAIL PROTECTED]
V_/_   yahoo:karlheg



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Error DVD iso jigdo :(

2004-09-24 Thread Richard Atterer
On Fri, Sep 24, 2004 at 07:37:20AM +0300, George Danchev wrote:
> If you use (very) old .jigdo/.template pair(s), and if passing regular debian/ 
> and debian-nonUS/ mirrors to fetch the files from gives you "some packages 
> could not be downloaded" error (because some packages have been dropped in 
> favour of their new versions), then you can use the 
> http://snapshot.debian.net as your debian/ and debian-non-US/ ones with date 
> lines around that .jigdo/.template pair was created. 
> For example, If: 
> zgrep Info sid-sparc-1.jigdo
> Info='Generated on Thu, 22 Jul 2004 01:38:00 +0200'
> 
> then your snapshot server lines you can pass to jigdo-lite to fetch the files 
> from should be somewhere around this date, or 2-3 days after this one:
> http://snapshot.debian.net/archive/2004/07/22/debian/
> http://snapshot.debian.net/archive/2004/07/22/debian/
> 
> This sould go to the jigdo documentation at some point since it is very likely 
> newcomers to jigdo not to guess of how to mount an uncompleted iso.tmp file 
> if nesessary and how to find the dropped packages from the snapshot server.

Loop-mounting old .iso.tmp files is actually documented in the Debian jigdo
mini HOWTO.

> if nesessary and how to find the dropped packages from the snapshot
> server.

The creators of .jigdo files can simply add snapshot.debian.net to have
jigdo use that server. So far, I'm a bit reluctant to recommend this,
because it will mean that snapshot.d.n will be hit badly by people from all 
over the world, when typically these people would be off far better with 
just using the latest weekly .jigdo files.

In the long run, my plan is to implement a simple "phone home" system in
the jigdo GUI app: A CGI script on some Debian server collects the md5sums
of failed individual downloads. The jigdo application fetches this list of
md5sums before starting a download, and uploads its own list of failed
download md5sums to the script after a failure. Furthermore, the downloads 
in the list provided by the CGI are tried first, so if one of them really 
fails, jigdo can abort early with an error, and not after hundreds of MB 
have been downloaded.

Cheers,

  Richard

-- 
  __   _
  |_) /|  Richard Atterer |  GnuPG key:
  | \/¯|  http://atterer.net  |  0x888354F7
  ¯ '` ¯


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: jigdo problem .bug?

2004-09-24 Thread Richard Atterer
On Fri, Sep 24, 2004 at 04:43:57PM +0300, Euthimis Drimwnas wrote:
> im trying to download the dvd images just as you say in the instructions,
> but when some files remain(150-160 i think) jigdo tries to download the
> remaining from http://gluck.debian and then wget says :
> 
> HTTP request sent, awaiting response...
> Read error (Connection reset by peer) in headers.
> Retrying.
> 
> i noticed that it tries to download some packages (ex webmin- version 1.50
> but  1.50 exists only in gluck, the others have 1.60) but from http
> location is not working gets the previous error.

How do you know that webmin 1.50 only exists on gluck? At a guess you 
entered the failed wget URL into your browser to check? In that case it is 
very likely that your proxy settings for jigdo-lite are not correct - see 
 on how to set them.

Cheers,

  Richard

-- 
  __   _
  |_) /|  Richard Atterer |  GnuPG key:
  | \/¯|  http://atterer.net  |  0x888354F7
  ¯ '` ¯


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Missing /media/cdrom0 dir during install

2004-09-24 Thread Michael Lueck
Karl Hegbloom wrote:
On Thu, 2004-09-23 at 22:11 -0300, Otavio Salvador wrote:
I have this problem when I'm using udev+discover at secound stage.
I find that things work best when 'discover' is not installed, but
'hotplug' and 'udev' are.
Guys, you don't have a choice about the basic stuff the Sarge CD installs to disk. THAT'S the problem! It puts discover1 in, which does not find the devices on my box, which deletes the /media/cdrom0 
directory... even though the kernel did load the driver and the CD is working A-OK.

After the install is done, sure, go ahead and switch packages around. Then it is up to you if you goof your box up, but the CD "hassa work", yes Or am I crazy, are extra steps like recreating 
/media/cdrom0 dir cool these days?

--
Michael Lueck
Lueck Data Systems
Remove the upper case letters NOSPAM to contact me directly.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


FW: Married Lady Fuck Like Crazy

2004-09-24 Thread Foundry V. Spaceman





Good afternoon.



Pa jam wol'h