Displaying 2 results from an estimated 2 matches for "glibc20".
Did you mean:
glibc21
1999 May 23
0
RH6.0/Samba Oplock Problems (and fix)
...is that with
oplocks disabled you will have anywhere from a minor to a massive
performance hit.
2 - The better fix, IMHO, is to do the following
rpm -Uvh /path-to-redhat-6.0/compat-glibc-5.2-2.0.7.1.i386.rpm
edit /etc/rc.d/init.d/smb
In the "start)" case add
LD_LIBRARY_PATH=/usr/i386-glibc20-linux/lib
before the "daemon smbd -D" line
and then add
LD_LIBRARY_PATH=
after the "daemon nmbd -D" line
(note: I haven't tried the above in a script yet, just manually with
manually executing smbd/nmbd but I see no reason why it would be any
different in a script)
As bes...
1999 May 24
1
RH6.0/Samba Oplock Problems (and fix) (PR#16952)
...ere from a minor to a massive
> performance hit.
>
> 2 - The better fix, IMHO, is to do the following
>
> rpm -Uvh /path-to-redhat-6.0/compat-glibc-5.2-2.0.7.1.i386.rpm
>
> edit /etc/rc.d/init.d/smb
>
> In the "start)" case add
> LD_LIBRARY_PATH=/usr/i386-glibc20-linux/lib
> before the "daemon smbd -D" line
>
> and then add
> LD_LIBRARY_PATH=
> after the "daemon nmbd -D" line
>
> (note: I haven't tried the above in a script yet, just manually with
> manually executing smbd/nmbd but I see no reason why it wou...