Displaying 3 results from an estimated 3 matches for "ne02".
Did you mean:
be02
1999 Dec 10
0
Temporary file grief
...ting some odd files created which aren't being deleted. They are
all zero byte files, named after a network interface, so I assume they
may be temporary files which are not being deleted. Here's a list of a
few
# find /usr/local/filestore/ -name \*: -print
./CLIENTS/CURRENT/COLLR/Ne02:
./CLIENTS/CURRENT/SLDD/surveys/Ne02:
./PRODUCTN/MISC-TXT/Ne01:
./PRODUCTN/MISC-TXT/Ne00:
./SCHEMES/CUSAC/EXECMTGS/Ne03:
Does anyone know what's creating these, and how I can prevent them from
cropping up?
TIA,
Mike.
1999 Dec 13
0
SAMBA digest 2336 / Temporary file grief
...created which aren't being deleted. They are
>all zero byte files, named after a network interface, so I assume they
>may be temporary files which are not being deleted. Here's a list of a
>few
># find /usr/local/filestore/ -name \*: -print
>/CLIENTS/CURRENT/COLLR/Ne02:
>/CLIENTS/CURRENT/SLDD/surveys/Ne02:
>/PRODUCTN/MISC-TXT/Ne01:
>/PRODUCTN/MISC-TXT/Ne00:
>/SCHEMES/CUSAC/EXECMTGS/Ne03:
>Does anyone know what's creating these, and how I can prevent them from
>cropping up?
>TIA,
>Mike.
Hi,
Welcome to the club. This bug was introdu...
2000 May 29
0
SAMBA digest 2537 /Samba printer support creates odd files
...;/DIRECS/Ne01:
>Does anyone know why they appear, and how I can get rid of them?
Hi,
Welcome to the club.
This was introduced in Samba 2.03 with the "nt smb support" parameter. Due
to the fact that no one has fixed it it must be a feature ;-) not a bug.
These files (Ne00:, Ne01:, Ne02: and so on) are always created if the above
parameter is set to YES (the default) and an application has opened a file
on the Samba and is printing to a network printer.
How to get rid? Either switch the parameter to off or use a small cron
script that removes the files automatically. Be carefu...