Displaying 20 results from an estimated 600 matches similar to: "v3.0.4 and OSXS - Exit code: 1"
2008 Nov 08
5
v3.0.4 OS X Execution Errors
Hello,
I have compiled v3.0.4 of rsync per
http://www.bombich.com/mactips/rsync.html. Unfortunately, I can't get
rsync v3.0.4 to work properly.
If I execute this command on the target Mac, I receive this error.
sudo rsync -An --progress --log-file=docs_transfer
server.domain.com:/Volumes/File_Storage/docs /Volumes/File_Storage
rsync: on remote machine: -vnpAe.Ls: unknown option
rsync
2008 Jun 11
2
Mounting Samba Share using linux login
Windows users are able to mount samba share using windows. But for
linux user, we need to create credentials file, to mount samba share
e.g:
//servername/file_store /home/user/Desktop/file_storage smbfs
credentials=/root/.smbcredentials
Is it possbile to change the credentials to something like windows
users (for example credentials=unix user) so as the mounted share
would depend on who login
2013 Mar 05
8
Software RAID complete drives or individual partitions
I have been reading about software raid. I configured my first software raid system about a month ago.
I have 4 500 Gig drives configured in RAID 5 configuration with a total of 1.5TB.
Currently I configured the complete individual drivers as software raid, then created a /dev/md0 with the drives
I then created a /file_storage partition on /dev/md0.
I created my /boot / and swap partitions on
2006 Oct 03
3
Capistrano and Uploaded Documents
I have an application I''m working on which allows me to upload files. The
files are stored somewhere in the public directory so that they can be
accessed directly. When I deploy an update with Capistrano, I ''lose'' the
files because of the current symlink points to the new checked out version.
Before I start working on a solution, has anyone else already solved this
2012 Jan 25
3
Having problems with sudoers
I've got a Cento 6.2 server I'm putting together that will become a
mailserver. It will have on it MailScanner and MailWatch for
MailScanner. I'm using the latest stuff available and have run into a
problem with changes I need to make in the /etc/sudoers file. It doesn't
seem to take affect after I make the changes, so either the syntax
within the file has changed or the way
2004 Nov 08
0
v3.0.4 and remote browsing over VPN (fwd)
---------------------- Forwarded Message: ---------------------
From: atters@mchsi.com
To: samba@lists.samba.org
Subject: [Samba] v3.0.4 and remote browsing over VPN
Date: Thu, 04 Nov 2004 22:19:52 +0000
Greetings All,
Here's my situation:
I'm attempting to connect two Samba v3.0.4 (on slack 10) boxes over a
VPN/Firewall for cross-subnet browsing.
Side "A" of my
2015 Feb 12
7
Cronjob and sudo
I need to remove empty files out of a directory that are over 6 hours
old so I created this script and put it in cron.hourly.
#!/bin/sh
cd /var/list
sudo -u matt find /var/list -mmin +360 -empty -user matt -exec rm {} \;
I want to run it as matt rather than root for just an added bit of
safety. Problem is I get this.
"sudo: sorry, you must have a tty to run sudo"
Is there another
2009 Oct 15
1
CentOS Digest, Vol 57, Issue 14
Thanks for the responses. I think this is what I want to do. I commented out
#Defaults requiretty
in /etc/sudo. But what I really wanted to do was just place it in VPNUSERS:
%vpnusers ALL=NOPASSWD: /sbin/service myciscovpn start, \
/sbin/service myciscovpn stop, \
/sbin/service myciscovpn status, \
/usr/bin/mycisco,
2004 Nov 04
0
v3.0.4 and remote browsing over VPN
Greetings All,
Here's my situation:
I'm attempting to connect two Samba v3.0.4 (on slack 10) boxes over a
VPN/Firewall for cross-subnet browsing.
Side "A" of my setup consists of a Win95-WinXP network behind a Cisco pix 501,
and is subnet 192.168.1.XXX
Side "B" of my setup consists of an NT4 network behind another pix 501, and is
subnet 192.168.2.XXX
Each subnet
2004 Jun 29
0
v3.0.4 fails to compile (passdb/pdb_ldap.c) OpenLDAP 2.2.13 and MIT Kerberos?
I have been trying to put together a SAMBA installation with winbind that
will link to an existing ActiveDirectory, to allow UNIX (Solaris 9) hosts to
accept logins from people using AD credentials. This has been slow going.
Since I am running Solaris 9, Sun took a while to re-enable non-standard
PAM/nsswitch.conf entries so winbind would work at all, but this part is now
fixed.
I think I
2004 Jul 05
2
[v3.0.4] can not set SSID
Hi,
I have run a FileServer with Samba 2.2.8a and want to upgrade to 3.0.4. I
had successfully compile and build the new version and the most of all
works fine.
Now i want to set my old SID to the new System how is described in this
mail (http://lists.samba.org/archive/samba/2003-June/068765.html), that
not all clients have to reinclude to the domain, but it does not work.
old System
2004 Aug 26
1
file permissions head-ache on Samba V3.0.4
Hi,
I hope that this is a quick answer, as it's probably
been answered many times before and I'm just missing a
very minor setting in my config.
I have just setup a samba server(ver 3.0.4) on a
Redhat Enterprise Linux Box ES3. The box has been
setup as a member of a Windows NT4 domain, it's to be
used as a fileserver for users on the NT domain.
I have configured samba to use domain
2015 Oct 31
3
use pssh to restart a service
>
> What does the sudo log say?
This is all the secure logs say about the ssh session:
[root at logs:~] #tail -f /var/log/secure
Oct 31 19:15:20 logs sshd[24407]: Accepted publickey for bluethundr from
47.18.111.100 port 47469 ssh2: RSA
ae:62:1f:de:54:89:af:2c:10:16:0e:fd:8d:7e:81:06
Oct 31 19:15:21 logs sshd[24407]: pam_unix(sshd:session): session opened
for user bluethundr by (uid=0)
2011 May 13
1
1.8.4 Core Dump after installing from source
Hello,
After installing Asterisk from source in Slackware 13.1, I get the
following error:
Error loading module 'res_config_odbc.so':
/usr/lib/asterisk/modules/res_config_odbc.so: undefined symbol:
ast_odbc_clear_cache
Then a core dump.
If I change the /etc/asterisk/modules.conf in order to preload the
'res_odbc.so' module, then the error dissapears, *but* still crashes
2009 Feb 04
1
Starting using LaunchDaemons
I've figured this one out... Just wanted to get it into the dovecot
mailing list archive so that somebody in the future might find it if
they need it.
Running Dovecot on Mac OS X 10.4.11 and using LaunchDaemon to start.
Following a system crash, dovecot failed to restart with this in the
system log...
Feb 4 10:04:29 G520X2 launchd: org.dovecot: exited with exit code: 89
Feb 4
2015 Oct 31
4
use pssh to restart a service
Hi all,
I need to restart a service on a few elasticsearch nodes. I'm trying to do
it with pssh.
I'm getting this error when I try to do that:
pssh -h es_list "/bin/sudo -S /bin/systemctl restart elasticsearch"
[1] 17:01:50 [FAILURE] bluethundr at es2.example.com Exited with error code 1
[2] 17:01:51 [FAILURE] bluethundr at es3.example.com Exited with error code 1
[3]
2013 Aug 29
5
Problem when using bundle exec rake with Launchd
Dear all,
I am developing a web harvesting server which requires regularly
website parsing. Since I use Mac 10.8 as my development environment, I
try to use Launchd to routinely wake up my parser. My parser was a bash
script which has only two lines:
1. cd $HOME/ProjectFolder
2. bundle exec rake dailyTask:dataParse
When directly execute the script under Terminal, there is no
problem.
2008 Oct 13
3
errors on getaddrinfo(): nodename nor servname provided, or not known
Hello openssh developers,
I had built openssh-4.7p1 on arm-apple-darwin9 platform, but
I get this error when I load sshd using launchd:
root# launchctl load /Library/LaunchDaemons/com.openssh.sshd.plist
errors on getaddrinfo(): nodename nor servname provided, or not known
When I execute sshd directly, I don't get any warnings or error
messages, but the sshd is not listening on the intended
2010 Mar 04
2
exec failure
Hello,
I''m using puppet 0.25.1 - and I''m trying to create a custom resource to
use launchctl to stop a launchd job.
command => "launchctl stop `launchctl list | grep $job_real | cut -f 3`",
yeilds:
err:
//sav/Stop_launchd_job[com.Symantec.SymSecondaryLaunch]/Exec[com.Symantec.SymSecondaryLaunch]/returns:
change from notrun to 0 failed: launchctl stop `launchctl
2010 Mar 03
7
SSH Remote Execution - su?
Greetings All-
I'm about to embark on some remote management testing and need a way to login to a remote system running CentOS 4.x/5.x via SSH, su to root (using a password), then execute a command.
I currently login to the boxes using key based SSH like this:
ssh -i ~/remote_key admin@$REMOTEIP
Then, I SU to root. However, if I try to do this automatically like this:
ssh -i ~/remote_key