Custom Query (292 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 292)

Ticket Resolution Summary Owner Reporter
#40 duplicate EAs not correctly saved on Samba resource Paul Smedley ggamba
Description

I'm using samba-3.0.26a-os2-20070921-v7a.wpi. In smb.conf I have

[R]

comment = Drive R: (JFS)
path = R:/[[BR]] read only = No
guest ok = Yes
hide files = /*. SF/root/

Other relevant lines are:

ea support = Yes
store dos attributes = Yes
hosts deny = ALL EXCEPT 192.168.1.

Extended Attributes are not correctly saved on the Samba resource. See the two screenshots for a sample: the right name for the EA created by Lucide should be "LUCIDE_THUMBNAIL". Another sample: "Comments" are saved like "<strangecharacter><strangecharacter><strangecharacter>.COMMENTS" instead than just ".COMMENTS". Content of the EA seems ok but, as the EA name is wrong, the WPS can't find it.

#55 duplicate Problem with fork() in swat Paul Smedley guest
Description

in http://svn.netlabs.org/samba/browser/branches/samba-3.0/source/web/startstop.c the start of smbd and nmbd uses fork(). but because the parent exits wih exit(0) also the child dies. so spawn() would be better

#72 duplicate login slow with new os2_randget() in os2ea.c Paul Smedley Herwig Bauernfeind
Description

The new os2_randget() function os2ea.c slows down login (and possibly other operations) considerably.

For each login the randbyte_hrtimer() subroutine is executed exactly 129 times, a DosSleep?(5) occurs for every execution, this sums up to a delay of almost 0,7 secs per login.

Note: See TracQuery for help on using queries.