Success with iBook2 internal modem (was Re: Binary driver for conexant modems (applemodems))

2002-09-03 Thread Edd Dumbill
Today I updated my kernel (to 2.4.20-pre5-ben0) and the Conexant drivers
to hcfusbmodem-0.98mbsibeta02090200ppc.  Turning dialtone detection off,
I managed successfully to connect to my ISP using the internal modem.

Grateful thanks to Ben and Marc Boucher!

-- Edd




signature.asc
Description: This is a digitally signed message part


Re: 2.4.20-pre5-ben0 still no sound [was Re: 2.4.19 -- no sound]

2002-09-03 Thread Paul Talacko
On Tue, Sep 03, 2002 at 11:04:22AM +1000, Toby Sargeant wrote:
 
 My apologies, I just checked, and you've provided this information. If
 there is any other information along the lines of my previous email,
 that would also be useful.
 
 Unfortunately, I don't have access to a mac with an awacs chipset in it.
 The current driver is working (mostly) just fine with Tumbler and
 Snapper based macs.
 

If you need me to look in /proc or find any other information let me
know, and I'll do my best.

Cheers,

Paul

-- 


Paul Talacko



Re: using apt to install system to another partition

2002-09-03 Thread Fred Heitkamp
On Sun, 1 Sep 2002, Chris Tillman wrote:

 On Sun, Sep 01, 2002 at 03:49:41PM -0400, Fred Heitkamp wrote:
 
  I want to make a backup debian installation on another disk or partition.

 Steps were recently added in the install manual which would work for this
 using debootstrap. See

 http://www.debian.org/releases/stable/i386/ch-preparing.en.html/#s-linux-upgrade

This link did not work for me but I found debootstrap and managed to get
it working on my non-debian system.  It seems to have installed the base
Debian system OK on my spare ext2 partition.  There is no kernel installed
though.  How do I install a kernel package do I can boot the partition?

Fred



Re: using apt to install system to another partition

2002-09-03 Thread Chris Tillman
On Tue, Sep 03, 2002 at 08:01:45AM -0400, Fred Heitkamp wrote:
 On Sun, 1 Sep 2002, Chris Tillman wrote:
 
  On Sun, Sep 01, 2002 at 03:49:41PM -0400, Fred Heitkamp wrote:
  
   I want to make a backup debian installation on another disk or partition.
 
  Steps were recently added in the install manual which would work for this
  using debootstrap. See
 
  http://www.debian.org/releases/stable/i386/ch-preparing.en.html/#s-linux-upgrade

Sorry, I got slash happy with my URL. Corrected:

http://www.debian.org/releases/stable/i386/ch-preparing.en.html#s-linux-upgrade

 
 This link did not work for me but I found debootstrap and managed to get
 it working on my non-debian system.  It seems to have installed the base
 Debian system OK on my spare ext2 partition.  There is no kernel installed
 though.  How do I install a kernel package do I can boot the partition?

(see link).

-- 
*--v- Installing Debian GNU/Linux 3.0 v--*
|  http://www.debian.org/releases/stable/installmanual |
|debian-imac: http://debian-imac.sourceforge.net   |
|Chris Tillman[EMAIL PROTECTED]  |
|  To Have, Give All to All (ACIM)   |
**



Re: Signal 11

2002-09-03 Thread Michael Hackett
On Mon, 2 Sep 2002 20:32:25 +0200 (CEST)
Michel Lanners [EMAIL PROTECTED] wrote:

 On   2 Sep, this message from Marvin Germain echoed through
 cyberspace:
   I have had Woody installed for a couple of days now
  on my powerbase 180, which contains a powerlogix G4 upgrade card.
  I am running the 2.4.18 kernel that came on the debian CD.  I have
  been having a lot of problems with programs dying with a signal 11. 
  This has happened frequently to the X server. [...] I have also had
  vi and ps fail with segmentation faults.
 
 Re. your problems, that looks suspiciously like a hardware problem,
 most probably with faulty RAM.

I had the same problem on my 9500, and in the end, I figured it was
actually the memory slots, or some other hardware problem. Changing the
RAM seemed to lessen or worsen the problem, but it never went entirely
away until I swapped in another motherboard I had.

Hopefully it doesn't come to that for you, but definitely try messing
around with different RAM configurations. You might also try
reinstalling the original CPU card; maybe Linux isn't setting something
up correctly for the G4 card. (For example, maybe this doesn't apply,
but some Mac OS software needed to have the G3's speculative processing
turned off on machines that were originally based on 60x processors. I
think actually, in some cases, the firmware of the system itself was the
problem.)

What I'd love to see are some diagnostic packages that really
stress-test the hardware under the Linux OS, so it would be easier to
isolate hardware problems from configuration errors or buggy software. I
spent ages trying to track down that problem, thinking it was a
corrupted kernel or buggy X video driver, until I discovered a
correspondence between Netscape crashes and memory configurations on the
Mac OS side and finally began to narrow down the problem.



Re: pmud deamon problem

2002-09-03 Thread Michael Schmitz
 pmud[589]: pmud [threshold = 420, margin = 15] started
 pmud[589]: opening /dev/adb
 pmud[589]: opening /dev/pmu
 pmud[589]: bind socket
 pmud[589]: daemon stopped (bind socket)

 does anybody know what the reason for this is?

Depends what's in your /etc/default/power: with the -u flag there, pmud
will attempt to open a unix domain socket /etc/power/control to accept
commands (without -u, commands are read via TCP/IP). After opening the
socket (or TCP/IP port), pmud binds to the socket in order to receive any
data sent there. The message 'bind socket' means this bind failed. The
'daemon stopped' just means pmud gave up (because of the fatal bind
error).

If you recently upgraded the kernel and the new kernel no longer supports
unix domain sockets, the bind syscall would naturally fail. Another reason
might be a stale control socket (but there's code to remove leftover
sockets before opening a new one, in theory). Check if /etc/power/control
is present before starting pmud, and remove it if it's there.

Michael



Re: Success with iBook2 internal modem (was Re: Binary driver for conexant modems (applemodems))

2002-09-03 Thread Eric van der Vlist
Same for me. Following the fresh track I have compiled and installed 
2.4.20-pre5-ben0 on my ibook2 and the Connexant drivers worked like a
charm (with dialtone detection off)...

Thanks to Ben, Marc,... and Edd!

Eric

On Tue, 2002-09-03 at 11:11, Edd Dumbill wrote:
 Today I updated my kernel (to 2.4.20-pre5-ben0) and the Conexant drivers
 to hcfusbmodem-0.98mbsibeta02090200ppc.  Turning dialtone detection off,
 I managed successfully to connect to my ISP using the internal modem.
 
 Grateful thanks to Ben and Marc Boucher!
 
 -- Edd
 
 
-- 
Rendez-vous à Paris.
  http://www.technoforum.fr/integ2002/index.html

Eric van der Vlist   http://xmlfr.orghttp://dyomedea.com
(W3C) XML Schema ISBN:0-596-00252-1 http://oreilly.com/catalog/xmlschema




Sony Handycam as USB mass storage hang

2002-09-03 Thread Eric van der Vlist
Hi,

I am not sure that the issue is specific to debian-powerpc since I got
similar yet less frequent problems on a intel platform a while ago, but
I can't manage to download pictures from my Sony Handycam (DCR-PC120E)
on my ibook2.

I am running a freshly compile kernel 2.4.20-pre5-ben0 with
CONFIG_USB_STORAGE_DEBUG set to get some food for thoughts but had the
same issue with a 2.4.18 without this flag.

The log is quite verbose and the snipets I find significant are:

1) When I attach the camera to the USB port:

Sep  3 18:00:38 ibook kernel: hub.c: USB new device connect on bus1/1,
assigned device number 2
Sep  3 18:00:38 ibook kernel: usb-storage: act_altsettting is 0
Sep  3 18:00:38 ibook kernel: usb-storage: id_index calculated to be: 28
Sep  3 18:00:38 ibook kernel: usb-storage: Array length appears to be:
88
Sep  3 18:00:38 ibook kernel: usb-storage: Vendor: Sony
Sep  3 18:00:38 ibook kernel: usb-storage: Product: Handycam
Sep  3 18:00:38 ibook kernel: usb-storage: USB Mass Storage device
detected
Sep  3 18:00:38 ibook kernel: usb-storage: Endpoints: In: 0xcebdb2b4
Out: 0xcebdb2a0 Int: 0xcebdb2c8 (Period 255)
Sep  3 18:00:38 ibook kernel: usb-storage: Found existing GUID
054c002e
Sep  3 18:00:38 ibook kernel: WARNING: USB Mass Storage data integrity
not assured
Sep  3 18:00:38 ibook kernel: USB Mass Storage device found at 2
Sep  3 18:00:42 ibook /etc/hotplug/usb.agent: Setup usb-storage for USB
product 54c/2e/300

2) When I mount it as VFAT, the line in /etc/fstab is:

/dev/sda1   /mounts/sonyvfatrw,noauto

and the log shows:
Sep  3 18:01:50 ibook kernel: Attached scsi removable disk sda at scsi0,
channel 0, id 0, lun 0
Sep  3 18:01:50 ibook kernel: usb-storage: queuecommand() called
Sep  3 18:01:50 ibook kernel: usb-storage: *** thread awakened.
Sep  3 18:01:50 ibook kernel: usb-storage: Command TEST_UNIT_READY (6
bytes)
Sep  3 18:01:50 ibook kernel: usb-storage: 00 00 00 00 00 00 00 00 00 00
bd 50
Sep  3 18:01:50 ibook kernel: usb-storage: Invoking Mode Translation
Sep  3 18:01:50 ibook kernel: usb-storage: Call to
usb_stor_control_msg() returned 6
Sep  3 18:01:50 ibook kernel: usb-storage: -- CB transport device
requiring auto-sense
Sep  3 18:01:50 ibook kernel: usb-storage: Issuing auto-REQUEST_SENSE
Sep  3 18:01:50 ibook kernel: usb-storage: Call to
usb_stor_control_msg() returned 6
Sep  3 18:01:50 ibook kernel: usb-storage: usb_stor_transfer_partial():
xfer 18 bytes
Sep  3 18:01:50 ibook kernel: usb-storage: usb_stor_bulk_msg() returned
0 xferred 18/18
Sep  3 18:01:50 ibook kernel: usb-storage: usb_stor_transfer_partial():
transfer complete
Sep  3 18:01:50 ibook kernel: usb-storage: CB data stage result is 0x0
Sep  3 18:01:50 ibook kernel: usb-storage: -- Result from auto-sense is
0
Sep  3 18:01:50 ibook kernel: usb-storage: -- code: 0x70, key: 0x0, ASC:
0x0, ASCQ: 0x0
Sep  3 18:01:50 ibook kernel: usb-storage: No Sense: no additional sense
information
Sep  3 18:01:50 ibook kernel: usb-storage: scsi cmd done, result=0x0
Sep  3 18:01:50 ibook kernel: usb-storage: *** thread sleeping.
Sep  3 18:01:50 ibook kernel: usb-storage: queuecommand() called
Sep  3 18:01:50 ibook kernel: usb-storage: *** thread awakened.
Sep  3 18:01:50 ibook kernel: usb-storage: Command READ_CAPACITY (10
bytes)
Sep  3 18:01:50 ibook kernel: usb-storage: 25 00 00 00 00 00 00 00 00 00
bd 50
Sep  3 18:01:50 ibook kernel: usb-storage: Invoking Mode Translation
Sep  3 18:01:50 ibook kernel: usb-storage: Call to
usb_stor_control_msg() returned 10
Sep  3 18:01:50 ibook kernel: usb-storage: usb_stor_transfer_partial():
xfer 8 bytes

(more available if needed).

Then, if I access to the device with (for instance) a command such as
find /mounts/sony -type f, it shows a first file then hangs forever.
The last messages in the log are:

Sep  3 18:02:25 ibook kernel: usb-storage: usb_stor_bulk_msg() returned
0 xferred 18/18
Sep  3 18:02:25 ibook kernel: usb-storage: usb_stor_transfer_partial():
transfer complete
Sep  3 18:02:25 ibook kernel: usb-storage: CB data stage result is 0x0
Sep  3 18:02:25 ibook kernel: usb-storage: -- Result from auto-sense is
0
Sep  3 18:02:25 ibook kernel: usb-storage: -- code: 0x70, key: 0x0, ASC:
0x0, ASCQ: 0x0
Sep  3 18:02:25 ibook kernel: usb-storage: No Sense: no additional sense
information
Sep  3 18:02:25 ibook kernel: usb-storage: scsi cmd done, result=0x0
Sep  3 18:02:25 ibook kernel: usb-storage: *** thread sleeping.
Sep  3 18:02:25 ibook kernel: usb-storage: queuecommand() called
Sep  3 18:02:25 ibook kernel: usb-storage: *** thread awakened.
Sep  3 18:02:25 ibook kernel: usb-storage: Command READ_10 (10 bytes)
Sep  3 18:02:25 ibook kernel: usb-storage: 28 00 00 00 00 9e 00 00 01 00
00 00
Sep  3 18:02:25 ibook kernel: usb-storage: Invoking Mode Translation
Sep  3 18:02:55 ibook kernel: usb-storage: command_abort() called
Sep  3 18:02:55 ibook kernel: usb-storage: Call to
usb_stor_control_msg() returned -104
Sep  3 18:02:55 ibook kernel: usb-storage: -- transport 

Boot-time serial port setup

2002-09-03 Thread Michael Milligan
Hi all --

A simple question, probably:
I am setting up an old inkjet serial printer on my G3 running woody.  After 
some research and several test pages, I established that CUPS handles the thing 
fine, but only if I first manually issue
$ stty -F /dev/ttyS1 230400 cstopb raw echo ixoff ixon
as root.  Since I don't really want to have to log into the thing every time it 
gets rebooted just to enable the printer, I was wondering what is the 
Debianishly correct way to execute this command at boot time.  I *could* write 
a new boot script and insert the links in /etc/rc* myself, but this seems 
somehow tacky.

Suggestions?

Thank you,
T.



Re: Boot-time serial port setup

2002-09-03 Thread David Stanaway
On Tue, 2002-09-03 at 17:56, Michael Milligan wrote:
 A simple question, probably:
 I am setting up an old inkjet serial printer on my G3 running woody.  After 
 some research and several test pages, I established that CUPS handles the 
 thing fine, but only if I first manually issue
 $ stty -F /dev/ttyS1 230400 cstopb raw echo ixoff ixon
 as root.  Since I don't really want to have to log into the thing every time 
 it gets rebooted just to enable the printer, I was wondering what is the 
 Debianishly correct way to execute this command at boot time.  I *could* 
 write a new boot script and insert the links in /etc/rc* myself, but this 
 seems somehow tacky.

Write it, and put it in /etc/init.d

then install it with update-rc.d  (It has a nice manpage)

-- 
David Stanaway



bash glob bug?

2002-09-03 Thread Jason E. Stewart
Hey All,

I seemed to have found a bug in bash's globbing behavior. 

Can someone explain to me how the file functions-sql.xml can possibly
be included in the ls command below?

Cheers,
jas.

~/work/GeneX-Server/DB/xml $ ls -l [E-G]*.xml
-rwxr-xr-x1 jasons   jasons   1514 Jul 11 17:29 ExperimentFactors.xml
-rwxr-xr-x1 jasons   jasons   4237 Jul 11 17:29 ExperimentSet.xml
-rwxr-xr-x1 jasons   jasons   2090 Jul 11 17:29 ExternalDatabase.xml
-rw-r--r--1 jasons   jasons687 Jul 11 17:29 FeatureExtraction.xml
-rwxr-xr-x1 jasons   jasons   5761 Jul 11 17:29 Feature.xml
-rw-r--r--1 jasons   jasons   2712 Jul 11 17:29 functions-sql.xml
-rw-r--r--1 jasons   jasons915 Jul 11 17:29 GenexAdmin.xml
-rwxr-xr-x1 jasons   jasons   1198 Jul 11 17:29 GroupLink.xml
-rwxr-xr-x1 jasons   jasons   1859 Jul 11 17:29 GroupSec.xml



Re: bash glob bug?

2002-09-03 Thread Jon Leonard
On Tue, Sep 03, 2002 at 05:30:45PM -0600, Jason E. Stewart wrote:
 I seemed to have found a bug in bash's globbing behavior. 
 
 Can someone explain to me how the file functions-sql.xml can possibly
 be included in the ls command below?

[ command pattern was [E-G]*.xml, output included a file starting with 'f' ]

Is it possible that you have your locale (or one of the related environment
variables) set to something other than C?  I don't get similar behavior by
default from bash on my computer, but if I set LC_COLLATE=en_US.utf8 I do.

What's happening there is that the sort order for [] ranges is changed so
that instead of being EFG ... efg, it's eEfFgG, and f is the the range
between E and G.  If this is undesired behavior, you may want to set
LC_COLLATE=C.

Jon Leonard



Sleeping weirdness (was Re: ibook 2 : several question)

2002-09-03 Thread Francis J. Lacoste
On lun, 2002-09-02 at 14:53, David M. Cooke wrote:
 
 I had similiar problems, but it's working now. I had to disable IDE
 CDROM support, and compile SCSI emulation in.

Indeed, this configuration works. Compiling both as modules also works.

 
 Since several people seem to have problems, I've put the deb for my
 kernel (2.4.20-pre5-ben0), along with the kernel config file and a deb
 for daenzer's drm-trunk-module at
 
 http://arbutus.physics.mcmaster.ca/cookedm/ibook/
 
 Currently, CDROM support with SCSI emulation, sleeping/waking up, and
 sound work. I haven't tested the CD-RW, but cdrecord -scanbus works.
 

I've tried your kernel and with it sleeping now works... most of the
time. Once, it didn't wake up and another time it woke up and locked up
after.

Something even weirder is that I can't compile a kernel where sleeping
works. I've compiled a kernel using exactly you configuration file
(using the 2.4.20-pre5-benh0 rsync source) and kernel-package but it
never works.

I noticed that you compiled your kernel using gcc 3.2 pre-release so I
thought it might be the problem. I've compiled the kernel (always using
your configuration and doing a make-kpkg clean between run) using gcc
2.95, gcc 3.0 and gcc 3.2 and sleeping never works on the produced
kernel.

A thing that I noticed is that the iBook doesn't seems to sleep
correctly on the failing kernels: the light on the front side of the
iBook doesn't do it's usual sleeping heart beat. It does with the kernel
you compiled.

I'm including here the packages related to my build environment and also
a diff of the dmesg between your kernel and the last one I've compiled
using 3.2.

How is your build environment different than mine? Any insights in this
matter are welcome.

My build environment:

ii  binutils   2.13.90.0.4-1  The GNU assembler, linker and binary utiliti
ii  binutils-doc   2.12.90.0.1-4  Documentation for the GNU assembler, linker 

(binutils 2.12.90.0.1 was used with gcc-2.95 and gcc-3.0. I had to upgrade
binutils to install gcc-3.2 from unstable, otherwise I'm running testing)

ii  gcc2.95.4-16  The GNU C compiler.
ii  gcc-2.95   2.95.4-11  The GNU C compiler.
ii  gcc-3.03.0.4-7The GNU C compiler.
ii  gcc-3.0-base   3.0.4-7The GNU Compiler Collection (base package).
ii  gcc-3.23.2.1-0pre1The GNU C compiler.
ii  gcc-3.2-base   3.2.1-0pre1The GNU Compiler Collection (base package).
ii  gcc-3.2-doc3.2.1-0pre1Documentation for the GNU compilers (gcc, go
ii  kernel-package 8.007  Debian Linux kernel package build scripts.
ii  libc6-dev  2.2.5-14   GNU C Library: Development Libraries and Hea
ii  libgcc13.2.1-0pre1GCC support library.

The diff between boot messages generated by your kernel and mine 
(same configuration):

--- dmesg.snooze.worked 2002-09-03 18:25:20.0 -0400
+++ dmesg.fail-gcc-32   2002-09-03 18:44:10.0 -0400
@@ -1,6 +1,6 @@
 Memory BAT mapping: BAT2=256Mb, BAT3=128Mb, residual: 0Mb
-Total memory = 384MB; using 2048kB for hash table (at c040)
-Linux version 2.4.20-pre5-ben0 ([EMAIL PROTECTED]) (gcc version 3.2 20020809 
(Debian prerelease)) #3 Sat Aug 31 07:47:38 EDT 2002
+Total memory = 384MB; using 1024kB for hash table (at c040)
+Linux version 2.4.20-pre5-ben0 ([EMAIL PROTECTED]) (gcc version 3.2.1 20020830 
(Debian prerelease)) #1 mar sep 3 17:45:41 EDT 2002
 Found Uninorth memory controller  host bridge, revision: 192
 Mapped at 0xfdf3c000
 Found a Pangea mac-io controller, rev: 0, mapped at 0xfdebc000
@@ -30,7 +30,7 @@
 time_init: decrementer frequency = 24.835245 MHz
 Console: colour dummy device 80x25
 Calibrating delay loop... 1389.36 BogoMIPS
-Memory: 382776k available (2152k kernel code, 1028k data, 136k init, 0k 
highmem)
+Memory: 383800k available (2148k kernel code, 1032k data, 136k init, 0k 
highmem)
 AGP special page: 0xd7fff000
 Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
 Inode cache hash table entries: 32768 (order: 6, 262144 bytes)
@@ -165,8 +165,8 @@
 Detected ADB keyboard, type ISO, swapping keys.
 input1: ADB HID on ID 2:2.c4
 input2: ADB HID on ID 7:7.1f
-ADB mouse at 3, handler set to 4 (trackpad)7(recovery.c, 254): 
journal_recover: JBD: recovery, exit status 0, recovered transactions 13593 to 
13603
-(recovery.c, 256): journal_recover: JBD: Replayed 434 and revoked 0/3 blocks
+ADB mouse at 3, handler set to 4 (trackpad)7(recovery.c, 254): 
journal_recover: JBD: recovery, exit status 0, recovered transactions 13640 to 
13653
+(recovery.c, 256): journal_recover: JBD: Replayed 475 and revoked 0/3 blocks
 
 input3: ADB HID on ID 3:3.01
 adb: finished probe task...
@@ -220,45 +220,3 @@
 EXT3 FS 2.4-0.9.17, 10 Jan 2002 on ide0(3,16), internal journal
 EXT3-fs: mounted filesystem with ordered data mode.
 ide_pmac: Set PIO timing for mode 4, reg: 0x1090014a
-usb-ohci.c: USB suspend: usb-10:18.0
-usb-ohci.c: USB suspend: usb-10:19.0
-eth0: suspending, WakeOnLan disabled

Re: bash glob bug?

2002-09-03 Thread Jason E. Stewart
wes schreiner [EMAIL PROTECTED] writes:

 Jason E. Stewart wrote:
 
 Hey All,
 
  I seemed to have found a bug in bash's globbing behavior. Can
  someone explain to me how the file functions-sql.xml can possibly
 
 be included in the ls command below?
 
 Cheers,
 jas.
 
 ~/work/GeneX-Server/DB/xml $ ls -l [E-G]*.xml
 -rwxr-xr-x1 jasons   jasons   1514 Jul 11 17:29 ExperimentFactors.xml
 -rwxr-xr-x1 jasons   jasons   4237 Jul 11 17:29 ExperimentSet.xml
 -rwxr-xr-x1 jasons   jasons   2090 Jul 11 17:29 ExternalDatabase.xml
 -rw-r--r--1 jasons   jasons687 Jul 11 17:29 FeatureExtraction.xml
 -rwxr-xr-x1 jasons   jasons   5761 Jul 11 17:29 Feature.xml
 -rw-r--r--1 jasons   jasons   2712 Jul 11 17:29 functions-sql.xml
 -rw-r--r--1 jasons   jasons915 Jul 11 17:29 GenexAdmin.xml
 -rwxr-xr-x1 jasons   jasons   1198 Jul 11 17:29 GroupLink.xml
 -rwxr-xr-x1 jasons   jasons   1859 Jul 11 17:29 GroupSec.xml
 
 
 
 
 What locale are you using? (type locale and see) I have the default
 C locale here and your example works as expected. Bash honors the
 locale's collating sequence, so my guess is that your locale is set to
 something other than C, something that has a case-insensitive
 collating sequence.

Ah. I have LANG=en_US. With C it works for me as well.

I still think it's a bug, though. Look at this:

~/work/GeneX-Server/DB/xml $ ls -l [D-E]*.xml F*.xml
-rwxr-xr-x1 jasons   jasons   1514 Jul 11 17:29 ExperimentFactors.xml
-rwxr-xr-x1 jasons   jasons   4237 Jul 11 17:29 ExperimentSet.xml
-rwxr-xr-x1 jasons   jasons   2090 Jul 11 17:29 ExternalDatabase.xml
-rw-r--r--1 jasons   jasons687 Jul 11 17:29 FeatureExtraction.xml
-rwxr-xr-x1 jasons   jasons   5761 Jul 11 17:29 Feature.xml

~/work/GeneX-Server/DB/xml $ ls -l [D-F]*.xml 
-rwxr-xr-x1 jasons   jasons   1514 Jul 11 17:29 ExperimentFactors.xml
-rwxr-xr-x1 jasons   jasons   4237 Jul 11 17:29 ExperimentSet.xml
-rwxr-xr-x1 jasons   jasons   2090 Jul 11 17:29 ExternalDatabase.xml
-rw-r--r--1 jasons   jasons687 Jul 11 17:29 FeatureExtraction.xml
-rwxr-xr-x1 jasons   jasons   5761 Jul 11 17:29 Feature.xml
-rw-r--r--1 jasons   jasons   2712 Jul 11 17:29 functions-sql.xml

It only seems to happen when the F is part of a character class. Is
this how en_US is supposed to work?

jas.



Re: bash glob bug?

2002-09-03 Thread Daniel Jacobowitz
On Tue, Sep 03, 2002 at 06:43:00PM -0600, Jason E. Stewart wrote:
 wes schreiner [EMAIL PROTECTED] writes:
 
  Jason E. Stewart wrote:
  
  Hey All,
  
   I seemed to have found a bug in bash's globbing behavior. Can
   someone explain to me how the file functions-sql.xml can possibly
  
  be included in the ls command below?
  
  Cheers,
  jas.
  
  ~/work/GeneX-Server/DB/xml $ ls -l [E-G]*.xml
  -rwxr-xr-x1 jasons   jasons   1514 Jul 11 17:29 
  ExperimentFactors.xml
  -rwxr-xr-x1 jasons   jasons   4237 Jul 11 17:29 ExperimentSet.xml
  -rwxr-xr-x1 jasons   jasons   2090 Jul 11 17:29 
  ExternalDatabase.xml
  -rw-r--r--1 jasons   jasons687 Jul 11 17:29 
  FeatureExtraction.xml
  -rwxr-xr-x1 jasons   jasons   5761 Jul 11 17:29 Feature.xml
  -rw-r--r--1 jasons   jasons   2712 Jul 11 17:29 functions-sql.xml
  -rw-r--r--1 jasons   jasons915 Jul 11 17:29 GenexAdmin.xml
  -rwxr-xr-x1 jasons   jasons   1198 Jul 11 17:29 GroupLink.xml
  -rwxr-xr-x1 jasons   jasons   1859 Jul 11 17:29 GroupSec.xml
  
  
  
  
  What locale are you using? (type locale and see) I have the default
  C locale here and your example works as expected. Bash honors the
  locale's collating sequence, so my guess is that your locale is set to
  something other than C, something that has a case-insensitive
  collating sequence.
 
 Ah. I have LANG=en_US. With C it works for me as well.
 
 I still think it's a bug, though. Look at this:
 
 ~/work/GeneX-Server/DB/xml $ ls -l [D-E]*.xml F*.xml
 -rwxr-xr-x1 jasons   jasons   1514 Jul 11 17:29 ExperimentFactors.xml
 -rwxr-xr-x1 jasons   jasons   4237 Jul 11 17:29 ExperimentSet.xml
 -rwxr-xr-x1 jasons   jasons   2090 Jul 11 17:29 ExternalDatabase.xml
 -rw-r--r--1 jasons   jasons687 Jul 11 17:29 FeatureExtraction.xml
 -rwxr-xr-x1 jasons   jasons   5761 Jul 11 17:29 Feature.xml
 
 ~/work/GeneX-Server/DB/xml $ ls -l [D-F]*.xml 
 -rwxr-xr-x1 jasons   jasons   1514 Jul 11 17:29 ExperimentFactors.xml
 -rwxr-xr-x1 jasons   jasons   4237 Jul 11 17:29 ExperimentSet.xml
 -rwxr-xr-x1 jasons   jasons   2090 Jul 11 17:29 ExternalDatabase.xml
 -rw-r--r--1 jasons   jasons687 Jul 11 17:29 FeatureExtraction.xml
 -rwxr-xr-x1 jasons   jasons   5761 Jul 11 17:29 Feature.xml
 -rw-r--r--1 jasons   jasons   2712 Jul 11 17:29 functions-sql.xml
 
 It only seems to happen when the F is part of a character class. Is
 this how en_US is supposed to work?

Yes.  I believe it's DeEfF.  I use LANG=en_US, LC_TIME=C, LC_COLLATE=C.

-- 
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer



.config for rsync'd linux-2.4-benh (dragged down tonight)

2002-09-03 Thread K Clark

first time kernel-building on ppc. i grabbed benh's rsync kernel. i have an
ibook, 600mhz, w/14 inch screen, cdrw/dvd et cetera. 


1.
anybody have a similar box, a working benh kernel {side question--how do i
tell which version i grabbed off of rsync?}, and care to share their .config
with me? i have no extra external devices that i need special configuration
for. just the cdrw/dvd, for usb to work for my external mouse, onboard
ethernet  my airport card, sound (of course), and hopefully the modem.

i tried the listmodem.sh off marc's conexant driver site and got no conexant
modems found. 

currently running 2.4.18-newpmac

also, 

2.
how often do the 2.4.x-newpmac binary kernel images update?

thanx,

k3n
..
http://klark.org ;
memory is not a song, all is a miracle, everything comes to an end  i dreamed
the flames were real;



Re: ibook 2 : several question

2002-09-03 Thread J. Volkmann
Pierre Gambarotto ([EMAIL PROTECTED]) schrieb:

 I just bought an ibook 700Mhz/14 LCD.
 
 So far, I succeeded in installing debian in dual boot with Mac OS X, and
 it runs pretty well :-)
 
I have a 700 with 12,1 and the Radeon... so mainly the same as you.

 Several remaining problems anyway :
 _ I read pmud's manual : is it right that sleep mode for ibook 700Mhz
 is not supported ? It's not clear in the manual, but the /etc/power/pwrctl
 script say so. Can anybody confirm ?

It's a weird thing:
1. I used the ati driver and it didn't wake up.
2. I use an fbdev and it just runs extremely fine. The light goes on and
if I open up again, it wakes up in some seconds. The colors are broken
then, but this can be fixed by a simple redraw of the screen :-)

mfG Johannes


pgpUynriLweha.pgp
Description: PGP signature


Re: PowerPC kernel repository (was: Woody on IBM RS/6000 7025 F50)

2002-09-03 Thread Chris Tillman
On Fri, Aug 23, 2002 at 09:23:51AM -0500, Rolf Brudeseth wrote:
 
  On Thu, Aug 22, 2002 at 10:06:56PM +0300, George Karaolides wrote:
  
   Further to my previous post about the serial port slowing down during
   booting, here are the interrupts.  It took an hour and a half to get to
 a
   shell...
  
   It doesn't look like there's anything amiss.  Anyone have any other
 ideas?
 
  Is it possible your terminal is set to a different rate than the kernel
  is communicating on? On Macs, the OF rate is 38400, but when I would
  pass 9600 to the kernel in the boot argument without changing the rate
  on the terminal, I would get something like that.
 
  --
  *--v- Installing Debian GNU/Linux 3.0 v--*
  |  http://www.debian.org/releases/stable/installmanual |
  |debian-imac: http://debian-imac.sourceforge.net   |
  |Chris Tillman[EMAIL PROTECTED]  |
  |  To Have, Give All to All (ACIM)   |
  **
 
 Following the various install attempts on IBM hardware documented in this
 mailing list, for a given architecture, it is clear that we have been using
 kernels of different origin. It appears to me that we would benefit from
 having a kernel repository with pre-compiled kernels. I know how to compile
 a kernel; however, I prefer to use pre-compiled kernels that have been
 built by people that fully understand the requirements for which source
 tree to choose, patches to apply, compiler versions to use, etc. This way
 we are all working with a common set of kernels.
 
 Does this sound like a reasonable request?
 
 If so, could someone create the following URL:
 http://ftp.debian.org/debian/dists/sarge/main/disks-powerpc/current/
 with the following sub-directories:
 prep
 chrp
 power3
 ppc64
 
 Then add the following to each sub-directory:
 vmlinux-2.4.xx
 zImage-2.4.xx
 config file
 
 
 Rolf
 
 --
 Rolf Brudeseth
 [EMAIL PROTECTED]
 pSeries System Engineering  Integration, IBM Enterprise Systems Group
 Austin, TX
 

There was no response to this request on the debian-powerpc list, I 
guess it really belongs to debian-boot (cc'd). 

Since the consensus is that the current prep and chrp kernels which
we supply as part of boot-floppies are badly broken and unusable, 
would something like this be considered for a stable point release?

-- 
*--v- Installing Debian GNU/Linux 3.0 v--*
|  http://www.debian.org/releases/stable/installmanual |
|debian-imac: http://debian-imac.sourceforge.net   |
|Chris Tillman[EMAIL PROTECTED]  |
|  To Have, Give All to All (ACIM)   |
**