Displaying 8 results from an estimated 8 matches for "telfort".
Did you mean:
telford
2009 Feb 05
1
Can no longer connect to rsync server since new router, but sometimes it works?!
...kup_system.list / backup@ourwebserver::office
The Windows machine fails after 2 or 3 seconds saying:
> rsync error: timeout in data send/receive (code 30) at io.c(200) [sender=3.0.5]
On the Linux box I see the following:
in /var/log/rsync.log:
> 2009/02/05 11:14:05 [20660] connect from xxx.telfort.nl (195.241.xx.xx)
> 2009/02/05 11:14:05 [20660] rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
> 2009/02/05 11:14:05 [20660] rsync error: error in rsync protocol data stream (code 12) at io.c(632) [receiver=3.0.4]
in /var/log/messages:
> Feb 5 11:14:05 s4 ssh...
2010 May 15
0
No subject
...ome hw/codec combos, but the vdpau interface only
accepts bitstream so they must do it in sw...
23:34 < ymanton> to cover the gap
23:38 -!- drago01 [~linux at chello062178124135.3.13.univie.teleweb.at]
has quit [Remote host closed the connection]
23:38 -!- ttlogic [~timl at 212-182-160-229.ip.telfort.nl] has quit
[Remote host closed the connection]
23:39 < jb17bsome> Yes, I thought I read that somewhere. Well, I plan
on looking at the G220 after I get the vpe in a more usable state.
23:43 < ymanton> although if theyre doing things in sw i dont know why
they didnt just support the g...
2010 Sep 02
5
Minimize log file: get rid of ".d...p..... send"
I'm just starting with rsync, googled and experienced a lot, but get stuck
with
minimizing the log-file: I only want to see the "real" changes: new, updated
and
deleted files/directories in the log-file.
The LOG-file always contains a lot of lines like:
2010/08/31 20:19:01 [24573] .d...p..... send home/hans/Desktop
2010/08/31 20:19:05 [24573] .d...p..... send
2008 Apr 19
1
Diablo II: No music in menu
Hi,
I frequently compile wine from source.
Last weekend, diablo II worked fine. Today, after I updated wine to
latest head, it isn't playing any sound in the menu.
The debug log says:
> 10:44:38.280 ........DirectSound progress: 0 buffers available is
> less than min needed 16 buffers for 3d sound
> 10:44:38.284 ........DirectSound progress: 0 buffers available is
> less
2008 Oct 06
3
Logitech G11 keyboard and wine
Hi,
I've been reading this list for a while, and now I've got an issue of my
own.
A week or two ago, I got myself a logitech G11 keyboard, mainly for the
extra buttons. It's working fine on windows, and in linux with
g15daemon, but I'm having trouble getting the extra keys (G1-G18) it to
work in wine.
I've searched around on the internet, but most I managed to find is
2009 Jun 08
0
Forum <=> list interaction bug?
Hi,
I suspect I am seeing a bug in the forum <=> list interaction, in the
'Purpose of DIB Engine?' thread. I'm on the mailing list side myself.
With that thread, I haven't seen the original post, and all replies from
forum users appear as new threads in my client (Thunderbird). The posts
in question don't have 'In-Reply-To' and 'References' headers.
2010 Nov 27
1
Problem building 1.3.8 from source
Hi,
I've been building wine from source for years, originally because I
needed some custom patches, nowadays out of habit. Just now I'm trying
to build 1.3.8, but I get an error during build:
make[1]: Entering directory `/home/peter/src/wine/dlls/atl'
gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__
-D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
2010 Sep 15
2
USB Serial Port receives no data
Hello,
I have an application that sends data out to a serial port, then should
receive the reply.
After some hassles I got the application to enumerate the serials (in a
dialog box where you select the port), and after creating the link in
dosdevices (in lower case I should note, wine will not recognize COM1)
it actually starts sending out data (verified using a terminal on the
other end).
But