similar to: ERROR: chroot failed

Displaying 20 results from an estimated 800 matches similar to: "ERROR: chroot failed"

2002 Mar 23
3
Rsync permissions...
I am transferring some files from a RH7.0 machine to a RH7.2 machine as root with a cron job, using the following: rsync -avt /home homeserver::home rsync -avt /etc homeserver::etc Some of the files transfer OK, but I get: building file list ... done failed to set permissions on home : Operation not permitted home/brad/ home/ftp/bin/ home/ftp/etc/ home/ftp/pub/ home/rsyncuser/ failed to set
2005 May 04
1
owner and group permission
Sirs, We've just successfully upgraded our samba server from 2.0 to 3.0. Access from windows clients and linux clients particularly RH7.3 and RH9.0 has no problem accessing the files and saving them. Unfortunately, we also have Mandrake and Knoppix workstations and in which we're having problems on the mounting of the samba shares. Mandrake and Knoppix basically uses the original
2012 Mar 19
1
Accessing maildir snapshots through dovecot
Hi, I'm currently having a fairly simple setup: - users (real, not virtual) - Maildir storage (over NFS) - 1 namespace I'm currently trying to render the storage snapshots available through dovecot (to allow my users to browse their mail history). dovecot.conf: namespace { inbox = yes location = prefix = INBOX. type = private } I did the following modifications: dovecot.conf:
2012 Aug 26
4
Recipe for "admin-less restore"
Is there a way for setting up dovecot in such a way that a user can "jump back in time" to an old mailbox "state" in order to retrieve his accidentially deleted mail? -- Ralf Hildebrandt Gesch?ftsbereich IT | Abteilung Netzwerk Charit? - Universit?tsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450
2010 Nov 12
1
dovecot sieve enotify question
Hi, sorry not dovecot but heres the question is it possible to use dovecot sieve enotify not only for notify mail i.e arrived but with add the incomming mail as attachment to the notification ? i.e. i have found a example require ["enotify", "fileinto", "variables"]; if header :contains "X-Spam-Flag" "YES" { set "from_addr"
2013 Dec 19
1
[LLVMdev] project built with LLVM
Hello, I have been collaborating with a project I would like to propose for inclusion in the list of software built with LLVM. The project is a disassembly framework named Capstone (https://github.com/aquynh/capstone). Here is a description: --- snip --- Capstone is a lightweight multi-platform, multi-architecture disassembly framework. Our target is to make Capstone the ultimate disassembly
2019 May 14
4
Fw: Btrfs Samba and Quotas
Hello, by suggestion from linux-btrfs I post this to samba at lists.samba.org. I think, thiss is a bug in Samba. Can you confirm and suggest a workaround? Regards, Hendrik ------ Weitergeleitete Nachricht ------ Von: "Hendrik Friedel" <hendrik at friedels.name> An: "Btrfs BTRFS" <linux-btrfs at vger.kernel.org> Gesendet: 12.05.2019 13:27:00 Betreff: Btrfs Samba
2019 May 18
0
Fw: Btrfs Samba and Quotas
Hello, I a bit surprised to get no replies at all... How come? Lack of information? Lack of clarity? Greetings, Hendrik ------ Originalnachricht ------ Von: "Hendrik Friedel via samba" <samba at lists.samba.org> An: "samba at lists.samba.org" <samba at lists.samba.org> Gesendet: 14.05.2019 20:01:41 Betreff: [Samba] Fw: Btrfs Samba and Quotas >Hello, >
2013 Oct 11
3
Removing a domain controller help needed
On Fri, 2013-10-11 at 16:00 +1300, Andrew Bartlett wrote: > On Fri, 2013-09-13 at 09:10 +0200, christophe wrote: > > Hi, > > > > First guys, I'd like congratulate you. Samba 4 is really a cool product. > > > > I have a little problem though. > > > > The context: > > > > I have Samba4 AD DC working perfectly on a virtual machine >
2006 Dec 15
4
_exit_cleanup(code=12, file=token.c, line=419): about to call exit(12)
Hy all, I'm a new rsync user and my english may be poor. I try to sync two folders between two machines using ssh and 2.6.9 rsync version on each. My purpose is to sync only files called "*.lic" in each subfolders. On the source machine I want to sync : /home/dps3/public/Lic/Lic /home/dps3/public/Lic/Lic2 /home/dps3/public/Lic/Lic3 to /home/dps3/public/Lic/Lic9 On each
2006 Aug 16
0
How to access an automounted home and read/write with AD user
hello, I have samba 3.0.21c on an aix 5.2.0.7 server configured to use active directory authentication. However, I need to do something a little funky: The server with samba I will call: sambaserver A server with a user's home directory that is automounted on a few other servers: homeserver The user has on homeserver his files that he works on that he conveniently has automounted on
2010 Jul 11
4
SSL / TLS Problem
Hi, since I upgraded to the new Thunderbird version 3.1 I can't establish a TLS/SSL connection anymore. But before the update Thunerbird was able to establish an encrypted session ... Maillog shows me the following now: server dovecot: imap-login: Disconnected (no auth attempts): rip=84.157.133.248, lip=192.168.1.100, TLS handshaking: SSL_accept() failed: error:14094418:SSL
2003 Apr 12
1
rsync over ssh question
Hello, I'm trying to make rsync work over ssh. I've read several possibilities how to do this, but I haven't succeeded so far. Here's what I want to accomplish : Internet server <==== SSH Tunnel over the Internet ==> Firewall <-----rsync ----> Backup server (rsync & SSH client) (SSH server) (rsync daemon) In plain text : - I want
2013 Jul 02
1
wildcards and nested files
I'm trying to use wildcards and nested files and I think there must be a better way than what I'm doing. If I want to copy only these two directories: /etc /home/*/.maildir Is this the best way to do it: rsync -arzv --delete-excluded --files-from 'files-from.txt' --include-from 'include-from.txt' --exclude-from 'exclude-from.txt' / rsyncuser at hostname:
2002 Mar 12
2
Need help getting rsync working...
I have so far been unable to get rsync to work properly in a test setup. Does anyone have any ideas? Both PCs are running RedHat 7.2. The Server: IP Address 192.168.0.202 Server Name: RH72TB hosts.allow ALL: 192.168.0.201 rsyncd.conf: [testmodule] path = /tmp The Client: IP Address 192.168.0.201 hosts file: 192.168.0.202 RH72TB I have run "rsync --daemon" on the server.
2002 Feb 25
2
Trouble getting rsync to work....
I have read the MAN page and the Rsync page and have set up an /etc/rsync.conf but I can't seem to get it working. I have tried starting the daemon and adding the correct entry on the server hosts.allow file, but I just get "Connection refused" from the server. Surely this can't be that difficult, but I am at a bit of a loss. Can anyone help? Regards, Brad
2003 Mar 02
1
Bind Error with Sambe under Redhat 8.0
Hi, I've installed and configured Samba under RedHat 8.0. When starting up samba "/etc/rc.d/init.d/smb start", i have the following error in the smbd log file: [2003/03/02 19:28:51, 0] lib/util_sock.c:open_socket_in(804) bind failed on port 139 socket_addr = 0.0.0.0. Error = Address already in use Thus samba never starts. How do i solve this problem? Thankx. #/etc/hosts
2004 Aug 06
3
Icecast User Login Question
Hello, I have stumbled upon your email address in my search for finding an answer to a problem I'm looking into for school. I attend the Univ. of Cincinnati and am working on my Senior Design Capstone project. I am working with a local independent radio station, WOXY, which is interested in updating its streaming radio to Icecast. I have taken this project under my wing and have tried
2010 Jan 30
3
Checksum fletcher4 or sha256 ?
Hi, I''m atmost ready to deploy my new homeserver for final testing. Before I want to be sure that nothing big is left untouched. Reading ZFS Admin Guide About the checksum method, there''s no advice about it. The default is fletcher4. there''s also SHA256 Now the sha256 is pretty ''heavy'' to calculate, so I think that it''s left out because can
2013 Feb 15
2
bind-chroot rpm only builds chroot tree?
I just downloaded the bind-chroot rpm and looked into it with Archive manager (so I am lazy), and no files, just the chroot tree. I am assuming there is some script that Archive manager does not show, or I am just missing it, because the ROOTDIR= did get added to /etc/sysconfig/named (and the one in the bind rpm is without this line). Just interesting that if you chroot, you are expected to