netatalk -user error

2003-10-01 Thread Adam Done




It has been a long time since I have set up netatalk on a server.  I  have ran into a snare.

1. when I try to connect to the netatalk server via os x and type my passwd it gives me 

"You have entered more characters than the maximum number allowed"

This happens as soon as I press one key and will not allow me to enter a passwd or connect with using a legitimate user on that sever.

2.  When I have a guest account and do not want any user to connect just a guest.  How do I turn off the user login.

Thanks,

Adam




Re: Spam alert

2003-10-01 Thread Chris Tillman
On Wed, Oct 01, 2003 at 07:12:26PM -0700, Zach Archer wrote:
> Hi. I started receiving a whole lot of spam last night, shortly after 
> subscribing and posting to this newsgroup for the first time. I'm not 
> sure which brand of net-annoyant it is, but I'm receiving a lot of 
> messages with big .exe files attached (funny that I can't open these 
> in my macintosh household)
> 
> A lot of these say things like "New critical update" from "Microsoft" 
> (obviously neither is true)
> http://www.microsoft.com/security/antivirus/authenticate_mail.asp for info
> 
> I'm hoping one of you can take corrective action to kill this virus, 
> because my mailbox filled to capacity today and started bouncing 
> messages back to people >:(

I got sick of this too, and installed a little perl script 
called popfilter, from web.iscali.it . It took a little while
to get going, but does the job nicely. The nice thing is you
don't have to download the message (with the damn attachment), 
it deletes remotely.

Here's a .email_blacklist I've used to get most of these bastards:

20031001 =>Microsoft<= =>.
20031001 =>Client<= =>.
20031001 =>User<= =>.
20031001 =>Partner<= =>.
20031001 =>Consumer<= =>.
20031001 =>Customer<= =>.
20031001 =>.<= =>Internet
20031001 =>.<= =>Critical
20031001 =>.<= =>Security
20031001 =>.<= =>Microsoft

I'm planning to set this up in a cron job, because otherwise my
mailbox fills up as you said. I also gave my ISP an earfull for
not affering any server side solutions.

-- 
Debian GNU/Linux Operating System
  By the People, For the People
Chris Tillman (a people instance)
   toff one at cox dot net



Re: Advansys driver freezes kernel

2003-10-01 Thread Brad Boyer

As I understand, the problem before was using bitfields in the structs
mapped onto the device registers. However, I just looked at the current
version of the driver, and those are all gone. There's even an explicit
comment about why they were converted. Other than that, it's likely to
be something slightly more subtle. Without knowing the driver code
better, it's hard to say.

Brad Boyer
[EMAIL PROTECTED]

On Wed, Oct 01, 2003 at 08:36:12PM -0700, Robert Persson wrote:
> What would it be likely to take to fix the driver?  I learned C a long time 
> ago, but I am not an expert and I wouldn't have time to do a really major 
> engineering project.  Would it just be a question of trawling through the 
> source code and changing little-endian things into big-endian things in 
> some kind of fairly obvious way, or would it be much more complicated than 
> that?



Re: Spam alert

2003-10-01 Thread Chris Wenn
> At 8:12 PM -0700 10/1/03, Robert Persson wrote:
>>I have also just subscribed and I am wondering about these emails.
>>I am subscribed to a number of lists so I don't know which one these
>>come from.  Are the Debian lists particularly prone to this sort of
>>stuff, or have we just been unlucky?
>
> I couldn't tell you... This is the only debian list I'm subscribed
> to, and this is the only time I've shared my dslnorthwest addy with
> any new people in weeks, so... >it's coming from someone on this list<
>

more likely that the virus - for that is what it is - has harvested the
debian-powerpc list addresses from somewhere and is planging on them
continuously. it's not hard to rip addresses out of the innumerable list
archives out there. use a spam-filtering mail proggy (mozilla mail, for
example), or set up spamassassin or something for yourself. Spammers and
virus writers get cleverer and cagier every day, so the only answer for us
poor shmoes is to be clevererer and cagierer...

chris



Re: Advansys driver freezes kernel

2003-10-01 Thread Robert Persson

Thanks Brad.

What would it be likely to take to fix the driver?  I learned C a long time 
ago, but I am not an expert and I wouldn't have time to do a really major 
engineering project.  Would it just be a question of trawling through the 
source code and changing little-endian things into big-endian things in 
some kind of fairly obvious way, or would it be much more complicated than 
that?


Robert

On Tue, 30 Sep 2003 01:32:10 -0700, Brad Boyer <[EMAIL PROTECTED]> wrote:


On Tue, Sep 30, 2003 at 01:15:59AM -0700, Robert Persson wrote:
I have an Advansys ABP940-U2W scsi card I would like to use on a 
powermac 8600 under Linux.  It works fine under MacOS.


Unfortunately, when I either load a kernel with advansys support built 
in, or I load an Advansys module, the kernel freezes.  This only happens 
when the card is installed in my machine.


I have tried this with various differently compiled kernels from two 
different sets of kernel sources (2.4.20-8d (Yellow Dog 3.0) and 2.4.22 
(from kernel.org)) but the same thing always happens.


There were some serious endianness bugs in the advansys driver, and
I'm not sure they were all fixed. As I recall, it was only tested on
one specific model rather than on all the supported cards.

Based on my back email archives, Jerry Quinn got it working on a 970UW
card back in 2000. The version of the driver he used didn't support
the U2W cards, and he apparently didn't have one to test. I do have both
a 970UW and a 940-U2W, but I'm not really in a position to move them
around to a ppc box or to fix the driver.

Brad Boyer
[EMAIL PROTECTED]






--
Vous etes surement d'accord que les Flocons de mais Le Choix du President 
sont un element important d'un petit dejeuner nutritif, mais les servir 
comme dessert? Pourquoi pas?




Re: Spam alert

2003-10-01 Thread Zach Archer

At 8:12 PM -0700 10/1/03, Robert Persson wrote:
I have also just subscribed and I am wondering about these emails. 
I am subscribed to a number of lists so I don't know which one these 
come from.  Are the Debian lists particularly prone to this sort of 
stuff, or have we just been unlucky?


I couldn't tell you... This is the only debian list I'm subscribed 
to, and this is the only time I've shared my dslnorthwest addy with 
any new people in weeks, so... >it's coming from someone on this list<


-- Z



Re: Spam alert

2003-10-01 Thread Robert Persson
I have also just subscribed and I am wondering about these emails.  I am 
subscribed to a number of lists so I don't know which one these come from.  
Are the Debian lists particularly prone to this sort of stuff, or have we 
just been unlucky?

Robert

On Wed, 1 Oct 2003 19:12:26 -0700, Zach Archer <[EMAIL PROTECTED]> 
wrote:


Hi. I started receiving a whole lot of spam last night, shortly after 
subscribing and posting to this newsgroup for the first time. I'm not 
sure which brand of net-annoyant it is, but I'm receiving a lot of 
messages with big .exe files attached (funny that I can't open these in 
my macintosh household)


A lot of these say things like "New critical update" from "Microsoft" 
(obviously neither is true)
http://www.microsoft.com/security/antivirus/authenticate_mail.asp for 
info


I'm hoping one of you can take corrective action to kill this virus, 
because my mailbox filled to capacity today and started bouncing messages 
back to people >:(


-- Z




Re: [PATCH] : fix dmasound_awacs record down sampling

2003-10-01 Thread J. Javier Maestro
M...

perhaps it's time to live with OSS and ALSA... and write some nice
scripts to quick ALSA out when I want to use microphone and stuff... I
will think about this when I build a 2.6 :-)))

Thanks for your answer!

-- 
J. Javier Maestro
<[EMAIL PROTECTED]>
http://rigel.homelinux.com


On Sep Tue 30 2003 12:50, David Kimdon wrote:
> On Tue, Sep 30, 2003 at 07:58:31PM +1000, J. Javier Maestro wrote:
> > Just a quick silly question...
> > 
> > This patch is for the OSS kernel driver, and not for ALSA, isn't it?
> That is correct.
> 
> > How
> > hard/time consuming would it be to port it to the ALSA tree?
> 
> I don't even know if ALSA has the same problem, they might already do
> down sampling.  All the routines in trans_16.c are pretty well self
> contained assuming you are recording natively in 16 bit signed big
> endian.  A quick peek at the alsa source tells me that it
> wouldn't be trivial to add this to ALSA if it isn't already there.
> 
> -David



Spam alert

2003-10-01 Thread Zach Archer
Hi. I started receiving a whole lot of spam last night, shortly after 
subscribing and posting to this newsgroup for the first time. I'm not 
sure which brand of net-annoyant it is, but I'm receiving a lot of 
messages with big .exe files attached (funny that I can't open these 
in my macintosh household)


A lot of these say things like "New critical update" from "Microsoft" 
(obviously neither is true)

http://www.microsoft.com/security/antivirus/authenticate_mail.asp for info

I'm hoping one of you can take corrective action to kill this virus, 
because my mailbox filled to capacity today and started bouncing 
messages back to people >:(


-- Z



Re: CPU and Memory usage of XFree86

2003-10-01 Thread Nirmal Govind



Michel Dänzer wrote:


X server memory consumption is a FAQ and has recently been discussed
here, but the X server should normally never hog the CPU (and it doesn't
here) unless there are clients flooding it with requests. If there are
no suspect clients, does the CPU hogging prevail over an X server
restart? Does it feel responsive?

When I startx after a reboot for instance, XFree86 takes up around 3-4% 
of my 640MB memory.. and it's cpu usage varies from 0.7% to 15%... in 
addition, kdeinit seems to take around 3% of memory.. so yes, it does 
feel responsive but right after X is started, around 160MB of memory is 
already used up, w/ nothing but a shell terminal open... is this normal?


Thanks,
nirmal



Re: openoffice.org in Sid

2003-10-01 Thread Kevin B. Hendricks
FYI:

Tomorrow  OOo 1.1.0 final for PPC Linux will/should be available on the 
YellowDogLinux mirrors in pub/yellowdog/software/openoffice/

These are NOT debs but instead the Official OOo installer build done for PPC 
Linux.

It should work on any system using late versions of glibc-2.3.1 (such as YDL 
3.0) or glibc-2.3.2 such as Mandrake, etc.

You may want to install and use it while you wait for official debian debs to 
come along.

Hope this helps,

Kevin

On Wednesday 01 October 2003 18:35, Martin-Éric Racine wrote:
> On Wed, 1 Oct 2003, Frank Murphy wrote:
> > On Wednesday 01 October 2003 9:36, Martin-Éric Racine wrote:
> > > As it so happens, the official 1.1.0 version is finally released, so
> > > I'm guessing that we can expect packages pretty soon, at this point. :)
> >
> > Actually, there's a build problem with powerpc. See bug 206238 for more
> > info.
> >
> > For the time being, grab the OOo 1.0.2 debs from testing.
>
> Been there, done that, have been hating it for months. And that would be
> 1.0.3.
>
> --
> Martin-Éric Racine
> http://www.pp.fishpool.fi/~q-funk/



Re: openoffice.org in Sid

2003-10-01 Thread Martin-Éric Racine
On Wed, 1 Oct 2003, Frank Murphy wrote:

> On Wednesday 01 October 2003 9:36, Martin-Éric Racine wrote:
> >
> > As it so happens, the official 1.1.0 version is finally released, so I'm
> > guessing that we can expect packages pretty soon, at this point. :)
> 
> Actually, there's a build problem with powerpc. See bug 206238 for more info.
> 
> For the time being, grab the OOo 1.0.2 debs from testing.

Been there, done that, have been hating it for months. And that would be 1.0.3.

-- 
Martin-Éric Racine
http://www.pp.fishpool.fi/~q-funk/



Re: openoffice.org in Sid

2003-10-01 Thread Frank Murphy
On Wednesday 01 October 2003 9:36, Martin-Éric Racine wrote:
> On Wed, 24 Sep 2003, Adam Hewitt wrote:
> > I find it hard to believe that everyone who is running Sid has been
> > without Oo for the past two weeks (due to no openoffice.org-bin), can
> > someone tell me what the deal is and what you have done to get around
> > it??
>
> As it so happens, the official 1.1.0 version is finally released, so I'm
> guessing that we can expect packages pretty soon, at this point. :)

Actually, there's a build problem with powerpc. See bug 206238 for more info.

For the time being, grab the OOo 1.0.2 debs from testing.

Frank



Re: kernel-patch-2.4.22-powerpc and multiple subarches.

2003-10-01 Thread Sven Luther
On Wed, Oct 01, 2003 at 10:17:57PM +0200, Michel Dänzer wrote:
> On Wed, 2003-10-01 at 09:20, Sven Luther wrote: 
> > On Mon, Sep 29, 2003 at 01:13:19AM +0200, Michel Dänzer wrote:
> > > On Sat, 2003-09-27 at 10:16, Sven Luther wrote:
> > > > 
> > > > Still apus would use its own kernel (which does not build udebs, Michel 
> > > > could you look into it if we want to have debian-installer support for 
> > > > apus),
> > > 
> > > I don't have time ATM. If you (or someone else, for that matter) want to
> > > take over, that's fine with me.
> > 
> > Mmm, ok, we will see. I have no running apus box at the moment, so maybe
> > Simon would be the best candidate, altough i just need to find a monitor
> > or TV to revive it. 2.6.0 booted on it at Oldenburg. Do you know what
> > the status is with regard to 2.4.22 ?
> 
> It's waiting in APUS CVS. :) Not that I've seen any users ask about
> it...

Well, i suppose the apus users can be counted on the finger of one hand,
or something such. Or maybe they all know how to build their own kernel.

Friendly,

Sven Luther



Re: kernel-patch-2.4.22-powerpc and multiple subarches.

2003-10-01 Thread Michel Dänzer
On Wed, 2003-10-01 at 09:20, Sven Luther wrote: 
> On Mon, Sep 29, 2003 at 01:13:19AM +0200, Michel Dänzer wrote:
> > On Sat, 2003-09-27 at 10:16, Sven Luther wrote:
> > > 
> > > Still apus would use its own kernel (which does not build udebs, Michel 
> > > could you look into it if we want to have debian-installer support for 
> > > apus),
> > 
> > I don't have time ATM. If you (or someone else, for that matter) want to
> > take over, that's fine with me.
> 
> Mmm, ok, we will see. I have no running apus box at the moment, so maybe
> Simon would be the best candidate, altough i just need to find a monitor
> or TV to revive it. 2.6.0 booted on it at Oldenburg. Do you know what
> the status is with regard to 2.4.22 ?

It's waiting in APUS CVS. :) Not that I've seen any users ask about
it...


-- 
Earthling Michel Dänzer   \  Debian (powerpc), XFree86 and DRI developer
Software libre enthusiast  \ http://svcs.affero.net/rm.php?r=daenzer



Re: please explain to me

2003-10-01 Thread Derrik Pates
On Wed, Oct 01, 2003 at 12:56:11PM -0700, gm c wrote:
> example: for my powerbooks ethernet hardware- how do I know that it should 
> be :
> alias eth0 gmac

Use this, because the device name is eth0. Though I prefer to use
discover, and just let it load the sungem driver at boot.

> alias ethernet gmac

This will do nothing for you.

> The sound is the most confusing to me. Dmesg reports an Awacs/Screamer. I 
> have seen in the mail list a dmasound_awacs but the only module in my 
> kernel for powermac I find is a dmasound_pmac and dmasound_core. On the net 
> I have seen how others have associated sound modules.
> example below:

The module name was dmasound_awacs, now it's dmasound_pmac, because
there got to be support for a lot more chips than just the AWACS.
dmasound_core provides some support routines for some other drivers that
drive sound chips that work like the AWACS family.

>  alias char-major-14 soundcore
>  alias sound-slot-0 dmasound_pmac

Don't bother with these.

>  alias char-major-14-3 dmasound_pmac

Just this one. (Unless you're using devfs.) Though I recommend just
loading dmasound_pmac at boot time by specifying the name in
/etc/modules.

>  alias /dev/dsp dmasound_pmac
>  alias sound-service-0-0 i2c-keywest
>  alias char-major-14-0 i2c-keywest
>  alias /dev/mixer i2c-keywest

Skip these, you don't need them.

> 1-- /dev/dsp is char-major-14-3 so why is it listed both ways??

Because the full device name is more applicable for devfs
configurations, where the device node doesn't exist yet, until the
driver itself loads.

> 2--Why is it nessary to list char-major-14 and char-major-14-3???

You don't need to specify both. It's broken down to that degree to allow
different drivers to be loaded for, say, the mixer, the PCM audio
output, the sequencer device...

> 3--How is it that sound-slot-0 and char-major-14-3 are associated to the 
> same module

char-major-14-3 is generic, just determined by the major (and optional
minor) device number, and sound-slot-0 is how soundcore tries to load
(via kmod) the driver module.

> 4--How does one know that char-major-14 is associated to soundcore rather 
> than dmasound_pmac or dmasound_core or something else?

Because char major 14 is reserved for sound devices?

> 5--How do I know that I need i2c-keywest?

For a Pismo, you don't. It's needed for PowerBook G4s and iBooks with
DACA, Tumbler/Texas, and Snapper audio chips, where the mixer control is
done via an I2C bus.

-- 
Derrik Pates
[EMAIL PROTECTED]
[EMAIL PROTECTED]



unsubscribe

2003-10-01 Thread Raptor



 


Re: dpkg: error processing /var/cache/apt/archives/diff_2.8.1-3_powerpc.deb

2003-10-01 Thread Michel Dänzer
On Wed, 2003-10-01 at 21:53, Pander wrote:
> 
> dpkg: error processing /var/cache/apt/archives/diff_2.8.1-3_powerpc.deb 
> (--unpack):
>   trying to overwrite `/usr/share/info/dir.gz', which is also in package 
> indent

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=213495 - yes, the
BTS is useful. :)


-- 
Earthling Michel Dänzer   \  Debian (powerpc), XFree86 and DRI developer
Software libre enthusiast  \ http://svcs.affero.net/rm.php?r=daenzer



please explain to me

2003-10-01 Thread gm c

I have a g3 powerbook -firewire (pismo).
I would appreciate someone explain to me how to find or determine the proper 
terms to use when associating a module to something the kernel will 
recognize.
example: for my powerbooks ethernet hardware- how do I know that it should 
be :

alias eth0 gmac
or
alias ethernet gmac

The sound is the most confusing to me. Dmesg reports an Awacs/Screamer. I 
have seen in the mail list a dmasound_awacs but the only module in my kernel 
for powermac I find is a dmasound_pmac and dmasound_core. On the net I have 
seen how others have associated sound modules.

example below:
 alias char-major-14 soundcore
 alias sound-slot-0 dmasound_pmac
 alias char-major-14-3 dmasound_pmac
 alias /dev/dsp dmasound_pmac
 alias sound-service-0-0 i2c-keywest
 alias char-major-14-0 i2c-keywest
 alias /dev/mixer i2c-keywest

This is confusing to me:
1-- /dev/dsp is char-major-14-3 so why is it listed both ways??
2--Why is it nessary to list char-major-14 and char-major-14-3???
3--How is it that sound-slot-0 and char-major-14-3 are associated to the 
same module
4--How does one know that char-major-14 is associated to soundcore rather 
than dmasound_pmac or dmasound_core or something else?

5--How do I know that I need i2c-keywest?

An answer to each question would not help me as much as information that 
would enable me to figure out the answers.

mike

_
High-speed Internet access as low as $29.95/month (depending on the local 
service providers in your area). Click here.   https://broadband.msn.com




dpkg: error processing /var/cache/apt/archives/diff_2.8.1-3_powerpc.deb

2003-10-01 Thread Pander

Anyone as a sollution to this?

# apt-get dist-upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
Calculating Upgrade... Done
The following packages will be upgraded
  cmap-adobe-japan1 dia-common dia-gnome diff gimageview gnome-bin
  gnome-libs-data kernel-package libart-dev libart2 libgnome32
  libgnomesupport0 libgnomeui32 libgnorba27 libgnorbagtk0 libgtkxmhtml1
  libnspr4 libnss3 libperl5.8 libqt3c102-mt libsasl2 libwww0 libxml2
  libxml2-dev libzvt2 mozilla mozilla-browser mozilla-chatzilla
  mozilla-mailnews mozilla-psm mozilla-xft mpg123 perl perl-base 
perl-modules

  python python2.2 python2.2-xmlbase python2.3
39 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/35.9MB of archives.
After unpacking 401kB disk space will be freed.
Do you want to continue? [Y/n]
Preconfiguring packages ...
(Reading database ... 108097 files and directories currently installed.)
Preparing to replace diff 2.8.1-2 (using .../diff_2.8.1-3_powerpc.deb) ...
Unpacking replacement diff ...
dpkg: error processing /var/cache/apt/archives/diff_2.8.1-3_powerpc.deb 
(--unpack):
 trying to overwrite `/usr/share/info/dir.gz', which is also in package 
indent

dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/diff_2.8.1-3_powerpc.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

thanks,

Pander



Re: openoffice.org in Sid

2003-10-01 Thread Martin-Éric Racine
On Wed, 24 Sep 2003, Adam Hewitt wrote:

> I find it hard to believe that everyone who is running Sid has been without
> Oo for the past two weeks (due to no openoffice.org-bin), can someone tell
> me what the deal is and what you have done to get around it??

As it so happens, the official 1.1.0 version is finally released, so I'm
guessing that we can expect packages pretty soon, at this point. :)

-- 
Martin-Éric Racine
http://www.pp.fishpool.fi/~q-funk/



Re: [PATCH] : fix dmasound_awacs record down sampling

2003-10-01 Thread David Kimdon
On Tue, Sep 30, 2003 at 07:58:31PM +1000, J. Javier Maestro wrote:
> Just a quick silly question...
> 
> This patch is for the OSS kernel driver, and not for ALSA, isn't it?
That is correct.

> How
> hard/time consuming would it be to port it to the ALSA tree?

I don't even know if ALSA has the same problem, they might already do
down sampling.  All the routines in trans_16.c are pretty well self
contained assuming you are recording natively in 16 bit signed big
endian.  A quick peek at the alsa source tells me that it
wouldn't be trivial to add this to ALSA if it isn't already there.

-David



Re: Installing onto external FireWire drive.

2003-10-01 Thread Nick Lopez
On Tue, Sep 30, 2003 at 10:07:32PM -0400, Zachary Brewster-Geisz wrote:
> Hello.  I'm a new subscriber, so please kick me in the right direction 
> if my question has been answered before (I have done a good deal of 
> searching).
> 
> I'm trying to install Debian GNU/Linux onto an external FireWire drive, 
> using the files from debian-imac.sourceforge.net (woody 3.0r0).
  First off, good luck, you'll need it.

> I managed to get Open Firmware to boot into yaboot, I started the 
> installer, and I get as far as the "partition a hard disk" step.  The 
> problem is that the installer only recognizes my internal HD 
> (/dev/hda), and doesn't list the Firewire drive (even though it's 
> booting from it!).  I've confirmed this with fdisk--it's definitely 
> listing the partition map of the internal drive.
  As other have mentioned the install kernel doesn't support firewire, and
for good reason: It's twitchy.

> Is there any way to get the installer to recognize the firewire drive?  
> (Do I need a different linux.bin and/or root.bin, and if so, where can 
> I get them?) Failing that, is there any way to install on that drive 
> manually?
  You'd need a new kernel that supported firewire.  That'll work for the
installer, as it already has it's initrd and can wait for the kernel to init
the FW, and provides a nice shell for you to "jiggle the wires" to get the
drive to be recognized and function.

  But that only works for the Installer. In order to actually be able to
boot you'll need to concoct your own initrd to spin it's wheels and "jiggle
wires" until it's able to find the FW drive and mount it.  I have one that
works about 1/3 of the time, when it boots at all, but my linuxrc/fake init
doesn't retry yet.

  My iBook I can get too boot with a little bit of luck, the G4 tower I was
playing with with a little more luck, I've not had any luck getting the
kernel to survive contact with a G5 yet, and the eMac I tried wouldn't
acknowledge the drive was connected.

  Oh, and the yaboot config is a bit of a pain because Apple can't seem to
make up their minds about what to call the devalias for the firewire
controler.  On the iBook it's fw, the G4 fwx, I think it's back to fw on the
G5, maybe.

> This is my first Linux installation, though I do have experience with 
> Darwin, so I can understand some Unix-speak.  :)
  Ya picked a doosy.

[0] Jiggle the wire: echo scsi add-single-device 0 0 0 0 > /proc/scsi/scsi
and hope that's the right device, or try getting rescan-scsi-bus.sh to
run.  mount by UUID instead of device would probably be a good idea too.

  - Nick Lopez
[EMAIL PROTECTED]

  -- Randomly selected signature --
 We still need to do something about quik, ritual goat sacrifice is
 somewhat tricky to implement in C...
   - Ethan Benson on debian-boot 5-30-01



Re: vpn for net/apple-talk

2003-10-01 Thread Volker Birk
Jean-Christophe Michel <[EMAIL PROTECTED]> wrote:
> Tkhs to your help, netatalk in testing is well working here.
> Now i'd like to access the netatalk server from outside the network;
> i plan to use the firewall (shorewall) to redirect a port to appletalk;
> are there some traps to avoid doing this ?

Yes. Appletalk does not use IP (it uses DDP), so 'redirecting a port'
will not do that job.

For file services you can use AppleShare/IP, which is supported by
netatalk (and uses TCP-Sockets to port 548).

Printing using AppleTalk shouldn't be possible via the Internet.
If you want to do that, you have to tunnel DDP or to bridge the
networks together.

VB.
-- 
X-Pie Software GmbH
Postfach 1540, 88334 Bad Waldsee
Phone +49-7524-996806 Fax +49-7524-996807
mailto:[EMAIL PROTECTED]  http://www.x-pie.de



vpn for net/apple-talk

2003-10-01 Thread Jean-Christophe Michel
Hi,

Tkhs to your help, netatalk in testing is well working here.
Now i'd like to access the netatalk server from outside the network;
i plan to use the firewall (shorewall) to redirect a port to appletalk;
are there some traps to avoid doing this ?

-- 
Jean-Christophe Michel <[EMAIL PROTECTED]>
Symétrie



Re: Ethernet problem -- Network completely dies

2003-10-01 Thread Nathan Ingersoll
I'll test it out tonight and get back to you on it.

Thanks,
Nathan

On Wed, Oct 01, 2003 at 04:43:20PM +0200, Geert Uytterhoeven wrote:
> On Wed, 1 Oct 2003, Nathan Ingersoll wrote:
> > Not at one of those machines presently, and I don't recall the specific 
> > model
> > atm, but it uses the de4x5 or tulip drivers.
> 
> Does this patch help?
> 
> --- linux-ppc-2.4.21/drivers/net/tulip/tulip_core.c.orig  Fri Jun 13 
> 18:05:48 2003
> +++ linux-ppc-2.4.21/drivers/net/tulip/tulip_core.c   Fri Jun 13 21:25:50 2003
> @@ -576,7 +576,7 @@
>   dev->if_port = 2 - dev->if_port;
>   } else
>   dev->if_port = 0;
> - else
> + else if (dev->if_port != 0 || (csr12 & 0x0004) != 0)
>   dev->if_port = 1;
>   tulip_select_media(dev, 0);
>   }
> 
> > The fix I've seen in the past was to buffer the descriptors to 32 bytes
> > (cache line size?). I've had to do the same for the epic100 driver when
> > using it in that machine.
> > 
> > On Wed, Oct 01, 2003 at 10:22:14AM +0200, Geert Uytterhoeven wrote:
> > > On Tue, 30 Sep 2003, Zach Archer wrote:
> > > > >Also, what ethernet card are you using? the onboard one?
> > > > 
> > > > Yep, it's the onboard one.
> > > 
> > > What type is the onboard?
> 
> Gr{oetje,eeting}s,
> 
>   Geert
> 
> -- 
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED]
> 
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like 
> that.
>   -- Linus Torvalds

-- 

| Nathan Ingersoll   \\ Computer Systems & Network Coordinator |
| [EMAIL PROTECTED]\\ http://www.ruralcenter.org|
| http://ningerso.atmos.org/   \\ Minnesota Center for Rural Health|




signature.asc
Description: Digital signature


Re: Ethernet problem -- Network completely dies

2003-10-01 Thread Nathan Ingersoll
Not at one of those machines presently, and I don't recall the specific model
atm, but it uses the de4x5 or tulip drivers.

The fix I've seen in the past was to buffer the descriptors to 32 bytes
(cache line size?). I've had to do the same for the epic100 driver when
using it in that machine.

On Wed, Oct 01, 2003 at 10:22:14AM +0200, Geert Uytterhoeven wrote:
> On Tue, 30 Sep 2003, Zach Archer wrote:
> > >Also, what ethernet card are you using? the onboard one?
> > 
> > Yep, it's the onboard one.
> 
> What type is the onboard?
> 
> Gr{oetje,eeting}s,
> 
>   Geert
> 
> -- 
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED]
> 
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like 
> that.
>   -- Linus Torvalds
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

-- 

| Nathan Ingersoll   \\ Computer Systems & Network Coordinator |
| [EMAIL PROTECTED]\\ http://www.ruralcenter.org|
| http://ningerso.atmos.org/   \\ Minnesota Center for Rural Health|




signature.asc
Description: Digital signature


Re: Ethernet problem -- Network completely dies

2003-10-01 Thread Geert Uytterhoeven
On Wed, 1 Oct 2003, Nathan Ingersoll wrote:
> Not at one of those machines presently, and I don't recall the specific model
> atm, but it uses the de4x5 or tulip drivers.

Does this patch help?

--- linux-ppc-2.4.21/drivers/net/tulip/tulip_core.c.origFri Jun 13 
18:05:48 2003
+++ linux-ppc-2.4.21/drivers/net/tulip/tulip_core.c Fri Jun 13 21:25:50 2003
@@ -576,7 +576,7 @@
dev->if_port = 2 - dev->if_port;
} else
dev->if_port = 0;
-   else
+   else if (dev->if_port != 0 || (csr12 & 0x0004) != 0)
dev->if_port = 1;
tulip_select_media(dev, 0);
}

> The fix I've seen in the past was to buffer the descriptors to 32 bytes
> (cache line size?). I've had to do the same for the epic100 driver when
> using it in that machine.
> 
> On Wed, Oct 01, 2003 at 10:22:14AM +0200, Geert Uytterhoeven wrote:
> > On Tue, 30 Sep 2003, Zach Archer wrote:
> > > >Also, what ethernet card are you using? the onboard one?
> > > 
> > > Yep, it's the onboard one.
> > 
> > What type is the onboard?

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds



Re: CPU and Memory usage of XFree86

2003-10-01 Thread Michel Dänzer
On Wed, 2003-10-01 at 00:42, Nirmal Govind wrote: 
> Hi.. I've noticed that the XFree86 process on my ibook is taking up a 
> decent chunk of memory and some CPU and this seems to be slowing down my 
> machine a bit .. when I do 'top', XFree86 is a process that's constantly 
> at the top of the list.. 

X server memory consumption is a FAQ and has recently been discussed
here, but the X server should normally never hog the CPU (and it doesn't
here) unless there are clients flooding it with requests. If there are
no suspect clients, does the CPU hogging prevail over an X server
restart? Does it feel responsive?

> the process itself, when I do a ps shows up as:
> 
> /usr/bin/X11/X -dpi 100 -nolisten tcp
> 
> [...]
> 
> The above process has been started by root apparently.. But I started X 
> using the startx command as myself, not root.. is this how it should be?

Yes, the X server can only work as root, the Xwrapper (/usr/X11R6/bin/X)
is needed for mere mortals to be able to startx.


-- 
Earthling Michel Dänzer   \  Debian (powerpc), XFree86 and DRI developer
Software libre enthusiast  \ http://svcs.affero.net/rm.php?r=daenzer



Re: Installing onto external FireWire drive.

2003-10-01 Thread Zachary Brewster-Geisz


On Tuesday, September 30, 2003, at 10:54 PM, Chris Tillman wrote:


I believe the powerpc installation kernel doesn't include drivers for
Firewire. You would need to obtain or compile a kernel that does, and
substitute it for the linux.bin you are using, or load the module
separately (I'm not quite sure how this is done).


Indeed--according to a HOWTO for Yellow Dog Linux, you also have to 
build a new root.bin; in fact, the impression I got is that the 
new-powerpc kernel (which I'm using) does have Firewire modules, but 
they're not loaded in the RAM disk.  I'm probably mistaken, though.



Is there any way to get the installer to recognize the firewire drive?
(Do I need a different linux.bin and/or root.bin, and if so, where can
I get them?) Failing that, is there any way to install on that drive
manually?

This is my first Linux installation, though I do have experience with
Darwin, so I can understand some Unix-speak.  :)


This is the hard way to go for your first installation. Do have a few
hundred meg available on an ide drive?



I do, but I was really hoping to avoid re-partitioning that drive.  
120GB hard drives are a wonderful thing for video--my main line--but 
rather nasty to backup on ten to twenty DVD-RWs.  :)


I suppose the alternative might be to crack open my iMac, take the 
Firewire drive out of its enclosure, put it on the IDE bus, and install 
Debian, then put the drive back into Firewire.


Or... maybe I'll just do a backup.  :)

Thanks,
Zach



Re: linux-2.6.0-test6 and sleep

2003-10-01 Thread Michel Dänzer
On Tue, 2003-09-30 at 16:14, Colin Leroy wrote: 
> 
> Does anyone have issues with kernel 2.6.0-test6 (vanilla kernel from
> kernel.org) and sleep? It works a first time on my powerbook G3 (Lombard),
> and subsequent tries to make the powerbook sleep (by closing the lid)
> yields that "hardware refused sleep request" (approx.) and the laptop
> becames strange after (debug output from adb2.c appearing in the console
> at each key pressed, for example).

FWIW, sleep doesn't work at all (screen corruption on wakeup) for me on
a TiBook IV running the linuxppc-2.5 tree. We'll probably have to wait
for some of Ben's fixes to get in.


-- 
Earthling Michel Dänzer   \  Debian (powerpc), XFree86 and DRI developer
Software libre enthusiast  \ http://svcs.affero.net/rm.php?r=daenzer



Re: Ethernet problem -- Network completely dies

2003-10-01 Thread Geert Uytterhoeven
On Tue, 30 Sep 2003, Zach Archer wrote:
> >Also, what ethernet card are you using? the onboard one?
> 
> Yep, it's the onboard one.

What type is the onboard?

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds



Re: kernel-patch-2.4.22-powerpc and multiple subarches.

2003-10-01 Thread Sven Luther
On Mon, Sep 29, 2003 at 01:13:19AM +0200, Michel Dänzer wrote:
> On Sat, 2003-09-27 at 10:16, Sven Luther wrote:
> > 
> > Still apus would use its own kernel (which does not build udebs, Michel 
> > could you look into it if we want to have debian-installer support for 
> > apus),
> 
> I don't have time ATM. If you (or someone else, for that matter) want to
> take over, that's fine with me.

Mmm, ok, we will see. I have no running apus box at the moment, so maybe
Simon would be the best candidate, altough i just need to find a monitor
or TV to revive it. 2.6.0 booted on it at Oldenburg. Do you know what
the status is with regard to 2.4.22 ?

Friendly,

Sven Luther



Re: Ethernet problem -- Network completely dies

2003-10-01 Thread Nathan Ingersoll
Did you build your own kernel? If so, which version? You might need a
small patch for that driver to work correctly.

On Tue, Sep 30, 2003 at 11:12:32PM -0700, Zach Archer wrote:
> >The 6500 has some quirks, I've got a couple of the 250 MHz model, and
> >have had plenty of annoyance dealing with these issues. Just to be sure,
> >if you do "ifdown eth0" then "ifup eth0", does it re-enable the
> >ethernet?
> 
> Thanks, in fact if the computer's network has hung, then the command 
> "ifdown eth0" totally freezes the machine, and I have to do a hard 
> reboot.
> 
> I did a little detective work, and the exact step in ifdown that 
> triggers the freeze is "ifconfig eth0 down".
> 
> >Also, what ethernet card are you using? the onboard one?
> 
> Yep, it's the onboard one.
> 
> -- Z
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact 
> [EMAIL PROTECTED]

-- 

| Nathan Ingersoll   \\ Computer Systems & Network Coordinator |
| [EMAIL PROTECTED]\\ http://www.ruralcenter.org|
| http://ningerso.atmos.org/   \\ Minnesota Center for Rural Health|




signature.asc
Description: Digital signature


Re: please build xfree86 4.3.0-0pre1v3 from experimental

2003-10-01 Thread raffaele . salmaso
On Tue, 30 Sep 2003 16:13:33 -0500
Branden Robinson <[EMAIL PROTECTED]> wrote:

> Can everyone else please attempt a build
> and if the build is
> successful, upload the packages to experimental?
It builds fine (ibook 800 dual-usb).
The only things:
-) I cannot find is how to use dri, now that drm pachage is
gone (ok, I've spent no time with it...).
-) the mac (ibook) italian keymap doesn't work very well, it lacks the
'<' and '>' (near 'Z' and left-shift)

(Not subscribed to debian-x, so please cc: me)

-- 
()_() | Un OS per domarli, Un OS per trovarli, | +
(°.°) | Un OS per ghermirli e nel buio incatenarli | +---+
'm m' | Nella terra di Redmond, ove l'ombra cupa scende... |  O  |
(___) |  raffaele punto salmaso presso libero punto it



Re: Ethernet problem -- Network completely dies

2003-10-01 Thread Zach Archer

The 6500 has some quirks, I've got a couple of the 250 MHz model, and
have had plenty of annoyance dealing with these issues. Just to be sure,
if you do "ifdown eth0" then "ifup eth0", does it re-enable the
ethernet?


Thanks, in fact if the computer's network has hung, then the command 
"ifdown eth0" totally freezes the machine, and I have to do a hard 
reboot.


I did a little detective work, and the exact step in ifdown that 
triggers the freeze is "ifconfig eth0 down".



Also, what ethernet card are you using? the onboard one?


Yep, it's the onboard one.

-- Z



Re: Ethernet problem -- Network completely dies

2003-10-01 Thread Nathan Ingersoll
On Tue, Sep 30, 2003 at 09:17:14PM -0700, Zach Archer wrote:
> Hi. I just installed Debian Woody on my PowerPC 6500/225. After the 
> initial shock, everything seems to be working and I've even set up 
> SSH accounts for my friends, and am hosting a webserver... Just like 
> a real system admin!!! Woo, Yay for me

The 6500 has some quirks, I've got a couple of the 250 MHz model, and
have had plenty of annoyance dealing with these issues. Just to be sure,
if you do "ifdown eth0" then "ifup eth0", does it re-enable the
ethernet?

Also, what ethernet card are you using? the onboard one?

-- 

| Nathan Ingersoll   \\ Computer Systems & Network Coordinator |
| [EMAIL PROTECTED]\\ http://www.ruralcenter.org|
| http://ningerso.atmos.org/   \\ Minnesota Center for Rural Health|




signature.asc
Description: Digital signature


Re: Ethernet problem -- Network completely dies

2003-10-01 Thread Zach Archer

At 9:33 PM -0700 9/30/03, Chris Tillman wrote:

But it's quite likely
there could be some oxidation on the 6500's connector pins. This
might be helped by simply plugging and unplugging the cable, say
100 times, to rub through the oxidation layer.


Hmm well I'll give it a shot.

Related question: When I unplug the ethernet cable (the LED by the 
cable dims, of course), then when I plug it back in the light comes 
back on the the drive clicks like something is being 
accessed/written. Is there an internet connectivity log file that's 
being updated? I'd very much like to investigate that...


-- Zach