Displaying 20 results from an estimated 100 matches similar to: "slow browsing problem"
2007 Dec 10
0
windows oddity related to alternate data streams
Hi all,
I was just looking into what was causing the lag when I open my samba
(3.0.27a) shares from windows (XP, SP2).
strace showed that directories were being opened and closed a lot, in
sequence. Playing with Process Monitor suggests windows is trying to
create alternate data streams on for the directory entires: it does a
CreateFile with :{4c8cc155-6c1e-11d1-8e41-00c04fb9386d} appended to
2002 Jun 17
1
uploading files to Samba server using Windows XP
When I try to copy a directory of files from Windows XP to my samba
server, I get additional files on the samba server that look like Windows
registry class IDs. Here is a sample:
-rw-r--r-- 1 jfayre jfayre 0 Mar 17 06:31 IMG_0470.JPG:{4c8cc155-6c1e-11d1-8e41-00c04fb9386d}:$DATA
-rw-r--r-- 1 jfayre jfayre 461574 Mar 24 07:15 IMG_0478.JPG
-rw-r--r-- 1 jfayre jfayre
2002 Jul 23
1
strange files appearing after file copy
Hello,
I just had something strange happen and could not find explanations in
the documentation, FAQs or mailing list.
The server is a Debian installation running Samba 2.2.3 (kernel 2.4.18
if interested). It has been recently upgraded from 2.0.x (I think x=6).
My smb.conf is at the bottom; the directory used is on the [public]
share.
The client runs Win2k (probably SP2).
I copied some files in
2002 Jul 23
1
Wierd Problem, appears Samba related perhaps?
Hello,
I'm relatively new to Samba, but have it set up on my RedHat 7.3 system, and
it's running great. Except for one thing, and I'm not sure if this is a
Samba
problem or a problem with my machines.
What the problems appears is that when I'm copying or moving images (jpegs,
bmps are the only two I've tried so far) from both my laptop and my desktop
(both Win2k mahcines),
2003 Dec 21
0
rsync & smb errors while replacing illegal characters
Hello,
Last evening I did this recursive rsync:
rsync -avz data /mnt/RICEX0/DWT/Daredevil/1071865403/
..where data is a regular ext3 soft-RAID1 volume
...where /mnt/RICEX0/ is an NTFS hard-RAID10 volume mounted across VPN
using SMB.
And received errors that look to be generated by smb while trying to
recreate(?) the illegal characters.
Dec 20 04:30:55 daredevil kernel: smb_create:
2002 May 23
1
alternate data streams problem
hi all,
I'm running into a strange problem:
I'm running a samba 2.2.3a server on a linux machine.
one win2k client is saving a directory full of pictures to this server but
all pictures files (jpg, tif...) are saved as three files, two of the as the
alternate data streams files of the original. it looks like this:
Pb060009.jpg (the original file)
2002 Jul 19
1
Copying Files to Shares?
Recently I setup samba 2.23 on a Red Hat 7.3 machine to be the Primary
Domain controller, my win2k machine logs in just fine with username and
password I setup sees the shares it should, however the problem I have is
if I try to copy something to one of the shares it copies hte file 3
times, one is the origianl one is blank, one is coded and is the same
file. And I can't seem to figure this
2009 Apr 27
4
Poor performance when accessing Linux from Windows XP because of too many QUERY_FILE_INFO requests
Dear all,
My question is described as follows.
Server: Linux
Samba-3.3.1
Client: Windows XP with SP3
Step1: connect to the samba server.
Step2: select a directory name ?test?. (The directory is created before testing.)
The client will send a lot of QUERY_FILE_INFO requests. According to data captured by Wireshark, I find the following phenomenon:
The client repeats exactly the same
2002 Nov 18
3
Problems copying digital images to Samba Share
I am trying to copy some digital images to a directory on my Redhat 7.3
Samba 2.2.3a-6 server and am getting extra files in the directory. I
have included my SMB.Conf file contents below in case that is relevant.
The files being copied reside on a Windows 2000 workstation and were
created by Jasc Image robot. These files would have been accessed by
both a Windows 2000 machine as well as a Windows
2008 Oct 08
0
Samba 3.x reports "not implemented" when Server 2008 SMB client requests FSCTL_GET_OBJECT_ID
Hi Samba list,
I ran across this really bizarre issue and was hoping somebody would
be able to shed some further light on the issue.
If this is better directed to the samba technical list, please let me
know and I will post there instead.
Background
=========
I'm using CommVault Galaxy 7.0 SP4 for backup and decided to share
it's "IndexCache", which is a collection of files
2018 Aug 07
0
[R-pkg-devel] Run garbage collector when too many open files
In R 3.5 and later you should not need to gc() -- that should happen
automatically within the connections code.
Nevertheless, I would recommend redesigning your approach to avoid
hanging onto open file connections as these are a scarce resource.
You can keep around your temporary files without having them open and
only open/close them on access, with the close run in an on.exit or a
2018 Aug 07
2
[R-pkg-devel] Run garbage collector when too many open files
Dear Uwe,
(When replying to your message, I sent the reply to r-devel and not
r-package-devel, as Martin Meachler suggested that this thread would be
a better fit for r-devel.)
Thanks. In the example below I used rm() explicitly, but in general
users wouldn't do that.
One of the reasons for the large number of file handles is that
sometimes unnamed temporary objects are created. For
2018 Aug 07
1
Run garbage collector when too many open files
Dear Luke,
Thanks. See below
On 07-08-18 17:07, luke-tierney at uiowa.edu wrote:
> In R 3.5 and later you should not need to gc() -- that should happen
> automatically within the connections code.
Could you elaborate on what has changed in R 3.5? As far as I can tell
my problem also occurs in R 3.5 (my computer is still on 3.4.4; but I
assume the solaris CRAN machine isn't). And
2005 Jun 07
1
OpenFile, ReadFile & int 13h
Hello,
I have a problem with a comboot 16 bits program for syslinux, I use the
API openFile, ReadFile and CloseFile for read my own config file. It's ok.
I use the int13h to write a floppy disk (syslinux runs on a USB stick),
after the first call to int13h, all the call to openFile return an error.
Do you know what's the problem? Is it possible to use int13h when we use
syslinux API?
2007 Dec 21
1
Continous decoding of several audio files without destroying speex_decoder
Hi All,
We are using speex decoder only for narrow band decoding.
Quite often, even though source frame is not silence, decoded audio is
silence.
I wonder there is a problem in the way we uses speex decoder API.
Basically, we initialize speex decoder only once and just reset the decoder
before we decoding another file.
Do we need to intialize speex decoder and destory decoder for each audio
file
2009 Apr 27
6
File access denied when printing from a Delphi application
Hello, everybody!
I'm getting the following error when I'm trying to print from a Delphi application:
File access denied.
This printer routine in my application is a routine to print text. So it prints to a file
in LPT1 . The source code is more or less like this:
Code:
procedure Print;
var
File: TextFile;
begin
AssignFile(File, 'LPT1');
Rewrite(File);
try
2003 Nov 12
1
strange behaviour
Hi folks
I hope someone might be able to shed some light on a problem that I am experiencing with
a Samba server. I installed this server about 2 and a half years ago on a client's site.
The server has been running fine. We are now experiencing two problems which according
to the client occured overnight.
The first problem started about a week and a half ago when they found that when trying
2010 Dec 18
1
Unable to mount SMB shares under Mac OS 10.6.5
Help -
(I'm new to the list, so please be gentle) I've tried Seagate support, and Apple Forums with no resolution or adequate suggestions for troubleshooting/resolving this issue, so I thought I'd try the samba community. It's a bit esoteric for me/most Mac users (SMB shares under Max OS X), but I thought I'd give it a try.
I can no longer mount any shares from my Seagate
2011 Mar 24
1
.Fortran successful, R locks up.
Howdy,
I am having a problem with a library compiled from some legacy fortran
code. I can call the library, it runs as it should, returns a list,
and gives a ">" prompt, but then locks up the R session. Functions
typed in return nothing. ctrl-c results in a new prompt that is still
locked up, and R overwhelms the processor. This happens on Mac,
Windows, and Linux exactly the same. I
2007 Jul 03
6
Need Advice/Suggestion
Hi all,
As we know we can configure in astersik like before 5:00pm calls go to reception and after 5:00
pm calls go to some mobile no. One of my client requested that he wants to manually shift the dial
plan like above as he has flexiable timing sometime he finishes at 3:00pm some time 8pm. I can
not give him freepbx access.
Any idea or solution.
Regards
Farooq
--