Re: Can I host a svn repository on apache-1.3?

2006-04-03 Thread Jim MacBaine
On 4/3/06, Roel Schroeven <[EMAIL PROTECTED]> wrote:

> Ah, does that mean that Confixx doesn't support Apache2? That's good to
> know.

Confixx _does_ support Apache2.  But the upgrade procedure from
apache-1.2 to apache-2.0 is not trivial on a server with half a dozen
resellers and ~30 domains, half of which have some custom
configuration in the apache configuration.

But setting up another server with apache2 on another ip address _is_
trivial and it has already happened.

> There's another solution for your problem: install an Apache2 server
> next to the existing 1.3, and make it listen on another port. Use the
> Apache2 instance only for Subversion.

This is no option. The reason is the same as for svnserve: Some of the
users sit in a universitory dorm's network with incompetent admins.
Any repository which is not accessible on port 80 or 443 will not work
for them.

I've set up the repository on a different server with apache2 and
libapache2-svn. Workes perfectly.

Regards,
Jim



Re: Can I host a svn repository on apache-1.3?

2006-04-03 Thread Jim MacBaine
On 4/3/06, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote:

> Out of curioustity, why not just migrate the server to apache2?

Confixx and a few resellers.

Regards,
Jim



Re: Can I host a svn repository on apache-1.3?

2006-04-02 Thread Jim MacBaine
On 4/2/06, Kelly Clowers <[EMAIL PROTECTED]> wrote:
> On 4/2/06, Jim MacBaine <[EMAIL PROTECTED]> wrote:
> > Does subversion require more than a simple webdav
> > server?  Unfortunately svnserve is not an option, and an upgrade to
> > apache2 would require a lot of work.
> See http://subversion.tigris.org/faq.html#multiple-apachim

So in other words: it is not possible. The only way to host a svn
repository with access over http is apache2.  So I will probably move
the repository to another host.

Thanks a lot for the pointer,
Jim



Can I host a svn repository on apache-1.3?

2006-04-02 Thread Jim MacBaine
Hello,

I've got a system running Sarge with apache 1.3 and I would like to
offer a subversion repository via webdav.  I installed the
libapache-dav package, created a directory and enabled DAV for it. 
The webdav server works well: I can access it with webdav clients
(konqueror, windows xp webfolder), I can create files, directories,
etc.  But how do I get svn to store its files there?

I tried "svn import . http://server/project-name";, but it alwas returns
"svn: The VCC property was not found on the resource"

I tried to create an svn repository on the server with svnadmin, it
did not help.  Does subversion require more than a simple webdav
server?  Unfortunately svnserve is not an option, and an upgrade to
apache2 would require a lot of work.

Regards,
Jim


Options +SymLinksIfOwnerMatch  +Indexes
DAV on
AuthName "projectname-svn"
AuthType basic
AuthUserFile /some/file/name
Require user blah




Hard disk failure?

2006-03-10 Thread Jim MacBaine
Hello,

one of my hard drives seems to be dying.  To me as a layman this looks
as if the disk should be returned to the shop where I bought it.  Is
this right?

ata1: translated ATA stat/err 0x51/40 to SCSI SK/ASC/ASCQ 0x3/11/04
ata1: status=0x51 { DriveReady SeekComplete Error }
ata1: error=0x40 { UncorrectableError }
ata1: translated ATA stat/err 0x51/40 to SCSI SK/ASC/ASCQ 0x3/11/04
ata1: status=0x51 { DriveReady SeekComplete Error }
ata1: error=0x40 { UncorrectableError }
ata1: translated ATA stat/err 0x51/40 to SCSI SK/ASC/ASCQ 0x3/11/04
ata1: status=0x51 { DriveReady SeekComplete Error }
ata1: error=0x40 { UncorrectableError }
ata1: translated ATA stat/err 0x51/40 to SCSI SK/ASC/ASCQ 0x3/11/04
ata1: status=0x51 { DriveReady SeekComplete Error }
ata1: error=0x40 { UncorrectableError }
ata1: translated ATA stat/err 0x51/40 to SCSI SK/ASC/ASCQ 0x3/11/04
ata1: status=0x51 { DriveReady SeekComplete Error }
ata1: error=0x40 { UncorrectableError }
sd 0:0:0:0: SCSI error: return code = 0x802
sda: Current: sense key=0x3
ASC=0x11 ASCQ=0x4
end_request: I/O error, dev sda, sector 145661514

It is a Seagate Barracuda 7200.8 SATA  drive with 200 GB capacity and
a member of a raid5 md device.

Shouldn't the md driver kick mark this drive as faulty and kick it out
of the array? After I noticed the error in the syslog, I had to mark
it faulty manually with mdadm.

Regards,
Jim



LDAP schema for kaddressbook?

2006-01-22 Thread Jim MacBaine
Hello,

recently I moved my contacts and addresses, which I manage with
kaddressbook, from the local file-based backend to my ldap server.
This works quite well in general, but unfortunately kaddressbook is
unable to save some extended properties like the date of birth or
instant messaging addresses to the ldap backend.

Kaddressbook uses the inetOrgPerson object class, which does not
support these attributes. Is there a schema file, that would allow
kaddressbook to store all properties of my contacts on the ldap
backend?

Any help is greatly appreciated,
Jim



Re: Restoring cyrus21-imapd

2006-01-15 Thread Jim MacBaine
On 1/15/06, Henrique de Moraes Holschuh <[EMAIL PROTECTED]> wrote:

> I was wrong.  The cyrus-imapd 1.5 packages in oldstable are fine, and ask
> the user before removing everything.  The cyrus-imapd 1.5 packages in
> *stable* are dangerous and remove everything when you purge them.

Isn't this something that can go into the next stable update?  This is
a critical bug and it is sure that people _will_ lose important data
when they upgrade their cyrus-imapd.

I don't think that fixing the description of the upgrading procedure
is enough. If it is possible, to get an updated package into the next
stable update, this should be done.

I was quite lucky, I only lost 10 hrs of mails and the message status
information. But we know that other people _will_ lose more data, if
this won't be fixed.

Regards,
Jim



Re: Restoring cyrus21-imapd [80% solved]

2006-01-15 Thread Jim MacBaine
On 1/15/06, Jim MacBaine <[EMAIL PROTECTED]> wrote:

> While I have a recent (~10 hrs old) backup of the mailspool in
> /var/spool/cyrus, I do not have a backup of /var/lib/cyrus.  Is there
> an easy way to restore the mailboxes file and the other database
> files, maybe even quote information from the data in /var/spool/cyrus?

Ok, imapd is up and running again, all mailboxes and mails are back.

First I reinstalled the cyrus21 packages and inserted the record for
the cyrus system user to /etc/passwd and /etc/shadow again.

Then rsync'ed the latest snapshot of /var/spool/cyrus from the backup
machine back to the imap server ran cyradm as user cyrus and created
all mailboxes manually:

cm user.jim
cm user.jim.outbox
cm user.alice
cm user.alice.outbox
...

Then, still as user cyrus, I ran "cyrreconstruct -f -r user" and it
recreated all mailbox files. After a restart of the cyrus master all
users could access their mails again.

Unfortunately the message status information was lost. All messages
are new and unread now and I can not see which messages I have
answered. I might get over that loss, but it would still be nice if I
could get those information back.

Regards,
Jim



Restoring cyrus21-imapd

2006-01-15 Thread Jim MacBaine
Hello,

a few weeks ago I updated my imap server on sarge from cyrus-imapd to
cyrus21-imapd. Everything went quite well and was running perfectly
for a few weeks.

Yesterday I decided to purge the old cyrus packages (cyrus-imapd and
cyrus-common). I was surprised how fast 250.000 files on a reiser
filesystem can be deleted: Purging the old cyrus packages removed all
mails from /var/spool/cyrus and all db files from /var/lib/cyrus.
250.000 mails from several users were gone in a few seconds.

While I have a recent (~10 hrs old) backup of the mailspool in
/var/spool/cyrus, I do not have a backup of /var/lib/cyrus.  Is there
an easy way to restore the mailboxes file and the other database
files, maybe even quote information from the data in /var/spool/cyrus?

Any help will be greatly appreciated,
Jim



Re: cyrus21-imapd: Tell cyrdeliver to deliver not only to INBOX

2005-12-22 Thread Jim MacBaine
On 12/21/05, Henrique de Moraes Holschuh <[EMAIL PROTECTED]> wrote:

> Make sure the ACLs allow posting from *anyone* on all incoming folders.

That did the trick. For the archive: With cyradm, I set the access
control lists to allow "anonymous" to post to every single mailbox. 
For example for my spam mailbox:

  sam user.jim.spam anonymous p

Thanks a lot!
Jim



cyrus21-imapd: Tell cyrdeliver to deliver not only to INBOX

2005-12-21 Thread Jim MacBaine
Hello,

yesterday I upgraded my email server at home from Woody to Sarge. The
mails are stored on an cyrus imap server which got upgraded as well to
cyrus21-imapd. The transition as described in the upgrading script
worked pretty good and all mails and folders are still accessible. 
However cyrdeliver seem no longer to be able to put mail in mailboxes
other than the INBOX. Postfix invokes Procmail for local delivery and
the procmailrc sorts the mail into different folders on the imap
server.  This is a sample recipe from my .procmailrc:

DELIVER='/usr/sbin/cyrdeliver -a jim -q jim '
[...]
:0
* ^X-Spam-Status: Yes
| formail -I "From " | $DELIVER -m spam

The mailbox I want to to deliver to with this recipe is "user.jim.spam".

This worked pretty well with the old cyrus-imapd.  However, with
cyrus21-imapd all mail appears in the INBOX, regardless of the folder
it should have been delivered to.  I tried all variations in the
cyrdeliver syntax that I could imagine, but it didn't help at all.

Does anybody have an idea?

Cyrdeliver is suid to cyrus, so every user is permitted to deliver with it:

[EMAIL PROTECTED]:~$ l /usr/sbin/cyrdeliver
-rwsr-x---  1 cyrus users 186424 2005-03-03 16:22 /usr/sbin/cyrdeliver

Thanks for any help,
Jim



Re: Is ASUS A8V Deluxe OK for Linux?

2005-09-16 Thread Jim MacBaine
On 9/16/05, Dirk <[EMAIL PROTECTED]> wrote:

> Hi!
> I'm planning to buy a ASUS mainboard with the following chipset:
> 
> Chipset VIA K8T800Pro and VIA VT8237
> 
> 
> It's the A8V-Deluxe

I'm running this board on my desktop machine with Debian Sarge since
March without any problems.  I have connected three SATA disks, and
one IDE disk, which run perfectly.  Usb, firewire, onboard sound,
frequency scaling (Cool'N'Quiet), onboard ethernet all work here. Some
A8Vs come bundled which a pci wlan card which runs pretty well with
the rt2500 driver. Even the hardware sensors are fully supported, so I
can read temperatures and adjust the fan speeds in software.

And deluxe really means deluxe with asus. The board came with all
needed cables: ide, sata, sata power, floppy, additional backside
connectors for usb and firewire, etc.  A bios upgrade on this board
does not need a DOS/Windows program -- the board can read the new bios
directly from cdrom.

I can really recommend this board for use with linux.

My experiences all come from a recent 2.6 kernel. I do not know,
whether a 2.4 kernel supports all the hardware on this motherboard.

Regards,
Jim



xdm from unstable: Address family not supported by protocol

2005-09-15 Thread Jim MacBaine
Hello,

I have a Debian system that I just upgraded from Stable to Unstable.
Xdm allowed remote logins on that machine. However, I cannot get the
updated xdm 6.8.2.dfsg.1-7 to reply any xdm queries. "netstat -lup"
shows that xdm doesn't listen on the xdmcp port at all. Is there
something I missed?

The only hint I have is in /var/log/xdm.log, which says: 
XDMCP socket creation failed: Address family not supported by protocol

What does that mean? Does the new xdm require a network protocol I do
not have in my kernel? Maybe ipv6? As soon as I downgrade xdm to the
sarge version, xdm runs perfectly again? Any tips?

Regards,
Jim



Re: How do I edit UTF-8 encoded files with Emacs?

2005-08-15 Thread Jim MacBaine
On 8/12/05, Ryan King <[EMAIL PROTECTED]> wrote:

> Shoot 'em to me.  I'd love to help make it a smoother transition.
> 
> My broad suggestion is to run vimtutor (it should be installed), and go
> ahead and start learning everything the vim way, such as hjkl for movement,
> etc.  It pays off fairly quickly.

Maybe you have read my mail to Bob in this thread: I have fixed my
emacs problems and I'm now happy again with emacs.

However I very much appreciate your efforts to teach me Vim. I have
learned a lot about it in the last few days.

Thanks a lot for your patience, 
Jim



Re: How do I edit UTF-8 encoded files with Emacs?

2005-08-15 Thread Jim MacBaine
On 8/13/05, Bob Proulx <[EMAIL PROTECTED]> wrote:

>   (prefer-coding-system 'utf-8)

Exactly that's what everybody has been telling me...

I now found the reason for emacs not liking utf-8 files:  I still had
included a many years old emacs package from our local administrator
that had been designed to remap a few keys when we were sill working
on our Solaris UltraSparcs.  I had not thought of the fact that this
piece of software might mess with the input-methods and so effectively
disabled the unicode support.

Emacs now plays nice with utf-8 files in X-Window mode.  Inside the xterm 

> The best UTF-8 unicode font that I have found so far (personal
> preference) is:
> 
>   apt-get install xfonts-efont-unicode xfonts-efont-unicode-ib

The efont fontset looks a much better than the one I had before.
Thanks for that suggestion.

Thanks for your tips,
Jim



Re: How do I edit UTF-8 encoded files with Emacs?

2005-08-12 Thread Jim MacBaine
On 8/11/05, Ryan King <[EMAIL PROTECTED]> wrote:
>
> As a public service to all Emacs inflictees, I hereby offer my .vimrc
> services to anyone who might convert.
> 
> Tell me what your ~/.emacs used to do for you, and I'll give you equivalent
> or better solutions, guaranteed.
> 
> I'm serious, too.  Switching from emacs to vim was a thoroughly
> unregrettable experience for me, and I'd like to spread the love.

Ryan, thank you very much for your offer.  Although I'm not yet sure,
whether I can live without Emacs, it can never be wrong to broaden my
horizon.

I'm not an Emacs specialist (are there any on this list at all?), but
I have been using Emacs for writing mails, programming in Perl, Java,
and C++ and general text editing in the last five years.  Also, I'm
not fluent in Lisp, but over the years I have collected and written a
good number of functions that ease my life every day.  And although I
know the basic vim commands I need to edit and save a file, I'm
missing a lot of stuff.  I have a lot of questions, so it would
probably be rude to ask you to answer all of them.

My unicode problem hits me especially when writing mails, so this is
the most important point for me.  I'm using mutt with (maybe soon) vim
as editor.  When I'm replying to a mail, vim does fill the paragraphs
(it calls it "folding", right?) and colours the mail while I'm
writing.  So it must be in some kind of mail-mode. How does it know it
has to enable the mail-mode?

The folding/filling of lines is quite important for me. How can I
enable/disable it manually (corresponding to emacs' auto-fill-mode)? 
How can I adjust the line width (default-fill-column)?

I often use the flyspell-mode in Emacs, together with a function that
switches between german and british spelling on the fly, mapped to
[f8].  Is something like this possible with vim, too?

Thanks a lot, 
Jim



Re: How do I edit UTF-8 encoded files with Emacs?

2005-08-09 Thread Jim MacBaine
On 8/9/05, René Seindal <[EMAIL PROTECTED]> wrote:

> Jim MacBaine wrote (09-08-2005 18:59):
> > How do I tell emacs that the file I'm editing is utf-8-encoded?
> 
> http://linux.seindal.dk/item32.html

Unfortunately, this does not help. I put the lines, the author
suggests, to my .emacs. I still see Umlauts as two or more characters
in emacs.  Both in an utf-8 xterm and in X-Window-mode.

I'm running an utf-8 locale, which I hope is correct. At least mutt is
able to display all my mails (even some Chinese spam) correctly with
it:

[EMAIL PROTECTED]:~$ env | grep ^L
LC_LANGUAGE=de_DE.UTF-8
LC_ALL=de_DE.UTF-8
LC_MESSAGES=de_DE.UTF-8
LANG=de_DE.UTF-8
LANGUAGE=de_DE.UTF-8
LC_LANG=de_DE.UTF-8

Thanks,
Jim



Re: How do I edit UTF-8 encoded files with Emacs?

2005-08-09 Thread Jim MacBaine
On 8/9/05, I wrote:

> Hello,
> 
> Short question: How do I edit UTF-8 encoded files with Emacs? Those
> files contains German quotation marks, Umlauts and other interesting
> things.
> [...]
> How do I tell emacs that the file I'm editing is utf-8-encoded?

What I have tried so far includes starting emacs out of a utf-8 xterm, setting 

(setq locale-coding-system 'utf-8)
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(prefer-coding-system 'utf-8)

in .emacs.  I also tried to prefix find-file with
universal-coding-system-argument
(C-x C-m c). No success so far: Emacs still displays all non-ascii
characters as two bytes. I have tried emacs in X mode as well as
inside the xterm ("emacs -nw").   My emacs is 21.4.1 from Debian
Sarge.

I'm quite stuck now. Vim works in the utf-8 xterm out of the box.
Maybe I should give up my emacs macros and consider to learn Vim...

Regards,
Jim



How do I edit UTF-8 encoded files with Emacs?

2005-08-09 Thread Jim MacBaine
Hello,

Short question: How do I edit UTF-8 encoded files with Emacs? Those
files contains German quotation marks, Umlauts and other interesting
things.

Long explanation: I'm in the need to reply to windows-1251-encoded
emails and to keep all those special characters like the ellipses,
German quotation marks, etc intact.  In fact I'm proof-reading texts
that other people write. I like to use mutt from Sarge for most of my
eMails, with Emacs as editor.

The setup I have so far works quite good:  I run mutt in an utf-8
xterm, and set charset=utf8 in .muttrc.  This way I can see all the
strange characters and with

set editor="vim -c 'set encoding=utf-8' -c 'set fileencoding=utf-8'"

in .muttrc I can even edit my mails correctly.  But how do I do that with emacs?
How do I tell emacs that the file I'm editing is utf-8-encoded? 

Regards,
Jim



Re: How do I find open files on a partition?

2005-07-29 Thread Jim MacBaine
On 7/29/05, pier <[EMAIL PROTECTED]> wrote:

> If you do a:
> 
> #fuser -m -v /home
> 
> wha is it telling you?
> Nothing again?

/me bangs his head against the wall: " Why didn't I think of this?"

Fuser tells me that a user has forgotten to unmount his usb-device
from /home//usbstick.

Thanks a lot for your tip,
Jim



How do I find open files on a partition?

2005-07-29 Thread Jim MacBaine
Hello,

I'm trying to unmount my /home partition.  It is a 30GB reiserfs on a
lvm volume and I'd like to unmount it to modify the block device.

The interesting point is, that

lsof | grep home

does not show me any open files for my home partion, but still umount
complains that the device is busy.  How can I find out, what keeps my
file system busy?

Regards,
Jim



Downloading Sarge with Bittorrent

2005-06-08 Thread Jim MacBaine
Hello,

I have started to download the Sarge 3.1r0 i386 dvd, I already had
downloaded 3,9 GB of 4,4 GB.  Then I made the failure to log out and
log in again.  I restarted bittorrent and found out that the 3.1r0
torrent has been replaced by the 3.1r0_a_ torrent.  Do I really have
to download the complete DVD image again? Isn't the old i386 torrent
file still available somewhere?

Has someone downloaded the old i386 dvd torrent and is able to send it to me? 

Btw, the download of the second 3.1r0 dvd had already been finished
earlier.  Has the second DVD changed at all from 3.1r0 to 3.1r0a? Can
I use the second 3.1r0 dvd with the first 3.1r0a one?

I hope, I have not confused you all, 
Regards, Jim



NSS and LDAP problem with /etc/hosts

2005-06-08 Thread Jim MacBaine
Hello,

I have got a small network with a handful machines and I successfully
moved all global user accounts onto an LDAP server a few weeks ago and
made all workstations use it. This works great for Debian and other
systems.

Now I've put the /etc/hosts database onto LDAP as well, changed the
/etc/nsswitch.conf on a test client from

hosts:  files dns

to

hosts:  files ldap dns

This works great, too.  BUT, at the next reboot the machine hangs
infinitely as soon as init starts. The last line I see is "INIT:
version 2.86 booting". As soon as I change this single line back, the
system will boot well again. And when the system is running I can add
"ldap" to the name resolution and the machine will happily resolve
local names via ldap again.

The same system gets passwd and group databases via ldap, too, so ldap
generally works.  I've also put the system onto a network hub and
found out that it doesn't send a single byte out to the ldap server.

Does anybody have an idea?

Or at least an idea, how I could further debug this problem?


Kind regards, Jim



debootstrap for different architecture

2005-06-05 Thread Jim MacBaine
Hello,

I recently upgraded my desktop machine from a Pentium3 to an
Athlon64-based system.  I'm still running the same operating system,
an x86/32-bit version of sarge.

My system is running fine and I'm not willing to risk it by installing
a 64-bit sarge.  However I'm interested to play with the amd64 port,
so I created a new LVM volume and panned to debootstrap the amd64 port
into it. So far so good. Debootstrap offers an --arch parameter, but
it fails after downloading the packages with an "Exec format error".

What is the --arch parameter for?  Is there another option beside
using the debian installer, which I'm a little bit afraid of?

Regards,
Jim



Re: Reverting mixed system to stable?

2005-06-02 Thread Jim MacBaine
On 6/1/05, KEVIN ZEMBOWER <[EMAIL PROTECTED]> wrote:

> Is there a clear way to use Debian package maintenance tools to revert
> this system back to 'stable?' Will this method remove any packages which
> aren't part of the 'stable' branch (this is what I hope it would do)?

There is a tool called apt-show-versions, which can display in which 
distribution each installed package is.  So 

  apt-show-versions | grep -v stable

will giv you a list of all installed packages, which are not in the stable
distribution.

Jim



Re: Terratec TerraTV+ doesn't work

2005-05-27 Thread Jim MacBaine
On 5/27/05, Jim MacBaine <[EMAIL PROTECTED]> wrote:

> I own the same card and it used to work without any problems with all
> 2.4 and 2.6 kernels I ever used.  What messages do appear in the
> system log, when you load the bttv module?

I just reread your mail, esp your lspci output: Your card has a bt878
chip, while mine has a bt848.  Seems like Terratec sells (or has sold)
different hardware under the same name. My card is five or six years
old.

Regards,
Jim



Re: Terratec TerraTV+ doesn't work

2005-05-27 Thread Jim MacBaine
On 5/27/05, martin schmidt <[EMAIL PROTECTED]> wrote:

> i'm using a terratec terratv+ card with kernel 2.6.10 and the sarge
> distribution.

I own the same card and it used to work without any problems with all
2.4 and 2.6 kernels I ever used.  What messages do appear in the
system log, when you load the bttv module?

Unload all bttv/v4l-related modules, then type modprobe bttv, and read
the kernel log with "dmesg". Send the relevant lines.

The contents of /proc/interrupts could also be interesting. I've had
problems when I had my card in the first PCI slot, which is hard-wired
to the same interrupt as my vga card in my motherboard.

Regards,
Jim



Problems with network cards in old board

2005-05-26 Thread Jim MacBaine
Hello,

I'm trying to replace a 10MBit card in an older computer by a 100MBit
card. The system is an Pentium-133, PIIX chipset, running Sarge with
kernel-image-2.6.8-1-386.  Previously the system had an 10Mbit Intel
EEPro ISA card, which worked flawlessly. The system is an X terminal.

First I tried a D-Link DFE-530TX, which normally runs flawlessly in
other systems with sarge.  The via-rhine driver for this card loads,
creates eth0, detects a 100Mbit FD link, but when I try to send data,
I see "eth0: transmit timed out".

Then I tried a 3Com 3C905C-TX-M card, which also runs with Sarge in
other systems. This time the kernel tells me "Warning: IRQ 0 is
unlikely to work." and advises me to use pci=biosirq.  I tried that
too: This parameter makes the kernel oops, before it comes to
userspace.

I also tried to assign an irq in the bios manually, but this has no
effects.  Can anybody give me a tip, how to get this to work?

Kind regards,
Jim



Why do ACLs disappear?

2005-05-07 Thread Jim MacBaine
Hello, 

I have a little problem concerning the persistance of Access Control
Lists (ACL) on a ReiserFS filesystem: Whenever I reboot the machine,
they vanish partially.  I have my home dir /home/jim set to mode 700,
so noone else can read it. But apache needs to be able to walk through
it to my public_html directory. So I've set

group:www-data:--x
mask::--x

on my home directory. This works like a charm until the next reboot.
After the reboot the mask is set to 000 again, but the line for
"group:www-data" still exists.

host:/home# getfacl jim
# file: jim
# owner: jim
# group: users
user::rwx
group::---
group:www-data:--x  #effective:---
mask::---
other::---

Why can that be?  The system is Debian Sarge with a vanilla kernel
2.6.11.8.  The filesystems show up in the mount output as

/dev/mapper/storage-root on / type reiserfs (rw,acl)
/dev/mapper/storage-home on /home type reiserfs (rw,noatime,nodiratime,acl)

Regards, 
Jim



Looking for a potato mirror

2004-12-13 Thread Jim MacBaine

Hello everyone,

Is there still any active mirror for Debian Potato?  I've not 
found any apt repository except the security and the non-US 
ones. 

I also looked for ISO images, but the only ISO images I found, 
reside on a taiwanese server (ftp.tku.com.tw) from which I can 
download them with ~10 kb/sec. 

Is somebody able to give me a pointer?

Regards,
Jim





___ 
Gesendet von Yahoo! Mail - Jetzt mit 250MB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]