Displaying 20 results from an estimated 1000 matches similar to: "Secure connection to testor refused !"
2001 Nov 17
2
transfer interrupted (code 3) at flist.c(812)
Ok, I just setup the log file and this is what I see there:
rsync on cdrive/Temp/pix.log from admx (141.214.137.139)
transfer interrupted (code 3) at flist.c(812)
I had to change [cdrive] from path = "c:\" to path = c: to get rid of
'@ERROR: chdir failed' error.
I am getting close but still need some help. Thanks in advance.
Nishi
> -----Original Message-----
From:
2001 Nov 17
1
read error: Connection reset by peer
Hello,
This is my third posting in a day ! Many thanks to Tim Conway for
responding to my first one. However, since I am hard pressed against
time, I have been trying everything from the docs to get it to work but
looks like, I might take forever unless some expert help comes in. So
please, help if you can. Thanks.
I am trying to copy a file from testor/source to admx/destination. Here
is the
2004 Jan 05
0
No subject
see a copy of your rsyncd.conf?
Tim Conway
tim.conway@philips.com
303.682.4917
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, n9hmg on AIM
perl -e 'print pack(nnnnnnnnnnnn,
19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970),
".\n" '
"There are some who call me....
2001 Dec 01
3
include/exclude ?
All,
Could someone please help me resolve this:
[admx:test] $ ls
ERR01 ah01 ah02 an01 an02 mp01 mp02
[admx:test] $ ls {an,mp,ERR}*
ERR01 an01 an02 mp01 mp02
I want to rsync only the "{an,mp,ERR}*" files across using the following
command but do not see the expected results.
[admx:test] $ rsync -va --exclude="*" --include="{an,mp,ERR}*" ./*
2001 Dec 18
1
return status of rsync
Hello,
rsync returns zero if it is successful but a non-zero (2816) if it can
not find any file(s) to move across. Just curious if that should still
return zero ?
nkapoor> rsync -av * nk01::incoming
building file list ... * : No such file or directory
done
wrote 73 bytes read 337 bytes 820.00 bytes/sec
total size is 0 speedup is 0.00
I am trying to use this return status to determine if
2001 Dec 18
2
--size-only ?
-I, --size-only
Normally rsync will skip any files that are already the
same length and have the same time-stamp. With the --
size-only option files will be skipped if they have the
same size, regardless of timestamp. This is useful when
starting to use rsync after using another mirroring
system which may not
2002 Aug 08
1
Can not access linux printer from windows
All,
I have a linux machine running Mandrake 8.2 and a windows machine
running Windows 2000. The printer (aprinter) is installed on the linux
machine and I am trying to access it from windows. I can access all the
linux directories and files from my windows machine and even setting
up 'Network Printer' on windows also went through fine but when I
try to print a test page, I get this
2002 Feb 08
1
Deleting files from source after a successful rsync !
I have a few clients who prepare some reports and put it in their outgoing/ directory for me to pick up every morning. Is there a way to delete those files from their outgoing/ after I fetch them ?
Thanks
Nishi
2002 Feb 11
1
problem getting just a single dir !
I am trying to fetch a single dir using the following command but all I
get is a empty dir:
rsync -av www.myServer.com::myStuff --include=myDir --exclude=* .
Here is the rsync output:
receiving file list ... done
myDir/
./
wrote 119 bytes read 392 bytes 92.91 bytes/sec
total size is 0 speedup is 0.00
The command looks simple and straight forward but somehow I am not
getting the expected
2023 Jan 06
2
Group Policy Settings Missing/Not Applying
On 1/6/23 8:11 AM, Dawson Greeley via samba wrote:
> Hi, Im attempting to apply a few group policy settings but they dont seem to be applying on the machine in question, or some settings I cannot see in the GPME.
>
>
> 1. Settings applied to openssh dont seem to create the required config files in /etc/ssh/sshd_config.d/ for ssh to actually pick up on these changes. Is there a
2023 Jan 06
1
Group Policy Settings Missing/Not Applying
Hi, Im attempting to apply a few group policy settings but they dont seem to be applying on the machine in question, or some settings I cannot see in the GPME.
1. Settings applied to openssh dont seem to create the required config files in /etc/ssh/sshd_config.d/ for ssh to actually pick up on these changes. Is there a different location its applying these to that I can verify with? Below is
2024 Jun 20
2
Adding group policy ability
Thanks a lot, Kees! :)
Any hint which package to download for Windows Server 2022?
Cheers,
Torsten
Am 19.06.2024 um 09:30 schrieb Kees van Vloten via samba:
>
> Op 19-06-2024 om 08:42 schreef lists--- via samba:
>> Good morning list :)
>>
>> currently I don't need a group policy, but maybe that will change in
>> the future - so I'd like to install its
2024 Jun 20
1
Adding group policy ability
Op 20-06-2024 om 06:10 schreef lists--- via samba:
> Thanks a lot, Kees! :)
>
> Any hint which package to download for Windows Server 2022?
The proper ADMX for your version of Windows are on Windows itself in
C:\windows\PolicyDefinitions. You just copy the content of the directory
(and subdirs) to your Sysvol share \Policies\PolicyDefinitions
- Kees.
>
> Cheers,
> Torsten
2024 Jun 19
1
Adding group policy ability
Op 19-06-2024 om 08:42 schreef lists--- via samba:
> Good morning list :)
>
> currently I don't need a group policy, but maybe that will change in
> the future - so I'd like to install its ability right now.
>
> As far as I understand https://wiki.samba.org/index.php/Group_Policy I
> have to execute:
> samba-tool gpo admxload -U Administrator
> (and samba-tool
2006 Oct 20
5
[PATCH]Add the Japanese keymap for VNC Server.
Hi All,
My name is Takanori Kasai.
This is a first time to send mail.
I found the key that was not able to be input to HVM Domain
(VTx and VTi Domain) through VNC Server with Japanese keyboard.
I think that it is a cause by lack of some keys
in Japanese keymap and the key symbol table in qemu-dm.
This patch is addition of the keys for Japanese keyboard.
My best regards.
-
Takanori Kasai
2024 Jun 19
1
Adding group policy ability
Good morning list :)
currently I don't need a group policy, but maybe that will change in the
future - so I'd like to install its ability right now.
As far as I understand https://wiki.samba.org/index.php/Group_Policy I
have to execute:
samba-tool gpo admxload -U Administrator
(and samba-tool gpo admxload -H ldap://dcXYZ.samdom.example.com -U
Administrator on additional DCs).
Not
2016 Jan 21
8
Windows 10 administrative templates /central store with Samba
Hi list,
This might or might not be a Samba related post. Feel free to ignore it
in case it is too far off-topic
My current understanding is that ...
a) I need those new templates in order to fully integrate Win10 clients
in an AD domain (i.e. with compatible policies).
b) I can only modify policies based on Win10 admx files from Win10
machines (i.e. with the RSAT tools for Win10).
Are there
2005 Mar 10
2
Quicken 2000 install fails with insufficient temp disk space
I'm a newbie to WINE.
I'm running WINE 0.0.20050211-1 with kernel 2.6.10 and
the Debian distribution.
I CD to /cdrom and issue the command wine install.exe
and the Quicken 2000 install starts.
I immediately get a message from Quicken that there is
insufficient temp space to perform the install.
I have no clue about how to proceed. If someone has a
HOWTO to get Quicken 2000 working, that
2004 Sep 25
4
Cisco PIX and Asterisk
I cannot get incoming calls to sip phones behind a PIX to work, outgoing
is fine.
Asterisk (Public IP) --> Internet --> PIX (NAT) --> Sip Phones
I have tried no fixup protocol sip, I have punched a hole in the Pix
allowing anything from the Asterisk box into the network, still no
incoming.
I have done all the Wiki suggests in regarding to NAT.
Is their a trick getting the
2016 Jan 25
2
Windows 10 administrative templates /central store with Samba
Viktor, thanks again!
Now that I did this (added the Win10 1511 ADMX files to the central
store), I probably will have to recreate the policies that will be
applied to Win10 machines, right?
Ole
On 21.01.2016 17:16, Viktor Trojanovic wrote:
> Hi Ole,
>
> I've been using Samba with Win10 clients for a while now, so I'm happy
> to share some of my findings.
>
> See