Displaying 20 results from an estimated 1000 matches similar to: "Initialising a mirror"
2005 Apr 04
2
rsync is flaky going to Penang
Hello,
We are experiencing flaky behavior from rsync when attempting to rsync
directories/files to a server in Penang. Several times the job seems
to 'hang' and never completes. Penang then is therefore missing a lot
of required cad files. Have any of you experienced the same thing and
what did you do to fix the problem? Does anyone know of a better tool
to use? We chose
2005 Jun 13
3
[LLVMdev] problem compiling the cfrontend on Linux/PPC
Hi,
When compiling the cfrontend for Linux/PPC architecture on a powermac G5, i got
the following error :
-------------------------------Compilation error listing
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
make
GCC_FOR_TARGET="/usr/local/home/cyrille/project/llvm/cfrontend/build/gcc/xgcc
-B/usr/local/home/cyrille/project/llvm/cfrontend/build/gcc/
2011 Feb 07
7
feature request
Hi,
how about to provide a simple way to forward raw file descriptors
through ssh tunnels.
something which may provide a way to write something like :
(echo 3; read > out3) |&
exec 3<&p 4>&p
echo 5 >| out5
exec 5<> out5
echo 1 |
ssh -d 3:rd -d 4:wr -d 5:rw '
read <&3; echo $REPLY >&4
read; echo $REPLY
read <&5; echo $REPLY >&5
2005 Apr 26
3
Need Help with rsyncd.conf
What do this uid =0 anfd gid = 0 mean? Can it pose any security issues.
Thanks,
VC
[root]
path = /
auth users = XXX
secrets file = /usr/local/etc/rsyncd.secrets
uid = 0
gid = 0
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2007 Sep 09
1
Problem with VSFTP
I have a vsftp server hosted on custom dyndns site. We have a 4mb ADSL
connection. When I tried to download the files from the ftp server with wan
IP address or the dyndns address it downloads some files and disconnects.
Please find below an extract from the log file (ace ftp client). I would
appreciate if someone could guide me, possibly with a solution for this
problem.
Many thanks
2005 Jun 13
2
[LLVMdev] problem compiling the cfrontend on Linux/PPC
> Okay, I took a closer look at your output.
>
> I was correct in that gccas is attempting to assemble a native PPC
> assembly language file. However, this appears to be happening because
> the assembly file is generated by the GCC Makefiles for libgcc2 (in
> llvm-gcc/gcc/config/rs6000/t-ppccomm, I think).
>
> The first thing I would try is Marco's suggestion: add
2006 Jul 07
3
Rsync over samba mounts (bad file descriptor)
Hello everyone
I am trying to do incremental backups using rsync and SSH.
I have a windows server with two shares on it that I want to sync remotely to another machine.
[----------------]
| windows server |
[----------------]
[----------------]
| FreeBSD server |
[----------------]
[----------------]
| SuSe server |
[----------------]
I have two samba mounted shares on the BSD server,
2005 Jun 13
2
[LLVMdev] problem compiling the cfrontend on Linux/PPC
On Mon, Jun 13, 2005 at 11:02:10AM -0500, John Criswell wrote:
> Cyrille Mescam wrote:
> >Hi,
> >
> >
> >When compiling the cfrontend for Linux/PPC architecture on a powermac
> >G5, i got
> >the following error :
>
> I hate to ask a silly question, but are you using "make bootstrap" to
> build the cfrontend? Your output looks like gccas
2005 Jun 13
0
[LLVMdev] problem compiling the cfrontend on Linux/PPC
Cyrille Mescam wrote:
> On Mon, Jun 13, 2005 at 11:02:10AM -0500, John Criswell wrote:
>
>>Cyrille Mescam wrote:
>>
[snip]
>
> In fact, i am using the CFE build procedures. I am on instructions 5.
>
> cyrille
>
Okay, I took a closer look at your output.
I was correct in that gccas is attempting to assemble a native PPC
assembly language file. However,
1999 Nov 08
1
Case preservation and German Umlaute with Samba 2.0.5a and AutoCAD14
Hello all,
I' ve got a strange problem since I' ve installed the latest version of Samba. My configuration:
Hardware- & Software-Configuration:
Server-OS: AIX 4.3.0.0
Samba-Version: 2.0.5
Clients: WindowsNT Workstation 4.0 SP 5 and AutoCAD Version 14
Every Application I'm using is coping very fine with the new Samba-Version, but AutoCAD behaves a
little strange!
When I open a
2003 Jun 04
1
DOS programs unable to create files on Samba 2.2.7a
We have a few old DOS programs which, when run under Windows 2000 is a
DOS full screen session are unable to write files on our Samba server.
These programs (the "brief" editor, and the "tango" CAD package) are
able to write to local files on the Windows 2000 system. I set Samba
debug to 10 and found the following reported when Tango tried to write a
file:
2005 Jun 13
0
[LLVMdev] problem compiling the cfrontend on Linux/PPC
Cyrille Mescam wrote:
> Hi,
>
>
> When compiling the cfrontend for Linux/PPC architecture on a powermac
> G5, i got
> the following error :
I hate to ask a silly question, but are you using "make bootstrap" to
build the cfrontend? Your output looks like gccas is being given a
native code assembly language file to parse, and I seem to recall that
that happens if
2004 Nov 26
1
Monitor performance
Hi,
I need to record (monitor) a full loaded E1 (30 channels).
Do you know if monitor requires a lot of resource? Will it run on a p4
2.4Ghz for example?
Thank you for your advice,
Sincerely,
Cyrille Demaret
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Dec 07
1
Printer Issue with Access XP
Hi all,
I'm having an issue with printing on a samba shared printer from Access XP
2002.
This issue has already been reported twice on this list but never
answered.
We are experiencing a strange problem using Microsoft Access XP 2002 to
create a report when the default printer is set to a network Samba
Printer.
We have already tried setting 'default devmode = yes' on the
2004 Nov 15
1
help for nls
Hello,
I am beginning with R and I would like to test a non linear model. But I do
not find exactly wath I am looking for in nls packages (or I do not know
where to search).
I would like to try a model like this : y=b * x exp(n)/(a exp(n) + x exp
(n))
Where
a = a0 + a1z
b= b0 + b1z
x and z are variables
y the variable that I am trying to modelise
a0, a1, b0 and b1 are parameters to determine.
I
2009 Nov 06
6
Bug#554805: xen-utils-3.2-1: ioemu routed networking on HVM guests fails
Package: xen-utils-3.2-1
Version: 3.2.1-2
Severity: normal
Under this Xen setup, (Linux) HVM guests fail to have network active
when
running with *routed* networking, as some hosting providers require (in
my
case, OVH).
In this scenario:
* the host is a described below
* the guest runs as HVM.
* the guest runs exclusively with ioemu; virtual network drivers are
not
available (vanilla lenny
2003 Jul 21
4
Dynamically setting up/tearing down extensions
Hello, * newbie here,
I'm designing a setup that is to eventually be used in a production
virtual PBX/VoIP service.
Customers need to be able to change their setups over the web - I want
them to be able to do simple things like setting up call forwarding, as
well as more intricate stuff that will require me to re-generate their
dialplans.
Administration of the service is to be
2005 Jul 12
5
Problems uploading printer drivers
I'm having trouble uploading printer drivers using Windows XP's APW. Since
I'm not sure where to look for a solution, perhaps someone here can help.
I've tried a few different procedures, but I'll only describe one here.
1) browse to the samba server in windows xp
2) double click on "Printers & Faxes"
3) right click on some blank window area and select
2002 Oct 29
1
Help on syncing a windows server
Hello,
At my work we have multiple freebsd machines running samba. Love it, things
are working great. We have several windows 2000 servers that our engineers
store their working drawings on. I need to create a mirror of this
engineering windows 2000 machine to a freebsd machine running samba. The
purpose of this is so that regular employees, welders whatever can just read
the drawings on
2008 Jun 09
3
[LLVMdev] Shared libs?
Eli Friedman wrote:
> This isn't first-hand, but from what I remember hearing on IRC,
> putting llvm into shared libraries caused a ridiculous explosion in
> dynamic linking (and therefore startup) times. So there is no option
> to make shared libraries, at least at the moment.
Well, by tweaking configure and make options, I've managed to build LLVM
2.2 shared libraries on