strange behaviour with msdosfs longname option

2007-05-31 Thread Alexey Privalov

Hi all, 

have a little bit strange behaviour with msdosfs longname option..

have 1G flash card in my SE phone:

umass0: Sony Ericsson Sony Ericsson K750, rev 2.00/0.00, addr 3
da0 at umass-sim0 bus 0 target 0 lun 0
da0: Sony Eri Memory Stick  Removable Direct Access SCSI-0 device 
da0: 1.000MB/s transfers
da0: 960MB (1966080 512 byte sectors: 64H 32S/T 960C)


with 'longname' option everything works fine:

 ls -l /mnt/flash/MP3/Guitar\ Chill\ Out\ Dreams/
-rw-rw-r--  1 root  wheel  11922243 30 май 11:29 01-Siesta Del Sol.mp3
-rw-rw-r--  1 root  wheel  13770667 30 май 11:18 02-What The Memories Say.mp3 
skipped

config line in fstab:
/dev/da0s1 /mnt/flash msdosfs 
rw,noauto,noexec,nosuid,longname,-m=664,-M=775,-L=ru_RU.KOI8-R,-D=CP866,-W=koi2dos
 0 0


with 'longnames' option I have following:

 ls -l /mnt/flash/MP3/guitar~1/
total 170224
-rw-rw-r--  1 root  wheel  11922243 30 май 11:29 01-sie~1.mp3
-rw-rw-r--  1 root  wheel  13770667 30 май 11:18 02-wha~1.mp3

config line in fstab:
/dev/da0s1 /mnt/flash msdosfs 
rw,noauto,noexec,nosuid,longnames,-m=664,-M=775,-L=ru_RU.KOI8-R,-D=CP866,-W=koi2dos
 0 0



most interesting that this behaviour appears only with my flash card in phone.
everything is ok in both variants with my USB stick:

da0 at umass-sim0 bus 0 target 0 lun 0
da0: JetFlash TS1GJFV30 8.07 Removable Direct Access SCSI-2 device 
da0: 40.000MB/s transfers
da0: 968MB (1982464 512 byte sectors: 64H 32S/T 968C)


yeah, in the end, this 'feature' have appeared only after last rebuilding and 
reinstalling kernel. Now I have:

 uname -a
ontario FreeBSD 6.2-STABLE #13: Tue May 22 22:48:01 NOVST 2007


my previous kernel was:
 uname -a
ontario FreeBSD 6.2-STABLE #12: Fri Feb 23 18:35:47 NOVT 2007 


PS: and don't say me that this is only because my kernel has #13 now... ))
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


see processes owned by other users

2005-04-15 Thread Alexey Privalov

Hi all,

I'm using 5.3-STABLE now (FreeBSD 5.3-STABLE #5: Mon Dec  6 17:45:08 NOVT 2004).

I've setted security.mac.seeotheruids.enabled to 0 in sysctl.conf, so I can 
see my own processes only... 
With one exception, if a process was started in jail with the same UID (but 
not me directly) then I could see this too.
Is there a feature or bug?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


port: security/logcheck

2005-02-19 Thread Alexey Privalov
Are security/logcheck port and logcheck project (http://logcheck.org/) the
same projects?

If answer is yes why port is so old?

Best regards,
Alexey.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


pkg_* programs

2005-02-19 Thread Alexey Privalov

Why do pkg_* programs not have a option for changing top level directory
like '-r' (or '--root') in rpm utility ?

It'd be very useful and convenient. Jails would be checked for outdated
(by status-pkg srcipt) or vulnerable (by portaudit) packages more simply
with such options.

Best regards,
Alexey.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]