problem with bootdisks - not booting

2002-06-20 Thread Duke
I'm a first time Debian user - not even that, since I can't even install 
it ;)  I'm using the boot disks found in 
http://ftp.us.debian.org/debian/dists/Debian2.2r6/main/disks-i386/2.2.26-2001-06-14/images-1.44/ 


/compact and /safe.
After successfully dd'ing the images to a few floppies, I tried booting 
first with the "rescue.bin" disk.  I see all the Debian stuff come up, 
and I get to the "boot:" prompt.  There are no parameters I'm aware of 
that I need to pass, so I hit enter to continue.  I then get "Loading 
linux..." and soon after, I get "Boot failed: please change disks and 
press a key to continue."  I assumed that meant I needed the root disk, 
but that didn't work.  I've tried a dozen different floppy disks, with 
images from both /current and /safe, with no success.


The system I've got is an IBM Personal Computer, P133, 40 megs ram, ATI 
All-in-Wonder PCI vga adapter, SCSI Adaptec AHA-2940 adapter, with scsi 
HD, scsi cd-rom, and scsi tape drive.  Unfortunatly I don't believe it's 
possible to boot from cd on this system.  I also think it's a PCI/MCA 
system.


Any suggestions?

Thanks,

-- Duke.


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




Re: problem with bootdisks - not booting

2002-06-21 Thread Duke
Tried the rescue image in the 'root' directory, no dice.  I've also 
looked in both the system and scsi bios for boot options.  In the system 
bios, it doesn't list the cdrom as a bootable device, and in the scsi 
bios, it doesn't mention anything at all about bootable devices.


Thanks,

-- Duke.

David P James wrote:

Duke wrote:
 > I'm a first time Debian user - not even that, since I
 > can't even install it ;)  I'm using the boot disks found
 > in
 > http://ftp.us.debian.org/debian/dists/Debian2.2r6/main/di-
 >  sks-i386/2.2.26-2001-06-14/images-1.44/
 >
 > /compact and /safe.

Well you could try the images in the above 'root' directory
rather than those from /compact and /safe ... that's what I did.

 > After successfully dd'ing the images to a few floppies, I
 >  tried booting first with the "rescue.bin" disk.  I see
 > all the Debian stuff come up, and I get to the "boot:"
 > prompt.  There are no parameters I'm aware of that I need
 >  to pass, so I hit enter to continue.  I then get
 > "Loading linux..." and soon after, I get "Boot failed:
 > please change disks and press a key to continue."  I
 > assumed that meant I needed the root disk, but that
 > didn't work. I've tried a dozen different floppy disks,
 > with images from both /current and /safe, with no
 > success.

I was going to suggest using other floppy disks, but you've
already done that (I once did have a problem with a bad
disk). :)

 >
 > The system I've got is an IBM Personal Computer, P133, 40
 >  megs ram, ATI All-in-Wonder PCI vga adapter, SCSI
 > Adaptec AHA-2940 adapter, with scsi HD, scsi cd-rom, and
 > scsi tape drive.  Unfortunatly I don't believe it's
 > possible to boot from cd on this system.  I also think
 > it's a PCI/MCA system.
 >
It should be possible to boot from a scsi cd on your system
with that card. When your computer starts and the Adaptec SCSI
BIOS lines show up press  to enter the SCSI Select
utility. I can't remember off-hand how to change the boot
device in there but it is certainly possible - I know it is
not too difficult though.


Good luck




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




kernel recompile in woody

2003-09-15 Thread raoul duke
hey,

i need to recompile my kernel (2.4.18-k7) with some minor adjustments to
the configuration. since i can get the configuration file from /boot, all i
need is the kernel source. i installed kernel-source-2.4.18, configured it
and tried to compile it but it wouldn't compile. i figure that i need to
include the kernel-headers for the k7 variant (kernel-headers-2.4.18-k7) in
order to get a successful kernel build. how do i do this?

mv -fr /usr/src/kernel-headers-2.4.18-k7 /usr/src/kernel-source2.4.18 ?

also, if i just want the kernel and the modules in a debian package do i
just do this?

make-kpkg kernl_image ?


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



Re: kernel recompile in woody

2003-09-15 Thread raoul duke
On Mon, Sep 15, 2003 at 03:33:27PM +0200, Wolfgang Lonien wrote:
> raoul duke wrote:
> 
> > if i just want the kernel and the modules in a debian package do i
> > just do this?
> > 
> > make-kpkg kernl_image ?
> 
> Hi Raoul,
> 
> you should read http://newbiedoc.sourceforge.net/system/kernel-pkg.html.en
> 
> HTH,
> wjl aka Wolfgang Lonien

thanks for the link, i read up on that and the kernel compile went (i
think) successfully, i installed it but when i rebooted, i get a message
saying kernel panic, and that i should append the proper root= . this
doesn't make sense to me 'cause i have root=/dev/hda3 in lilo.conf and the
other kernels (2.4.18-bf2.4 and 2.4.18-k7) boot up fine. 

is this a kernel build issue or a lilo issue? 

this is what i did:

cd /usr/src/kernel-source-2.4.18
make distclean
cp /boot/config-2.4.18-k7 .config
menuconfig (i exited and saved without making changes)
make-kpkg --append-to-version=gonzo-1 kernel-image


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



problems installing kde3.x on woody

2003-09-15 Thread raoul duke
hey,

i have a fresh installation of woody (r0) here and upgraded. i got the line
that i added to my sources.list from kde.org but it won't let me install
kde, it gives a load of dependency issues (most of which are kde apps). 

even if i try to install kdm, apt grabs it from my debian source and not
the kde source. 

i have even resorted to removing x from my system but i still can't install
kde. what gives?


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



Re: kernel recompile in woody

2003-09-16 Thread raoul duke
On Tue, Sep 16, 2003 at 07:43:03AM +0200, Wolfgang Lonien wrote:
> raoul duke wrote:
> 
> > On Mon, Sep 15, 2003 at 03:33:27PM +0200, Wolfgang Lonien wrote:
> >> raoul duke wrote:
> > i installed it but when i rebooted, i get a message
> > saying kernel panic, and that i should append the proper root= . this
> > doesn't make sense to me 'cause i have root=/dev/hda3 in lilo.conf and the
> > other kernels (2.4.18-bf2.4 and 2.4.18-k7) boot up fine.
> 
> Hi Raoul,
> 
> just curious: did you do a 'lilo -C /etc/lilo.conf' after you were done?
> 
> wjl

i compiled it with the --initrd option and everything went fine, thanks
anyway :)


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



strange libvorbis0 problem

2004-01-25 Thread raoul duke
hello,

i have a woody installation with installed backports like KDE-3.1.4,
Mozilla-Firebird-0.7 and MPlayer, my sources.list is at the bottom of this
email.

recently i started having trouble starting mplayer, here's the error
message:

mplayer: /lib/libc.so.6: version `GLIBC_2.3' not found (required by
/usr/lib/libvorbis.so.0)

i uninstalled and purged libvorbis0, which also purged my KDE installation
and mplayer, did apt-get clean and then reinstalled KDE and mplayer but i
am still getting the same error messages.

i downloaded the sources of libvorbis0 from debian, compiled the package
and installed that but i am still getting the same error message. what's
going on? 

any suggestions would be greatly appreciated, thanks 8)

# Debian Stable 
deb http://ftp.uk.debian.org/debian/ stable main non-free contrib
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free

deb-src http://ftp.uk.debian.org/debian/ stable main non-free contrib
deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free

# Debian Stable Security Updates
deb http://security.debian.org/ stable/updates main contrib non-free
deb-src http://security.debian.org/ stable/updates main contrib non-free

# Locally built packages
deb file:///root packages/

# KDE 3.1.4
deb http://download.kde.org/stable/3.1.4/Debian stable main

# Latest Mozilla-Firebird
deb http://www.backports.org/debian stable mozilla-firebird

# Multimedia stuff like mplayer
deb ftp://ftp.nerim.net/debian-marillat/ stable main 
 
# Latest Openoffice.org for woody
deb http://ftp.freenet.de/pub/debian-openoffice/ woody main contrib


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



Re: Installation

2004-01-25 Thread raoul duke
On Sun, Jan 25, 2004 at 10:58:44AM -0600, Nick Kirchner wrote:
> I'm trying to install the stable version of Debian on my computer. The 
> computer has a 300 MHz Pentium, 48 MB RAM, and a DVD player. I'm installing 
> from CD.
> During install I partition the 6GB hard drive into a 100 MB swap at the end 
> of the disk the rest as the Linux partition. At the hardware configuration 
> phase I don't adjust anything. When I try to install kernel and base system 
> it give errors.
> I'm a complete Linux newbie, and I'd really like to try out Debian.
> Thanks--
> Trent Kriss
> 

welcome to debian 8)

when posting to mailing lists, it's best to give as much details as
possible about your error messages. please post your error messages and
give as much background information as possible about what you were doing
before and while you got these error messages.


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



Re: strange libvorbis0 problem

2004-01-26 Thread raoul duke
On Mon, Jan 26, 2004 at 11:31:07AM +, Colin Watson wrote:

ah, sorted it! /etc/libvorbis.so.0 was pointing to /etc/libvorbis.so.3,
there was also a /etc/libvorbis.so.0.1, so i removed /etc/libvorbis.so.0
and then pointed it at /etc/libvorbis.so.0.1, it works fine now. thanks all
the same 8)


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



Greetings

2007-04-22 Thread Paul Duke
Greetings . I am Barr. PAUL DUKE. I am reaching you to handle an investment portfolio.I am reaching you to assist in repatriating the funds and property left behind by my late client before it will be confiscated by government and declared unserviceable by the bank where the huge deposits were lodged. He died intestate and every attempt to trace any member of his family has proved abortive and unsuccessful. Do note that who you are does not matter and you will be better informed when I hear from you. I want you to respond by sending: 1. Your full names. 2. Tel & fax numbers. 3. Complete Address. Send the above information and I will Funish you with more information about the estate and process of transfer to you. Hope to hear from you soon. Paul Duke. 




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