Displaying 3 results from an estimated 3 matches for "fedoracore4".
Did you mean:
fedoracore
2005 Nov 16
0
Fix for Fw: [unixODBC-support] FedoraCore4 and unixODBC __post_internal_error undefined symbol at runtime
Just in case anyone with FC4 and maybe other distros were trying to use
unixODBC-2.2.11 and wine's built in odbc32. If your app errors out when
you issue a query with an undefined symbol of __post_internal_error you
will need to use an early snapshot of the 2.2.12 unixODBC that resolves
this issue...
Nick Gorham wrote:
> Adam Gibson wrote:
>
>> Using freetds-0.63-1.2.fc4.rf
2006 Jul 28
6
need recommendations for apache configurations
I''m running a rails app on FedoraCore4 and so far have been using
lighttpd and fastcgi. I''ve decided to switch to apache because lighttpd
has been far too unstable, unpredictable, and slow. I don''t know if it''s
lighttpd or the combination of lighttpd and fastcgi but it''s just not
working for me. I...
2006 Mar 31
1
Linux -> Windows Server2003 Leaves Open Files...
I was hoping the Samba experts on this list can help me with an
irritating issue...
I have an issue with Windows file servers (Server2003) thinking that
files are open with they are not.
The problem occurs when one or more linux servers using smbfs mounts
under FedoraCore4 opens the same file(s) at the same time.
This test script can exhibit the issue:
# CAREFUL to kill this after a few seconds!!!!
while true; do head -1
/mnt/windows-server/TestMount/euro_prod/a*/*/*.xml > /dev/null & done
Once these processes complete an 'lsof' shows...