Displaying 20 results from an estimated 3000 matches similar to: "Whitespace in directory names"
2005 Mar 30
7
Is rsync right for us?
Hi,
What we want to do is synchronize our music files
between our 2 servers like every 30 minutes or so.
Been trying to find scripts to do this, but no success.
The files are created on our Mac G4 running OS X
server, and then tranferred manually to the IBM server
in the same office on the same network.
We would like to automate the process, by checking the G4
about every 30 minutes for
2010 Feb 10
2
Server not found in kerberos database (with net ads join)
Hi All,
After running into a few issues in trying to join my debian
(squeeze) box to
a windows 2008 server, I am running into this (hopefully last) problem...
When I try to do te net join command, I get the following
> nanoelecfs:/home/joel# net join ads -S XX.XX.XX.XX dn
> 'DC=FS,DC=UML,DC=EDU' -U USERNAME
> Enter EEng_LDAP's password:
> [2010/02/10 15:20:10, 0]
2012 Apr 04
1
issue with Digium TDM410P
The TDM410P doesn't support 'hvac', only the obsolete TDM400P supports that
option was for the old phones that have a neon light (or equivalent
LED+ZENER ciruit).
Are other phones off the TDM410P (other than the VTECH) working, or is the
Vtech the only model with VMWI available to you.
I'm not able to check at the moment, I have copied the asterisk-users list,
someone else may
2010 Jan 28
1
Trouble getting past net join ads...
I am in the process of getting samba working again with Activer
Directory. Recently our IT department
upgraded their windows server to 2008.
I am following the approach described here:
http://www.surlyjake.com/linux/samba/join-debian-lenny-to-active-directory-using-samba/
I am able to get kerberos to issue a ticket, but where I am running
into a wall is with the net join ads part...
2009 Sep 15
1
Can winning authenticate users from two AD groups?
Hello,
I am trying to authenticate users from two seperate groups within our
active directory listings: faculty and students. I can do wbinfo -a on
users from both groups. But when students try to access samba shares
they cannot. Since I am using PAM for authentication, I had them try
logging into the Linux box. They can do that using the exact same
credentials they tried with the samba
2009 Dec 11
2
Starting from scratch... and Active Directory
Hello,
Due to a couple of circumstances, I am rebuilding my file server. In
the process
I want to see if I can iron out the last few issues I have had with
getting active directory
authentication to work. Ideally I would appreciate it if anyone can
provide a link to a
website that gives decently detailed instructions for setting up samba
with user authentication
via Active Directory
2011 Oct 20
1
trying to create a 3 brick CIFS NAS server
Hi all
I am having problems connecting to a 3 brick volume from a Windows client via samba/cifs.
Volume Name: gluster-volume
Type: Distribute
Status: Started
Number of Bricks: 3
Transport-type: tcp
Bricks:
Brick1: 172.22.0.53:/data
Brick2: 172.22.0.23:/data
Brick3: 172.22.0.35:/data
I created a /mnt/glustervol folder and then tried to mount the gluster-volume to it using:
mount -t cifs
2020 Apr 24
0
Looking for C8 AMD help
On 4/23/20 4:23 PM, Pete Geenhuizen wrote:
> I'm migrating from C7 to C8.? I'm currently using autofs, but alas autofs has been dropped in C8 for the AMD automounter.
Nope, it's in there! 8/BaseOS/x86_64/os/Packages/autofs-5.1.4-35.el8.x86_64.rpm
> I have some very ancient knowledge of AMD, I used it when it was first introduced many years ago on Solaris and moved to Sun's
2020 Apr 23
2
Looking for C8 AMD help
I'm migrating from C7 to C8.? I'm currently using autofs, but alas
autofs has been dropped in C8 for the AMD automounter.
I have some very ancient knowledge of AMD, I used it when it was first
introduced many years ago on Solaris and moved to Sun's automounter when
it was introduced.
So now it's back to square one.
I used automount2amd to convert one of my existing maps,
2002 Aug 08
0
Bugzilla bug entry #342
I may have found a similar issue with plain old RSAAuthentication. After
upgrading to 3.4p1 on Solaris 8, I am no longer able to use RSAAuthentication
with
PermitRootLogin forced-commands-only
Following is output from sshd -d -d:
Connection from 10.100.100.8 port 39955
debug1: Client protocol version 2.0; client software version OpenSSH_3.4p1
debug1: match: OpenSSH_3.4p1 pat OpenSSH*
Enabling
2005 Nov 04
0
[Bug 3241] New: Multiple source to dest transfers in one invocation (to same host)
https://bugzilla.samba.org/show_bug.cgi?id=3241
Summary: Multiple source to dest transfers in one invocation (to
same host)
Product: rsync
Version: 2.6.6
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2013 Dec 17
1
Puzzled by -R dropping first argument
Hi All!
I am puzzled. I am using openssh 5.3p1 on RHEL/CentOS but am seeing the same behaviour for osx and debian:
ssh -R xxx:yyy:yyy:yyy remotehost
Will effectively drop the first (xxx) argument and result in
ssh -R 127.0.0.1:yyy:yyy:yyy remotehost
ssh -R yyy:yyy:yyy remotehost
I had a look at the source code where apparently all 4 values are ready and handed down to the appropriate
2014 May 08
1
Match directive can't recognize capital letters
Hi,
There seems to be an issue when using `Match` and `Hostname`
directives including capital letters.
e.g.
# .ssh/config
#
# Match host remotehost
# User alice
# Host remotehost
# User bob
#
ssh remotehost
#=> Apply "User alice"
# .ssh/config
#
# Match host RemoteHost
# User alice
# Host RemoteHost
# User bob
#
ssh RemoteHost
# =>
2016 May 02
3
Making remote access to qemu://session easier?
This is frustrating:
$ export LIBVIRT_DEFAULT_URI=qemu+ssh://remotehost/session
$ virsh list
error: failed to connect to the hypervisor
error: no valid connection
error: Operation not supported: Connecting to session instance without socket path is not supported by the ssh connection driver
Has there been any thought given to making this easier? It seems that
having a simple helper
2016 May 02
0
Re: Making remote access to qemu://session easier?
On 05/02/2016 11:57 AM, Lars Kellogg-Stedman wrote:
> This is frustrating:
>
> $ export LIBVIRT_DEFAULT_URI=qemu+ssh://remotehost/session
> $ virsh list
> error: failed to connect to the hypervisor
> error: no valid connection
> error: Operation not supported: Connecting to session instance without socket path is not supported by the ssh connection driver
>
>
2017 Mar 14
3
Relaiable ssh tunnel via systemd
We try to run a reliable ssh tunnel vis systemd.
This is the unit configuration file:
{{{
[Unit]
Description=Tunnel For %i
After=network.target
[Service]
User=autossh
ExecStart=/usr/bin/ssh -o "ExitOnForwardFailure yes" -o "ServerAliveInterval 60" -N -R 40443:installserver:40443 -R
8080:installserver:8080
ExecStartPre=-/usr/bin/ssh tunnel@%i "for pid in $$(ps -u
2012 Mar 06
3
[Bug 1989] New: SCP wihout a source path
https://bugzilla.mindrot.org/show_bug.cgi?id=1989
Bug #: 1989
Summary: SCP wihout a source path
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.3p2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: unassigned-bugs
2004 Nov 11
1
rsync --rsh not reading .ssh/config
I've setup up a single-use key on a remote host to run rsync in server
mode. I've also setup .ssh/config locally with an IdentityFile to
select the single-use ssh key.
This works on my Debian sid machine:
rsync --rsh="ssh remove_host" ::
But on another machine that command (and others tried below) do not
access .ssh/config. The machine is running these:
$ ssh -v
2012 Feb 22
0
RFC for new zfs replication tool
Please note: this is a "cross posting" of sorts, from a post I made;
http://groups.google.com/group/comp.unix.solaris/browse_thread/thread/a8bd4aab3918b7a0/528dacb05c970748
It was suggested that I mention it here. so I am doing so.
For convenience, here is mostly a duplicate of what I posted, with a
couple of minor updates.
Please note: I''m not asking for technical help on
2011 Sep 06
3
rsync 3.0.x breaks behaviour of --one-file-system --relative --delete
Hi,
I found that current rsync versions do something different when using
--one-file-system --relative and --delete. This has all worked as expected
with the old version (in our case those delivered with RHEL4 and 5) but it
doesn't work correct in the 3.0.x version.
I have opened a bug at RedHat because it's at least a regression for their
upgrade from EL5.6 to EL5.7 which updated to