Re: vsftpd - solved

2006-04-30 Thread Yedidyah Bar-David
On Sun, Apr 30, 2006 at 10:31:57AM +0300, Livneh Ran wrote:
> Hi.
> Thanks for your reply.
> There's nothing that I saw in the vsftpd.conf file that can fulfill my
> needs (regarding the FTP issue ofcourse...), not even the "advanced"
> configuration.
> I will adopt Yedidyah Bar-David's recommendation and use ACL.

It wasn't mine but Ilya's :-)
-- 
Didi


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Revival, final 10 hours

2006-04-30 Thread Marc A. Volovic
Final 10 hours for Eaters' write in.

Menu shall be dictated solely by myself, since no one wanted to add/suggest
anything beyond a general request for "meat" from AJ and a request for
non-red meat from SS. AJ's request is granted ipso facto and SS's request
has, likewise, been granted.

I am open to suggestions of Wine. Cooking shall entail quite a bit of
Pushkin wine (which is quite nice vin du table). I shall see whether I can
scrounge somethin nicer ;-).

By the by - there is one NOT nice detail which I was suggested to raise
a-priori. With the exception of SS and MV (ill and cooked) - all Eaters
shall, at the strike of the clock, become Cleaners ;-).

1. Eaters:
Abraham, Adir
Altman, Alon
Aronovich, Amit
Ben Yossef, Gilad
Fish, Shlomi
Freund, Gil
Jenik, Aviram
Kisos, Lior
Konstantinov, Ilya
Peled, Oron
Shapira, Chen
Shapira, Omer
Shemesh, Shahar
Stav, Adi
Sukholitko, Boris
Volovic, Marc
Zemlerub, Evgeni

2. Amusing Presenter
Altman, Alon

3. Lebensraum
Jenik, Aviram

4. suCook
Konstantinov, Ilya
Zemlerub, Evgeni

5. Cook and Orgasmiser
Volovic, Marc

6. Menu (tentative):
?
Patates Douce et Pommes en Ail
Osso Buco a-la Oriental sur Puree Pommes de la Terre et Topinambour
?

7. Eaters honoured in absentia:
Abramov, Ira
Shapira, Amos - Gone to pastures greener
..*, Victoria - Prima balerina of the first dinner

-- 
---MAV
Marc A. Volovic [EMAIL PROTECTED]
Swiftouch, LTD +972-544-676764

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Revival, final 10 hours

2006-04-30 Thread Ori Idan
I will be happy to join the eaters.
Where will the dinner take place?

-- 
Ori Idan

Marc A. Volovic wrote:
> Final 10 hours for Eaters' write in.
>
> Menu shall be dictated solely by myself, since no one wanted to add/suggest
> anything beyond a general request for "meat" from AJ and a request for
> non-red meat from SS. AJ's request is granted ipso facto and SS's request
> has, likewise, been granted.
>
> I am open to suggestions of Wine. Cooking shall entail quite a bit of
> Pushkin wine (which is quite nice vin du table). I shall see whether I can
> scrounge somethin nicer ;-).
>
> By the by - there is one NOT nice detail which I was suggested to raise
> a-priori. With the exception of SS and MV (ill and cooked) - all Eaters
> shall, at the strike of the clock, become Cleaners ;-).
>
> 1. Eaters:
>   Abraham, Adir
>   Altman, Alon
>   Aronovich, Amit
>   Ben Yossef, Gilad
>   Fish, Shlomi
>   Freund, Gil
>   Jenik, Aviram
>   Kisos, Lior
>   Konstantinov, Ilya
>   Peled, Oron
>   Shapira, Chen
>   Shapira, Omer
>   Shemesh, Shahar
>   Stav, Adi
>   Sukholitko, Boris
>   Volovic, Marc
>   Zemlerub, Evgeni
>
> 2. Amusing Presenter
>   Altman, Alon
>
> 3. Lebensraum
>   Jenik, Aviram
>
> 4. suCook
>   Konstantinov, Ilya
>   Zemlerub, Evgeni
>
> 5. Cook and Orgasmiser
>   Volovic, Marc
>
> 6. Menu (tentative):
>   ?
>   Patates Douce et Pommes en Ail
>   Osso Buco a-la Oriental sur Puree Pommes de la Terre et Topinambour
>   ?
>
> 7. Eaters honoured in absentia:
>   Abramov, Ira
>   Shapira, Amos - Gone to pastures greener
>   ..*, Victoria - Prima balerina of the first dinner
>
>   



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: vsftpd - solved

2006-04-30 Thread Ilya Konstantinov
No need to add a cronjob. Simply set a *default* ACL on this directory 
and it will apply on newly-created ones.


Livneh Ran wrote:


Hi.
Thanks for your reply.
There's nothing that I saw in the vsftpd.conf file that can fulfill my
needs (regarding the FTP issue ofcourse...), not even the "advanced"
configuration.
I will adopt Yedidyah Bar-David's recommendation and use ACL.
I've added it to crontab for future created directories...
setfacl -R  -m g:504:rwx /ftpdata/ftp/user_home_dir/incoming/*

Thanks again for the direction.


Regards,

Ran Livneh


-Original Message-
From: Ilya Konstantinov [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 27, 2006 8:59 PM

To: Yedidyah Bar-David
Cc: linux-il@linux.org.il; Livneh Ran
Subject: Re: [EMAIL PROTECTED]: vsftpd]

Hi Ran,


There might be a bunch of vsftpd-specific options to do it. In those 
situations, I'd usually man vsftpd.conf, begin re-learning its options 
and syntax, and praying it's flexible just enough to allow me those 
limitations _on top_ of the filesystem permissions limitations. For a 
sysadmin who doesn't actively use vsftpd, that learn-and-debug cycle 
could take a good half-a-day. I'm not proficient enough with vsftpd to 
tell you that without doing that process myself.



Another option, which might work great for your case, whould be to use 
filesystem ACLs (so-called POSIX ACLs) and avoid making any restrictions


in vsftpd itself. Making new directories have certain permission set can

be achieved by adding a default ACL to their containing directory.


Yedidyah Bar-David wrote:

  

Hi all,

I am forwarding a message for a friend who for some reason has hard


time
  

posting himself. Please reply also to him (CCed).
  




=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Revival, final 10 hours

2006-04-30 Thread Lior Kesos
If I follow marcs english and thread I think it's at aviram's Genik's houseAlthough latin/welsh/celtic or whatever marc speaks isn't my strong side I was able to understand itfrom the context...Where does Aviram live that I don't know...
Lior.On 4/30/06, Ori Idan <[EMAIL PROTECTED]> wrote:
I will be happy to join the eaters.Where will the dinner take place?--Ori IdanMarc A. Volovic wrote:> Final 10 hours for Eaters' write in.>> Menu shall be dictated solely by myself, since no one wanted to add/suggest
> anything beyond a general request for "meat" from AJ and a request for> non-red meat from SS. AJ's request is granted ipso facto and SS's request> has, likewise, been granted.>> I am open to suggestions of Wine. Cooking shall entail quite a bit of
> Pushkin wine (which is quite nice vin du table). I shall see whether I can> scrounge somethin nicer ;-).>> By the by - there is one NOT nice detail which I was suggested to raise> a-priori With the exception of SS and MV (ill and cooked) - all Eaters
> shall, at the strike of the clock, become Cleaners ;-).>> 1. Eaters:>   Abraham, Adir>   Altman, Alon>   Aronovich, Amit>   Ben Yossef, Gilad>   Fish, Shlomi
>   Freund, Gil>   Jenik, Aviram>   Kisos, Lior>   Konstantinov, Ilya>   Peled, Oron>   Shapira, Chen>   Shapira, Omer>   Shemesh, Shahar
>   Stav, Adi>   Sukholitko, Boris>   Volovic, Marc>   Zemlerub, Evgeni>> 2. Amusing Presenter>   Altman, Alon>> 3. Lebensraum>   Jenik, Aviram
>> 4. suCook>   Konstantinov, Ilya>   Zemlerub, Evgeni>> 5. Cook and Orgasmiser>   Volovic, Marc>> 6. Menu (tentative):>   ?>   Patates Douce et Pommes en Ail
>   Osso Buco a-la Oriental sur Puree Pommes de la Terre et Topinambour>   ?>> 7. Eaters honoured in absentia:>   Abramov, Ira>   Shapira, Amos - Gone to pastures greener
>   ..*, Victoria - Prima balerina of the first dinner>>=To unsubscribe, send mail to 
[EMAIL PROTECTED] withthe word "unsubscribe" in the message body, e.g., run the commandecho unsubscribe | mail [EMAIL PROTECTED]
-- Peace Love and Penguins -Lior Kesos


vsftpd - solved

2006-04-30 Thread Livneh Ran
Hi.
Thanks for your reply.
There's nothing that I saw in the vsftpd.conf file that can fulfill my
needs (regarding the FTP issue ofcourse...), not even the "advanced"
configuration.
I will adopt Yedidyah Bar-David's recommendation and use ACL.
I've added it to crontab for future created directories...
setfacl -R  -m g:504:rwx /ftpdata/ftp/user_home_dir/incoming/*

Thanks again for the direction.


Regards,

Ran Livneh


-Original Message-
From: Ilya Konstantinov [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 27, 2006 8:59 PM
To: Yedidyah Bar-David
Cc: linux-il@linux.org.il; Livneh Ran
Subject: Re: [EMAIL PROTECTED]: vsftpd]

Hi Ran,


There might be a bunch of vsftpd-specific options to do it. In those 
situations, I'd usually man vsftpd.conf, begin re-learning its options 
and syntax, and praying it's flexible just enough to allow me those 
limitations _on top_ of the filesystem permissions limitations. For a 
sysadmin who doesn't actively use vsftpd, that learn-and-debug cycle 
could take a good half-a-day. I'm not proficient enough with vsftpd to 
tell you that without doing that process myself.


Another option, which might work great for your case, whould be to use 
filesystem ACLs (so-called POSIX ACLs) and avoid making any restrictions

in vsftpd itself. Making new directories have certain permission set can

be achieved by adding a default ACL to their containing directory.


Yedidyah Bar-David wrote:

> Hi all,
>
> I am forwarding a message for a friend who for some reason has hard
time
> posting himself. Please reply also to him (CCed).
>   

To unsubscribe, 
send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: problem with usb2.0 usbkey with kernel 2.6.8

2006-04-30 Thread Chaim Keren Tzion
This sound very much like a problem I had/have. Does the dmesg show anything 
like this "[CUMANA/ADFS]" after connecting the disk-on-key?

Mine looks like:
sdh: assuming drive cache: write through
 sdh: [CUMANA/ADFS] sdh1<5>sd 6:0:0:0: Attached scsi removable disk sdh

But:
# fdisk -l /dev/sdh

Disk /dev/sdh: 1007 MB, 1007681536 bytes
16 heads, 32 sectors/track, 3844 cylinders
Units = cylinders of 512 * 512 = 262144 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/sdh1   *   13844  9840486  FAT16

Is this is the case for you too?

Chaim


On Wednesday 26 April 2006 20:25, Avraham Rosenberg wrote:
> On Wed, Apr 26, 2006 at 08:24:00PM +0300, shimi wrote:
> > On Wednesday 26 April 2006 14:46, Avraham Rosenberg wrote:
> > > Hi,
> >
> > Check out 'dmesg' output after the mount; If I guess correctly, you'll
> > see an error relating to either Codepage or NLS. If I did guess
> > correctly, your kernel does not have support (NLS) for the relevant
> > codepage on the given FS sitting on the USB stick. (if the USB stick
> > visited a non-american Windows machine, this is a really common problem,
> > actually...)
> >
> > HTH,
> > Shimi
>
> Thanks Shimi.
> The output from dmesg | tail is:
>
> FAT: invalid media value (0xb9)
> VFS: Can't find a valid FAT filesystem on dev sda1.
>
> The hexcode reported by fdisk is e ( W95 FAT16 (LBA) )
> Can you make sense of that?
>
> Cheers, Avraham
>
>
> =
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]

-- 
Chaim Keren Tzion
[EMAIL PROTECTED]
+972-54-811-9234

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Revival, Closed. Write In Complete

2006-04-30 Thread Marc A. Volovic
Write in closed. Last in is Lior Kaplan at 23:39 on the 30th of April.

There are 20 Eaters in toto. IA has surfaced and expressed agreement to
come, and there was much rejoicing.

Location shall be AJ parents' house. I've no idea where THAT is, so AJ is
kindly requested to provide ground zero coords.

Menu shall be dictated solely by myself, since no one wanted to add/suggest
anything beyond a general request for "meat" from AJ and a request for
non-red meat from SS. AJ's request is granted ipso facto and SS's request
has, likewise, been granted.

I am open to suggestions of Wine. Cooking shall entail quite a bit of
Pushkin wine (which is quite nice vin du table). I shall see whether I can
scrounge somethin nicer ;-).

By the by - there is one NOT nice detail which I was suggested to raise
a-priori. With the exception of SS, MV and sC (ill, cooked and cooked,
respectively) - all Eaters shall, at the strike of the clock, become
Cleaners ;-). Ain't that fun.

If your name is ON this list and you FAIL to notify me of change of plans
prior to May 13, I shall personally insert a Micropolis MI1304 30MB 5.25"
Full Height MFM Hard Drive INTO you come May 17. Or an nStor CR8e.
Whichever I have access to.

1. Eaters:
Abraham, Adir
Abramov, Ira
Altman, Alon
Aronovich, Amit
Ben Yossef, Gilad
Fish, Shlomi
Freund, Gil
Idan, Ori
Jenik, Aviram
Kaplan, Lior
Kisos, Lior
Konstantinov, Ilya
Peled, Oron
Shapira, Chen
Shapira, Omer
Shemesh, Shahar
Stav, Adi
Sukholitko, Boris
Volovic, Marc
Zemlerub, Evgeni

2. Amusing Presenter
Altman, Alon

3. Lebensraum
Jenik, Aviram

4. suCook
Konstantinov, Ilya
Zemlerub, Evgeni

5. Cook and Orgasmiser
Volovic, Marc

6. Menu (tentative, mock french removed):
?
Yams and Apples in Garlic
Osso Buco Oriental on Puree of Potatoes and Topinambour
Summer Salad
?

7. Eaters honoured in absentia:
Shapira, Amos - Gone to pastures greener
..*, Victoria - Prima balerina of the first dinner

-- 
---MAV
Marc A. Volovic [EMAIL PROTECTED]
Swiftouch, LTD +972-544-676764

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: ben gurion airport, departures, free wifi (but not for us)

2006-04-30 Thread michael


On Fri, 28 Apr 2006, Alon Altman wrote:


On Thu, 27 Apr 2006, [EMAIL PROTECTED] wrote:


 Speaking of flying, last time I left Israel I was pleased to see free
 wifi in the departure lounge. Imagine my dissappointment when I tried to
 fill out the required form, but it failed to take. I can't remember
 exactly what happened. I think I could type stuff into the form, but
 when I clicked "Submit" nothing happened.

 This would have been with Firefox 1.0 and FC3.

 This would have been in February.

 Any known solutions to this problem?


My standard bypass worked for this page - It's a bookmarklet which links to:
 javascript:document.forms[0].submit()
This fixes all sorts of JavaScript form processing bugs, when all you want
is to submit the damn form.
  BTW: The free wifi in the Dan lounge does not have this problem.

 Alon


Thanks for the tip. I'll try it next time.

I don't usually have access to the Dan lounge.

M



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



kpowersave on kubuntu

2006-04-30 Thread Noam Meltzer
Hi all,I have been working with kubuntu on my laptop lately and generally very pleased.Anyhow, I have a question (which is not necesseraly an issue of kubuntu).I was trying to use kpowersave in order to control my laptop power saving. kpowersave is working with a daemon called "powersaved" which replace "apmd".
I believe that all of the features of it works quite fine, but when I try to use the "suspend to disk" (hibernate) I have this problem:The hibernation stores the data to disk, and the laptop powers off. Then I turn it on and it boots. After boot it seems like the restore succeeded up to the point where my KDE (X login) session is not restored, and I have to login again. 
I am quite sure that the hibernation succeeded from other aspects, as an encrypted loopback file I use is found mounted after boot. (and there's no way to remount it without my password)Can any one advice on this issue?
My laptop is IBM ThinkPad R51 (1.6GHz) + 512MB RAM.Kubuntu is 606 (beta2 for 6 release)Kernel is precompiled - [EMAIL PROTECTED]:~$ cat /proc/versionLinux version 2.6.15-21-686 ([EMAIL PROTECTED]) (gcc version 
4.0.3 (Ubuntu 4.0.3-1ubuntu5)) #1 SMP PREEMPT Fri Apr 21 16:57:03 UTC 2006Thanks in advance,Noam


bash alias q

2006-04-30 Thread Erez D
hii have in csh:alias vi 'gvim \!* &'i tryed translating to bash asalias vi='gvim $* &'this works without the ampersand, bit not with itorvi() {gvim $* & ; }
same again.any idea ?thanks,erez.