Linux-Misc Digest #419, Volume #21               Sun, 15 Aug 99 22:13:07 EDT

Contents:
  Re: Clothes design software for Linux? (David Frantz)
  Re: Samba & Win 9x clients: automatically mapping drives ("Mike Redrobe")
  Re: What I think of linux. (Heeeeeeeez back!)
  Need Raid-0 help - what am I missing? ("SwiftFox")
  Re: What I think of linux. (Heeeeeeeez back!)
  Re: modules???? (Marc Ohmann)
  Re: OPL3-SA3 souncard won't play sound!!! (Joshua Li)
  How to put CD-ROM in a lower speed (Henrique)
  Re: How to put CD-ROM in a lower speed ("Richard")
  Re: Running a program as someone else (Jose)
  Re: modules???? ("Chris")
  Re: Library paths (Errin Watusikac)
  Extracting multiple tar archives? (Ruven Gottlieb)
  Re: Problem with GNOME on a Redhat 6.0 machine (Carl Alexander)
  Re: double-sided printing queue (David Jordan)
  CD-R backup (Mircea)
  Re: Process Table (Leonard Evens)
  Re: Library paths (Leonard Evens)
  route problem II: Can't add gateway address (Youjip Won)
  Re: What I think of linux. (dh)

----------------------------------------------------------------------------

From: David Frantz <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.development.apps
Subject: Re: Clothes design software for Linux?
Date: Sun, 15 Aug 1999 18:38:52 -0400
Reply-To: [EMAIL PROTECTED]

Faheem Mitha wrote:

> Dear Linux people,
>                   My mother is interested in finding out about software
> that can be used for designing clothes. I did a quick Web search, and
> there seems to be a good deal of stuff out there, but all the stuff I
> found runs under Windows, as you would expect. I understand that general
> purpose graphics programs like Adobe Illustrator, CorelDraw and AutoCAD
> are used for clothes design as well as more specialised software like
> Custom Patternmaker, an add-on program to AutoCAD. My question is, does
> anyone know of similar programs that are available for Linux? I don't
> expect that there is much of free software available for something so
> specialised.
>
> A copy of any reply to my email address [EMAIL PROTECTED] would be much
> appreciated.
>                                      Sincerely, Faheem Mitha

Linux users wear clothes???


On the other and there use to be a program for the Mac called 'Moda' or
something similar.    It was very high end so its not likely to be free on
Linux.    I would suspect that most of the standard drawing tools would
fail to be satisfactory for anything more than a sketch.

Sorry I couldn't be of more help.

Dave



------------------------------

From: "Mike Redrobe" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.networking
Subject: Re: Samba & Win 9x clients: automatically mapping drives
Date: 15 Aug 99 19:35:26 +0000

 On Thu, 13 May 1999 21:55:53 GMT, [EMAIL PROTECTED] (Lee
 Allen) wrote:
 
>Under Samba, I (think) I have to "map a network drive" on the Win 9x
>client via point & click.  If the client ever boots when the server is
>down (or not available), then the client will display a prompt, "Do
>you want to reconnect the next time you log in?"  If the user says
>"No", the mapping is gone, and must be recreated manually.

I think this only happens if you have 

Client for Microsoft Networks->properties->Logon and restore network connections
change that to quick-logon...

>How can we avoid this problem?  Is there some script capability in Win
>9x that remap the drives for us?

type this into a file called mapdrives.bat:

net use n: //server/share
net use m: //server/anothershare


A better way would be to enable domain-logons in samba, then put a similar script
to the above in the netlogon share, so all terminals get the same shares.
-- 
Mike


------------------------------

From: Heeeeeeeez back! <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,alt.linux.sux,alt.os.linux,comp.os.linux.advocacy
Subject: Re: What I think of linux.
Date: Sun, 15 Aug 1999 16:31:15 +0100

Groman <[EMAIL PROTECTED]> wrote:
> still remember prince of persia? I still have and play  prince of persia 1(I hate pop
> 2)

PRINCE Of PERSIA???? That came VERY late in gaming history...

Remember Manic Miner? Or Jetpac?

-- 
______________________________________________________________________________
| [EMAIL PROTECTED] | "Are you pondering what I'm pondering Pinky?"  |
|    Andrew Halliwell BSc   |                                                |
|             in            | "I think so brain, but this time, you control  |
|      Computer Science     |  the Encounter suit, and I'll do the voice..." |
==============================================================================
|GCv3.12 GCS>$ d-(dpu) s+/- a C++ US++ P L/L+ E-- W+ N++ o+ K PS+  w-- M+/++ |
|PS+++ PE- Y t+ 5++ X+/X++ R+ tv+ b+ DI+ D+ G e++ h/h+ !r!|  Space for hire  |
==============================================================================

------------------------------

From: "SwiftFox" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Need Raid-0 help - what am I missing?
Date: Sun, 15 Aug 1999 19:34:34 -0400

Trying to set up a (I thought) simple Raid0 combination.

First, I installed Redhat Linux, including raidtools, on /dev/hda
partitions.

set up /dev/hdb & /dev/hdc as follows:

>Disk /dev/hdb: 16 heads, 63 sectors, 1416 cylinders
>Units = cylinders of 1008 * 512 bytes

>   Device Boot    Start       End    Blocks   Id  System
>/dev/hdb1             1      1416    713632+  83  Linux

>Disk /dev/hdc: 16 heads, 63 sectors, 1416 cylinders
>Units = cylinders of 1008 * 512 bytes

>   Device Boot    Start       End    Blocks   Id  System
>/dev/hdc1             1      1416    713632+  83  Linux

I set up /etc/raidtab:
>raiddev /dev/md0
>          raid-level      0
>          nr-raid-disks   2
>          persistent-superblock 1
>          chunk-size     4
>          device          /dev/hdb1
>          raid-disk       0
>          device          /dev/hdc1
>          raid-disk       1

Then:
>/sbin/mkraid /dev/md0
>mke2fs /dev/md0

So far, so good.
Then, I rebooted.  The raid partition was *not* autodetected.
It was not reported in /proc/mdstat.

I compiled the 2.2.11 kernel (with raid0 of course).  Added the
latest raidtools, raidtools-19990724-0.90.  The MD partition was
still not detected.  When I tried /sbin/mkraid /dev/md0 again, I got:

>[root@ /]# /sbin/mkraid /dev/md0
>handling MD device /dev/md0
>analyzing super-block
>disk 0: /dev/hdb1, 713632kB, raid superblock at 713536kB
>/dev/hdb1 appears to contain an ext2 filesystem -- use -f to override
>mkraid: aborted, see the syslog and /proc/mdstat for potential clues.

I tried forcing it, since the ext2 system there was of no use, and:

>handling MD device /dev/md0
>analyzing super-block
>disk 0: /dev/hdb1, 713632kB, raid superblock at 713536kB
>disk 1: /dev/hdc1, 713632kB, raid superblock at 713536kB
>mkraid: aborted, see the syslog and /proc/mdstat for potential clues.

/proc/mdstat says:
>Personalities : [1 linear] [2 raid0]
>read_ahead not set
>md0 : inactive
>md1 : inactive
>md2 : inactive
>md3 : inactive
and there are no messages about mkraid in the /var/log/messages.

Until I (made the mistake of?) upgrading raidtools to the newest
version and went from kernel 2.2.5 to 2.2.11, I could get a
mountable /dev/md0 only by using --force with mkraid and
destroying the data that was already there, and running mke2fs
again.  Now it dies for the mystrious unreported reason as well.

Would appreciate help very much.
--
Norm Mackey ([EMAIL PROTECTED])



------------------------------

From: Heeeeeeeez back! <[EMAIL PROTECTED]>
Subject: Re: What I think of linux.
Date: Sun, 15 Aug 1999 16:30:01 +0100

Robin Smith <[EMAIL PROTECTED]> wrote:
> ld hl (400c) 3a 0c 40 ; get screen start addres
> ret          c9       ; return

> Does anyone have a Z-80 op code manual available to confirm the above?

Well, without even looking it up, you were right on the RET...
:)

But skimming to the back of my trusty Spectrum manual (the good ringbound
orange one, not the feeble speccy + one) 

You got it slightly wrong...

The opcode for what you typed was ld a,(NN) 
ld hl,(NN) is 2a
:)

Pretty close though...

-- 
______________________________________________________________________________
| [EMAIL PROTECTED] | "THIS IS THE VOICE OF THE MYSTERONS......"     |
|    Andrew Halliwell BSc   | "I'm afraid no-one's in at the moment, but if  |
|             in            |  you leave your rank and colour, we'll destroy |
|      Computer Science     |  you as soon as we get back..."- The Preventers|
==============================================================================
|GCv3.12 GCS>$ d-(dpu) s+/- a C++ US++ P L/L+ E-- W+ N++ o+ K PS+  w-- M+/++ |
|PS+++ PE- Y t+ 5++ X+/X++ R+ tv+ b+ DI+ D+ G e++ h/h+ !r!|  Space for hire  |
==============================================================================

------------------------------

From: Marc Ohmann <[EMAIL PROTECTED]>
Crossposted-To: 
alt.os.linux.slackware,alt.linux.slackware,alt.os.linux,comp.os.linux.networking,comp.os.linux.setup
Subject: Re: modules????
Date: Sun, 15 Aug 1999 18:42:10 -0500

ok, I installed via-rhine as a module -- at least as far as I know how.

I ran "insmod via-rhine"

I added the line "alias eth0 via-rhine" to /et/conf.modules

I uncommented the line in /etc/rc.d/rc.modules for the via-rhine driver

I rebooted and dmesg still doesn't comment on eth0.

thanks again,
marc


------------------------------

From: Joshua Li <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: OPL3-SA3 souncard won't play sound!!!
Date: Sun, 15 Aug 1999 23:31:17 GMT

Steve Gage wrote:
> 
> Sean wrote:
> >
> > My OPL3-SA3 soundcard which is a Audiotrix 3D-XG now works with isapnp
> > except it has two irq's and I don't know how to set the 2nd irq with
> > ismod.  If I just set one irq up X11AMP and other sound apps display that
> > they are playing sound but I hear nothing out of the speakers.
> > /dev/sndstat tells me that I have no installed drivers or card config
> > except it does give me info on my adio synth and midi devices as well as
> > mixers.  I insmoded the followinf modules (if there are any I missed please
> > tell me) opl3sa2, mpu401, opl3 and ad1848.  If anyone could help me it
> > would help alot.  E-mail me at [EMAIL PROTECTED]
> >
> > ------------------  Posted via CNET Linux Help  ------------------
> >                     http://www.searchlinux.com
> 
> I don't think you need to insmod mpu401. Here's what I have in my
> conf.modules, and my OPL3/SA3 sound works just fine:
> 
> # Sound
> alias char-major-14 opl3sa2
> pre-install opl3sa2 modprobe "-k" "ad1848"
> post-install opl3sa2 modprobe "-k" "opl3"
> options opl3sa2 io=0x370 mss_io=0x530 mpu_io=0x330 irq=5 dma=0 dma2=1
> options opl3 io=0x388
> options 8390 io=0x240 irq=10

If I am not mistaken, you'll need mpu401 for ad1848, and according to
Caldera Support, Mpu port is better off to be 0x388, after changing some
IO- ports, my OPL3-sax has a significant increase in performance.

Sean, what would the kernel respond when you type "insmod opl3sa2
io=0x370 mss_io=0x530 mpu_io=0x388 irq=5 dma=0 dma2=1", IRQ may vary,
though. Post the error, would you?
-- 
Joshua Li
[EMAIL PROTECTED]
North York Ontario, Canada

------------------------------

From: Henrique <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: How to put CD-ROM in a lower speed
Date: Sun, 15 Aug 1999 20:37:34 -0300
Reply-To: [EMAIL PROTECTED]

Hi.

I would like to know if there's any way of
doing my cd-rom drive reading in lower speed on linux.

i.e.:
my cd-rom is 24x,
but I want to read cd-roms at 4x or 8x speed.

please reply to my e-mail
[EMAIL PROTECTED]

------------------------------

From: "Richard" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: How to put CD-ROM in a lower speed
Date: Sun, 15 Aug 1999 17:04:16 -0700

Actually, a CD-ROM usually never reaches it's maximum speed.  It starts in a
spiral starting from the center of the CD.  In order to reach it's maximum
speed, it would have to be reading the outer (or close to) edge of the CD.
Also, when you insert a CD, the drive determines what kind of CD it is.  If
it's video, it will probably play it around 2X.  There is no way of lowering
the speed since the speed is dependent on the part of the CD it's reading.

Hope this helps.




------------------------------

From: [EMAIL PROTECTED] (Jose)
Subject: Re: Running a program as someone else
Date: Sun, 15 Aug 1999 23:50:48 GMT

Thank you, this is what I needed.....

Jose


On Sun, 15 Aug 1999 21:00:34 +0200, [EMAIL PROTECTED] (Michael
Renner) wrote:

>In article <[EMAIL PROTECTED]>,
>       [EMAIL PROTECTED] (Jose) writes:
>> Is there a way that root can run a program as a other user without su
>> to that account?  Thanks
>Hi,
>you dont have to su to the account, you can start a programm as well
>with su or sudo:
>su - USERERNAME -c "programm"
>e.g.
>gemini:/root # su - renner -c "ls -ld ~/"
>drwx------  48 renner   users        5120 Aug 15 20:48 /home/renner/
>CU


(Remove "nospam_" if you wish to write via email)

------------------------------

From: "Chris" <[EMAIL PROTECTED]>
Crossposted-To: 
alt.os.linux.slackware,alt.linux.slackware,alt.os.linux,comp.os.linux.networking,comp.os.linux.setup
Subject: Re: modules????
Date: Sun, 15 Aug 1999 22:33:25 GMT

the D-Link DFE530-TX uses the via-rhine driver, not the tulip driver.  The
DE530-TX uses the tulip.

Marc Ohmann <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> After struggling with installling this network card for 2 days, I have
> decided I need help.  I have a D-Link DFE530-TX 10/100 pci card.  I have
> the tulip driver and the de4x5 driver.  I have been trying to install
> either of them as modules with no luck.  modprobe never sees the card
> and eth0 never shows up in dmesg.  Everytime I try to "insmod tulip"  I
> get a message that says "device or resource busy".  Thinking that
> another driver was already attached to the nic I commented out every
> line in /etc/conf.modules with no luck (the device still comes up
> busy).  I have uncommented the line in /etc/rc.d/rc.modules for the
> tulip driver.  I have recompiled the kernel with module support.  If I
> knew how I would compile the kernel with the tulip driver installed but
> I don't.  Could somebody help me.  If I am just one step away from
> getting it to work as a module let me know.  Otherwise could you tell me
> how to recompile the kernel with the driver.  I have about 200 pages of
> kernel/ethernet/networking.... how-tos infront of me but they aren't
> very clear as to what I am doing wrong!!  Oh ya I am running slackware
> if that makes a difference.  And I have run the Slackware netconfig.
>
> And if cross posting is frowned upon I apologize.  I always see it done
> but I have never seen any rules of etiquet regarding its use.
>
> thanks in advance,
> marc
>



------------------------------

Crossposted-To: comp.os.linux.setup
Subject: Re: Library paths
From: Errin Watusikac <[EMAIL PROTECTED]>
Date: 15 Aug 1999 16:59:59 -0700

"Noah Roberts (jik-)" <[EMAIL PROTECTED]> writes:

> LD_LIBRARY_PATH should work.  You can also edit /etc/ld.so.conf

I think you also have to get the superuser to run ldconfig; see the man
page.

There's also a LD_RUN_PATH; I've not yet understood the difference.

------------------------------

From: Ruven Gottlieb <[EMAIL PROTECTED]>
Subject: Extracting multiple tar archives?
Date: Sun, 15 Aug 1999 20:18:54 -0400

Hi,

I recently downloaded a new set of HOWTOS, and I got all the HTML
versions tar.gz'd as separate archives.

If I try to "tar xvzf *"; "tar xvzf $(dir)", etc. I get error messages
telling me "foo.tar.gz: not included in archive" or some such.

If I try "tar xvzf foo.tar.gz", the archive will extract.

I don't know how to write shell scripts yet.  Does anyone know how to
get tar to extract a load of seperate archives in the same directory.

Gzip will unzip all the files, but tar won't untar them. RRRRGH!


Thanks for your help.


Ruven
-- 
Most software is too hard.
Most hardware is too soft.
    -- Ruven Gottlieb, the cynical optimist


------------------------------

From: Carl Alexander <[EMAIL PROTECTED]>
Subject: Re: Problem with GNOME on a Redhat 6.0 machine
Date: Sun, 15 Aug 1999 17:39:44 -0700

On Sun, 15 Aug 1999, Egg J. LeFume wrote:
>Hi.
>
>       I just started playing around with GNOME (and KDE as well, using
>switchdesk to switch between those two) recently, and I'm having a slight
>problem with it now.  Every time I start it, gmc acts up; it starts and
>stops about every second.  I tried uninstalling and reinstalling every
>gnome* rpm I have, but it didn't help.  
>
>       Also, before I reinstalled, after minimizing a window, there was
>no icon for it at all, and there were no buttons on the panel for the open
>programs, either.  Any idea what could cause this?
>
>       My machine is running RedHat 6.0, and all RPMs are from the CD:

I don't know about gmc acting up but I have the same problem with the panel
however it only happens when logged in as root not but not as a user and we
shouldn't log in as root anyways.

Carl

------------------------------

From: [EMAIL PROTECTED] (David Jordan)
Crossposted-To: comp.os.linux.setup,comp.os.linux.hardware
Subject: Re: double-sided printing queue
Date: Sun, 15 Aug 99 18:03:05 GMT

On Wed, 11 Aug 99, Gene Heskett was heard to mumble in group
comp.os.linux.misc:

> Unrot13 this;
> Reply to: <[EMAIL PROTECTED]>
> 
> Gene Heskett sends Greetings to Kuang-chun Cheng;
> 
>  KC> Hi,
> 
>  KC>  How to setup a double-sided printing queue for a network
>  KC> postscript printer (for example, HP 4050).  Using printtool or linuxconf
>  KC> can only setup single-sided printing queue and Printing-HOWTO doesn't
>  KC> help neither.  Thanks.
> 
> If the 4050 can do that.  I'm not sure it can.  What I do here on this
> Amiga, but haven't managed to hack it into linux code yet, is to run
> ghostscript out to page numbered files, see use.txt for how-to on that,
> having it give each pages file a page number as part of the filename.
> 
> Then to actually print, I have an ARexx script I wrote that checks the
> page numbs for even/odd, and prints the file collection in 2 or more
> passes, with *you* turning the paper around/over when ready to do the
> other side.
> 
> Thats why big print jobs, of over 30 pages, get exported to this Amiga.
> 
> Its drive hungry though, a 400 page book needs 300 plus megs of scratch
> disk when running in hi-rez B&W here, with color turning that into 5+
> megs a page.

Have you looked at psutils? To select the odd pages you use 'psselect -o'
and to select the even pages you use 'psselect -e'. Using the '-r' flag
will even spit out the pages in reverse order.

The disk space needed is not significantly larger than the size of the
input file.

Sometimes there's a problem with the ps file and psselect gets confused but
running the file through ghostscript with the '-sDEVICE=pswrite' sometimes
helps.

psutils are available for Linux and have been compiled for the amiga as
part of the geekgadgets set.


Dave.

-- 
[EMAIL PROTECTED]                  http://www.lassie.demon.co.uk
[EMAIL PROTECTED]                     http://www.aston.ac.uk/~jordandc
     
Amiga 4000 Cyberstorm 060/50 112MB 4GB-SCSI-II 2M-CV64 (And a Psion 3a...)

 ... Parking is such street sorrow.


------------------------------

From: Mircea <[EMAIL PROTECTED]>
Subject: CD-R backup
Date: Sun, 15 Aug 1999 20:26:30 -0400

Hello-

What would you recommend as backup software using CD-Rs? It would have
to be able to span multiple volumes (I have a "mere" 18G to backup).
TIA,

MST
stamasd at excite dot com, for obvious reasons.

------------------------------

From: Leonard Evens <[EMAIL PROTECTED]>
Subject: Re: Process Table
Date: Sun, 15 Aug 1999 19:53:52 -0500

Vikas Chawla wrote:
> 
> Hi,
> does anybody know any system calls for accessing the process table on
> Solaris?
> Thanks in advance
> Vikas

Well this is a Linux newsgroup, but since you ask.

Try man ps and then try to decipher the incomprehensible
command System V command options.

But Solaris does allow you to use the old ucb ps command.
If I remember correctly, it is in /usr/ucb.  One convenient
set of options is
/usr/ucb/ps -uax | more

-- 

Leonard Evens      [EMAIL PROTECTED]      847-491-5537
Dept. of Mathematics, Northwestern Univ., Evanston, IL 60208

------------------------------

From: Leonard Evens <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Library paths
Date: Sun, 15 Aug 1999 19:49:42 -0500

NF Stevens wrote:
> 
> [EMAIL PROTECTED] wrote:
> 
> >How does linux (or maybe bash?) know which directories to look in for
> >library files when it loads up a program? On other systems it seems to be
> >done by setting the LD_LIBRARY_PATH enviroment variable but in linux this
> >has no effect. Surely I don't have to place new libraries in either /lib
> >or /usr/lib because these are the only ones it looks in and this can't be
> >changed?
> 
> You can change the default locations where the loader looks for
> shared libraries by editing /etc/ld.so.conf and then running
> ldconfig. This is a system wide setting and will affect all
> users. Alternatively the LD_LIBRARY_PATH environment variable
> should work in the way you expected it to, though there
> are a couple of points to note. LD_LIBRARY_PATH is ignored
> for programs which are setuid or setgid. If your program
> is in aout format then the relevant environment variable
> is LD_AOUT_LIBRARY_PATH. Check the man page for ld.so
> (the dynamic linker) for details.
> 
> Norman

And make sure you export the variable LD_LIBRARY_PATH after
setting it.
-- 

Leonard Evens      [EMAIL PROTECTED]      847-491-5537
Dept. of Mathematics, Northwestern Univ., Evanston, IL 60208

------------------------------

From: Youjip Won <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.networking,comp.os.linux.setup
Subject: route problem II: Can't add gateway address
Date: Mon, 16 Aug 1999 10:04:09 +0900

Dear all,

   I really appreciate your detailed replies. Unfortunately, I am still
struggling with my linux box.

   1. 'route -n' seems to generate what I expected.
   2. 'route' stalls.
   3. ping 166.104.88.107(host in the same subnet) works properly.
   4. traceroute 166.104.88.107 stalls.
   5. ping 166.104.88.1(gateway) stalls.
   6. traceroute 166.104.88.1 generates interesting trace.

>From the host in the same subnet, I can ping to THE machine(named sobaek).
But, I was not able to telnet nor ftp to sobaek.

Help!!!

Youjip



Script started on Mon Aug 16 09:52:52 1999
[root@sobaek network-scripts]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
127.0.0.0       0.0.0.0         255.255.255.0   U     0      0        1 lo
166.104.88.0    0.0.0.0         255.255.255.0   U     0      0        3 eth0

0.0.0.0         166.104.88.1    0.0.0.0         UG    0      0        3 eth0

[root@sobaek network-scripts]# ifconfig
lo        Link encap:Local Loopback
          inet addr:166.104.88.108  Bcast:166.104.88.255  Mask:255.255.255.0

          UP BROADCAST LOOPBACK RUNNING  MTU:3584  Metric:1
          RX packets:2138 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2138 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0

eth0      Link encap:Ethernet  HWaddr 00:C0:26:11:8C:79
          inet addr:166.104.88.108  Bcast:166.104.88.255  Mask:255.255.255.0

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3844 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3027 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0
          Interrupt:10 Base address:0x6800

[root@sobaek network-scripts]# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
127.0.0.0       *               255.255.255.0   U     0      0        1 lo
166.104.88.0    *               255.255.255.0   U     0      0        3 eth0

[root@sobaek network-scripts]# ping 166.104.88.107
PING 166.104.88.107 (166.104.88.107): 56 data bytes
64 bytes from 166.104.88.107: icmp_seq=0 ttl=128 time=1.1 ms
64 bytes from 166.104.88.107: icmp_seq=1 ttl=128 time=0.6 ms

--- 166.104.88.107 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 0.6/0.8/1.1 ms
[root@sobaek network-scripts]# ping 166.104.88.1
PING 166.104.88.1 (166.104.88.1): 56 data bytes

--- 166.104.88.1 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
[root@sobaek network-scripts]# traceroute 166.104.88.107
traceroute to 166.104.88.107 (166.104.88.107), 30 hops max, 40 byte packets

[root@sobaek network-scripts]# traceroute 166.104.88.107
traceroute to 166.104.88.1 (166.104.88.1), 30 hops max, 40 byte packets
 1  sobaek (166.104.88.108)  0.225 ms !H  0.153 ms !H  0.141 ms !H
[root@sobaek network-scripts]# exit
exit

Script done on Mon Aug 16 09:54:03 1999



Youjip Won wrote:

> Dear Linux guru,
>    I am fan of linux, but never ever able to get the network setup in
> one shot. This time was not an exception. After several trials and
> errors, I am finally writing this message in a hope that I could get
> some help.
>
> To make long story short, I cannot add gateway to routing table.
>
> Here's what had happened. I can ifconfig and route add 'lo' and 'etho'.
> When I do "route add default gw 166.104.88.1", it does not complain.
> BUT, if I type 'route' to verify the gw in routing table, it goes to the
> infinite loop. It only shows the first two lines in routing table(lo,
> eth0) and goes into infinite loop. I eagerly hope that someone have had
> similar problems and provide me some clue.
> Please refer to the attached script.
> Thanks a mil!!!!
>
> Youjip
>
> Script started on Thu Aug 12 21:40:56 1999
> [root@sobaek network-scripts]# ifconfig
> [root@sobaek network-scripts]# route
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use
> Iface
> [root@sobaek network-scripts]# ifconfig lo 127.0.0.1
> [root@sobaek network-scripts]# route add -net 127.0.0.0
> [root@sobaek network-scripts]# ifconfig etho 166.104.88.108
> [root@sobaek network-scripts]# route add -net 166.104.88.0
> [root@sobaek network-scripts]# route
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use
> Iface
> 127.0.0.0       *               255.255.255.0   U     0      0        0
> lo
> 166.104.88.0    *               255.255.255.0   U     0      0        0
> eth0
> [root@sobaek network-scripts]# route add gw 166.104.88.1
> [root@sobaek network-scripts]# route
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use
> Iface
> 127.0.0.0       *               255.255.255.0   U     0      0        0
> lo
> 166.104.88.0    *               255.255.255.0   U     0      0        0
> eth0
> ===> Goes to infinite loop


------------------------------

From: dh <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,alt.linux.sux,alt.os.linux,comp.os.linux.advocacy
Subject: Re: What I think of linux.
Date: Mon, 16 Aug 1999 01:57:34 +0100
Reply-To: [EMAIL PROTECTED]



Adam JBC wrote:

> > Let me hlep with the average.
>
> Me too, I'm 16.
>
> I've only recently installed Linux.  Saved my bacon (metaphorically speaking) a
> few days ago when I got a fresh attack from the WIN95-K32 Hazlo virus.  I
> booted into Linux, backed up all 500Mb of my files, formatted all my Windows
> partitions, and reinstalled Windows.  I then installed the latest update for
> McAffee 3, but it only found a few infected files (3).  I used the Find program
> to search for all files containing text "Hazlo" (similar to grep I believe) and
> found loads of infected files.
>
> Anyway, I used my first computer when I was on holiday in florida.  Sad I know.
>  I was hooked playing Solitair for hours on end.  Plus there was this girl who
> must have been a couple of year younder than me (I was about 10 or 11, or maybe
> 12) who I think had a crush on me.  She just sat their watching me play cards.
> I swear she wanted to kiss me when we saw them for the last time.
>
> Anyway, during that holiday, I learn a bit of QBasic.  Then we went home.  A
> couple of years later, my dad brought a lap top home from work.  I found a copy
> of QBasic, and continued programming.  I then 'upgraded' to VB4, and I now have
> VB5, in fact the whole of Visual Studio (which I got off a student licence)
> sitting right next to me.
>
> My next task is to learn C/++.
>
> I also have a friend, also aged 16, who knows more about Linux than me.  I'm
> hoping he will come round and teach me someday soon.
>
> Hmmm, a quick look at the names of posters in the ng (c.o.l.m) shows most of
> the names to be male.
>
> Any female linux users out there?
>
> Adam.

I'm another 16 year old male.

My first computer was an Acorn A4000 which didn't crash once. We never ran out of
space on the 80Mb drive and it ran pretty much fine with 2Mb of RAM. I picked up
programming with the BASIC on it which usually used line-numbered programs - no
procedural stuff. The GUI was simple and it could do pretty much everything we
needed. Then last year we got a 4Gb 200MHz 64Mb computer (You can guess what all
the numbers refer to) running Win 95. I got very fed up with the regular crashes
and tried out Linux which is now running quite happily. I'm still learning, but I'm
looking forward to the day I can use Linux 100% of the time.

Dafydd Harries




------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list (and comp.os.linux.misc) via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Misc Digest
******************************

Reply via email to