similar to: BranchCache and Samba

Displaying 20 results from an estimated 2000 matches similar to: "BranchCache and Samba"

2011 Mar 30
10
compressed file VFS
Hallo, we have a clinical system that generate lot of files that once written are never changed. This file consume lot of disk and tape space*, so my idea was to compress this files. The problem is that it can happen, that the users have to open this files later. Is there a VFS module for samba that show gzipped** read only files as if they were standard files ? Bye Andreas * Disks are
2010 Jun 15
3
samba to update DDNS
Hello, is it possible to let samba update the DNS entries in our bind DNS server whenever a windows PC connects to the network ? Bye Andreas
2013 May 02
3
guest share on a " security = user" server
Hello, our samba server runs in security = user mode. Now I need a share people can connect to, even if they are not in the domain. I tried this configuration [open] comment = Fuer Scripte die via Mcafee gestartet werden guest only = yes #security = share path = /san/san-lacie/abteilungen/allgemein/mcafee read only = no writable = no printable = no Browseable = No but it does not work.
2013 Nov 04
1
"hide files" does not work
Hello, in smb.conf on a share I did set hide files=/*.pdf/*.PDF/*.p7m/*.P7M/ It works on a second level directory e.g. I don't see pdf files if they are in i:\a\b but see them on the 3th level i:\a\b\c Is this a error in our samba 3.5.6 or is this a configuration problem ? Thanks Andreas
2004 Jan 09
2
start a batch after rsync
Hello, I would like to replicate one file from one machine to a second one with rsync. After the file is copied ( rsync in read mode ), if the file has changed i must start a small batch, if it has not change I must do nothing. What's the easiest way to do this ? Thanks you Andreas
2010 Sep 29
1
rsync: link_stat "." (in sprengel) failed: Permission denied (13)
Hello, we have a old version of rsync running since 2005. Now I tried to sync between two new servers with rsync 3.0.7 and get the error rsync: link_stat "." (in sprengel) failed: Permission denied (13) On one server ( 192.168.10.2 ) I have rsync running as daemon and this rsyncd.conf read only = true use chroot = false transfer logging = true log format = %h %o %f %l %b log file
2001 Oct 08
1
access denied but only in cetain situations
Hello we did reinstall a server and we also reinstalled samba ( using the old smb.conf ) Now we have a strange behavior. If i start a dos programm that resides on the samba server from the command line we get the message "access denied" ( Zugriff verweigert ). if I start the same program form windos start/run with the entire path, then the app starts. What is even stranger, after I
2005 Sep 11
2
Make asterisk call out
Hello, in our public hospital incase of emergency in the night or weekend we must call many people. Is it possible to use asterisk to call automatically a list of number. The numbers should be called in a round-robin way as long as they don't take up the phone and confirm by digitin in a code. The calls should be started by an internal call to a certain number on the asterisk server. It
2010 Nov 13
2
samba as PDC, win 2003 as bdc
Hello, is it possible to add a wind 2003 machine as BDC to a samba domain. Is documentation documentation available ? Thanks Andreas
2002 Aug 12
0
AW: AW: Samba tries to contact external IP ?
Hi Anreas, I have problems interpreting the PIX output > -----Urspr?ngliche Nachricht----- > Von: Andreas Moroder [mailto:andreas.moroder@sb-brixen.it] > Gesendet: Donnerstag, 8. August 2002 07:56 > An: Uli Luckas > Cc: samba@lists.samba.org > Betreff: Re: AW: [Samba] Samba tries to contact external IP ? > > > Hello Uli, > > the packet are TCP. Our PIX does not
2005 Aug 31
1
Asterisk and eicon diva server 2M as FXO
Hello, is it possible to use a eicon diva server 2M as FXO ? Regards Andreas Moroder
2008 Jul 08
1
tftpd: read: Connection refused
Hello, we have two diskless machines in a routed network. Both get their IP adresse and tftp configuration via dhcp. When we start one machine all works well, when the second machine tries to download the kernel via tftp we get this error: Jul 8 09:49:52 voyager2 in.tftpd[8374]: RRQ from 10.63.5.122 filename /andreas/pxelinux.0 Jul 8 09:49:53 voyager2 in.tftpd[8374]: tftpd: read: Connection
2008 Jan 09
2
samba domain and windows server licenses
Hello, sorry if this post is a little bit offtopic, but samba is marginaly involved and I hope this problem was solved before. We have a windows 2000 terminal server in a domain where the PDC and BDC are linux/samba machines. Now on the TS we get a message 221 that we need more server licenses. When I try to add them through the license manager it searchs for a service on the PDC/BDC that
2010 Jan 12
1
concurrent ms access usage does not work with 3.4.3
Since we upgraded samba to 3.4.3 ( from 3.0.26a ) on our fileserver only one user at a time can use a ms access ( .mdb ) program we wrote. The second user that tries to start this application gets a message that the mdb is lockeb by another user. The strange thing is that I as administrator can connect as second uset to the mdb without problems. Is this a known probleme and is there a
2010 Jan 14
1
Feedback to getting to samba 4 blog
Hello, I did not find a way tu put my opinion to the blog so I answer here. I hope this is ok. We ( a public hospital ) are one of the few that have no AD, because I wanted to wait that samba has this functionality. Every solution that give us the stability of samba and also AD is ok for us, but please this year, otherwise I will be force to start with MS AD. Thanks Andreas
2011 Nov 23
2
Implement Samba4 AD
Hello, in our two hospitals, with 700 PCs and 1200 Users, all our fileservers are samba 3. We don't have AD, but we have a domain based on openLDAP and samba. We have to change to AD. Is samba4 stable enought to implement it, maybe in a samba3 fileserver / samba4 AD combination ? Can we expect to get some support from the experts in this group ? If I get a positive answer I will post
2008 Apr 30
2
group profiles
Hello, according to the samba howto it should be possible to create group profiles but the documentation is very short, summarized in: "A group profile is a profile that is created first using a template (example) user. Then using the profile migration tool (see above), the profile is assigned access rights for the user group that needs to be given access to the group profile."
2006 Dec 21
3
Stubbing an instance method on a class
Hi all, I''m not sure if I''ve missed it, but I couldn''t find any docs for stubbing an instance method on a class. For example: class Foo; end Foo.stub!(:my_instance_method).and_return(nil) The reason (I think) I need this is because a certain class (Test::Unit::TestCase) expects an argument (name of method) to new and throws an exception if that instance method
2009 Jun 02
3
[LLVMdev] Is there a control dependence graph builder?
Hi, In browsing through the LLVM source, I don't currently see an implementation for a control dependence graph builder. Am I overlooking something? It doesn't look like LLVM currently provides a way to build the post-dominance frontier of the reverse CFG, either. Dominators.h mentions forward dominators, but I believe all this is referring to is dominators as opposed to post-dominators,
2009 Jun 01
2
[LLVMdev] MachO writer test cases
Nate, Right, okay. I was also planning on looking at what the assembly output generates and "emulating" its output. So I should be able to use the 'test/CodeGen/PowerPC' tests once I have augmented the MachO Writer PowerPC output. Does this seem like the right and sensible approach ? Aaron ----- Original Message ----- From: Nate Begeman To: LLVM Developers Mailing