similar to: how to share file between samba on debian and ES File Explorer app on android phone?

Displaying 20 results from an estimated 2000 matches similar to: "how to share file between samba on debian and ES File Explorer app on android phone?"

2012 Nov 28
3
config.c32 fails in 5.00pre11
The config.c32 module (and the CONFIG directive) is not behaving as expected when using syslinux.exe 5.00pre11 as installer. To replicate: 1_ The content of the device: /dira /cat.c32 /config.c32 /ldlinux.c32 /ldlinux.sys /libcom32.c32 /pwd.c32 /syslinux.cfg /dira/dira.cfg 2_ Content of /syslinux.cfg: DEFAULT pwd1 PROMPT 0 LABEL config1 COM32 config.c32 /dira/dira.cfg APPEND /dira/ LABEL
2015 Feb 27
2
add user in samba server
# smbpasswd -a linuxsir New SMB password: Retype new SMB password: # ls /etc/samba gdbcommands smb.conf smb.conf.bak smbpasswd # groups linuxsir linuxsir : linuxsir my_test_group1 root at debian:/home/debian# cat /etc/group root:x:0: sambashare:x:119: root at debian:/home/debian# # cat /etc/samba/smbpasswd I have add user linuxsir in samba with a password. 1.Why linuxsir is still not in
2013 Mar 08
5
hiera / create_resources / define
I''m trying to use create_resources to create a series of files with semi-custom content based on a template. This is what I have: foo.conf.erb: Name "<%= name %>" WorkingDir "<%= working_dir %>" ... a bunch of static entries YAML: configs: config1: Name: app1 WorkingDir: /var/app1 config2: Name: app2 WorkingDir: /var/app2
2009 Oct 01
1
3-layer structure and the bonnie rewrite problem
Hello list First of all: Good work and thanks for GlusterFS! I'm totally new to GlusterFS, but i like it a lot and think about migrating my NFS setup completely to GlusterFS. But i ran into some problems with my chosen structure. Hopefully someone can help out. The first questions: i ran into some performance issues with a certain structure/setup and like to know (before i continue testing)
2015 Apr 06
2
Downloading specific files with rsync and make them keeping the original directories structures.
Hi all, See the following command: $ rsync -av ftp.cn.debian.org::debian/dists/Debian7.8/Release . Which will download the file Release under the directory from which the rsync command is isssued. If I want to keep the original directories structures, say, for this case, put the the Release in the following location: ./dists/Debian7.8/Release If the directory tree doesn't exist, let
2005 Jul 28
2
test failed with acl patch
In the mandriva rpm of rsync, we apply for our rpm the acl patch in the patches directory. I am trying to update our rpm to rsync 2.6.6 but one of the test failed with this patch. It seems to be a minor problem, but can you have a look ? Thanks by advance. Following the message (a bit long): ----- itemize log follows Testing for symlinks using 'test -h' +
2008 Mar 02
3
DO NOT REPLY [Bug 5297] New: merge test fails
https://bugzilla.samba.org/show_bug.cgi?id=5297 Summary: merge test fails Product: rsync Version: 3.0.0 Platform: Other OS/Version: SunOS Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: bfriesen@simple.dallas.tx.us QAContact:
2006 Nov 09
1
wip5000 roaming
Good day all I cant get my WIP 5000 to roam 100% I have 2 access points, different SSI's I make a config1 and config2 on the phone, each for the different SSID's(A & B) Im standing next to A and I walk to B, but.the phone does not want to change its signal to B, it still keeps the bad signal from A If I power A down, it will switch to B, if I switch A back on and go stand next to
2008 Apr 15
1
rsync-3.0.2 fails testsuite in itemize
HI, rsync-3.0.2 with patches/acls.diff,patches/xattrs.diff,patches/slp.diff fails (most of the time) in the itemize test: ----- itemize log follows Testing for symlinks using 'test -h' makepath /usr/src/packages/BUILD/rsync-3.0.2/testtmp/itemize/from/foo makepath /usr/src/packages/BUILD/rsync-3.0.2/testtmp/itemize/from/bar/baz cd+++++++++ ./ cd+++++++++ bar/
2005 Jun 24
1
[PATCH] Fix itemize test for objdir != srcdir builds
Hi. The choice of 'config.h' for testing does not consider the possiblity of objdir != srcdir builds. The small patch below replaces 'config.h' with 'configure.in' in keeping with the 'config' name choice. Art Haas Index: testsuite/itemize.test =================================================================== RCS file: /cvsroot/rsync/testsuite/itemize.test,v
2006 Jul 15
1
vsftpd virtual users not able to delete the files (second time post)
hey friends, I am using vsftpd version 2.0.1 on Centos4.0. I am trying to create some virtual users who can upload,download and delete the files in their particular directories. I followed the below link to create the virutal users http://linuxsir.zahui.net/html/23/43449.htm I have created a user called "tester" and the entries in the tester file (/etc/vsftpd/vsftpd_user_conf/tester)
2015 Feb 28
1
回复: add user in samba server
Here is my configuration file. [global] workgroup = WORKGROUP server string = %h server dns proxy = no log file = /var/log/samba/log.%m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action %d security = user encrypt passwords = true passdb backend = tdbsam obey pam restrictions = yes unix password sync = yes passwd program =
2015 Feb 27
0
add user in samba server
On 27/02/15 13:05, ???? wrote: > # smbpasswd -a linuxsir New SMB password: Retype new SMB password: # ls /etc/samba gdbcommands smb.conf smb.conf.bak smbpasswd # groups linuxsir linuxsir : linuxsir my_test_group1 root at debian:/home/debian# cat /etc/group root:x:0: sambashare:x:119: root at debian:/home/debian# # cat /etc/samba/smbpasswd > I have add user linuxsir in samba with a
2015 Apr 06
0
--append and then --append-verify will not work.
Hi all, I do some testings on rsync by using the following method: 1- rsyning the following file with rsync: rsync rsync://ftp.cn.debian.org/debian/dists/Debian7.8/main/binary-all/ Packages.bz2 . 2- Then I split the file into little files with the file size equaling to 128K, which is the maximum of the block-size accepted by rsync. split -b 128K Packages.bz2 And at this point, I obtained
2015 Apr 06
0
--append and then --append-verify will not work.
Hi all, I do some testings on rsync by using the following method: 1- rsyning the following file with rsync: rsync rsync://ftp.cn.debian.org/debian/dists/Debian7.8/main/binary-all/ Packages.bz2 . 2- Then I split the file into little files with the file size equaling to 128K, which is the maximum of the block-size accepted by rsync. split -b 128K Packages.bz2 And at this point, I obtained the
2005 Jul 05
1
multiple instances of dovecot ?
Hello, I got a dovecot server running on a Debian Linux machine. I'd like to run another instance of it. I start it with another config file with debug output on stderr. The auth parameters are different : dovecot1: Imapd only, listens on 143, auth=/etc/passwd dovecot2: Imapd only, listens on 144, auth=mysql It kinda works... But... How does one instance of it recognizes the
2015 Apr 06
0
Downloading specific files with rsync and make them keeping the original directories structures.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 See --relative though it will need a little bit of massaging to avoid the debian dir. On 04/06/2015 12:29 AM, Hongyi Zhao wrote: > Hi all, > > See the following command: > > > $ rsync -av ftp.cn.debian.org::debian/dists/Debian7.8/Release . > > Which will download the file Release under the directory from which > the
2012 Jun 12
5
[PATCH 0/5] Assorted patches to add virtio-scsi support.
These assorted patches end up with adding virtio-scsi support to libguestfs. It passes libguestfs-test-tool, but I haven't yet tried to run the full set of tests. In theory > 26 devices can be added, but it's likely that certain parts of the daemon will break if you actually try this. This of course needs to be fixed. Thanks Paolo Bonzini for invaluable help. Rich.
2012 Jun 12
9
[PATCH v2 0/9]
More comprehensive support for virtio-scsi. Passes all the tests. Rich.
2009 Jul 07
0
rsync-3.0.6 regression test problems
Hi, I've build rsync-3.0.6 on a number of legacy unix systems, and on a few systems the regression tests showed up with some errors: HP-UX 11.11 and 11.23 (ia64): FAIL chown FAIL dir-sgid FAIL fuzzy FAIL itemize IRIX 6.5.13m: FAIL chown FAIL fuzzy FAIL itemize MacOS-X 10.4: FAIL chgrp the errors on "fuzzy" and "itemize" are