[Cooker] 7.1 b3 usb zip drive is detected but won't mount

2000-06-03 Thread Tim Val Litwiller

I have had 3 successful installs now but on this machine with my sub zip
drive I am having a problem

The install finds and sets up the usb-scsi drivers,  my conf.modules
looks like this
---
pre-install pcmcia_core /etc/rc.d/init.d/pcmcia start
alias net-pf-4 ipx
alias scsi_hostadapter ide-scsi
alias usb-interface usb-uhci
alias scsi_hostadapter1 usb-storage
alias eth0 eepro100
pre-install plip modprobe parport_pc ; echo 7  /proc/parport/0/irq
alias block-major-11 scsi_hostadapter
post-install modprobe ide-scsi
post-install usb-storage modprobe usbkbd; modprobe keybdev
post-install supermount modprobe scsi_hostadapter ; modprobe
scsi_hostadapter1
alias sound-slot-0 sb
options sound dmabuf=1
options opl3 io=0x388
alias midi awe_wave
post-install awe_wave /bin/sfxload /etc/midi/GU11-ROM.SF2
options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
---

I also have to do "modprobe ide-scsi" to get cdrecord-scanbus to show my
cd-writer and I thought that was taken care of by the "post-install
modprobe ide-scsi" line in the conf.modules.

What do I need to check to get my usb zip drive working and my cd-writer
to be working at startup.





Re: [Cooker] 7.1 b3 usb zip drive is detected but won't mount

2000-06-03 Thread Tim Val Litwiller

here is output from cat /proc/scsi/scsi

Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
  Vendor: IOMEGA   Model: ZIP 100  Rev: 02.U
  Type:   Direct-AccessANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 00 Lun: 00
  Vendor: IDE-CD   Model: R/RW 4x4x24  Rev: 1.08
  Type:   CD-ROM   ANSI SCSI revision: 02

note:  this is after I did the modprobe ide-scsi



Chmouel Boudjnah wrote:

 Tim  Val Litwiller [EMAIL PROTECTED] writes:

  What do I need to check to get my usb zip drive working and my cd-writer
  to be working at startup.

 humm what say /proc/scsi/scsi

 --
 MandrakeSoft Inchttp://www.mandrakesoft.com
 In travel.--Chmouel




Re: [Cooker] 7.1 b3 usb zip drive is detected but won't mount

2000-06-03 Thread Tim Val Litwiller

here I try to mount /dev/sda

# mount /dev/sda /mnt/zip
mount: /dev/sda is not a valid block device

Chmouel Boudjnah wrote:

 Tim  Val Litwiller [EMAIL PROTECTED] writes:

  here is output from cat /proc/scsi/scsi
 
  Attached devices:
  Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: IOMEGA   Model: ZIP 100  Rev: 02.U
Type:   Direct-AccessANSI SCSI revision: 02

 so you have your USB zip available from /dev/sda use it like a disk.

  Host: scsi1 Channel: 00 Id: 00 Lun: 00 Vendor: IDE-CD Model: R/RW
  4x4x24 Rev: 1.08 Type: CD-ROM ANSI SCSI revision: 02
 
  note:  this is after I did the modprobe ide-scsi
 
 
 
  Chmouel Boudjnah wrote:
 
   Tim  Val Litwiller [EMAIL PROTECTED] writes:
  
What do I need to check to get my usb zip drive working and my cd-writer
to be working at startup.
  
   humm what say /proc/scsi/scsi
  
   --
   MandrakeSoft Inchttp://www.mandrakesoft.com
   In travel.--Chmouel
 

 --
 MandrakeSoft Inchttp://www.mandrakesoft.com
 In travel.--Chmouel




Re: [Cooker] 7.1 b3 usb zip drive is detected but won't mount

2000-06-03 Thread Tim Val Litwiller

note also:

# ls /dev/zip -all
lrwxrwxrwx1 root root4 May 24 03:30 /dev/zip - sda4

# mount /dev/sda4 /mnt/zip
mount: /dev/sda4 is not a valid block device

# mount /dev/sda /mnt/zip
mount: /dev/sda is not a valid block device



Chmouel Boudjnah wrote:

 Tim  Val Litwiller [EMAIL PROTECTED] writes:

  here is output from cat /proc/scsi/scsi
 
  Attached devices:
  Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: IOMEGA   Model: ZIP 100  Rev: 02.U
Type:   Direct-AccessANSI SCSI revision: 02

 so you have your USB zip available from /dev/sda use it like a disk.

  Host: scsi1 Channel: 00 Id: 00 Lun: 00 Vendor: IDE-CD Model: R/RW
  4x4x24 Rev: 1.08 Type: CD-ROM ANSI SCSI revision: 02
 
  note:  this is after I did the modprobe ide-scsi
 
 
 
  Chmouel Boudjnah wrote:
 
   Tim  Val Litwiller [EMAIL PROTECTED] writes:
  
What do I need to check to get my usb zip drive working and my cd-writer
to be working at startup.
  
   humm what say /proc/scsi/scsi
  
   --
   MandrakeSoft Inchttp://www.mandrakesoft.com
   In travel.--Chmouel
 

 --
 MandrakeSoft Inchttp://www.mandrakesoft.com
 In travel.--Chmouel




Re: [Cooker] 7.1 b3 usb zip drive is detected but won't mount

2000-06-03 Thread Tim Val Litwiller

Thanks, as you can tell I am still quite new at linux,   after depmod -a I did
rmmod ide-scsi and rmmod usb-storage and then modprobe ide-scsi and modprobe
usb-storage and mount /dev/zip /mnt/zip. and it works!



Chmouel Boudjnah wrote:

 Tim  Val Litwiller [EMAIL PROTECTED] writes:

  oh -  I just noticed one more thing,  when doing a modprobe ide-scsi I get
  this message
 
  # modprobe ide-scsi
  Note: /etc/conf.modules is more recent than
  /lib/modules/2.2.15-4mdksmp/modules.dep

 rerun  :

 depmod -a

 --
 MandrakeSoft Inchttp://www.mandrakesoft.com
 In travel.--Chmouel




Re: [Cooker] 7.1 b3 usb zip drive is detected but won't mount

2000-06-03 Thread Tim Val Litwiller

Is this something that setup forgot to do?  or why was modules.dep wrong?


Tim  Val Litwiller wrote:

 Thanks, as you can tell I am still quite new at linux,   after depmod -a I did
 rmmod ide-scsi and rmmod usb-storage and then modprobe ide-scsi and modprobe
 usb-storage and mount /dev/zip /mnt/zip. and it works!

 Chmouel Boudjnah wrote:

  Tim  Val Litwiller [EMAIL PROTECTED] writes:
 
   oh -  I just noticed one more thing,  when doing a modprobe ide-scsi I get
   this message
  
   # modprobe ide-scsi
   Note: /etc/conf.modules is more recent than
   /lib/modules/2.2.15-4mdksmp/modules.dep
 
  rerun  :
 
  depmod -a
 
  --
  MandrakeSoft Inchttp://www.mandrakesoft.com
  In travel.--Chmouel




Re: [Cooker] Bad RPMS on EXT ISO (was RE:Problem with Beta 3 ISO)

2000-05-29 Thread Tim Val Litwiller

So  why is your beta 3 iso file different than mine, I have had the best install
ever with beta 3.   not 1 error all the way thru install, everything works correctly
when done.

A few small customizations and this install is running better than I have ever seen
a Mandrake install before and I have been using mandrake since ver 5.3.

here I have mounted my iso's in my web server if you want to take a look

http://bcc53.bccks.com/mandrake/

you can download the iso from here if you think it will be any better.





David Hart wrote:

 On Mon, 29 May 2000, root wrote:
  Apparently none of the packages were installed off this bad CD.  On the
  other hand, I received no error message.  I didn't even realize that there
  was a problem until I started missing stuff.

 This needs attention fast. I've downloaded and checked the extentions
 iso's from both free.fr and tucows, and both have the same bad rpms all over
 them. Just another reason why I really, really hate the beta=iso plan. Here's
 the output of "rpm -qi -p * 2 " under 7.1b3 for the Mandrake/RPMS2 dir on the
 extensions iso. Comes out to around 250 rpms that haven't been installed in any
 of the beta3 testing we've all been doing.

 gimp-devel-1.0.4-14mdk.i586.rpm does not appear to be a RPM package
 query of gimp-devel-1.0.4-14mdk.i586.rpm failed
 git-4.3.20-2mdk.i586.rpm does not appear to be a RPM package
 query of git-4.3.20-2mdk.i586.rpm failed
 gkrellm-0.9.7-1mdk.i586.rpm does not appear to be a RPM package
 query of gkrellm-0.9.7-1mdk.i586.rpm failed
 glade-0.5.5-8mdk.i586.rpm does not appear to be a RPM package
 query of glade-0.5.5-8mdk.i586.rpm failed
 Glide_V3-devel-2.60.15-3mdk.i586.rpm does not appear to be a RPM package
 query of Glide_V3-devel-2.60.15-3mdk.i586.rpm failed
 gnome-audio-extra-1.0.0-9mdk.noarch.rpm does not appear to be a RPM package
 query of gnome-audio-extra-1.0.0-9mdk.noarch.rpm failed
 gnome-chess-0.2.4-2mdk.i586.rpm does not appear to be a RPM package
 query of gnome-chess-0.2.4-2mdk.i586.rpm failed
 gnome-core-devel-1.1.9-7mdk.i586.rpm does not appear to be a RPM package
 query of gnome-core-devel-1.1.9-7mdk.i586.rpm failed
 gnome-games-devel-1.0.51-8mdk.i586.rpm does not appear to be a RPM package
 query of gnome-games-devel-1.0.51-8mdk.i586.rpm failed
 gnome-libs-devel-1.0.58-1mdk.i586.rpm does not appear to be a RPM package
 query of gnome-libs-devel-1.0.58-1mdk.i586.rpm failed
 gnome-objc-devel-1.0.40-1mdk.i586.rpm does not appear to be a RPM package
 query of gnome-objc-devel-1.0.40-1mdk.i586.rpm failed
 gnome-pilot-devel-0.1.50-3mdk.i586.rpm does not appear to be a RPM package
 query of gnome-pilot-devel-0.1.50-3mdk.i586.rpm failed
 gnome-pim-devel-1.0.55-3mdk.i586.rpm does not appear to be a RPM package
 query of gnome-pim-devel-1.0.55-3mdk.i586.rpm failed
 gnome-print-devel-0.18-2mdk.i586.rpm does not appear to be a RPM package
 query of gnome-print-devel-0.18-2mdk.i586.rpm failed
 gnome-users-guide-1.0.71-2mdk.noarch.rpm does not appear to be a RPM package
 query of gnome-users-guide-1.0.71-2mdk.noarch.rpm failed
 gnozip-0.0.11-3mdk.i586.rpm does not appear to be a RPM package
 query of gnozip-0.0.11-3mdk.i586.rpm failed
 gnucash-1.3.1-4mdk.i586.rpm does not appear to be a RPM package
 query of gnucash-1.3.1-4mdk.i586.rpm failed
 gob-0.93.3-1mdk.i586.rpm does not appear to be a RPM package
 query of gob-0.93.3-1mdk.i586.rpm failed
 gperf-2.7-11mdk.i586.rpm does not appear to be a RPM package
 query of gperf-2.7-11mdk.i586.rpm failed
 gpm-devel-1.19.2-1mdk.i586.rpm does not appear to be a RPM package
 query of gpm-devel-1.19.2-1mdk.i586.rpm failed
 gprolog-1.1.2-2mdk.i586.rpm does not appear to be a RPM package
 query of gprolog-1.1.2-2mdk.i586.rpm failed
 gps-0.7.1-2mdk.i586.rpm does not appear to be a RPM package
 query of gps-0.7.1-2mdk.i586.rpm failed
 grub-doc-0.5.94-12mdk.i586.rpm does not appear to be a RPM package
 query of grub-doc-0.5.94-12mdk.i586.rpm failed
 gtk+mdk-devel-0.1.3-1mdk.i586.rpm does not appear to be a RPM package
 query of gtk+mdk-devel-0.1.3-1mdk.i586.rpm failed
 gtkmm-1.2.0-1mdk.i586.rpm does not appear to be a RPM package
 query of gtkmm-1.2.0-1mdk.i586.rpm failed
 gtkmm-devel-1.2.0-1mdk.i586.rpm does not appear to be a RPM package
 query of gtkmm-devel-1.2.0-1mdk.i586.rpm failed
 gtk-themes-1.0-1mdk.noarch.rpm does not appear to be a RPM package
 query of gtk-themes-1.0-1mdk.noarch.rpm failed
 guavac-1.2-9mdk.i586.rpm does not appear to be a RPM package
 query of guavac-1.2-9mdk.i586.rpm failed
 guile-devel-1.3.4-3mdk.i586.rpm does not appear to be a RPM package
 query of guile-devel-1.3.4-3mdk.i586.rpm failed
 happy-1.6-2mdk.i586.rpm does not appear to be a RPM package
 query of happy-1.6-2mdk.i586.rpm failed
 haskell-GTK-0.6.2-3mdk.i586.rpm does not appear to be a RPM package
 query of haskell-GTK-0.6.2-3mdk.i586.rpm failed
 haskell-GTK-devel-0.6.2-3mdk.i586.rpm does not appear to be a RPM package
 query of haskell-GTK-devel-0.6.2-3mdk.i586.rpm failed
 

[Cooker] Beta 3, squid still broken - has been thru all iso's so far

2000-05-24 Thread Tim Val Litwiller

here is the error message when I try to initialize the cache

FATAL: getpwnam failed to find userid for effective user
'SQUID'   tl  userid in all caps is wrong
Squid Cache (Version 2.3.STABLE2): Terminated abnormally.
CPU Usage: 0.020 seconds = 0.010 user + 0.010 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 266

also was running as group root which I had never seen before. and then
permisions on /var/log/squid were wrong. and it could not make it's log
files there.


I changed squid.conf with
cache_effective_user squid
cache_effective_group squid

and  then I changed /var/log/squid to match.







Re: [Cooker] Idea for new utility

2000-05-22 Thread Tim Val Litwiller

I think a utility that would ./configure , make , build rpm, install rpm,  is
what is needed,  that way you can more easily uninstall the program and check
dependencies of other programs that might need this program.



Serge Lussier wrote:

 - Original Message -
 From: Geoffrey Lee [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, May 22, 2000 8:47 PM
 Subject: RE: [Cooker] Idea for new utility

 
   - My opinion - Its a very good idea!
  
   There is a point: Not all source package tarballs have this sequences of
   building:  ./configure; make; make install
   and most of the time we need to be root for the install step.
  
 
 
 
  you do NOT need to be root to build RPMs, it is a _very_ bad idea, unless
  you need to create something which oes need root, e.g. mknod
 
 Strange ...
 You are talking about RPMs, I was talking about tgz source tarballs ... uh?
 wtf is that ?

 I think you don't really understand what Alex was talking about
 or you don't care about the idea...
 Is your reply only to tell that it's not a good idea or what  ?

 Regards,
 Serge Lussier




[Cooker] 7.1b No telnet, ftp, or web server running

2000-05-11 Thread Tim Val Litwiller



Tim  Val Litwiller wrote:

 I have been using Mandrake since version 5.3 and 7.1 is the first that I
 have seen that has none of
 these services running, I made sure to choose expert and server  on
 four installs now and they are all the same.

 What good is a linux "server" without these services?

 I went back in and reinstalled  the apache, telenet-server, and wu-ftpd
 rpms to make sure they were there, but they are still not running.

 what am I doing wrong that these services aren't running on a server
 install?




Re: [Cooker] Rescue ISO?

2000-02-26 Thread Tim Val Litwiller

if you have problems with long line in pico use pico -w to turn of automatic
word wrap.
I think pico is the perfect quick editor, but I would hate to use it to write a
whole web site or some such project.



David Hedbor wrote:

 "geoffrey lee" [EMAIL PROTECTED] writes:

  E...!! emacs!! urgh... it's so big and kludged ! :-)

 It might be big, but I use Emacs for A LOT of things, like writing
 this email for example. What I like with emacs other than the
 editor-part is being able to use it for so many things.

  I use vi myself. but i guess pico is a good choice. it's nice and easy to
  use.

 I must say I prefer jed. First of all its more emacs-like. Also it's
 more powerful than pico (which has problems with long lines for example).

  So i gues the list of editors could be ed, vi , ex, and pico.
  Please remember that the rescue  _is_ a minimal distro, which is only for
  getting your system back up. it is not a distro for daily use!! so i
  wouldn't dream if adding more editors than necessary..

 If you have an ISO-rescue-image, there really isn't any reason why it
 would _have_ to be minimal other than to save potential download time.

 --
 [ Below is a random fortune, which is unrelated to the above message. ]
 Fun Facts, #14:
 In table tennis, whoever gets 21 points first wins.  That's how
 it once was in baseball -- whoever got 21 runs first won.



Re: [Cooker] Major Problem

2000-02-10 Thread Tim Val Litwiller

I have to do this also,  try this while booting your computer,  at the lilo
prompt type inlinux mem=128M  and then see if all your memory is recognized,
if it is then you will want to use your favorite editor to edit lilo.conf and
add a line like this
append="mem=128M"  if you already had an append line you will have to add this
statement to that line  for example
append="mem=128M hdX=ide-scsi"  the 2 options are separated by a space


Ray Fisher wrote:

 To: [EMAIL PROTECTED]
 Subject: [Cooker] Memory Problem

 I am new to Linux and the Mandrake distro, I have made several attempts at
 making linux recognize the 128 megs of ram I have.
 I have also tried installing Redhat 6.1 with the same results.  I have tried
 the several solutions I have seen posted in various "how to's" but linux
 still only recognizes 64 megs of ram.  Does anyone have any
 recommendations??  Thanks in advance.




Re: [Cooker] Problems with Scsi-Emulation (Air)

2000-01-25 Thread Tim Val Litwiller

so if I just blew up my scd0 by using your command line below instead of checking to
make sure that it was correct  " it should have been  ln -fs scd0 cdrom2"  how do I
get back my scd0?



"Guy T. Rice" wrote:

 Silvio Mazzaro wrote:
 
  Il lun, 24 gen 2000, webmedic ha scritto:
   Actually the cdburner will work just fine under 7.0 without recompiling the
   kernel.
 
  Without SCSI emulation enabled? And Generic SCSI Support enabled?
  My CD-RW... is IDE-ATAPI...
  If I'dont recompile the kernel, there'so no way to make it works(the CD-RW,
  I mean)

 Air will auto-detect most ATAPI CD-Writers and automatically add a line in
 lilo.conf to append something like "hdd=ide-scsi" so that SCSI emulation is
 automatically enabled.  Recompiling the kernel is unnecessary, support for
 this is provided in the stock kernel.

   Mine worked without doing anything.
 
  Is it SCSI or ATAPI?

 Mine is ATAPI, and it worked fine right out of the box for CD burning.
 However, I wasn't able to mount CD-ROMs normally using supermount (see
 below).

   For some reason my cdburner doesn't
   seem to like supermount though so I left it out.
 
  Mine too:

 The problem with supermount is actually a problem with Mandrake's
 installer.  Because it is enabling SCSI emulation for your CD-Writer, it
 should make /dev/cdrom2 (or whichever link corresponds to your CD-Writer) a
 link to /dev/scd0, but instead it makes a link to /dev/hdd (or whichever IDE
 drive it is), which makes the CD-Writer unusuable for _reading_ CD-ROMs.
 Execute these commands:

 cd /dev
 ln -fs cdrom2 scd0

 (replacing "cdrom2" with the appropriate link) and your CD-Writer will once
 again be readable, and will work fine with supermount.

 -- Guy T. Rice -- [EMAIL PROTECTED] --
  "Every human being should pursue his or her own dharma perfectly instead
  of following another's dharma imperfectly."  -- Hindu scriptures



Re: [Cooker] More comments on Oxygen-3

2000-01-08 Thread Tim Val Litwiller

AMD has admitted that the Athlon doesn't work well with AGP video cards.

psycho wrote:

 how about geForce - detect ? new athlon box here .

 Patrick Goetz wrote:

  I just finished installing Beta-3.  3 immediate comments:
 
  1. I noticed that amd was installed by default (as evidenced by the fact
  that I couldn't log in because my home directory couldn't be found ;-)).
  I'm pretty sure most people are now using autofs, which is newer, cleaner,
  and actively maintained.  In any case, at the very least the installer
  should be given a choice between amd and autofs.
 
  2.
  I'm not entirely satisfied with the granularity of choosing packages.  For
  example, nowhere was I given the option of not installing TeX, as far as I
  can tell.  (Of course I want TeX, but I think a lot of junk I don't want
  was installed anyway.)  1.3 gigabytes!  What hath linux come to?
 
  3.
  Is there any way not to get kde?  kde and gnome are 2 terrible mistakes
  IMHO.  I chose expert installation and tried very hard not to get any
  gnome or kde junk.  Still, when I run startx, I end up looking at the kde
  desktop.  :(p
 
   
   PEOPLE NOT CLEAR ON THE CONCEPT (OR TECHNOLOGY, OR HISTORY, OR
   ECONOMICS, OR CULTURAL LITERACY) DEPT.:
   "Well, it seems to me we ought to be encouraged that in the year 1000,
   they had to add a new digit, and yet no evidence of economic disruption.
   And then a millennium before, we had dates going down, and then they
   started going up, and yet no evidence of disruption or chaos in the
   economy.  So if they could do it then, surely we can deal with it now,
   it seems to me."
 -- Sen. Phil Gramm, R-Texas, chairman Senate Banking Committee
   
 _Patrick Goetz
   _| ~-. Dept. of Mathematics
   \, *_} The University of Texas at Austin[EMAIL PROTECTED]
 \(   Austin, Texas 78712-1084 Phone:  (512) 232-2746
  http://www.ma.utexas.edu/users/pgoetz



Re: [Cooker] Is there an ISO for cooker?

1999-12-13 Thread Tim Val Litwiller

I have one I made yesterday - missing locales and emacs to fit on a
74min cd.  I can turn on ftp if you really need it.



Hoyt wrote:

 Is there an iso9660 Cd image for a current cooker?

 Hoyt



Re: [Cooker] gi_network ftp install problem

1999-12-07 Thread Tim Val Litwiller

so...   do I need to download the gi_bootnet.img again or just reboot
with this one and it will pull the fixed file as it needs it?




Pixel wrote:

 Timothy Litwiller [EMAIL PROTECTED] writes:

  I am trying to do an ftp install from sunsite.uio.no
 
 
  I get an error after choosing the install type, customized and then
  server
 
  An error occurred
  Can'r use string ("") as a SCALAR ref while "strict refs" in use

 yep, sorry for the inconvenience :-/

 uploaded a new (working!) version an hour ago, should have reached
 sunsite.uio.no by now...



Re: [Cooker] CD-Burning cooker.iso

1999-11-06 Thread Tim Val Litwiller

I took out the man-* files that had other localisations that I did not need.

tracer wrote:

 Sunday, November 07, 1999

 Hello Sergio,

 Sunday, Sunday, November 07, 1999, you wrote:

 Sergio Can someone who already has burned iso images help me decipher this
 Sergio information
 Sergio I am trying to make a cooker bootable CD from latest  mirror dir. and I
 Sergio get this...
 Sergio seems like there is not enough space in a standard CD to fit (660 mg)
 Sergio actual size.
 (snip)
 Sergio 96%. Didn't reach 100%?

 Sergio is there a way to make the iso.file smaller so it can be fitted in a
 Sergio standard CD?

 Sergio TIA   Sergio Korlowsky

 drop the docs or buy the currently available oversized cd's (80
 minutes!)

 Best regards,

 tracer

 Using theBAT 1.37 Beta/1

 mail to: [EMAIL PROTECTED]
 NOTE: 1 MAILRUN PER DAY ONLY



Re: [Cooker] xdrake install

1999-10-23 Thread Tim Val Litwiller

ok, remirrored it Fri. to take home this weekend. got thru the install proccess just 
fine. on reboot  got
lots of scrolling  interspersed with numbers and x did not start so I went to 
alt-f2 had same screen
full of garbage but when I hit enter it went away and let me log in. I ran setup and 
redid my X setup. and
changes run level to 3.  on reboot alt-f1 stiil is full of garbage and won't clear, 
alt-f2 is full of
garbage but clears with enterkey,  I log in and startx works fine taking me to KDE.  I 
haven't had time to
check out all the usual program yet.  Maybe later this afternoon.

Terrapin wrote:

 On 20 Oct 1999 23:09:25 +0200, Pixel [EMAIL PROTECTED] wrote:

 Timothy Litwiller [EMAIL PROTECTED] writes:
 
  hmm.  no its not there and not on my mirror either.   in the mirror it should be
  in
  for example
 
  
ftp.sunet.se/pub/Linux/distributions/mandrake-devel/cooker/Mandrake/mdkinst/usr/X11R6/bin/XF86_VGA16
 
 
 yes you're totally right, there seems something quite wrong :(((

 It disappeared from several sites over a week ago. The last I saw was
 last weekend. I figured you guys had withdrawn it to "revamp and
 overhaul".
 
 the mdkinst directory has left... don't know where it's gone.
 
 think i must re-upload. Sorry

 I was going to take this opportunity to check out the competitions GUI
 install  ;-)



Re: [Cooker] xdrake install

1999-10-23 Thread Tim Val Litwiller

now that I look mine has a 2.3  kernel also.

Terrapin wrote:

 On Sat, 23 Oct 1999, you wrote:
  ok, remirrored it Fri. to take home this weekend. got thru the install proccess 
just fine. on reboot  got
  lots of scrolling  interspersed with numbers and x did not start so I went to 
alt-f2 had same screen
  full of garbage but when I hit enter it went away and let me log in. I ran setup 
and redid my X setup. and
  changes run level to 3.  on reboot alt-f1 stiil is full of garbage and won't 
clear, alt-f2 is full of
  garbage but clears with enterkey,  I log in and startx works fine taking me to 
KDE.  I haven't had time to
  check out all the usual program yet.  Maybe later this afternoon.

 Very same for me with complete expert hd install from /usr/local/cooker

 The garbage appears to be an error with the eighth bit from the look of the
 characters.

 Boot into runlevel 3. Changing to runlevel 5 only gives me a grey screen

 Install went good up until accepting the x configuration with the mouse. As
 soon as I clicked on "yes", I lost the mouse cursor and had to clt-alt-delete
 out of the install from another virtual terminal. This looks like the old PS/2
 versus IMPS/2 mouse problem. I have an Intellimouse wheel mouse model 1.5a
 PS/2.  XF86Config is correct and the mouse works after rebooting.

 I noticed there are two kernels installed. Hackkernel is the default and I am
 using it now after having to install ppp package.

 My /usr/local partition was not entered into fstab. I had to make an entry and
 mount myself.

 The new package selection is looking better. I don't get "lost".

 BTW, the double and single quote keys have to be struck twice while I am
 writing this email.
 ' (took 2 hits to make)
 " (took 2 hits to make)