Displaying 20 results from an estimated 700 matches similar to: "Default file permissions for Mac OSX"
2011 Jan 13
2
Cannot list shares on a host
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
  linux 2.6.34.7-0.7-desktop x86_64
  smbclient 3.5.4-5.1.2-2426-SUSE-SL11.3
  I issue this command:
smbclient -L SMA-STN14L -U jmoe
  I get:
Connection to SMA-STN14L failed (Error NT_STATUS_BAD_NETWORK_NAME)
  In <smb.conf> [globals] section:
workgroup = SOHNEN-MOE
netbios name = SMA-STN14L
  Adding the -I option made no difference.
2011 Jul 20
1
FATAL I/O ERROR: dying...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
  Local rsync  version 3.0.7  protocol version 30.
  The remote rsync version is 3.0.5, I think.
  opensuse v11.3
  linux 2.6.34.8-0.2-desktop x86_64
  The nightly rsync run is getting this error:
2011/07/20 02:04:29 [17840] FATAL I/O ERROR: dying to avoid a \
 --delete-during issue with a pre-3.0.7 receiver
  The options are:
- --archive
2011 Jan 11
5
Connecting an iMac to os/2
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
  I have an iMac v10.6. I'd like to get it to connect to an old os/2
server, v4.5 fp3.
  Using smbutils on the iMac:
$ smbutil -v view //sma-server1.sma.com
smbutil: server connection failed: RPC struct is bad
  Can anyone suggest what changes may be made that will correct this
error? Is it even possible?
- -- 
James Moe
moe dot james at
2010 Aug 29
0
Unusual error when building a file list
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
rsync v3.0.7 (also seen with 3.0.5)
linux 2.6.34-12-desktop x86_64
os/2 v4.50 fp3
  rsync makes an unusual error when building its file list for a
transfer: it decided to move a directory further down the directory tree
than where it was located in the source volume.
  Even more strange is that during the next run of rsync, it adjusts the
*source*
2011 Apr 19
3
nmblookup - windows 7 does not respond
Hello.
Laptop with windows 7 pro 32 bits (192.168.130.66) does not respond to nmblookup.
But from the Laptop with windows 7 (192.168.130.66), using explorer.exe I can browse the content of the public ressource on the serveur  //serveur-linux/publique
I have update the windows 7 registry but it does not help.
HKLM\SYSTEM\CCS\Services\LanmanWorkstation\Parameters
DWORD DomainCompatibilityMode 1
2018 Sep 14
2
{DKIM Fail} Re: sftp fails when run from cron
On 09/13/2018 07:54 PM, Darren Tucker wrote:
> I'd guess that the reason it doesn't work is that the key is encrypted
> and neither the agent nor a tty to ask for the decryption passphrase
> is available.  Try repeating your command line test after unsetting
> SSH_AUTH_SOCK
>
  Okay. That reproduced the issue.
  Is there a recommended way to provide the decryption
2012 Dec 17
1
not able to log on (PDC with ldap backend)
Hello,
I set up my first PDC with LDAP as backend. I'm able to join a vista
client to the domain. However, when want to log onto after rebooting the
client, it claims that the logon server is n/a. My smb and slapd.confs are
attached.
Any ideas what i did wrong or missed to configure?
Thx,
Ingo
My samba Version is: 3.5.4-5.11.1-2573-SUSE-SL11.3
2018 Sep 14
2
sftp fails when run from cron
sftp OpenSSH_7.6p1, OpenSSL 1.1.0h-fips  27 Mar 2018
linux 4.12.14-lp150.12.16-default x86_64
  I created bash script to download database files once a week. It uses
sftp as the agent. The script runs correctly when started from a command
line. It fails when run from cron.
  Authentication with the remote server is set to use a private/public
key and does not require an explicit password.
  Why
2015 Apr 22
0
Changing only file permissions
On Wed, Apr 22, 2015 at 1:03 AM, James Moe <jimoe at sohnen-moe.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello,
>   opensuse 13.2
>   linux v3.16.7-7-desktop x86_64
>   rsync v3.1.1
>
>   I used rsync to copy /usr/ to another volume with these options:
> - --recursive --one-file-system --links --stats --itemize-changes
> - --quiet
2012 Apr 04
2
Using rsync to synchronize
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
  I have been using rsync to backup our primary data stores. It works
fine. Here are the options I use for doing that:
rsync --recursive --links --times --dirs --stats --delete \
  --itemize-changes --quiet --exclude-from=exclude-filename \
  /data-store1/ /data-store2/
  Recently I have had the need to actually synchronize the files
between
2012 Apr 11
3
Settings file times only
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
  I restored a filesystem by using rsync to copy directories and files
from a backup volume to the newly recreated volume. All of the
re-created files were given the current date and time rather than the
original file's timestamp. I am sure there was a way to prevent that
from happening.
  Is there a way to use rsync to set the timestamps
2011 Oct 07
1
Permissions option
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
  rsync v3.0.7
  I am backing up data to a USB memory drive that is formatted FAT32,
which does not comprehend linux permissions.
  I added the "--no-perms" option to the option set. rsync still
attempts to change the permissions.
OPTS = "--no-perms --archive --stats --delete --itemize-changes
- --quiet
2012 Oct 29
1
rsync ignores "exclude=..."?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
  rsync v3.0.7
  linux 2.6.37.6-0.20-desktop x86_64
  Below is a log of a backup session. I do not understand why the
"exclude=/data01/..." is being ignored.
  The session is started in a bash script. The actual text is:
- --exclude='/data01/t-drv/websites/owncloud/data/sma-admin/'
I guess rsync cleaned it up to suit itself.
2015 Apr 21
3
Changing only file permissions
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
  opensuse 13.2
  linux v3.16.7-7-desktop x86_64
  rsync v3.1.1
  I used rsync to copy /usr/ to another volume with these options:
- --recursive --one-file-system --links --stats --itemize-changes
- --quiet --delete --times
After I had modified the system to use the new /usr volume, I realized
I should have added:
- --perms --owner --group
2012 Nov 08
1
rsync ignores a number of sub-directories
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
rsync v.3.0.7 protocol version 30
opensuse v11.4
linux v2.6.37.6-0.20-desktop x86_64
rsync --recursive --links --dirs --stats --itemize-changes --quiet \
 --size-only --exclude-from=/home/sma-user3x/bin/rsync-exclude.txt \
 --delete --no-times --omit-dir-times \
 /data01/t-drv/websites/ /t/websites/
The sub-directories /websites/site-logs/... are
2018 Feb 22
4
What is exit code 5888?
rsync v3.1.0
linux v4.4.104-39-default x86_64
  Found in the system log:
2018-02-22T05:02:00-0700 sma-server3 python3[31371]: backintime
(sma-user3x/3): WARNING: Command "rsync -rtDHh --links --no-p --no-g
--no-o --info=progress2 --no-i-r  --delete --delete-excluded  -i
--dry-run --out-format="BACKINTIME: %i %n%L" --chmod=Du+wx
--exclude="/bkp/cgate-backintime"
2011 Jun 03
0
Pareto Chart using GUI
Hi,
I am exploring GUI's for doing Quality
Management/Assurance/Improvement activities and this is another mail
in series!
Focus of this mail is Pareto Analysis for following data (Truncated):
Date	Defect code	Operator	Shift	Machine	Cost - Internal	Cost -
External	Cost - Total
8-Jun-2011	410	Joe	1	AAA	5	50	55
8-Jun-2011	465	Joe	1	AAA	1.5	25	26.5
8-Jun-2011	412	Joe	1	AAA	1.5	10	11.5
2006 Oct 26
0
Can't Register Client - Multiple Subnets
I am unable to get any softphone to register to my asterisk server
when I am connected via VPN.  I have tried Ekiga, LinPhone, and
Twinkle... on multiple machines.  It works fine when locally connected
(same subnet).  The VPN is not NAT'ing anything... and all other
connections work fine across it (i.e. http, ssh, scp, ftp, etc).  In
fact, the asterisk logs show the connections, so its getting
2004 Sep 09
1
Permission weirdness
Hello.
I am running samba 3.0.5 in an ADS environment.  I have a win2k3 server as the 
DC and my samba machine (running on Gentoo Linux) is a member of that domain.  
I am using winbind.
I have three users, for this example I will call them Larry, Curly and Moe.  
All three have RW access to a share on the server called "stooges".  The 
linux perms on this directory look like this:
2009 Apr 02
4
Problems with Counter Strike Source
Hi all
First : sorry for my english, i'm french  [Embarassed] 
I have a problem with counter strike source.
I'm on Ubuntu 8.04.2 Hardy ( and not Studio, i just have the ubuntu studio skin ), i have an ATI radeon 4850 graphic card ( with the latest drivers installed ) and Wine 1.1.18 .
To launch the game, i put " WINEDEBUG=fixme-all wine -fullscreen -w 1440 -h 900 -refresh 60