Displaying 20 results from an estimated 90 matches similar to: "--password-file switch"
2011 Jul 29
5
coordinates from locator function in POSIXct format
Dear R-list,
I have a plot with y-axis corresponding to wind measurments
and x-axis with date-time information.
When I want to identify some extrem wind events in the
wind-curve, I use locator() to get the exact
date-information, by clicking in the points in graph I?m
interested in.
I get in the R console the x and y coordinates.
The x coordinates are not in a POSIXct format, I guess R is
2002 Jan 19
1
Rsync through proxy using HTTP Basic Authentication?
Is it possible to rsync through a firewall that requires HTTP basic
authentication? The RSYNC_PROXY variable seems to correctly direct the
request to go through the HTTP proxy server on the firewall, but there's no
way to specify a username/password combo. The error message reported by
rsync is "bad response from proxy - HTTP/1.1 401 Authentication required",
which is not
2003 Jan 15
2
Latest --files-from patch
If anyone is trying out my --files-from patch, please grab a new version
from here:
http://www.clari.net/~wayne/rsync-files-from.patch
I fixed a potential bug in the pathname-reading code when pulling files.
This version also sanitizes all read pathnames, as discussed elsewhere.
Remember that this patch is still young, so use it for testing only.
..wayne..
2002 Dec 19
1
Status of sigchld_handler bug?
Will this patch ever be integrated into the main code?
http://lists.samba.org/pipermail/rsync/2002-February/006371.html
Jim Donovan
Systems Engineer
Sony Computer Entertainment America
650-655-5979
---------------------------------------------------------------------------------------
Steinbach's Guideline for Systems Programming
Never test for an error condition you don't know how to
2007 Oct 22
0
ActionController::HttpAuthentication and MySQL
Has anyone a example how to authenticate against
users stored in a MySQL-Database?
--
Jochen Kaechelin
railswerk.de, gissmoh.de, figgfrosch.de, ror-ror.de
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2002 May 12
1
"Unexplained error code xxx" in rsync-2.5.5
Hi.
We sometimes/often get such errors. It occures in main.c/client_run().
I investigated further and found, that the waitpid() in
main.c/wait_process() exits with -1, errno = ECHILD, which means
"No children". *status can contain garbage in such cases - but not
always. It happens under Solaris-2.5.1/SPARC.
It (ECHILD) also happens on other Solaris versions - but there *status
seems to
2002 May 27
1
bug: copying unreadable file from remote host returns errorlevel 0
[ Please keep me in Cc: as I am not subscribed to this list ]
Hello,
we have noticed the following bug in rsync (including latest CVS
snapshot):
if I am copying from the remote host file that is unreadable by my
account, the error is reported properly, but the errorlevel returned
is 0.
$ rsync distanza:/etc/shadow .
send_files failed to open /etc/shadow: Permission denied
rsync error:
2007 Jul 21
3
manging rescues
What''s the recommended way to catch errors like this:
NoMethodError in Register#confirm
Showing app/views/register/confirm.rhtml where line #4 raised:
undefined method `namen'' for nil:NilClass
I get this error when someone does somethinh like:
http://.........../register/confirm?email=jkdsfadslkjflksd
If I make:
remail = params[:email]
@user = Request.find(:first,
2006 Aug 06
10
editor recommendation
Hello lsit,
I''am new to rails (about 2 hours) and after the first lines of code
I must say: Great! I love it!
Can someone recommend me a editor? I run Ubuntu Dapper.
Th?ngs
--
Jochen Kaechelin, fvgi242ss, wlanhacking.de
http://mail.wlanhacking.de/cgi-bin/mailman/listinfo
http://www.gissmoh.de - Mein sonstiges Leben!!
2002 Sep 26
0
more on rsync error: unexplained error (code 255) at main.c(925)
Hi there!
I am having a problem having a Solaris 9 box retrieveing files from a
OpenBSD 2.9 box. The both have rsync 2.5.5 protocol version 26. They were
compiled using gcc 2.95.3. Everythings goes until it tries to disconnect:
receiving file list ... done
wrote 16 bytes read 28412 bytes 11371.20 bytes/sec
total size is 10142392 speedup is 356.77
rsync error: unexplained error (code 255) at
2001 Mar 13
1
domain level authentication?
I'm trying to set up a samba server, such that 60 or so win 98 users can log
into the linux box and be plopped into their respective home directories on it.
I don't want them to be promted for passwords, I want the PDC, an NT box, to
take care that in such a wy that I do not need a smbpasswd file. I know almost
nothing about NT, but the server running works just fine, and will let people
2007 Mar 14
1
How to enable download via web browser with vsftpd?
HI ,
I setup vsftp yesterday as a local user only mode. No anonymous was enabled.
I set up this vsftpd on my machine running CentOS 4.4. its ip is
192.168.101.25. so when I login as ftp://192.168.101.25/ via web browser, I
am promted the username as password. After inputing username and password, I
can login successfully. Then I can download everything as usual. But I can
not upload any data ?
2002 Aug 01
0
[bug] copying remote files to forbidden directory
Hello,
[ please Cc: me, I'm not subscribed here. ]
we were bitten by another rsync bug of the same nature as was
discussed in http://lists.samba.org/pipermail/rsync/2002-May/007399.html
alexm@rack8:~$ rsync -az -e ssh rack6.domain.ru:/etc/passwd /var/tmp/forbiden-dir/
mkstemp .passwd.oPlFQm failed: Permission denied
alexm@rack8:~$ echo $?
0
So our scripts wreak havoc.
However, patch
2003 Nov 07
3
Samba with Domain User accounts
I am trying to find an option to M$ file server under Linux. Everything to this point is M$. Whether anybody goes for it or not, I would like to put the option out there for choice. One of the important necessities is that this doesn't become any more complicated for the EU. As soon as you say Linux to the bosses they think more complex for the user and the users have trouble enough logging in
1999 Feb 24
0
Problems with server=domain
I compiled samba 2.0.2 on a intel RedHat 5.2 machine successfully. I then
set
up the machine according to the DOMAIN_MEMBER.html instructions to join my
domain. Everything seemed ok so far, i got the message:
change_trust_account_password: Changed password for domain INFO.
smbpasswd: Joined domain INFO
So far OK, right.
I set up the smb.conf like this. The options in Global that are commented
2002 Jul 18
0
[Bug 359] New: passwd -f not working with openssh
http://bugzilla.mindrot.org/show_bug.cgi?id=359
Summary: passwd -f not working with openssh
Product: Portable OpenSSH
Version: -current
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: drruiz
2009 Jul 31
1
Wine and Talisman Online in Ubuntu 9.04
Hello, I have Ubuntu and Vista in my laptop... I'm trying to use Vista the least bit possible, but I have a game there that I haven't been able to use with Wine...
Talisman Online's steps for playing are usually these:
1. Create an account and download client.
2. Install client and open it.
3. Click Enter so client can check if there's a new patch.
4. Then click 'Enter
2004 Jan 21
0
Fw: ADS and Winbind ... Can't access with Samba host name ...
Hi There,
I apologise for posting this again but our mail server went up in flames
and I missed all of yesterdays posts due to bounced emails.
The list then disabled my deliveries which I only realized hours
afterward.
Please resend me the post if there were any regarding this.
Thanks and Regards
Nic
@> Matt McParland wrote:
@>
@> | I saw the same symptoms using Samba 3.0.1 and a
2004 May 05
0
Awayse getting guest when trying to access share directory
I have installed samba and when I try to access the shared directory, the
username promted is alwayse machine_name/guest I would like it to be one
of the nis users on the server.
I added userneme = @user but this does not change anything, what am I
doing wrong here ????
*********************************************************************************
Ce courriel ainsi que ses pieces jointes
2006 Jul 17
1
Failed to verify incoming ticket!
Hi all,
I have configured Samba 3.0.10 to act as a file server(RHEL4) in Windows
2000 AD domain. I have also configured Kerberos 1.3.4 for authentication
between W2K PDC and Samba box. wbinfo -u and -g works fine. My problem is
that I cannot connect Samba Server via Windows Browser, Network
Neighbourhood,Windows Explorer etc. When I try to connect I promted
User/Password dialog box which