Displaying 20 results from an estimated 100 matches similar to: "Help in "joining" Linux on AD domain."
2005 Mar 10
0
Test
Test
--
-----------------------------------
Boniforti Flavio
Provincia del Verbano-Cusio-Ossola
Ufficio Informatica
Tecnoparco del Lago Maggiore
Via dell'Industria, 25
28924 Verbania
-----------------------------------
2011 Mar 28
2
After successfull passwordless ssh login, unable to do rsync
Hello everybody.
I got a strange problem, which I hope to solve with your help.
I'm doing "remote backups" using rsync in an ssh tunnel. In the last
setup I realized, something is driving me crazy and I can't find *what*
the problem is.
I managed to successfully login via ssh in a "passwordless" way (by
means of RSA-keys).
After this step is done and I'm logged
2012 Jul 23
1
MANOVA polynomial contrasts
Dear all,
I am quite new to R and I am having trouble writing the polynomial
contrasts for an ordinal factor in MANOVA.
# I have a model such as this
fit<-manova(cbind(Y1,Y2,Y3)~Groups,data=Events) # where groups is an
ordinal factor with 4 levels
# how to set polynomial contrasts for the "Groups" factor ?
Thank you very much in advance for any help!
Best regards,
Mauro
--
Dr.
2009 Mar 03
1
On which side these errors are?
Hello list.
I've got following:
rsync: opendir "client05" (in Profili) failed: Permission denied (13)
rsync: delete_file: rmdir(client02/SendTo) failed: Permission denied
(13)
Am I correct if I say that the "opendir" is related to the source I'm
trying to rsync, but the "delete_file" is related to the destination?
Flavio Boniforti
PIRAMIDE INFORMATICA
2009 Mar 06
1
Problems while transferring big files
Hello there,
is it a known issue/problem with rsync transferring big files (let's say
over 0,5 GB)? I'm using "rsync -rtz" to transfer over an SSH tunnel and
I always get
12 Error in rsync protocol data stream
Any suggestions on how to solve this? Maybe removing "z" compression
could be helping? At this regard: how does compression work? When is it
done? I mean, are
2007 May 28
1
Newbie problems
Hello there...
I'd like to have some doubts cleared out... therefore I'm posting here...
I want to back-up my PC's /home directory onto another Linux PC. On
the "server" I've set up a directory called /backup and now I'd like
to know which permissions it should have for that my backups succeed.
What I want to achieve is that I have my /home eactly copied over,
2014 Jul 10
0
[PATCH 3/3] drm/gk20a: reclocking support
Add support for reclocking on GK20A, using a statically-defined pstates
table. The algorithms for calculating the coefficients and setting the
clocks are directly taken from the ChromeOS kernel.
Signed-off-by: Alexandre Courbot <acourbot at nvidia.com>
---
drivers/gpu/drm/nouveau/Makefile | 1 +
drivers/gpu/drm/nouveau/core/engine/device/nve0.c | 1 +
2006 Oct 20
2
PDC: client has "profile.pds" trouble
Hello list.
I just installed and configured my first Samba-3 PDC and I succeeded
immediately with the "join" operation with a Win2k SP4 client.
As I afterwards rebooted and tried to logon with the domain user, both
root and regular user, I got an error messagge telling me that it was
unable to create \\servername\root\profile.pds.
In fact, my /home/profiles directory remains empty (no
2009 Apr 01
1
What could this be? Transfer error code 16
Hy people, where could this be coming from?
rsync: send_files failed to open "Alfredo Polti
SA/wz_ALFREDO_POLTI_SA.ac0" (in Winway_z-32): Device or resource busy
(16)
rsync: send_files failed to open "Alfredo Polti
SA/wz_ALFREDO_POLTI_SA.ac3" (in Winway_z-32): Device or resource busy
(16) rsync error: some files/attrs were not transferred (see previous
errors) (code 23) at
2009 Feb 10
0
rsync on Debian Lenny exit codes
Hello list.
I'm posting here although I'm actually running rsync from within
rsnapshot, but the problem is really rsync-related.
I've set up remote backups: remote client to backup from is Windows
Server 2003 with sshd and rsyncd running, local server is Debian Linux
(Lenny) with rsnapshot configured to use an ssh tunnel.
My command line is this one:
ssh -f
2009 Feb 18
0
What's happening now here?
Hello list.
I'm doing nightly syncs over SSH with rsnapshot, and now rsync gives me
strange errors, like:
rsync: failed to connect to localhost: Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(122)
[receiver=3.0.3]
------------------------------------------------------------------------
----
rsnapshot encountered an error! The program was invoked with
2009 Oct 31
2
Almost desperate on rsync from macbook to NAS
Hello list.
I'm almost getting exhausted, thus I have to bother you people to get some help.
I simply want to sync my "iTunes Music" folder from my MacBook over to my NAS.
The scenario is like this:
source path: "/Users/bonny/Music/iTunes/iTunes Music/" (in here there
are all the subfolders I want to sync over to the NAS);
destination: "rsync://root at
2014 Jul 10
3
[PATCH 3/3] drm/gk20a: reclocking support
Hey Alex,
Thanks. I have a couple of questions and remarks, but really, those
should be treated as discussion points rather than anything else.
Besides some inline comments, I was curious whether it is not necessary
to pause PFIFO and the engines like done with at least NVA3-NVAF? Or is
the transition smooth enough?
op 10-07-14 09:34, Alexandre Courbot schreef:
> Add support for
2007 Nov 02
0
[cpfreq][PATCH][2/2] Linux support for the architectural pstate driver
With the third generation Opteron parts, AMD switched to an
architecturally defined interface for PowerNow! that uses
different MSRs than previous versions.
This patch brings the PowerNow! driver up to match the mainline
Linux driver and provide support for all AMD parts that use
or will use the architectural pstate interface.
It also removes a WARN_ON statement in kernel/cpu.c that
highlights a
2014 Nov 13
0
[PATCH] clk/gk20a: fix max VCO value
For some reason max_vco was set to a lower value that it can support,
which prevented some clock states to be applied. Fix this by setting it
to the same value as downstream.
Signed-off-by: Alexandre Courbot <acourbot at nvidia.com>
---
nvkm/subdev/clock/gk20a.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nvkm/subdev/clock/gk20a.c b/nvkm/subdev/clock/gk20a.c
index
2016 Mar 11
16
[PATCH 00/16] clk/gm20b: add basic driver
This series does some refactoring in the GK20A's volt and clk drivers
(fixing a few things while we are at it) to let GM20B benefit from the
GK20A's logic with which it is compatible.
GM20B is capable of more sophisticated (and power-efficient) reclocking
which will follow later. Even after this more fancy reclocking is merged,
the present logic will remain used in the lowest speedo of
2003 Dec 03
3
Echo problem on conferencing....no analog interfaces
Okay...here's one for all of you....
3 party meet-me conference:
Call 1: Comes in to MyAsterisk on an E1 PRI into the system. All TDM,
no VoIP at all involved. No echo at all.
Call 2: Call comes in via IAX....(TDM -> Asterisk_1 -> IAX/GSM ->
MyAsterisk. Caller immediately hears his own echo
Call 3: Call comes in via IAX....(TDM -> Asterisk_1 -> IAX/GSM ->
MyAsterisk.
2007 Jul 03
0
i18n problems connecting Samba 3.0.22 with Snap! Server 4100 (samba 2.2.x I think)
Hello,
I have an old SNAP! Server 4100 appliance that has a built-in samba, I think
it's a 2.2.x samba
The only commands I can issue for smb are (taken from debug console):
Usage:
? ? ? smb add [w{hex#ofbytes} {AtHexOffset} | e{AtHexOffset}]
? ? ? smb domain [{name} [{user} [{pwd}]]]
? ? ? smb encrypted-password [enable|disable]
? ? ? smb info [connections]
? ? ? smb pdc disconnect
2016 Jun 01
15
[PATCH 00/15] clk/tegra: improve code and add DFS support
This series adds support for GM20B PLL's Maxwell features, namely glitchless
switch and (more importantly) DFS support. DFS lets the PLL lower its output
speed according to input current variations, making the clock more stable and
allowing it to run safely at lower voltage.
All GM20B additions are done in the last patch, which consequently ends up
being considerably big ; fortunately, it
2007 Aug 23
0
[ANNOUNCE] xf86-video-ati 6.7.191
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
ATI 6.8 pre-release
This is the long awaited radeon driver with randr 1.2 support.
radeon 6.7 was pretty much a dead end, so it's been branched for those that
still want to play with it. In addition to randr support there are quite a
few other goodies: zero copy tfp, improved connector table parsing, TV-out
support, and much more.
Changes since