search for: 8873

Displaying 20 results from an estimated 23 matches for "8873".

Did you mean: 8853
2007 May 25
0
Cyclic authentications from user already logged on.
..._ldap(764) May 11 07:44:40 mt14 smbd[8838]: init_sam_from_ldap: Failed to get password history for user choffeld May 11 07:45:01 mt14 crond(pam_unix)[8871]: session opened for user root by (uid=0) May 11 07:45:01 mt14 crond(pam_unix)[8871]: session closed for user root May 11 07:45:06 mt14 smbd[8873]: [2007/05/11 07:45:06, 0] passdb/pdb_ldap.c:init_sam_from_ldap(764) May 11 07:45:06 mt14 smbd[8873]: init_sam_from_ldap: Failed to get password history for user choffeld May 11 07:45:11 mt14 smbd[8873]: [2007/05/11 07:45:11, 0] passdb/pdb_ldap.c:init_sam_from_ldap(764) May 11 07:45:11 mt14 sm...
2005 Oct 12
1
Rsync over SSH-tunnel A->B->C using daemon on C
...ct to HOST_C: Connection timed out (116). The scipt I now use is: # On HOST_A the following commands are executed # Start rsync daemon on HOST_C and check rsyncd.conf file ssh HOST_B ssh HOST_C rsync --daemon ssh HOST_B ssh HOST_C cat /etc/rsycd.conf # Create SSH-tunnel ssh -fN -l myusername -L 8873:HOST_B:8873 HOST_C # Rsync folders rsync -auv rsync://HOST_C:8873/module_on_HOST_C/folder_on_HOST_C /folder_on_HOST_A # Close rsync daemon on HOST _C and SSH-tunnel ssh HOST_C killall rsync killall ssh Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
2006 May 17
1
install.packages bug (PR#8873)
Hello, I've been using R for about 3 years now and I'm pretty sure this is a bug. I'm using R 2.2.0. The way R is set up to get packages from CRAN using install.packages is really convenient --- if you are installing to your system's main package directory. However, I observe the following problem: I want package X but it requires package Y. Further, I have neither package
2011 Apr 26
1
Connection to rsyncd over ssh tunnel seems to choke up (v2.6.9 Ubuntu)
I have been running the following (from a cron script with a non password authorized_key exchange) ... rsync -aP -vv --exclude=".*/" -e 'ssh -fN user at site.com.au -L 8873:127.0.0.1:873' rsync://localhost:8873/data/ /data/ ... and not getting much to happen as either evidenced in /var/log/rsyncd.log or as artefacts on the local file system. Then I started to execute the command(s) in a shell window and finally got some action by (1) leaving a previous ssh tu...
2011 Jan 03
0
[LLVMdev] x86 disassembler rejecting valid code
Hi, The x86 (32-bit) disassembler can't disassemble any of the following: 0x2b 0xc9 0x8a 0xc8 0xdd 0x04 0x24 These are: subl %ecx, %ecx movb %al, %cl fldl (%esp) I've attached patches to bug#8873 which fix all these issues, but I'm not confident that I've fixed them the right way. The first two problems are caused by the instructions setting 'isCodeGenOnly = 1', which causes tblgen to miss them from the disassembler's tables. The code says: // The disassembler shoul...
2005 Feb 03
1
Problems with rsync server over ssh client
I'm trying to use ssh on the client side, mainly because I want to authenticate rsync clients using LDAP. I'm having issues. It seems when I use --rsh="ssh -l username", that the rsync server is ignore my rsyncd.conf uid and gid directives. My goal is to create a "dropbox" repository for files where a user can basically rsync a file to another allow on the rsync
2011 Oct 05
4
[Bug 8508] New: out of memory in glob_expand_module
...ReportedBy: david at midrange.com QAContact: rsync-qa at samba.org Trying to copy a fairly large directory tree from a SunOS system to a Windows system using rsync 3.0.8 as the server and cwRsync 3.0.9 on the client. The client reports the following: ---------- $ ./rsync --port=8873 remotehost::module /x rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(614) [Receiver=3.0.9] ---------- The client log shows the following: ---------- 2011/10/05 11:29:32 [29628] rsyncd version 3.0.8 star...
2007 Jan 05
1
Dovecot LDA failure in RC16
After upgrading a test server from rc15 to rc16, Postfix was no longer able to deliver mail via Dovecot deliver: Jan 5 11:00:59 testhost postfix/local[8873]: 497282EFE: to=<testuser at testhost>, relay=local, delay=1.2, delays=0.13/0.02/0/1, dsn=5.3.0, status=bounced (Command died with status 89: "/opt/dovecot/libexec/dovecot/deliver -f "$SENDER"") Should "status 89" mean something to me? How can I debug this? --...
2009 Feb 10
0
rsync on Debian Lenny exit codes
...oblem 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 administrator@remotehost.com -L 8873:127.0.0.1:873 sleep 10; rsnapshot -c rsnapshot.conf daily > /var/log/rsnapshot/rsnap.log What I got in my last backup is: MAPPE/mappa2007.dwg 266908 12% 40.71kB/s 0:00:41 463606 21% 25.70kB/s 0:01:05 660380 31% 25.80kB/s 0:00:57 873531 41% 29.00kB/s...
2012 Sep 20
1
Conectar Tinn-R con R versión 2.15
...-- próxima parte ------------ Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20120920/2a541742/attachment-0001.html> ------------ próxima parte ------------ A non-text attachment was scrubbed... Name: no disponible Type: image/jpeg Size: 8873 bytes Desc: neiker_logo.jpg URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20120920/2a541742/attachment-0007.jpe> ------------ próxima parte ------------ A non-text attachment was scrubbed... Name: no disponible Type: image/jpeg Size: 3094 bytes Desc: degradado.jpg URL: <https:...
1998 Jul 21
3
Can't display ".." with the p8 release
Hello, I ask this question last week but I got no response : I have installed the 1.9.18p8 release on my HP9000 ( HP-UX 10.20 ). I use the same smb.conf than with the p2 release . I have now a problem with the Windows 3.11 clients : In the subdirectories of each share, I can't display the " .. " root directory ( but it works ). Is it a bug
2002 Oct 09
0
language issue
...al warnings which mean that the relevant warnings and error messages 'gets lost in the crowd'. I use wine 2002-09-04 Sven Knutsson -------------------------------------------------------- Sven Knutsson Chalmers Lindholmen Inst. f?r data och elektroteknik Bes?ksadress: H?rselg?ngen 11 Box 8873 S-402 72 G?teborg tel 31-772 57 27 fax 31-772 57 31 email svenk@chl.chalmers.se
2005 Aug 09
1
meta data stored in separate file?
i found a couple messages in the archives relating to backups vs. distribution and ownership issues without root privs that kinda touched on the idea of storing meta info (ownership, modes, acls) in a separate file. has anyone else looked at storing meta data in a side file of some sort? it seems that it could be done all on the client side. send over files with totally plain meta info and
2000 Feb 11
1
Problems compiling 2.0.6 on AIX 4.1.5
...lared inside parameter list /usr/include/sys/vfs.h:154: warning: its scope is only in this definition or declaration, which is probably not what you want. Linking bin/make_printerdef Target "all" is up to date. Many thanks, Ian Daniell ** Email: ian.daniell@cwcom.co.uk ** Phone: +44 20 8873 5547
2006 Dec 18
2
command line with < > and not wanting to redirect
How do you format a command line that needs < > and they are not meant to redirect anything they are part of an email address. command -f "Some Email <someemail at somedomain.com>" -x -y -z I tried putting a backslach in front of the < and > but that didnt do it either. Thanks, Jerry
2013 Nov 21
3
uso detach
..... Name: no disponible Type: image/gif Size: 2051 bytes Desc: image001.gif URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20131121/b3f299f8/attachment-0001.gif> ------------ próxima parte ------------ A non-text attachment was scrubbed... Name: no disponible Type: image/jpeg Size: 8873 bytes Desc: image002.jpg URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20131121/b3f299f8/attachment-0006.jpe> ------------ próxima parte ------------ A non-text attachment was scrubbed... Name: no disponible Type: image/jpeg Size: 3094 bytes Desc: image003.jpg URL: <https://st...
2006 Mar 23
1
error in protocol stream
...ly closed (0 bytes received so far) [receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(434) but you see the result is the same. I have tried using the tunnell method described at http://www.samba.org/rsync/firewall.html using syntax like this: ssh -fN -l middle_user -L 8873:target:873 middle except that I don't have a middle system. My script does this: /usr/bin/ssh -fN -L 8730:localhost:873 sshuser@rhost.asu.edu /usr/bin/rsync -av rsync://localhost:8730/home uc-sirc1/home/ /bin/kill -9 `/usr/bin/pgrep -lf -u natjohn1 ssh | grep "sshuser@rhost" | cut -...
2010 Nov 02
3
IAX or SIP - connecting two Asterisk servers together
Hello Folks; Again, excuse my cluelessness. I have an Asterisk server in the US - and I want to connect it to one in Europe. Here is my scenario: 1. call a phone number, my Asterisk box in the US answers 2. perhaps a 'please wait' voice message 3. it dials an extension on the other Asterisk box in Europe. I am not looking for someone to do this for me, I am just not really
2017 Jul 25
0
recovering from a replace-brick gone wrong
...1077:afr_log_selfheal] 2-gv_cdn_001-replicate-1: Completed metadata selfheal on b44e9eb5-f886-4222-940d-5 93866c210ff. sources=[0] sinks= [2017-07-23 20:38:04.803736] I [MSGID: 108026] [afr-self-heal- common.c:1077:afr_log_selfheal] 2-gv_cdn_001-replicate-1: Completed metadata selfheal on 97ad48bc-8873-4700-9f82-4 7130cd031a1. sources=[0] sinks= [2017-07-23 20:38:04.837770] I [MSGID: 108026] [afr-self-heal- common.c:1077:afr_log_selfheal] 2-gv_cdn_001-replicate-1: Completed metadata selfheal on 041e58e2-9afe-4f43-ba0b-d 11e80b5053b. sources=[0] sinks= In order to "fix" the situation...
2015 Jan 24
4
Indexing Mail faster
Hi, I am trying to get faster search results on our webmail client(Roundcube). Besides using Lucene for FTS are there other options? Would having all mails indexed give fast results? Currently the time it takes to search 25,000mails is 4mins. If indexed how much faster are we looking at? Really appreciate if someone could advise about this. Thanks Kevin