similar to: Samba share gets dropped from windows

Displaying 20 results from an estimated 10000 matches similar to: "Samba share gets dropped from windows"

2009 Apr 08
3
order transfers by file size
Is it possible to have rsync order transfers by file size (smallest files first) ? Would it be a big patch ? Thanks Viki
2007 Dec 11
5
SAMBA under window?
Hi, I am thinking a network configuration where a SAMBA server is installed in a window machine so that the web server on that window machine can talk to linux devices. Is it possible, or it is a stupid idea? Thank you. Kind Regards, Jim
2013 Nov 25
2
Zlib plugin - when does it make sense?
Hi, I run a small IMAP server for a dozen guys in the office, serving about 55GB of Maildir. I recently became aware of the Zlib plugin ( http://wiki2.dovecot.org/Plugins/Zlib ) and wondered 1. given that there is about zero CPU load on my IMAP server, is enabling the plugin a no-brainer or are there other things (except CPU load) to consider? 2. For enabling the plugin, I suppose you
2000 May 15
4
ov_read bugfix (fwd)
Folks: Granted, this slipped past my review too, but do *not* submit patches that have not been tested. This bug was a no brainer; running the code only even once would have found it. The mainline of Vorbis is our face to the world. A simple mistake like this costs us credibility when we're already going to be fighting hard against some of the most powerful media organizations in the
2009 Jun 14
3
Basic AJAX Response (Mootools)
Hi, I''ve done AJAX calls to Rails'' Controllers before yet never required to generate a response back to the view. In this respect, I have tried to keep it moronically simple and just add a node to see that it works, yet the response doesn''t come through / isn''t interpreted as it should. Long story short, code : // Have to use Mootools to integrate a
2007 Dec 28
4
A simple stand-alone scenario but "public" share doesn´t work
Dear list, For a simple home-network i recently installed Debian Etch on an extra machine to act as server. It stores my mail, it acts as webserver, firewall, dns-, dhcp- and database-server. All of these services are running like a charm. The only thing left is to get samba running. Well, it is running, but to get it running how i want it to is a different matter i suppose, for i am quite
2005 Oct 09
2
HPLIP
First, has anyone successfully installed the HPLIP driver from HP in CentOS4? Second, does that driver really provide the toolbox which includes handy stuff like ink level monitoring? I got the source RPM (hplip-0.9.4-1.1.src.rpm) from an FC4 testing mirror, which rebuilt fine on this machine: . . . + umask 022 + cd /home/rj/rpmbuild/BUILD + cd
2012 Jun 27
0
[LLVMdev] [cfe-dev] is configure+make dead yet?
>From: David Röthlisberger <david at rothlis.net> >Subject: Re: [LLVMdev] [cfe-dev] is configure+make dead yet? > >If the following statement is true, then which build system to choose >is a no-brainer: >> cmake, while ugly, can be made to support all of our use cases. There >> are some use cases that autoconf+make can't support >-- Chandler Carruth, On 21
2010 Sep 17
5
should vsftpd be disabled in favour of sftp for security reasons?
(another in an ongoing list of things i just want to clarify for the sake of future courses taught on centos.) from this RHEL doc page: http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Deployment_Guide/s1-openssh-server-config.html the reader is advised to, for the sake of security, remove/disable vsftpd, ostensibly in favour of sftp/sftp-server. really? i can obviously
2009 Aug 29
4
No quality advantage with two-pass?
The ffmpeg2theora chapter[1] of the Theora Cookbook says that the only advantage of two-pass encoding is that you can hit a specific target size. But isn't it so that you can reserve bits for difficult parts of a video, which improves the perceived quality? It may be true that Theora does quite alright without two passes, but it seems like a no-brainer to me that two passes will always be
2017 May 15
3
stopifnot() does not stop at first non-TRUE argument
I think Herv?'s idea was just that if switch can evaluate arguments selectively, so can stopifnot(). But switch() is .Primitive, so does it from C. I think it is almost a no-brainer to implement a sequential stopifnot if dropping to C code is allowed. In R it gets trickier, but how about this: Stopifnot <- function(...) { n <- length(match.call()) - 1 for (i in 1:n) { nm
2012 Jun 27
4
[LLVMdev] [cfe-dev] is configure+make dead yet?
On 26 Jun 2012, at 20:26, James K. Lowden wrote: > I used autoconf to build Clang not because I'm "stuck" on a > system without Cmake, but because I have expertise in autoconf and none > with Cmake. I've never found Cmake compelling enough to justify > learning a new feature-test and dependency syntax. Before discussing the technical merits of CMake vs autoconf,
2019 Apr 26
5
Accessing Android phones on CentOS 7
Hi, My standard Linux desktop is based on a personal blend of CentOS 7 with KDE 4.14 and various add-ons from third-party repositories like EPEL and Nux-Dextop. After a brief stint on OpenSUSE Leap 15.0, this is what I use on my workstation and on my laptop. And this is also what I install on my client's machines, just like I did in our local school's computer room. I'm currently
2005 Jul 03
3
Use of ogg vorbis for real time audio streaming?
Hi list! I am currently investigating the possibility of allowing musicians to collaborate over the internet -- Musician A -------> internet --------> Musician B This diagram obscures quite a lot of detail. In reality, the datapath would look more like this: Musician A ADC Compression algorithm UTP (or perhaps RTP?) IP ADSL the Internet ....<snip>..... Clearly, this link would
2003 Jul 08
3
line battery check
I know in the x100p hardware the driver can sense whether there is battery voltage on the line or not. Is this possible in the zap drivers using t1/e1 interfaces ? I believe the signalling bits are only ring and hook, not loop presence, so not sure if it is possible. I had a situation last night where a main cable was cut in the area and lines were down overnight. My burglar alarm knew right
2012 Jul 05
4
rsync based on checksum only
Is it possible to tell rsync *not* to use file names, date stamps, etc and only use the checksum for deciding if a file is the same? the remote machine "normalizes" a set of file names to remove all punctuation marks and forces all file names to lower case. The files themselves are unchanged. --checksum looks promising but it does not say anything about file names: -c, --checksum
2017 May 16
3
stopifnot() does not stop at first non-TRUE argument
switch(i, ...) extracts 'i'-th argument in '...'. It is like eval(as.name(paste0("..", i))) . Just mentioning other things: - For 'n', n <- nargs() can be used. - sys.call() can be used in place of match.call() . --------------------------- >>>>> peter dalgaard <pdalgd at gmail.com> >>>>> on Mon, 15 May 2017 16:28:42
2011 Jul 18
1
RAID1 over IP?
I asksed about this in November last year but got on response. Anyone have any ideas now? Does anyone here have any experience with using KVM/libvirt with RAID1 over IP/DRBD or other HA solution? I'm trying to figure out the hardware configuration I would need to be able to survive a failure or planned shutdown of any one unit in a virtualization cluster. KVM/libvirt makes moving
2014 Sep 09
1
minimal configuration for lucene fts
Hi, I'm using dovecot (version 2.2.13 on archlinux) in the simplest, no-brainer way possible. It sits between mbsync, which I use to fetch mail from servers, and Gnus, my MUA. Both mbsync and Gnus connect to dovecot with an invocation like this: /usr/lib/dovecot/imap -o mail_location=maildir:$HOME/.mail/ea/ I have three different mail accounts, all that changes is the final directory on the
2019 Jul 03
2
Container setup?
On 7/3/19 8:21 AM, Sven Schwedas via samba wrote: > Though I'm not sure if docker is the right tool for the job; samba as a > fat daemon running a bazillion subprocesses orchestrated by a persistent > database that's very sensitive to instances leaving and joining the > domain seems the antithesis to docker's philosophy. > Docker would be a terrible choice for this;