Displaying 20 results from an estimated 300 matches similar to: "Wierd Problem, appears Samba related perhaps?"
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
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
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
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
2007 Dec 22
0
slow browsing problem
I was looking into what was causing the lag when I open my samba
(3.0.27a) shares from windows (XP, SP2). I see a lot of consecutive
directory opening. Process Monitor seems to suggests that windows
is being stupid about alternate data streams: it tries to create
directoryname:{4c8cc155-6c1e-11d1-8e41-00c04fb9386d}, fails, and
tries another sixty-ish times before failing and doing the same with
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
2005 Feb 08
1
Windows BMPs: Why grey background? How to display BMP in R?
"white" is supposed to be the default background for BMPs (according to
?bmp) but it doesn't work
> bmp("test.bmp", bg="white")
> plot(0)
> dev.off()
# results in grey background
# This seems to be a good enough workaround for now.
> bmp("test.bmp")
> par(bg="white")
> plot(0)
> dev.off()
# background is white
2003 Nov 10
5
picture organizer -- need a bit of help
While trying to develop a little wxruby program, I have some
difficulties, namely:
1. I want to read all kind of graphic files, (mainly jpg, png and tiff
is enough...) But, the current implementation seems to deal only with
bmps and currently there is no way to call ::wxInitAllImageHandlers.
2. I think DnD is required in my case: I want to drop filenames on a
TreeCtrl. I will try to add
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
2009 Apr 01
1
[Announce] Samba 3.3.3 Available for Download
=================================================================
"Never refuse any advance of friendship, for if
nine out of ten bring you nothing, one alone
may repay you."
Madame de Tencin
=================================================================
Release Announcements
=====================
This is the latest bugfix release release of the Samba 3.3
2009 Apr 01
1
[Announce] Samba 3.3.3 Available for Download
=================================================================
"Never refuse any advance of friendship, for if
nine out of ten bring you nothing, one alone
may repay you."
Madame de Tencin
=================================================================
Release Announcements
=====================
This is the latest bugfix release release of the Samba 3.3
2019 Mar 09
2
Auto MX Email Client configuration, the right way?
Hi Friends!
An opinion.
I would like to facilitate the configuration of one's mail client
(desktop or mobile) to my users server.
Some time ago I asked the same question and you suggested me to use
"Automx".
So I started of good will and I looked for the Automx documentation. And
here the problems started as I found several inconsistencies, even
parameters (in official
2003 Nov 21
1
How to read .bmp files into R? read.pnm throws error
Hi,
Is there a way to read .bmp files into R? I have tried read.pnm from pixmap
package. It returned
Error in pm.readmagicnumber(con) : Not a PNM format file
Anyother ways to load bitmap images?
Yi-Xiong
2006 Jul 14
2
Facing problems while downloading speex 1.1.12
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: downloadfail.bmp
Type: image/bmp
Size: 2359350 bytes
Desc: downloadfail.bmp
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20060714/1987a45f/downloadfail-0001.bin
2018 Jun 15
1
[PATCH] v2v: rhv-upload: Disable Nagle algorithm
When sending a PUT request, the http header may be sent in the first
packet when calling con.endheaders(). When we send the first chunk, the
kernel may delay the send because the header packet was not acked yet.
We have seen PUT requests delayed by 40 milliseconds on the server side
during virt-v2v upload to ovirt. Here is example log from current RHEL
virt-v2v version, uploading to RHV 4.2.3:
2019 Mar 10
1
Auto MX Email Client configuration, the right way?
> Now I've seen the new RFC 6186 specification
> (https://tools.ietf.org/html/rfc6186) that describe a "DNS way" to
> achieve the same goal.
>
> [..]
> again:
> [..]
> When a user identifier is required, MUAs MUST first
> use the full email address provided by the user, and if that
> results
> in an authentication failure, SHOULD
2005 Mar 22
5
r under linux: creating high quality bmp's for win users
Hi
I produce graphics with R under linux, but my collaborators often use
windows and cannot import eps pics e.g. in msword
what is the standard way to get e.g. bmp's with the same quality as eps.
going the way: creating eps, convert eps2bmp using 'convert' doesn't
yield good enough bmp's
thanks for a short hint
cheers
christoph