similar to: Connecting HOME-Drives

Displaying 20 results from an estimated 9000 matches similar to: "Connecting HOME-Drives"

2002 Dec 17
2
Still having trouble with copying large files
I had originally written about this problem last month (http://lists.samba.org/pipermail/samba/2002-November/085418.html) Since then, our company has added another Windows Fileserver which I'm trying to back up, and they are both having the problem. Because it happens on both servers, this leads me to believe it really is a problem with my Samba server. I've upgraded to 2.2.7a, as the
2016 Nov 17
2
Clients can't write to group-writable files - plea for help
On Wed, Nov 16, 2016 at 03:25:24PM -0500, Josh Malone wrote: > On 11/16/16 3:17 PM, Jeremy Allison wrote: > >On Wed, Nov 16, 2016 at 03:12:06PM -0500, Josh Malone via samba wrote: > >>On 11/16/16 2:32 PM, Jeremy Allison via samba wrote: > >>>> > >>>>But the file is not root:root - it's owned by uid 12477 and group > >>>>9006. Why
2015 Aug 11
2
backing up email / saving maildir on external hard drives
On 11.08.2015 15:45, G?tz Reinicke - IT Koordinator wrote: > talking of rsync and compression is may be also a bit misleading. > > On the destination there will be no compressed files if you transfer > with rsync! ...unless your dovecot is working with compressed maildir files. ;-) Kind Regards, Christian Schmidt -- No signature available. -------------- next part --------------
2008 Nov 03
1
qr() and Gram-Schmidt
Hi, Why the qr() produces a negative Q compared with Gram-Schmidt? (note example below, except Q[2,3]) Here is an example, I calculate the Q by Gram-Schmidt process and compare the output with qr.Q() a <- c(1,0,1) b <- c(1,0,0) c <- c(2,1,0) x <- matrix(c(a,b,c),3,3) ########################## # Gram-Schmidt ########################## A <- matrix(a,3,1) q1 <-
2003 Oct 31
4
Samba and private shares
I'm running samba 2.5 on a FreeBSD box using winbind to do authentication with my PDC/BDC. I'm able to configure shares that everyone on the NT network can access but when I configure private shares (only 1 or 2 users have access to) the users get prompted for a username and password and are not allowed access. What am I doing wrong? Below I have included a copy of my smb.conf and pam.conf
2014 Nov 04
2
[LLVMdev] Issue with std::call_once in PPC64 platform
Adding Jiangning Liu to the thread. Jiangning reported a similar issue on the llvm-commits list on Debian aarch64. In general it sounds like std::call_once may not really be bug free. Jiangning, can you please provide your gcc/libstdc++ version? Thanks, -Chris > On Nov 4, 2014, at 9:38 AM, Bill Schmidt <wschmidt at linux.vnet.ibm.com> wrote: > > On Tue, 2014-11-04 at 12:17
2010 Jul 01
1
Enabling logs in pam_smbpass in samba source code
I am facing some problem with samba 3.4.8 PAM pam_smbpass module, both vsftpd,proftpd are not working ..I have opened thread at http://forums.proftpd.org/smf/index.php/topic,4739.0.html it is working fine with samba 3.0.32 I want to see the _log_err messages from pam_smbpass , for that I have added log level=4 and log file= /tmp/samba/sambalog.log. I did not see any of the messages in
2002 Dec 21
2
external journal
Hello! I have some questions about external journals. On a 4 disk software RAID 5 I have two big devices (one 60 GB, one 180 GB). I would like to give each an external journal on a 2 disk software RAID 1 device and use data=journal. The journal will get its own partition with mke2fs -O journal_dev /dev/mdwhatever. The used 6 harddrives are all IDE drives, they are connected through
2014 Nov 04
2
[LLVMdev] Issue with std::call_once in PPC64 platform
Ok, I'll put a patch together to fix this later today. I'll probably do what Reid was suggesting and use what is already in there for Windows. Thanks, Samuel Bill Schmidt <wschmidt at linux.vnet.ibm.com> wrote on 11/04/2014 12:11:08 PM: > From: Bill Schmidt <wschmidt at linux.vnet.ibm.com> > To: Samuel F Antao/Watson/IBM at IBMUS > Cc: azanella at
2014 Nov 05
2
[LLVMdev] Issue with std::call_once in PPC64 platform
It seems the crash of llvm/clang build on aarch64 Debian has been fixed by r220941. Thanks, -Jiangning 2014-11-05 8:45 GMT+08:00 Jiangning Liu <liujiangning1 at gmail.com>: > The versions I'm using right now are > > * gcc: (Debian/Linaro 4.9.1-14) 4.9.1 > * libstdc++: libstdc++.so.6.0.20 > > Thanks, > -Jiangning > > 2014-11-05 4:46 GMT+08:00 Chris Bieneman
2003 Oct 13
2
Private shares problem
Hi, I have something weird going on and I don't know what I'm doing wrong. I have Samba 2.2.8a running on FreeBSD 5.1 with NTLM authentication. I have been able to get a public share to work and it authenticates fine. When I try to create a private share with only 1 or 2 users having access it asks for a user name and password and when I supply the username and password it won't
2013 Jan 31
0
[LLVMdev] Getting command line options to affect subtarget features
On Thu, 2013-01-31 at 11:29 -0600, Bill Schmidt wrote: > On Thu, 2013-01-31 at 11:23 -0600, Bill Schmidt wrote: > > On Thu, 2013-01-31 at 10:17 -0600, Bill Schmidt wrote: > > > > > > On Thu, 2013-01-31 at 09:42 -0600, Hal Finkel wrote: > > > > ----- Original Message ----- > > > > > From: "Bill Schmidt" <wschmidt at
2019 Aug 16
1
Samba 4.8.3 - Stand-alone server
Presently, we do not wish to use domain credentials - samba users and passwords have been set. The testparm and smbclient do not show any errors - smbclient on this server allows access as desired. When attempting to map a share in a PC environment and for a quick moment, the share is visible. However, to establish the map, me the user is asked for their credentials in a Windows domain user
2013 Jan 31
2
[LLVMdev] Getting command line options to affect subtarget features
On Thu, 2013-01-31 at 11:23 -0600, Bill Schmidt wrote: > On Thu, 2013-01-31 at 10:17 -0600, Bill Schmidt wrote: > > > > On Thu, 2013-01-31 at 09:42 -0600, Hal Finkel wrote: > > > ----- Original Message ----- > > > > From: "Bill Schmidt" <wschmidt at linux.vnet.ibm.com> > > > > To: llvmdev at cs.uiuc.edu > > > > Sent:
2004 Sep 07
2
Announce Openssh with telnet
Hi, I would not consider it a real bug, or security problem, but I wonder, why my sshd declares itself when I do a telnet on port 22: telnet localhost 22 Trying ::1... Connected to localhost. Escape character is '^]'. SSH-1.99-OpenSSH_3.7.1p2 Would it not be better, not to show anything at all, so that someone just trying, whats up on port 22 does not see what programm with witch
2014 Jan 15
2
forwarded message is broken in 2.2.10 with pigeonhole-0.4.2
Hi, forwarding a message with sieve like redirect:copy "me at other.domain"; was working without any problem until dovecot-2.1.17, dovecots lmtp and dovecot-2.1-pigeonhole-0.3.5. Using dovecot-2.2.10 , dovecots lmtp and dovecot-2.2-pigeonhole-0.4.2 the structure of a forwarded message is broken. Content of a message is not displayed or an attachment (for instance pdf) can not be
2017 Aug 10
1
Kubernetes v1.7.3 and GlusterFS Plugin
Yes, I tried to, but I didn't find a 3.11 centos-release-gluster package for CentOS. Humble Devassy Chirammal <humble.devassy at gmail.com> schrieb am Do., 10. Aug. 2017, 19:17: > As an another solution, if you are updating the system where you run > application container to latest glusterfs ( 3.11) , this will be fixed as > well as it support this mount option. > >
2004 Jan 17
1
After reinstall XP - browsing doesn't work
Hi all, I use Samba 2.2.7a-SuSE. It works correctly, but after when I reinstalled my XP, the browsing hasn't worked. :( Example, I try to browse from Explore, it halt. But if I try to access (for example) \\server\mp3, it works. What is wrong? Thanks! Regards, Roland My smb.conf: [global] time server = yes netbios name = Stargate workgroup
1997 Dec 09
4
samba-des has bad performance
Hello! I have a problem with samba. I run the freebsd samba-des port (samba-des-1.9.17.4) in a pretty much vanilla setting; home dir, a few shared dirs, no printing (yet). The problem is performance. While Samba is not terribly slow it's still too slow. Copying large files takes about half a minute/meg on an Ethernet LAN with no other activity. Trying to read a file using netscape
2015 Dec 30
2
LMTP crashes on Debian with dovecot backports from rename-it.nl
Hello Timo, On 30.12.2015 14:24, Timo Sirainen wrote: >> On 30 Dec 2015, at 03:45, Christian Schmidt <christian.schmidt at chemie.uni-hamburg.de> wrote: >> >> Hello Timo, >> >> On 29.12.2015 19:25, Timo Sirainen wrote: >>> So looking up a header causes a crash. Can you send me one such mail >>> that causes this crash? >> I'll ask one