Displaying 20 results from an estimated 600 matches similar to: "rsync via ssh dumps core after being interrupted"
2001 Jun 15
2
more buffers
Running linux-2.4.6-pre3 with ext3-2.4-0.0.6 (yes -- it does patch cleanly) -- only been running a few days on ext3 -- first message I've seen.
Jun 14 18:08:55 picard kernel: journal_commit_transaction: odd - more buffers
________________________________________
Michael D. Black Principal Engineer
mblack@csihq.com 321-676-2923,x203
http://www.csihq.com Computer Science Innovations
2014 Mar 05
1
[Bug 75800] New: [NVE4] [GTX660Ti] Pink line on left side of monitor and slightly blurry areas on screen
https://bugs.freedesktop.org/show_bug.cgi?id=75800
Priority: medium
Bug ID: 75800
Assignee: nouveau at lists.freedesktop.org
Summary: [NVE4] [GTX660Ti] Pink line on left side of monitor
and slightly blurry areas on screen
Severity: minor
Classification: Unclassified
OS: Linux (All)
Reporter:
2013 Aug 03
2
Call for testing: OpenSSH-6.3
On 2013-08-03 01:41, Darren Tucker wrote:
> On Sat, Aug 3, 2013 at 5:58 PM, Damien Miller <djm at mindrot.org> wrote:
>>> Looking at failure logs - this is what's killing it:
>>> clock_gettime: Invalid argument
> [...]
>> Maybe these platforms lack CLOCK_MONOTONIC? Darren, perhaps we should
>> wrap clock_gettime and have a fallback for
2014 Feb 19
18
[Bug 75203] New: Asus Maximus IV GENE-Z - Nvidia GTX660 - Strange pink line on left screen side
https://bugs.freedesktop.org/show_bug.cgi?id=75203
Priority: medium
Bug ID: 75203
Assignee: nouveau at lists.freedesktop.org
Summary: Asus Maximus IV GENE-Z - Nvidia GTX660 - Strange pink
line on left screen side
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
2005 Aug 11
2
Where do my RPMs actually go, and is it different for Red Hat builds?
I'm trying to install themes for KDE. In doing so, I came across the
following web site which seems to have the themes I want as RPMs:
http://rpm.pbone.net/index.php3/stat/17/dept/3/idg/User+Interface_Desktop
The theme I want is called "Thinkeramik", and it has the following
versions, for various Red Hat builds:
thinkeramik-3.2.1-1.0.el3.kde.i386.rpm RedHat EL 3
2005 Jun 11
7
A questiong about replacing my failing drive
First, I am not a RedHat or linux newbie. I simply have not had to do
what I am getting ready to do, and I want to see if I am going to run into
a problems...
My HDA drive is failing (I can hear the occasional click from it and I am
seeing Smart errors, the transfer rate is slow but all my data is there).
I have 3 partitions on it, the /, /boot/ and my game servers (this is also
the drive the
2020 Mar 26
0
[PATCH nbdkit 2/9] server: Rename replacement vfprintf function.
As this symbol is never exported from the server, don't call it
"nbdkit_vfprintf". Also move it to a new file to make forthcoming
changes easier.
Fixes commit 1c230358462c349533062eda9e4072054fda0e21.
---
server/Makefile.am | 1 +
server/internal.h | 14 +++++-----
server/log.c | 24 -----------------
server/vfprintf.c | 65 ++++++++++++++++++++++++++++++++++++++++++++++
2007 Feb 03
1
POP3-Proxy error
Hi,
as mentioned in another thread I discovered a crash in the pop3-proxy. It
occurs when the remote-pop3-server just drops the connection (in my case
courier was hitting the MAXPERIP-Limit). I don't have a corefile yet, but
will try to get one.
Here the message from the dovecot.log:
dovecot: Feb 02 09:30:00 Error: pop3-login: file pop3-proxy.c: line 20
(proxy_input): assertion failed:
2020 Aug 13
1
2.3.11.3 mail_cache_open_or_create_path called with null path
Originally reported here -
https://marc.info/?l=openbsd-ports&m=159731598419071&w=2
OpenBSD's printf functions have a (mostly annoying but occasionally
useful) feature where they generate a syslog entry if printf %s format
is called with a null pointer.
It is tripped in lmtp/lda deliveries with 2.3.11.3:
lmtp: vfprintf %s NULL in "Cache %s: "
dovecot-lda: vfprintf %s NULL
2015 Mar 12
2
[LLVMdev] Customize Standard C Library Using LLVM (to support llvm backend optimization)
2015-03-11 16:22 GMT-05:00 Richard Gorton <
rcgorton at cognitive-electronics.com>:
> I can confirm that musl builds and works correctly with clang/llvm. We
> are using musl as a libc for our architecture.
> It has a much smaller code footprint than newlib or glibc.
>
I successfully cross-compile the must-libc using clang, with the
configuration:
C=clang
2013 Sep 05
1
LibopenR2 with debug symbols
Hi all,
Recently I have raised up a bug (related to segmentation fault of
asterisk process) due to a core dump generated by Asterisk under the
following environment:
CentOS release 5.7 (Final)
Kernel 2.6.18-238.12.1.el5 #1 SMP Tue May 31 13:23:01 EDT 2011 i686 i686
i386 GNU/Linux
Asterisk 1.8.23.0
DAHDI Version: 2.6.1 Echo Canceller: HWEC, OSLEC
libpri-1.4.14-0
libpri-devel-1.4.14-0
2018 Nov 29
6
[nbdkit PATCH 0/3] Fix %m usage on BSD
Our use of "%m" in various error messages is testament to the
project's initial life on Linux - but other than Cygwin, I know
of no other platforms supporting that glibc extension.
We COULD audit the code and manually turn "%m" into
"%s"/strerror(errno), but that's a lot of churn. Instead, let's
fix the few outliers that can't be easily wrapped, then
2006 Jun 13
1
R-2.3.1 does not install on FreeBSD 4.11-RELEASE (PR#8971)
Full_Name: Kenji Rikitake
Version: 2.3.1
OS: FreeBSD 4.11-RELEASE-p18
Submission from: (NULL) (220.157.163.221)
After doing
./configure --disable-mbcs
(as default in FreeBSD 4.x)
and
make
the compilation stops at src/main/printutils.c as:
printutils.c: In function `Rvprintf':
printutils.c:582: `va_start' used in function with fixed args
printutils.c:591: syntax error before `}'
the
2015 Feb 24
4
Call for testing: OpenSSH 6.8
On Mon, 23 Feb 2015, Kevin Brott wrote:
>
> Yup - that cleared that hurdle ... now it dies here on AIX:
>
> xlc_r -O2 -qarch=ppc -qalloca -I/usr/include -I/opt/freeware/include
> -I. -I. -O2 -qarch=ppc -qalloca -I/usr/include -I/opt/freeware/include
> -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\"
>
2008 Jun 07
1
directing output of tftpd to stdout, instead of syslog()
I'm doing some work with hpda-tftpd--0.48.
All output is to syslog -- this is inconvenient when running interctivitly.
tftpd has a no daemonize flag -- this is not used either started it normally or from the sample inetd...
I'm thinking of doing:
my_syslog(int priority, const char *format, ...)
{
va_list ap;
va_start(ap, format);
if(use_tty == TRUE)
2006 Jan 20
1
Bug: Copying several files to non-directory.
Dear openssh people,
Here's something to try:
$ echo a >a
$ echo b >b
$ echo c >c
$
$ scp a b c
$
$ echo $?
1
$ cat a b c
a
b
b
Ouch! Also, for comparison:
$ cp a b c
cp: copying multiple files, but last argument `c' is not a directory
Try `cp --help' for more information.
$ rcp a b c
rcp: c: Not a directory.
$
Note that the cp behavior is specified in SuSv2.
2017 Jan 04
3
dovecot-pigeonhole running external script ends with signal 11
Hi Stephan
Am 03.01.2017 um 21:12 schrieb Stephan Bosch:
> Since you're using LMTP, you could try to run the lmtp service from
> command line in GDB. In essence, this looks as follows (you will need to
> run this as the mail user, e.g. vmail, or you can run it as root):
>
> $ gdb --args /usr/lib/dovecot/lmtp
I did so and it seems that libc.so.6 throws the error as I get the
2000 Feb 07
4
Segmentation fault, devPS.c, 0.99.0 (PR#413)
Full_Name: Roger Bivand
Version: 0.99.0
OS: RH Linux 6.1
Submission from: (NULL) (158.37.60.152)
I am working on an interface between R and the GRASS geographical information
system,
written in R, with no dynamically loaded code. I have written full examples, and
tested
then under R 0.90.1, both by entering example() for each function and R CMD
check, both
of which worked without problem.
Under
2004 Dec 29
0
kernel panic on upgrade
Hello,
I'm having some troubles with upgrades. I've followed
the instructions from Owl River on moving from Redhat
8 to Redhat 9 and then to Centos.
http://www.owlriver.com/projects/yum/rhl8-to-rhl9/
http://www.owlriver.com/tips/centos-31-ex-rhl-9/
The 8 to 9 works well on all machines, and the 9 to
Centos went well for a laptop. The 9 to Centos fails
with a kernel panic on two machines.
2005 Apr 15
0
Older 3ware controller, was: Serial ATA hardware raid.
From: Harald Finn?s
> You seem to know what you're talking about,
Seems v. Knows is a whole new ballgame.
But I have been deploying SCSI on Linux since 1993 (Advansys, now owned by LSI, was the first vendor to formally support Linux),
SCSI RAID on Linux since 1997 (large ICP-Vortex),
through 3Ware's original FPGA ASIC designs in the AccelATA and Escalade 5000 series in 1999+.
For a