Re: still no luck with ethernet between 2 computers

2000-12-25 Thread Matthias Schulz
Am Sonntag, 24. Dezember 2000 12:59 schrieb Nate Amsden:
 try commenting out everything in /etc/hosts.deny

 and putting:

 ALL : [EMAIL PROTECTED]

 in /etc/hosts.allow

Did it, no luck.

 unix/linux seems to not to like to work in an enviornment where there is
 no
 DNS resolution, or more specifically name resolution in general
 (i imagine there isn't in your case), if you want everything
 to work perfectly i suggest you configure BIND with a dummy domain and
 set your machines up to use it.(my dummy domain is .aphro and i have
 machine names like internal-gate.aphro and desktop.aphro)

I dug myself deeper into this and I think it has to do with name-resolution. 
Using tcpdump I found:

With plip:

tcpdump: listening on plip0
13:10:31.369092 192.168.0.1  192.168.0.3: icmp: echo request
13:10:31.369157 192.168.0.3  192.168.0.1: icmp: echo reply
13:10:32.366987 192.168.0.1  192.168.0.3: icmp: echo request
13:10:32.367002 192.168.0.3  192.168.0.1: icmp: echo reply
13:10:33.366838 192.168.0.1  192.168.0.3: icmp: echo request
13:10:33.366851 192.168.0.3  192.168.0.1: icmp: echo reply
13:10:34.366719 192.168.0.1  192.168.0.3: icmp: echo request
13:10:34.366734 192.168.0.3  192.168.0.1: icmp: echo reply
13:10:37.095157 192.168.0.1.1026  192.168.0.3.telnet: S 
2339045101:2339045101(0) win 32120 mss 1460,sackOK,timestamp 28651[|tcp] 
(DF) [tos 0x10]
13:10:37.095194 192.168.0.3.telnet  192.168.0.1.1026: S 
2365710079:2365710079(0) ack 2339045102 win 32120 mss 1460,sackOK,timestamp 
32804[|tcp] (DF)
13:10:37.098295 192.168.0.1.1026  192.168.0.3.telnet: . ack 1 win 32120 
nop,nop,timestamp 28652 32804 (DF) [tos 0x10]
13:10:37.102226 192.168.0.3.1025  192.168.0.1.auth: S 
2359395261:2359395261(0) win 32120 mss 1460,sackOK,timestamp 32805[|tcp] 
(DF)
...

With eth:
tcpdump: listening on eth0
13:14:57.314195 matthschulzg  192.168.0.3: icmp: echo request
13:14:57.314235 192.168.0.3  matthschulzg: icmp: echo reply
13:14:58.312838 matthschulzg  192.168.0.3: icmp: echo request
13:14:58.312855 192.168.0.3  matthschulzg: icmp: echo reply
13:14:59.312689 matthschulzg  192.168.0.3: icmp: echo request
13:14:59.312698 192.168.0.3  matthschulzg: icmp: echo reply
13:15:00.312569 matthschulzg  192.168.0.3: icmp: echo request
13:15:00.312579 192.168.0.3  matthschulzg: icmp: echo reply
13:15:02.313442 arp who-has matthschulzg tell 192.168.0.3
13:15:02.313737 arp reply matthschulzg is-at 0:e0:98:72:89:1d
13:15:04.423686 matthschulzg.1028  192.168.0.3.telnet: S 
2610607868:2610607868(0) win 32120 mss 1460,sackOK,timestamp 55388[|tcp] 
(DF) [tos 0x10]
13:15:07.421669 matthschulzg.1028  192.168.0.3.telnet: S 
2610607868:2610607868(0) win 32120 mss 1460,sackOK,timestamp 55688[|tcp] 
(DF) [tos 0x10]

12 packets received by filter
0 packets dropped by kernel


The only difference I can see is 192.168.0.1.1026 vs. matthschulzg.1028.
The 1026 and 1028 are the prcessnumbers on 192.168.0.1 right? So they are 
just to ignore!?
But eth seems not to be able to resolve that matthschulzg is 192.168.0.1.
Yes it is in /etc/hosts though just as 
192.168.0.1 matthschulzg. Is  this correct?

Where can I find some detailed info about arp?

Matth



Re: moving from two disks to one?

2000-12-24 Thread Matthias Schulz
I would say:

1.  copy all directories in a empty partiotion on the 23.3
2.  add a new block for image ... in lilo.conf (read lilo-manual)
3.  try to boot this new (copied) system from the 23.3
4.  if it works, then clean up lilo.conf and make the new block default

NO WARRANTY OR LIABILITY OF ANY KIND, You really need to read the 
lilo-manual!!

Matth

Am Freitag, 22. Dezember 2000 22:41 schrieb Ron Farrer:

  hello;

 I currently have two 2GB scsi drives and now have a single 23.2GB scsi
 drive. What would be the easiest way to move the data off the two 2GB
 drives to the new one? Reinstall is out of the question, I need the
 setup to stay as-is. The partitioning on the new drive will be
 different (for obvious reasons). All filesysems are ext2. OS is Debian
 GNU/Linux 2.2r2

 TIA,
 Ron



still no luck with ethernet between 2 computers

2000-12-24 Thread Matthias Schulz
Hi all,

I'm still out of luck with a ethernet-connection between 2 computers.
Here are the facts: debian 2.2 Kernel, 2.2.18, Linksys ethernetcards
(one PCI, one PCMCIA) crossover cable

I can ping each other just fine.
Same machines can telnet each other or nfs-mount directories when I use the 
plip-connection I want to get rid of. (eth down and plip up instead)

Telnet over eth just waits and times out.
Same with mount -t nfs.
route says:

Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
192.168.0.0 *   255.255.255.0   U 0  00 eth0
~

ifconfig says:  

eth0  Link encap:Ethernet  HWaddr 39:48:39:48:39:48
  inet addr:192.168.0.3  Bcast:192.168.0.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:49 errors:0 dropped:0 overruns:0 frame:0
  TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:100
  Interrupt:11 Base address:0x9000
 
loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:3924  Metric:1
  RX packets:28 errors:0 dropped:0 overruns:0 frame:0
  TX packets:28 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
 
~ 

Can anyone point me, where to start looking?
What is in a eth-connection involved and not in a plip?

Matth



eth between two computers

2000-12-17 Thread Matthias Schulz

I'm trying to make a ethernet-connection between two computers in order to 
replace the up to now used plip.

I put in the laptop a linksys PCMPC100 an it got recognized immediately.
I put in the desktop-machine a linksys LNE100TX, compiled the supplied 
drivers and put the results pci-scan.o and tulip.o into 
/lib/modules/2.2.17/net.

I took the plip down and fired up the eth up with:

ifconfig 192.168.0.3 eth0 up at one side and
ifconfig 192.168.0.1 eth0 up at the other side.

I can ping each other:
ROOT ping 192.168.0.1
PING 192.168.0.1 (192.168.0.1): 56 data bytes
64 bytes from 192.168.0.1: icmp_seq=0 ttl=255 time=0.7 ms
64 bytes from 192.168.0.1: icmp_seq=1 ttl=255 time=0.4 ms
64 bytes from 192.168.0.1: icmp_seq=2 ttl=255 time=0.4 ms
64 bytes from 192.168.0.1: icmp_seq=3 ttl=255 time=0.4 ms
64 bytes from 192.168.0.1: icmp_seq=4 ttl=255 time=0.4 ms
 
--- 192.168.0.1 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.4/0.4/0.7 ms
ROOT

Then I checked:
ROOT route
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
192.168.0.0 *   255.255.255.0   U 0  00 eth0
ROOT

This is the same on both ends.

Then I tried :

ROOT route add -host 192.168.0.3 on machine a which should get 192.168.0.3
SIOCADDRT: No such device
ROOT route add -host 192.168.0.1 gave me the same result
SIOCADDRT: No such device
ROOT

I read the NET3-4-HOWTO but got no clue.

Anyone else a tip for me?

Tx Matth



Re: eth between two computers

2000-12-17 Thread Matthias Schulz
Am Sonntag, 17. Dezember 2000 11:29 schrieb Bill Jonas:
 On Sun, Dec 17, 2000 at 10:45:52AM -0600, Matthias Schulz wrote:
  Anyone else a tip for me?

 You don't need to run the route commands for this.

 The output of your route display:
  ROOT route
  Kernel IP routing table
  Destination Gateway Genmask Flags Metric RefUse
  Iface 192.168.0.0 *   255.255.255.0   U 0  0 
0 eth0

 Note the Detination column.  This, combined with the Genmask column, means
 that this row is for IP traffic for 192.168.0.anything.  The '*' in the
 Gateway column means that no gateway is needed, that this is just a local
I thought so, but I was not sure.
 interface.  (You see which one, of course, in the Iface column.)  Have you
 tried running your program yet?  You said you could ping one computer from
 the other, so I suspect all is well.
Yes I can ping them, but not telnet nor nfs-mount bring anything back. They 
are just stuck. The strange thing is, over plip everything worked fine (and 
still does).

 If you don't want to refer to the machines by numbers, stick a couple of
 lines in your /etc/hosts file on each host:
 192.168.0.1   machine1
 192.168.0.3   machine2

Yes, I did.

Matth



X11R6: No acceleration primitives defined - Again

1999-02-09 Thread Matthias Schulz
I'm working to get X11R6 on my Compaq Contura 410 (486DX2-50, 20MB, 2GB,
external monitor) working. Last time i had still a problem with the
trackball, -just forgot insmod psaux-  it is resolved now.
But the server starts, shows the background and mousepointer and shuts
down. I get following messages:

/usr/bin/X11/startx: gpm: command not found
(This command is from me to shut down gpm)

XFree86 Version 3.3 / X Window System
(protocol Version 11, revision 0, vendor release 6300)
Release Date: Jun  2 1997
If the server is older than 6-12 months, or if your card is newer
than the above date, look for a newer version before reporting
problems.  (see http://www.XFree86.Org/FAQ)
Operating System: Linux 2.0.21 i486 [ELF] 
Configured drivers:
  SVGA: server for SVGA graphics adaptors (Patchlevel 0):
  NV1, STG2000, ET4000, ET4000W32, ET4000W32i, ET4000W32i_rev_b,
  ET4000W32i_rev_c, ET4000W32p, ET4000W32p_rev_a, ET4000W32p_rev_b,
  ET4000W32p_rev_c, ET4000W32p_rev_d, ET6000, et3000, pvga1,

wd90c00,
  wd90c10, wd90c30, wd90c24, wd90c31, wd90c33, gvga, ati, sis86c201,
  sis86c202, sis86c205, tvga8200lx, tvga8800cs, tvga8900b,
tvga8900c,
  tvga8900cl, tvga8900d, tvga9000, tvga9000i, tvga9100b,
tvga9200cxr,
  tgui9320lcd, tgui9400cxi, tgui9420, tgui9420dgi, tgui9430dgi,
  tgui9440agi, tgui96xx, cyber938x, clgd5420, clgd5422, clgd5424,
  clgd5426, clgd5428, clgd5429, clgd5430, clgd5434, clgd5436,
clgd5446,
  clgd5480, clgd5462, clgd5464, clgd5465, clgd6205, clgd6215,
clgd6225,
  clgd6235, clgd7541, clgd7542, clgd7543, clgd7548, clgd7555,
ncr77c22,
  ncr77c22e, cpq_avga, mga2064w, mga1064sg, oti067, oti077, oti087,
  oti037c, al2101, ali2228, ali2301, ali2302, ali2308, ali2401,
cl6410,
  cl6412, cl6420, cl6440, video7, ct65520, ct65525, ct65530,
ct65535,
  ct65540, ct65545, ct65546, ct65548, ct65550, ct65554, ct64200,
  ct64300, ark1000vl, ark1000pv, ark2000pv, ark2000mt, mx, realtek,
  AP6422, AT24, s3_virge, generic
(using VT number 7)

XF86Config: /etc/X11/XF86Config
(**) stands for supplied, (--) stands for probed/default values
(**) XKB: rules: xfree86
(**) XKB: model: pc104
(**) XKB: layout: de
(**) Mouse: type: PS/2, device: /dev/psaux, baudrate: 1200
(**) SVGA: Graphics device ID: Primary Card
(**) SVGA: Monitor ID: Primary Monitor
(--) SVGA: Mode 320x240 needs hsync freq of 62.95 kHz. Deleted.
Warning: The directory /usr/X11R6/lib/X11/fonts/100dpi does not exist.
 Entry deleted from font path.
Warning: The directory /usr/X11R6/lib/X11/fonts/Type1 does not exist.
 Entry deleted from font path.
Warning: The directory /usr/X11R6/lib/X11/fonts/Speedo does not exist.
 Entry deleted from font path.
Warning: The directory /usr/X11R6/lib/X11/fonts/100dpi does not exist.
 Entry deleted from font path.
(**) FontPath set to
/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/75dpi
(--) SVGA: WD: Signature for WD90C[23]X=[0x32 0x34]
(--) SVGA: WD: Detected 90C24.  Try 90C30 or 90C31 if this doesn't work.
!!! I did, no success. !!!
(--) SVGA: WD: FP_Lock = 0xa6:
(--) SVGA: WD: dual scan 90C24, external monitor: assuming 1 Meg VRAM
(--) SVGA: chipset:  wd90c24
(--) SVGA: videoram: 1024k
(**) SVGA: clocks:  25.18  28.32  65.02  36.00  29.98  77.43  62.21 
80.11
(**) SVGA: clocks:  31.50  35.50  75.19  50.12  39.83  50.12  42.06 
44.30
(**) SVGA: clocks:  39.83
(**) SVGA: Using 8 bpp, Depth 8, Color weight: 666
(--) SVGA: Maximum allowed dot-clock: 90.000 MHz
(**) SVGA: Mode 640x480: mode clock =  25.180, clock used =  25.180
(--) SVGA: There is no mode definition named 320x240
(--) SVGA: Removing mode 320x240 from list of valid modes.
(--) SVGA: Virtual resolution set to 640x480
(--) SVGA: SpeedUp code selection modified because virtualX != 1024
(--) SVGA: PVGA1: SpeedUps selected (Flags=0xf)
(--) SVGA: Using XAA (XFree86 Acceleration Architecture)
(--) SVGA: XAA: No acceleration primitives defined.

waiting for X server to shut down 






Any ideas ?

Matthias


Re: Goodbye, people!

1999-02-08 Thread Matthias Schulz
Alan Tam schrieb:
 
 Hi,
 
 I've installed Debian Gnu/Linux 2 months ago, till now I still
 can't handle
 the Dosemu package and run dos correctly.  But I never think of giving
 it up.
 
 I use win95 to download and read news groups to improve my
 knowledge
 on Linux. Linux is my destination and windows is only the bridge.
 
 After all, I am a home PC user. I am in no hurry.
 

That's exact, what I do, except I use WIN$95 on travel and a stable OS/2
at home. It's using by my wife to, so I wouldn't try to use WIN$95.

Matthias



Re: Dial in access

1999-02-08 Thread Matthias Schulz
Jim Crumley schrieb:
 
 On Fri, Jan 29, 1999 at 10:59:14PM +1000, Peter Eades wrote:
  I would like to have my debian 2.1 slink box configured so that if
 the
  phone rings x times then hangs up and then rings back again within
 a
  specified period of time the modem will answer and alow me to log in
  remotly. I have look in /etc/ for some kind of getty config file but
  there does not seem to be one, Im I barking up the wrong tree here.
 It
  would be a shame if I had to ues mgetty for this as it is non free
  software. Any tips???
  Thanks
  Pete
 
I just saw it in the getty_ps option RINGBACK=xx

Matthias




X11R6: No acceleration primitives defined

1999-02-02 Thread Matthias Schulz
I'm working to get X11R6 on my Compaq Contura 410 (486DX2-50, 20MB, 2GB,
external monitor) working. I get follow errormessage:

XFree86 Version 3.3 / X Window System
(protocol Version 11, revision 0, vendor release 6300)
Release Date: Jun  2 1997
.
.
.
(--) SVGA: SpeedUp code selection modified because virtualX != 1024
(--) SVGA: Using XAA (XFree86 Acceleration Architecture)
(--) SVGA: XAA: No acceleration primitives defined.
CPU to framebuffer8.12 Mpix/sec (8.12
MB/s)

Fatal server error: Cannot open mouse (No such device)

I tried to avoid this by putting the line:

.
.
.
Option noaccel
.
.
.

in my XF86Config - no success. I've no more ideas.

Any ideas?

Whole XF86Config startx.messages.log and dmesg.log on request,
I thought it's to big to send it to the whole list - or am i wrong?
Please let me know.


Matthias


Re: MAJOR Problems in dselect.

1999-01-21 Thread Matthias Schulz
Andrew R Wilson schrieb:
 There is also another problem. before I use dselect, I can mount and
 un-mount my cdrom.
 The cdrom line in the /etc/fstab looks like this:
  /dev/sbpcd  /cdrom  iso9660  noauto,ro,user
 
 And when I use dselect for the first time, at ACCESS it works when I
 put
 in /dev/sbpcd for device block. But after I installed the
 packages(alot
 of packages including the kernel-2.0.33) accidently, I CAN'T access
 my
 /cdrom anymore. I put in /dev/sbpcd for device block at ACCESS again
 it
 said can't find device block or driver is not install or something
 in that nature. I try INSTALL and it said the same.

I got exact the same situation:

Start the system:

mount / umount CDROM possible

work dselect

mount CDROM not longer possible until the next reboot.
(device or unit busy - or like that)

That's (excuse me) a little bit WIN$-like.

I mounted the CDROM and accessed in in dselect over already mounted
device - no problems.

Matthias


Re: Problem booting for install

1999-01-19 Thread Matthias Schulz
Eric Jensen schrieb:
 
 Ok, actually a friend of mine is having this problem.  When he boots
 to
 the rescue disk, or uses the install batchfile with loadlin, he gets
 the
 LILO prompt, hits enter, sees a few lines of kernel messages and then
 his
 machine just reboots.
 
 He has an AMD K6 with an Award BIOS, a Western Digital 8 Gig as his
 primary master, a Maxtor 2 Gig as his primary slave, and a 24x CDROM
 as
 his secondary master.
 
 Any ideas?

I had to turn off the CACHE in the BIOS-Setup on my Toshiba
SatelittePro440CDX.

After i compiled a new kernel zImage i could it turn on again with no
problems.

Matthias



Filenames vfat-fs

1999-01-17 Thread Matthias Schulz
I mounted on my notebook the win95-partition as shown:

mount /dev/hda1 /mnt/win95 -t vfat

It seems to be with no problems. But in each win95 is a directory named
Program Files. I can't change in this dir, because it's a space in
the  filename. Has it a way to change in this dir - other than mount the
partition as ... -t msdos where this dir is named Progra~1?

Thanks Matthias