Fw: Debian-boot! EX0TlC Iatina girIs in C!R/\-Z-Y ACTl0N! 7 o oJWt pht
Hey lXxLtQKHfoh Debian-boot cCvHq 0035 743
Re: Segmentation fault kbd-chooser
[Tom Panning] > As I said at the beginning of this message, I'm very interested in helping > this project, so let me know how I can fix this problem and I'd be glad to. The bug is reported as #205381, "kbd-chooser's postinst exited with status 35584". If you can supply into BTS patches to fix it, I am sure the maintainer will be pleased. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Newbie questions
tor 2003-08-21 klockan 23.51 skrev zinosat: > E: Couldn't find package kernel-image-2.4.20-1-386-udebn > make: *** [floppy-get_udebs-stamp] Error 100 This is an issue with different versions of sed doing different things. The version in sid does what we want, and you need a sid system for a lot of other things as well, as you noticed with the dependencies. /Martin -- Martin Sjögren [EMAIL PROTECTED] -- [EMAIL PROTECTED] GPG key: http://www.mdstud.chalmers.se/~md9ms/gpg.html let hello = "hello" : hello in putStr (unlines hello) signature.asc Description: Detta =?ISO-8859-1?Q?=E4r?= en digitalt signeradmeddelandedel
Processed: tags
Processing commands for [EMAIL PROTECTED]: > severity 206603 minor Bug#206603: usb-discover: missing extended package description Severity set to `minor'. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: this applies to yaboot
Processing commands for [EMAIL PROTECTED]: > reassign 205696 yaboot Bug#205696: yaboot-installer writes stdout/stderr to /dev/tty Bug reassigned from package `yaboot-installer' to `yaboot'. > severity 205696 grave Bug#205696: yaboot-installer writes stdout/stderr to /dev/tty Severity set to `grave'. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Segmentation fault kbd-chooser
On Friday 22 August 2003 03:09 am, Petter Reinholdtsen wrote: > [Tom Panning] > > > As I said at the beginning of this message, I'm very interested in > > helping this project, so let me know how I can fix this problem and I'd > > be glad to. > > The bug is reported as #205381, "kbd-chooser's postinst exited with > status 35584". If you can supply into BTS patches to fix it, I am > sure the maintainer will be pleased. Yeah, I goofed and sent the email to the listserv before checking the BTS. I've already added my extra bit of information to that bug report. From the bug reports, it sounds like the solution is to add the package console-keymaps-at. I downloaded the CVS version of debian-installer and attempted to build it to make sure the problem existed there, but when I did "make image" I received the error "Disk full" (the entire log output from "make build" and "make image" is attached). During "make build" the "System stats for floppy" says that the free space is -36k, so I think this is the same as bug #201785. That bug report is 35 days old and has received no new information. I find it hard to believe that no one has been able to make an image from CVS for over a month, so I think I'm doing something wrong. I read all of the documentation, including build/README, but I have been unable to find out how to correctly make the image. Could someone please point me in the right direction? Thanks, Tom mkdir -p apt/state/lists/partial mkdir -p apt/cache/archives/partial apt-get --assume-yes -o Dir::Etc::sourcelist=/home/tom/debian/debian-boot/cvs/debian-installer/build/sources.list -o Dir::State=/home/tom/debian/debian-boot/cvs/debian-installer/build/apt/state -o Debug::NoLocking=true -o Dir::Cache=/home/tom/debian/debian-boot/cvs/debian-installer/build/apt/cache update Hit http://http.us.debian.org unstable/main/debian-installer Packages Ign http://http.us.debian.org unstable/main/debian-installer Release Hit http://http.us.debian.org unstable/main Sources Hit http://http.us.debian.org unstable/main Release Reading Package Lists... apt-get --assume-yes -o Dir::Etc::sourcelist=/home/tom/debian/debian-boot/cvs/debian-installer/build/sources.list -o Dir::State=/home/tom/debian/debian-boot/cvs/debian-installer/build/apt/state -o Debug::NoLocking=true -o Dir::Cache=/home/tom/debian/debian-boot/cvs/debian-installer/build/apt/cache autoclean Reading Package Lists... Building Dependency Tree... # If there are local udebs, remove them from the list of things to # get. Then get all the udebs that are left to get. # Note that the trailing blank on the next line is significant. It # makes the sed below always work. needed="rootskel main-menu cdebconf-udeb udpkg anna di-utils-shell kernel-image-2.4.20-1-386-udeb floppy-retriever cdebconf-newt-udeb rootskel-locale usb-discover busybox-cvs-net-udeb socket-modules-2.4.20-1-386-udeb usb-modules-2.4.20-1-386-udeb floppy-modules-2.4.20-1-386-udeb input-modules-2.4.20-1-386-udeb net-retriever netcfg-static netcfg-dhcp choose-mirror kbd-chooser busybox-cvs-udeb hw-detect discover-udeb discover-data-udeb bogl-bterm-udeb languagechooser nano-udeb ethdetect nic-shared-modules-2.4.20-1-386-udeb isa-pnp-modules-2.4.20-1-386-udeb nic-modules-2.4.20-1-386-udeb ide-modules-2.4.20-1-386-udeb fb-modules-2.4.20-1-386-udeb nic-extra-modules-2.4.20-1-386-udeb parport-modules-2.4.20-1-386-udeb ppp-modules-2.4.20-1-386-udeb serial-modules-2.4.20-1-386-udeb console-keymaps-at console-keymaps-usb busybox-cvs-udeb hw-detect discover-udeb discover-data-udeb isa-pnp-modules-2.4.20-1-386-udeb ide-modules-2.4.20-1-386-udeb scsi-modules-2.4.20-1-386-udeb cdrom-modules-2.4.20-1-386-udeb "; \ for file in `find localudebs -name "*_*" -printf "%f\n" 2>/dev/null`; do \ package=`echo $file | cut -d _ -f 1`; \ needed=`echo " $needed " | sed "s/ $package / /"`; \ done; \ if [ "" = y ] ; then \ mkdir -p debugudebs; \ cd debugudebs; \ export DEB_BUILD_OPTIONS="debug"; \ apt-get --assume-yes -o Dir::Etc::sourcelist=/home/tom/debian/debian-boot/cvs/debian-installer/build/sources.list -o Dir::State=/home/tom/debian/debian-boot/cvs/debian-installer/build/apt/state -o Debug::NoLocking=true -o Dir::Cache=/home/tom/debian/debian-boot/cvs/debian-installer/build/apt/cache source --build --yes $needed; \ cd ..; \ else \ echo Need to download : $needed; \ if [ -n "$needed" ]; then \ apt-get --assume-yes -o Dir::Etc::sourcelist=/home/tom/debian/debian-boot/cvs/debian-installer/build/sources.list -o Dir::State=/home/tom/debian/debian-boot/cvs/debian-installer/build/apt/state -o Debug::NoLocking=true -o Dir::Cache=/home/tom/debian/debian-boot/cvs/debian-installer/build/apt/cache -dy install $needed; \ fi; \ fi; \ Need to download : rootskel main-menu cdebconf-udeb udpkg anna di-utils-shell kernel-image-2.4.20-1-386-udeb floppy-retriever cdebconf-newt-udeb rootskel-locale usb-discover busybox-cvs-net-udeb socket-modules-2.4.20-1-386-udeb usb-modules-2.4.20-1-386-udeb floppy-modu
AskMen.com Newsletter - August 22, 2003
--- This is a PostMasterDirect.com mailing. You subscribed to receive this information at AskMen.com_HouseFile. --- Please Visit us at: http://destinationsite.com/c?c=839756.219751.0.20548.0 Our goal is to only target audiences who would like to hear from us. If you don't wish to receive any more information from us, please click this unsubscribe link. To unsubscribe: http://pmd.bz/u?v=9451349f0822!839756!219751&[EMAIL PROTECTED] **|AskMen.com_HouseFile/askmen_newsletter|[EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: AskMen.com Newsletter - August 22, 2003
I unsubscribed from all PostmasterDirect mailing lists on behalf of debian-boot. May I have a cookie? :-) --Larry -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
tried sarge-i386-netinst
hi I downloaded http://gluck.debian.org/cdimage/testing/netinst/i386/sarge-i386-netinst.iso from http://people.debian.org/~mbc/di.html a week ago; today I tried it. I was trying to install sarge inside a big /scratch partition (no partitioning and no mkfs were needed) in a PC were I already have Debian. The PC is at home, where no network (decent) connection is available. Here is what happened (note: what follows is approximate, because I took brief paper sketches) -- I booted the the CD, allright, and were confronted with first menu, asking for langagues and keyboards; but, when I tried to change the kb, I saw the error 'segmentation fault kdb-choose's postinst exit statu 35584' then I went to "load installer modules" and I loaded console-keymaps-at then I said "go on" then it switched to a more complex menu I chose US keyboard. then "detect CDROM $ mount" then "detect network" -> and I found it impossible to do "go back" so I hitted "detect DHCP" and after a while ctrl-c then "load installer modules" -> "cdrom retrieval" then "detect hardware" then "configure partitions & mount" and I choosed a partition ( which is /scratch in my current Debian everyday life) as / ; but when I hit "finalize" I was confronted with a terrifing message, saying "will destroy all data you have assigned filesystems to" so I gave up so I went to the option "Mount/Umount (OLD)" and mounted it manually (and here again "go back" does not work) but then I could not understand which is the right way to install the base system from the CDROM I tried "mount the CDROM" and "choose a mirror" a few times, with no good effect: I was only given the choice of using an external network mirror a. --- Summary on the whole, I am missing a feature of the old boot-floppies menu: the menu would each time automatically select a sensible choice for the next task to be done; this is not the case with debian-installer; so the d-i seems a bit more difficult (and would probably be a bit scary for the lee-user); IMHO it would be important to have a "advanced mode" and a "basic mode", and , in "basic mode", only show the (very few) options that the user may most probably need to select at each given step of installation another thing that I noticed is that in many cases the option "go back" is not usable 3rd: the message "will destroy all data you have assigned filesystems to" is too scary, and should be replaced with something more informative such as "will destroy data in partition(s) and will write data in partitions..." a. -- Andrea Mennucc "E' un mondo difficile. Che vita intensa!" (Tonino Carotone) pgp0.pgp Description: PGP signature
WARNING. You tried to send a potential virus or unauthorised code
The MessageLabs SkyScan Anti-Virus service discovered a possible virus or unauthorised code (such as a joke program or trojan) in an email sent by you. The email has now been quarantined and was not delivered. Please read the whole of this email carefully. It explains what has happened to your email, which suspected virus has been caught and what to do if you need help addressing the problem. To help identify the quarantined email: The message sender was [EMAIL PROTECTED] The message recipients were [EMAIL PROTECTED] The message title was Re: Your application The message date was Fri, 22 Aug 2003 21:51:18 +0100 The virus or unauthorised code identified in the email is Skeptic searching for 44 viruses >>> Possible MalWare 'EML/Sobig.F' variant found in >>> '113846T_1X_PM3_EM7_MT__message.txt'. Heuristics score: 2000 Skeptic ended Some viruses forge the sender address. For more information please visit the link to the virus FAQ's at the bottom of this page. The message was diverted into the virus holding pen on mail server server-19.tower-9.messagelabs.com (pen id 113846_1061584848) and will be held for 30 days before being destroyed Corporate Users: If you sent the email from a corporate network, you should first contact your local IT Helpdesk or System Administrator for advice. They will be able to help you disinfect your workstation. If you would like further information on how to subscribe to MessageLabs SkyScan AV service, a proactive anti-virus service working around the clock, around the globe, please complete our enquiry form. Personal or Home users: If you sent the email from a personal or home account, you will need to disinfect your computer yourself. Please contact your anti-virus software vendor for support. You may like to read the virus FAQ's at: http://www.messagelabs.com/page.asp?id=628 which will answer most virus related questions. This email has been scanned for all viruses by the MessageLabs Email Security System. For more information on a proactive email security service working around the clock, around the globe, visit http://www.messagelabs.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Thank you!( !!! ADVERTENCIA VIRUS !!! )
The Hacker Antivirus encontró virus en el mensaje : Enviado por : [EMAIL PROTECTED]<[EMAIL PROTECTED]> Para : / [EMAIL PROTECTED] Mailbox : Area Comercial Asunto : Re: Thank you! Fecha: 22/08/2003 Hora : 5:54:4 PM - Objeto : YOUR_DETAILS.PIFVirus: W32/[EMAIL PROTECTED] Accion : Attach Borrado The Hacker v5.5 para Exchange Server Registro de virus : 21/08/2003 01:25:39 Virus Scanner Engine : 5.5.92 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Out of Office AutoReply: Details
I am out of the office from Thursday 14 August. I will reply to your email as soon as possible on my return on Tuesday 26 August . -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Your application( !!! ADVERTENCIA VIRUS !!! )
The Hacker Antivirus encontró virus en el mensaje : Enviado por : [EMAIL PROTECTED]<[EMAIL PROTECTED]> Para : / [EMAIL PROTECTED] Mailbox : Jose Martinez Asunto : Re: Your application Fecha: 23/08/2003 Hora : 0:4:19 AM - Objeto : APPLICATION.PIF Virus: W32/[EMAIL PROTECTED] Accion : Solo Detectado The Hacker v5.5 para Exchange Server Registro de virus : 22/08/2003 18:25:49 Virus Scanner Engine : 5.5.92 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: your mail
Processing commands for [EMAIL PROTECTED]: > reassign 206531 mklibs Bug#206531: Problems building d-i after upgrading Sid chroot Bug reassigned from package `libc6-pic' to `mklibs'. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]