similar to: Hang with openssh when using rsync on redhat 6.2

Displaying 20 results from an estimated 2000 matches similar to: "Hang with openssh when using rsync on redhat 6.2"

2003 Jun 09
4
Compression Artifacts at -q 5. Help!
Hi Everyone, My first posting to the list. Longtime Ogg fan, have created many .oggs, but this is the first time needing help. I've been transferring CDs to Ogg files using crip. I've been in the process of setting up a bunch of mules to transfer my music collection to electronic format, but I've found an oddity: >bash$ oggenc -q 5 oddity.wav >Opening with wav
2003 Dec 01
0
No subject
Samba mount (from one of our build scripts). We decided to upgrade to RedHat 7.2 (which uses a newer version of Samba -- 2.1.1b IIRC), maybe that fixes the problem. However, I decided to submit this bug report, in the hope that it may help kill some bugs. (Remember -- the only good bug, is a dead bug :)) So, here is the dmesg output: Linux version 2.2.16-22enterprise
2005 Aug 30
3
USB Disk
I put a new server together with CentOS 4. This server is doing a number of functions including ntp, mail, and web server. I had a USB drive plugged in and it was working great. I could access it at /media/usbdisk and I copied lots of data to it. I felt the server was "complete" so I wanted to move it. I shut it down, moved it, etc. Everything is ok, except that I cannot access the
2020 Jun 16
2
How to fixup source paths during objdump disassembly?
Hi folks, As part of our build, the Tock project uses remap-path-prefix [1] to create a reproducible build. This means that the paths inside of built artifacts are not full source paths. When we later attempt to produce a listings file, the source mapping fails. The result is many copies of this recently merged warning [2]: llvm-objdump: warning:
2005 Oct 04
0
Problems connecting to APC/Smart-UPS 3000 RM
Hi all, I have an APC/Smart-UPS 3000 RM that I am trying to connect to nut via the usb port. I have nut running just fine on several other machines using APC ups's via the serial ports but this usb thing is making me crazy. If I do a "/sbin/newhidups -u root -D -a PS1" it recgonizes the ups and dumps a bunch of information like below: (porky pts12) # /sbin/newhidups -u root -D -D
2001 Jul 04
1
ext3 breaks 2.4.5
ext3 broke kernel 2.4.5 that was working just great before gives "kernel panic: Attempt to kill init" and a bunch of registers on booting $ kgcc -v Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release / Linux-Mandrake 8.0) kernel configuration attached Good luck, Andriy
2010 Mar 07
1
duplicate STRSXP : shallow copy ?
Hello, As this little program illustrates, duplicating a STRSXP does not seem deep enough. require( inline ) fx <- cfunction( signature( x = "character"), ' SEXP y = PROTECT( duplicate( x ) ); int n = LENGTH(x); int nc = 0 ; char* p = 0 ; for( int i=0; i<n; i++){ p = (char*)( CHAR( STRING_ELT( y , i ) ) ); nc = strlen( p ) ; for( int j=0; j<nc; j++){ p[j] =
2001 May 02
1
wine is unable to find file.exe.so
Hi all. First of all, a little background: Wine release 20010418 gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) glibc-2.1.3-21 I'm trying to use our home banking software. The software is composed from many different .exe files. When I try to start the menu, wine complains it is unable to load a .exe.so file (i.e., wine is trying to load some of the .exe files as if they
2006 Jun 16
3
Compile error in statvfs.c in samba 3.0.22
I am trying to build samba 3.0.22 on an older Slackware system. gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) The error I'm getting is smbd/statvfs.c: In function `linux_statvfs': smbd/statvfs.c:40: incompatible types in assignment Anyone have any clues?
2020 Sep 30
0
Question about hardware failures / FSD
On Tue, 29 Sep 2020, João Luis Meloni Assirati wrote: > The UPS I am developing a driver to is able to report several flags for > critical hardware conditions, like overheat, overload, inverter failure, > output short etc. What should be the correct policy of operation when such a > condition occurs? I think that the an UPS in such a condition is not reliable > and therefore a
2001 Jan 19
0
sshd crashes (w/ skey)
Hi! There is a situation when sshd will crash, but it might be rather hard to reproduce. I'll try to explain the setup :) S/KEY is compiled and installed (taken from http://www.sparc.spb.su/solaris/skey/ ) on Linux box (kernel 2.4.0). Then, OpenSSH 2.3.0p1 is compiled with skey support. It all works fine (patch has been applied too, which fixes skey issue found in November). Now, for the
2016 Feb 12
2
sieve: store string list in varable
Hi, I'm working on a Sieve script and want to store a list of addresses in a variable to easily access the list multiple times later. For example I want to transform this: if address :is "from" ["daffy.duck at example.com", "porky.pig at example.com", "speedy.gonzales at example.com"] { fileinto "friends"; } into something like
2000 Jul 05
0
svd() (Linpack) problems/bug for ill-conditioned matrices (PR#594)
After fixing princomp(), recently, {tiny negative eigen-values are possible for non-negative definite matrices} Fritz Leisch drew my attention to the fact the not only eigen() can be funny, but also svd(). Adrian Trappleti found that the singular values returned can be "-0" instead of "0". This will be a problem in something like sd <- svd(Mat) $ d
2002 Jun 11
1
another oops, this time with 2.4.18-4
Back again with another oops, which looks suspiciously similiar to the one i posted some days ago (https://listman.redhat.com/pipermail/ext3-users/2002-May/003587.html). Jun 11 12:11:30 castor kernel: Assertion failure in journal_write_metadata_buffer() at journal.c:406: "buffer_jdirty(jh2bh(jh_in))" ksymoops 0.7c on i686 2.4.18-4custom. Options used -V (default) -k
1999 Dec 11
1
make errors while compiling
Dear R users - I am a first-time R user trying to compile v.0.90.0 under Caldera OpenLinux 2.3, on a Dell PII400/128. I've encountered a problem with the make file. First, I run configure, which appears to complete properly. (I had to download an updated gcc library from caldera for this to happen though.) At the end of its run, config reports: > R is now configured for
2005 Jul 25
1
removing (hopefully) unneeded access to $HOME
Hi, Thanks for dovecot. It's the best IMAP server ever. Okay, here's my problem: I use mbox INBOXes from /var/spool/mail/%u, and the INDEX lies in /var/spool/mail/dovecot/%d/%u. Users' other folders are found in /%h/mail. Now, I notice that when a user is accessing her INBOX, the imap process cwd's to the user's home, which I'd like to prevent as much as possible.
2002 Sep 27
4
Problem, help please!
Hi I'm trying to get samba fileserver going on a RedHat 7.2 box. This what I get when test with smbclient. [root@woody samba]# smbclient '\\woody\Test\' added interface ip=192.168.7.31 bcast=192.168.7.255 nmask=255.255.255.0 session request to WOODY failed (Not listening for calling name) session request to *SMBSERVER failed (Not listening for calling name) netbios-ssn is
2001 Apr 10
0
open ssl
I am trying to get any version of sshd working on a cobalt raq3/4(one of each). I tried ssh.com's version(1.2.31) and I got linking errors. I am going to try to install openssh, but I need to install openssl, and was wondering if that will mess up the web server on the raqs. Any responses are welcome. errors: gcc -pipe -c -I. -I./gmp-2.0.2-ssh-2 -I./zlib-1.0.4 -DHAVE_CONFIG_H -DHOST
1999 Sep 06
0
Compiling R under Caldera Open Linux 2.2 (PR#268)
Thanks for your help. I loaded XFree86-devel-3.3.3.1-3.i386.rpm from my OpenLinux CD and as you indicate this solved by X11 include file problem. I then encountered the linking same problem as you describe below. The error message is saying that the compiler can't find the libg2c library, which is its runtime library. Apparently the g77 supplied by Caldera is missing this important piece.
1999 Sep 26
1
install problem -- libg2c
Hi, there I'm totally new to this. I used to use SPLUS, but think maybe useful to try R at home. But seems it doesn't like me. I got error message says ld: cannot open -lg2c: No such file or directory My OS is openlinux 2.3. I use egcs-2.91.66. I searched under /lib/egcs-2.91.66/ but found no libg2c.a. There's only a libgcc.a. Thought maybe g77 people changed