Re: lcs devices under gentoo for s390

2004-05-18 Thread Vic Cross
On Mon, 17 May 2004, Post, Mark K wrote:

 From what I recall in the 2.4 kernels, sit0 was the interface for IPv6.  I
 wonder if I'm remembering wrong, or if this has changed.

Mark, you're correct, sit0 is the IPv6-in-IPv4 tunnel interface.

Richard, we really need to see if modules are loading, or trying to load,
etc.  I've not done a 2.6 on s390 so I can't help directly, but I do know
that the sit0 will not help you here (sorry)...

If you have had another Linux running in this system, it will definitely
help to get the values for the definition of the interface from that.
Sure, the config is not the same as 2.4, but at least you will know the
right numbers to put in places -- very important for getting the EMIO
stuff to work.

When I get some spare time I'm going to give this Gentoo build a try,
after that I might be more help...  :)

Cheers,
Vic Cross

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: lcs devices under gentoo for s390

2004-05-18 Thread Richard Pinion
During startup I do receive the message that the lcs module has been loaded.  I've 
defined my ethernet adapter in /etc/ccwgroup.conf.  The Gentoo S/390 doc describes 
this as the file that replaced /etc/chandev.conf with the 2.6 kernel. 

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: lcs devices under gentoo for s390

2004-05-18 Thread Vic Cross
On Tue, 18 May 2004, Richard Pinion wrote:

 During startup I do receive the message that the lcs module has been
 loaded.

That's good news -- what does the output of ifconfig -a show?  If the
lcs module is indeed successfully loaded and talking to network hardware,
you should see something in addition to your sit0...

 I've defined my ethernet adapter in /etc/ccwgroup.conf.  The
 Gentoo S/390 doc describes this as the file that replaced
 /etc/chandev.conf with the 2.6 kernel.

I know that you would have checked the syntax of this already, but it
probably wouldn't hurt to check it one more time ;)

What about /proc/subchannels and the like?  I guess they will have
equivalents in the new kernel...  Is there a /proc (or /sys) pseudofile
that is the equivalent of /proc/chandev?  These will be other helpful
places to look.

Cheers,
Vic Cross

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: lcs devices under gentoo for s390

2004-05-18 Thread Richard Pinion
Going to a staff meeting, I'll try that when I get back.  

Thanks!

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: lcs devices under gentoo for s390

2004-05-18 Thread Alan Altmark
On Monday, 05/17/2004 at 12:03 AST, Richard Pinion [EMAIL PROTECTED]
wrote:
 OK, I made my config changes to use sit0 and not lcs0 and the interface
came up
 this time.  Please understand I'm working with very little
documentation.  I
 have the install doc the Gentoo guy put together.  But it appears things
have
 changed for kernel-2.6.5.  And I don't have any S390 documentation for
this
 level of the kernel.

The 2.6 doc is in Developerworks in the April 2004 stream section:
http://oss.software.ibm.com/developerworks/opensource/linux390/docu/lx26apr04dd00.pdf

Alan Altmark
Sr. Software Engineer
IBM z/VM Development

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: lcs devices under gentoo for s390

2004-05-18 Thread Richard Pinion
OK, I can't figure out what the problem is, here is the boot log and after that are 
the config files that I have updated.

* Calculating module dependencies...
  [ ok ]
 * Using /etc/modules.autoload.d/kernel-2.6 as config:
 *   Loading module lcs...
  [ ok ]
 *   Loading module tape_34xx...
  [ ok ]
 * Autoloaded 2 module(s)
 * Bringing lo up...
  [ ok ]
 * Initializing random number generator...
  [ ok ]
INIT: Entering runlevel: 3
 * Starting metalog...
  [ ok ]
 * Setting DNS domainname to bhset.org...
  [ ok ]
 * Bringing eth0 up (172.30.102.17)...
SIOCSIFADDR: No such device
eth0: unknown interface: No such device
SIOCSIFBRDADDR: No such device
eth0: unknown interface: No such device
SIOCSIFNETMASK: No such device
  [ !! ]
 * ERROR:  Problem starting needed services.
 * netmount was not started.
 * ERROR:  Problem starting needed services.
 * xinetd was not started.
 * Starting local...  [ ok ]
This is linux390.unknown_domain (Linux s390 2.6.5) 19:18:17
linux390 login: 



/etc/modules.conf has an entry of
  alias eth0 lcs

/etc/modprobe.conf has an entry of
  alias eth0 lcs

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: lcs devices under gentoo for s390

2004-05-18 Thread Post, Mark K
What does dmesg give you?  That is normally where the errors show up that
are masked by the startup scripts.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Richard Pinion
Sent: Tuesday, May 18, 2004 2:28 PM
To: [EMAIL PROTECTED]
Subject: Re: lcs devices under gentoo for s390


OK, I can't figure out what the problem is, here is the boot log and after
that are the config files that I have updated.

* Calculating module dependencies...
  [ ok ]
 * Using /etc/modules.autoload.d/kernel-2.6 as config:
 *   Loading module lcs...
  [ ok ]
 *   Loading module tape_34xx...
  [ ok ]
 * Autoloaded 2 module(s)
 * Bringing lo up...
  [ ok ]
 * Initializing random number generator...
  [ ok ]
INIT: Entering runlevel: 3
 * Starting metalog...
  [ ok ]
 * Setting DNS domainname to bhset.org...
  [ ok ]
 * Bringing eth0 up (172.30.102.17)...
SIOCSIFADDR: No such device
eth0: unknown interface: No such device
SIOCSIFBRDADDR: No such device
eth0: unknown interface: No such device
SIOCSIFNETMASK: No such device
  [ !! ]
 * ERROR:  Problem starting needed services.
 * netmount was not started.
 * ERROR:  Problem starting needed services.
 * xinetd was not started.
 * Starting local...  [ ok ]
This is linux390.unknown_domain (Linux s390 2.6.5) 19:18:17 linux390 login:




/etc/modules.conf has an entry of
  alias eth0 lcs

/etc/modprobe.conf has an entry of
  alias eth0 lcs

--
For LINUX-390 subscribe / signoff / archive access instructions, send email
to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: lcs devices under gentoo for s390

2004-05-18 Thread Richard Pinion
Here is the output from dmesg,

dmesg
Linux version 2.6.5 ([EMAIL PROTECTED]) (gcc version 3.3.3 20040412 (Gento
o Linux 3.3.3-r3, ssp-3.3-7, pie-8.5.3)) #2 SMP Fri May 14 20:48:16 GMT 2004
We are running native (31 bit mode)
This machine has an IEEE fpu
On node 0 totalpages: 32768
  DMA zone: 32768 pages, LIFO batch:8
  Normal zone: 0 pages, LIFO batch:1
  HighMem zone: 0 pages, LIFO batch:1
Built 1 zonelists
Kernel command line: dasd=3E05,3E06,3E07,3E02,3E03,3E04 root=/dev/dasda2
PID hash table entries: 1024 (order 10: 8192 bytes)
Memory: 125248k/131072k available (1894k kernel code, 0k reserved, 649k data, 80
k init)
Calibrating delay loop... 142.95 BogoMIPS
Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
POSIX conformance testing by UNIFIX
Detected 1 CPU's
Boot cpu address  0
cpu 0 phys_idx=0 vers=15 ident=0213CA machine=7060 unused=
Brought up 1 CPUs
debug: Initialization complete
NET: Registered protocol family 16
ikconfig 0.7 with /proc/config*
devfs: 2004-01-31 Richard Gooch ([EMAIL PROTECTED])
devfs: boot_options: 0x1
Initializing Cryptographic API
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Channel measurement facility using basic format (autodetected)
dasd(diag): Machine is not VM: DIAG discipline not initializing
dasd(eckd): 0.0.3e05: 3390/0A(CU:3990/01) Cyl:3339 Head:15 Sec:224
Using anticipatory io scheduler
dasd(eckd): 0.0.3e05: (4kB blks): 2404080kB at 48kB/trk compatible disk layout
 /dev/dasd/0.0.3e05:VOL1/  LINUX7: p1 p2
dasd(eckd): 0.0.3e02: 3390/0A(CU:3990/01) Cyl:3339 Head:15 Sec:224
dasd(eckd): 0.0.3e02: (4kB blks): 2404080kB at 48kB/trk compatible disk layout
 /dev/dasd/0.0.3e02:VOL1/  LINUX4: p1
dasd(eckd): 0.0.3e03: 3390/0A(CU:3990/01) Cyl:3339 Head:15 Sec:224
dasd(eckd): 0.0.3e03: (4kB blks): 2404080kB at 48kB/trk compatible disk layout
 /dev/dasd/0.0.3e03:VOL1/  LINUX5: p1
dasd(eckd): 0.0.3e04: 3390/0A(CU:3990/01) Cyl:3339 Head:15 Sec:224
dasd(eckd): 0.0.3e04: (4kB blks): 2404080kB at 48kB/trk compatible disk layout
 /dev/dasd/0.0.3e04:VOL1/  LINUX6: p1
dasd(eckd): 0.0.3e06: 3390/0A(CU:3990/01) Cyl:3339 Head:15 Sec:224
dasd(eckd): 0.0.3e06: (4kB blks): 2404080kB at 48kB/trk compatible disk layout
 /dev/dasd/0.0.3e06:VOL1/  LINUX8: p1 p2
dasd(eckd): 0.0.3e07: 3390/0A(CU:3990/01) Cyl:3339 Head:15 Sec:224
dasd(eckd): 0.0.3e07: (4kB blks): 2404080kB at 48kB/trk compatible disk layout
 /dev/dasd/0.0.3e07:VOL1/  LINUX9: p1
NET: Registered protocol family 2
IP: routing cache hash table of 1024 buckets, 8Kbytes
TCP: Hash tables configured (established 4096 bind 8192)
NET: Registered protocol family 1
NET: Registered protocol family 10
IPv6 over IPv4 tunneling driver
NET: Registered protocol family 17
NET: Registered protocol family 15
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Mounted devfs on /dev
Freeing unused kernel memory: 80k freed
Unable to find swap-space signature
EXT3 FS on dasda2, internal journal
 lcs: Loading LCS driver ($Revision: 1.74 $/$Revision: 1.15 $)
TAPE_CHAR: tape gets major 253 for character devices
TAPE_BLOCK: tape gets major 254 for block device
kjournald starting.  Commit interval 5 seconds
EXT3 FS on dasda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
EXT3 FS on dasdb2, internal journal
EXT3-fs: mounted filesystem with ordered data mode.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: lcs devices under gentoo for s390

2004-05-18 Thread Post, Mark K
So, the driver is definitely loading, but doesn't appear to be finding
anything.  Does /sys/bus/ccwgroup/drivers/lcs exist?


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Richard Pinion
Sent: Tuesday, May 18, 2004 3:13 PM
To: [EMAIL PROTECTED]
Subject: Re: lcs devices under gentoo for s390


Here is the output from dmesg,

dmesg
Linux version 2.6.5 ([EMAIL PROTECTED]) (gcc version 3.3.3 20040412
(Gento o Linux 3.3.3-r3, ssp-3.3-7, pie-8.5.3)) #2 SMP Fri May 14 20:48:16
GMT 2004 We are running native (31 bit mode) This machine has an IEEE fpu On
node 0 totalpages: 32768
  DMA zone: 32768 pages, LIFO batch:8
  Normal zone: 0 pages, LIFO batch:1
  HighMem zone: 0 pages, LIFO batch:1
Built 1 zonelists
Kernel command line: dasd=3E05,3E06,3E07,3E02,3E03,3E04 root=/dev/dasda2 PID
hash table entries: 1024 (order 10: 8192 bytes)
Memory: 125248k/131072k available (1894k kernel code, 0k reserved, 649k
data, 80 k init) Calibrating delay loop... 142.95 BogoMIPS Dentry cache hash
table entries: 16384 (order: 4, 65536 bytes) Inode-cache hash table entries:
8192 (order: 3, 32768 bytes) Mount-cache hash table entries: 512 (order: 0,
4096 bytes) POSIX conformance testing by UNIFIX Detected 1 CPU's Boot cpu
address  0 cpu 0 phys_idx=0 vers=15 ident=0213CA machine=7060 unused=
Brought up 1 CPUs
debug: Initialization complete
NET: Registered protocol family 16
ikconfig 0.7 with /proc/config*
devfs: 2004-01-31 Richard Gooch ([EMAIL PROTECTED])
devfs: boot_options: 0x1
Initializing Cryptographic API
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Channel measurement facility using basic format (autodetected)
dasd(diag): Machine is not VM: DIAG discipline not initializing
dasd(eckd): 0.0.3e05: 3390/0A(CU:3990/01) Cyl:3339 Head:15 Sec:224 Using
anticipatory io scheduler
dasd(eckd): 0.0.3e05: (4kB blks): 2404080kB at 48kB/trk compatible disk
layout  /dev/dasd/0.0.3e05:VOL1/  LINUX7: p1 p2
dasd(eckd): 0.0.3e02: 3390/0A(CU:3990/01) Cyl:3339 Head:15 Sec:224
dasd(eckd): 0.0.3e02: (4kB blks): 2404080kB at 48kB/trk compatible disk
layout  /dev/dasd/0.0.3e02:VOL1/  LINUX4: p1
dasd(eckd): 0.0.3e03: 3390/0A(CU:3990/01) Cyl:3339 Head:15 Sec:224
dasd(eckd): 0.0.3e03: (4kB blks): 2404080kB at 48kB/trk compatible disk
layout  /dev/dasd/0.0.3e03:VOL1/  LINUX5: p1
dasd(eckd): 0.0.3e04: 3390/0A(CU:3990/01) Cyl:3339 Head:15 Sec:224
dasd(eckd): 0.0.3e04: (4kB blks): 2404080kB at 48kB/trk compatible disk
layout  /dev/dasd/0.0.3e04:VOL1/  LINUX6: p1
dasd(eckd): 0.0.3e06: 3390/0A(CU:3990/01) Cyl:3339 Head:15 Sec:224
dasd(eckd): 0.0.3e06: (4kB blks): 2404080kB at 48kB/trk compatible disk
layout  /dev/dasd/0.0.3e06:VOL1/  LINUX8: p1 p2
dasd(eckd): 0.0.3e07: 3390/0A(CU:3990/01) Cyl:3339 Head:15 Sec:224
dasd(eckd): 0.0.3e07: (4kB blks): 2404080kB at 48kB/trk compatible disk
layout  /dev/dasd/0.0.3e07:VOL1/  LINUX9: p1
NET: Registered protocol family 2
IP: routing cache hash table of 1024 buckets, 8Kbytes
TCP: Hash tables configured (established 4096 bind 8192)
NET: Registered protocol family 1
NET: Registered protocol family 10
IPv6 over IPv4 tunneling driver
NET: Registered protocol family 17
NET: Registered protocol family 15
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Mounted devfs on /dev
Freeing unused kernel memory: 80k freed
Unable to find swap-space signature
EXT3 FS on dasda2, internal journal
 lcs: Loading LCS driver ($Revision: 1.74 $/$Revision: 1.15 $)
TAPE_CHAR: tape gets major 253 for character devices
TAPE_BLOCK: tape gets major 254 for block device
kjournald starting.  Commit interval 5 seconds
EXT3 FS on dasda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
EXT3 FS on dasdb2, internal journal
EXT3-fs: mounted filesystem with ordered data mode.

--
For LINUX-390 subscribe / signoff / archive access instructions, send email
to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: lcs devices under gentoo for s390

2004-05-18 Thread Richard Pinion
yes it does,

/sys/bus/ccwgroup/drivers:
total 0
drwxr-xr-x  3 root root 0 May 17 16:15 .
drwxr-xr-x  4 root root 0 May 17 16:15 ..
drwxr-xr-x  2 root root 0 May 17 16:15 lcs

/sys/bus/ccwgroup/drivers/lcs:
total 0
drwxr-xr-x  2 root root0 May 17 16:15 .
drwxr-xr-x  3 root root0 May 17 16:15 ..
--w---  1 root root 4096 May 17 16:15 group

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: lcs devices under gentoo for s390

2004-05-18 Thread Post, Mark K
Is there anything in /sys/devices/ that looks like an LCS directory?

Does doing an
echo 0.0.0b30,0.0.0b33  /sys/bus/ccwgroup/drivers/lcs/group
produce anything interesting in dmesg or ifconfig -a ?


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Richard Pinion
Sent: Tuesday, May 18, 2004 4:15 PM
To: [EMAIL PROTECTED]
Subject: Re: lcs devices under gentoo for s390


yes it does,

/sys/bus/ccwgroup/drivers:
total 0
drwxr-xr-x  3 root root 0 May 17 16:15 .
drwxr-xr-x  4 root root 0 May 17 16:15 ..
drwxr-xr-x  2 root root 0 May 17 16:15 lcs

/sys/bus/ccwgroup/drivers/lcs:
total 0
drwxr-xr-x  2 root root0 May 17 16:15 .
drwxr-xr-x  3 root root0 May 17 16:15 ..
--w---  1 root root 4096 May 17 16:15 group

--
For LINUX-390 subscribe / signoff / archive access instructions, send email
to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: lcs devices under gentoo for s390

2004-05-18 Thread Richard Pinion
No LCS directory in /sys/devices.  I'll try your suggestion in the morning.  I've had 
all the fun I care to have for one day!!!

 [EMAIL PROTECTED] 05/18/04 04:31PM 
Is there anything in /sys/devices/ that looks like an LCS directory?

Does doing an
echo 0.0.0b30,0.0.0b33  /sys/bus/ccwgroup/drivers/lcs/group
produce anything interesting in dmesg or ifconfig -a ?


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Richard Pinion
Sent: Tuesday, May 18, 2004 4:15 PM
To: [EMAIL PROTECTED] 
Subject: Re: lcs devices under gentoo for s390


yes it does,

/sys/bus/ccwgroup/drivers:
total 0
drwxr-xr-x  3 root root 0 May 17 16:15 .
drwxr-xr-x  4 root root 0 May 17 16:15 ..
drwxr-xr-x  2 root root 0 May 17 16:15 lcs

/sys/bus/ccwgroup/drivers/lcs:
total 0
drwxr-xr-x  2 root root0 May 17 16:15 .
drwxr-xr-x  3 root root0 May 17 16:15 ..
--w---  1 root root 4096 May 17 16:15 group

--
For LINUX-390 subscribe / signoff / archive access instructions, send email
to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390 

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390 

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: lcs devices under gentoo for s390

2004-05-17 Thread Post, Mark K
Error messages would be a start.  Were there any?


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Richard Pinion
Sent: Monday, May 17, 2004 9:47 AM
To: [EMAIL PROTECTED]
Subject: lcs devices under gentoo for s390


I have the S/390 Gentoo IPL'ing but I can't get the lcs/eth0 device to
activate.  I've configured according to the kernel-2.6 .conf files.  Does
anyone have any ideas what I can check look for?

--
For LINUX-390 subscribe / signoff / archive access instructions, send email
to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: lcs devices under gentoo for s390

2004-05-17 Thread Richard Pinion
Messages who needs messages, men don't even need instructions!

OK, here's what I have.

* Bringing eth0 up (172.30.102.17)...SIOCSIFADDR: No such device
eth0: unknown interface: No such device
SIOCSIFBRDADDR: No such device
eth0: unknown interface: No such device
SIOCSIFNETMASK: No such device
  [ !! ]
 * ERROR:  Problem starting needed services.
 * netmount was not started.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: lcs devices under gentoo for s390

2004-05-17 Thread Post, Mark K
How about dmesg and /var/log/messages or /var/log/debug or
/var/log/syslog??


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Richard Pinion
Sent: Monday, May 17, 2004 10:59 AM
To: [EMAIL PROTECTED]
Subject: Re: lcs devices under gentoo for s390


Messages who needs messages, men don't even need instructions!

OK, here's what I have.

* Bringing eth0 up (172.30.102.17)...SIOCSIFADDR: No such device
eth0: unknown interface: No such device
SIOCSIFBRDADDR: No such device
eth0: unknown interface: No such device
SIOCSIFNETMASK: No such device
  [ !! ]
 * ERROR:  Problem starting needed services.
 * netmount was not started.

--
For LINUX-390 subscribe / signoff / archive access instructions, send email
to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: lcs devices under gentoo for s390

2004-05-17 Thread Franz Josef Pohlen
Hi Richard,

what adapter type are you connecting: OSA-2, OSA-Express or what?
Are the devices online?
Have you attached (dedicated) the appropriate devices to your linux userid?
If it is osa-2, is it configured using osasf?
Perhaps there are more things to know and to check, but first we have to
know something about your current setup.

Regards

Franz Josef
- Original Message -
From: Richard Pinion [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, May 17, 2004 4:58 PM
Subject: Re: lcs devices under gentoo for s390


Messages who needs messages, men don't even need instructions!

OK, here's what I have.

* Bringing eth0 up (172.30.102.17)...SIOCSIFADDR: No such device
eth0: unknown interface: No such device
SIOCSIFBRDADDR: No such device
eth0: unknown interface: No such device
SIOCSIFNETMASK: No such device
  [ !! ]
 * ERROR:  Problem starting needed services.
 * netmount was not started.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: lcs devices under gentoo for s390

2004-05-17 Thread Richard Pinion
Nothing in any of those logs pertaining to eth0.  BTW this is kernel-2.6.5 and I am 
running on an IBM 7060 H30 that uses EMIO for the ethernet adapters.

On the IOCP side of things my adapters are defined as 3088 CU's.  On the OS/390 side 
of the world we define these as LCS devices.  I know I need to define LCS and not CTC 
for Linux because I am running TAO Linux/390 and that is the way I had to define the 
adapters.

Does sit0 ring any bells.  I did a ls -Ral /sys  ls.txt in one of the boot up 
scripts to see what devices, channels, sub-channels etc. showed up.  I see my ethernet 
adapter addresses of 0b30 and 0b31.  But I saw something called sit0 which looked 
interesting.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: lcs devices under gentoo for s390

2004-05-17 Thread Richard Pinion
OK, I made my config changes to use sit0 and not lcs0 and the interface came up this 
time.  Please understand I'm working with very little documentation.  I have the 
install doc the Gentoo guy put together.  But it appears things have changed for 
kernel-2.6.5.  And I don't have any S390 documentation for this level of the kernel.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: lcs devices under gentoo for s390

2004-05-17 Thread Post, Mark K
From what I recall in the 2.4 kernels, sit0 was the interface for IPv6.  I
wonder if I'm remembering wrong, or if this has changed.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Richard Pinion
Sent: Monday, May 17, 2004 12:03 PM
To: [EMAIL PROTECTED]
Subject: Re: lcs devices under gentoo for s390


OK, I made my config changes to use sit0 and not lcs0 and the interface came
up this time.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390