Displaying 20 results from an estimated 400 matches similar to: "copy source of ftp"
2010 Apr 10
3
pkcs11-helper-devel is needed
how could i install pkcs11 on 64 cent os 5.4 :S it always asking me for
pkcs11-helper but i've already installing
[root at vpn VpnSetup]# rpmbuild -tb openvpn-2.1.1.tar.gz
hata: Failed build dependencies:
pkcs11-helper-devel is needed by openvpn-2.1.1-1.x86_64
[root at vpn VpnSetup]# rpm -ivh pkcs11-helper-devel-1.06-2.1.x86_64.rpm
uyar??: pkcs11-helper-devel-1.06-2.1.x86_64.rpm:
2010 Mar 29
3
remove openssl
i am trying to install plesk but my cent os has a newer version of open ssl
that is why my setup is interrupting, how could i remove open ssl ?
i tryed yum remove openssl but it encounter lots of errors i want to remove
only the open ssl not the related files like wget networkmanager ...
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Apr 13
2
Swap = 0
My server returning an error sth. like swap = 0 then locking httpd and all
other services
is this normal
this is a virtual machine and i give it 3 gb ram and 4cpu of i7 920
i have 1 gbit connection on this machine
finally i have 4000+ clients at one time :S
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Apr 23
3
iptables
how could i add / remove iptable rules on cet os 5.4 final for tcp / udp
base on ports
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100423/f2e3dc7a/attachment-0002.html>
2010 Mar 29
4
Forgetting network settings
i am adding routr options with
route add -net xxx dev eth0
but when i reset computer it is not in netstat table anymore
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100329/dc3c9340/attachment-0002.html>
2010 Mar 27
2
need help
Firstly my gateway 217.20.xxx.1
My ip adress 188.72.xxx.189
Sub net 255.255.255.0 this settings works on fedora 12 perfect but on
centos ubuntu freebsd or fedora core it is not working but on all this
systems i am able to use nat, i have installed linux again and again
thousands of time the given result from centos 5.4
Also as you could see there is no gateway of me on the route table
2010 Apr 19
2
Pause time
i want to pause my cent os time and date in a spesific date :D is it
possible ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100419/6f4b5018/attachment-0002.html>
2010 Apr 24
1
URGENT
I had a geub loader error 2 on starting centos
and i am able to connect rescue system
this is the result how could i get system work
root at rescuecd64 ~ # grub
Probing devices to guess BIOS drives. This may take a long time.
Unknown partition table signature
GNU GRUB version 0.97 (640K lower / 3072K upper memory)
[ Minimal BASH-like line editing is supported. For
the
2010 Apr 23
3
[Fwd: Re: iptables]
An embedded message was scrubbed...
From: Niki Kovacs <contact at kikinovak.net>
Subject: Re: [CentOS] iptables
Date: Fri, 23 Apr 2010 21:01:29 +0200
Size: 1400
URL: <http://lists.centos.org/pipermail/centos/attachments/20100423/64275bbe/attachment-0002.eml>
2010 Mar 31
1
very strange
i have 2 servers in a datacenter and each of them has 2 virtual machines one
is linux the other is windows of wirtual machines.
when i want to transfer my ip addresses between theese servers , for ex:
let me say
main server 1' guest windows : A
main server 1' guest CentOs: B
main server 2' guest windows : C
main server 1' guest CentOs: D
when i handle an ip of any computers ip in
2010 Apr 10
1
VPN
is there any possibility to do this on cent os
for example company one will be in the block of 10.0.0.0.1-10.0.0.255
and routed to the one of my external ip
company two will be in the block of 11.0.0.0.1-11.0.0.255 and routed
to the one of my external ip
i just need an advice is this better on windows vpn or llinux vpn
server do you advice me any server software like open vpn or sth. else
thank
2010 Apr 27
1
Kernel Or Hardwar e
i have seen many times the given error, there was no log about error.
Beside this my machine never uses swap i realize that when i have last 500
Mb ram it get this error and after using 5Gb of 8 Gb it decreasing like
plane crash :)
I've found this form and it is the same with my error :
http://www.webhostingtalk.com/showthread.php?t=913156
There could be a hardware problem i am not sure , i
2009 Sep 11
4
question on wget
Hello,
I've got an ftp site, not mine, that has content on it that i want
to download. It's not anonymous so it requires a log in. The problem is
either the ISP has a bandwidth throttle or the admin does, in either case
inconsistently as to the point in the file, but i rarely get a complete
download. I'm using ncftp. I was wondering if either ncftpget or wget could
do like an auto get
2010 Oct 25
2
[LLVMdev] Prevent instruction elimination
Devang Patel wrote:
>
>
> What are you going to do if "optimized LLVM code" is hoisted above or
> sinked below LLVM_dummy_inst by the optimizer ? It seems you are looking
> for a way communicate some info for a block of instructions. If that is
> the case then one solution is to extract interesting block of instructions
> in a separate function and make sure that
2010 Oct 25
0
[LLVMdev] Prevent instruction elimination
On Oct 25, 2010, at 12:09 PM, Xinfinity wrote:
>
>
> Devang Patel wrote:
>>
>>
>> What are you going to do if "optimized LLVM code" is hoisted above or
>> sinked below LLVM_dummy_inst by the optimizer ? It seems you are looking
>> for a way communicate some info for a block of instructions. If that is
>> the case then one solution is to
2010 Oct 25
0
[LLVMdev] Prevent instruction elimination
On Oct 25, 2010, at 9:45 AM, Xinfinity wrote:
> Devang Patel wrote:
>>
>>
>> Use of metadata will not prevent optimizer from removing an instruction.
>> Actually, that is the corner stone of LLVM metadata design.
>>
>> I am curious, what information you want to carry and until what point ?
>> -
>> Devang
>>
>>
>
> I want
2010 Oct 26
2
[LLVMdev] Prevent instruction elimination
Hello,
Devang Patel wrote:
>
>
> On Oct 25, 2010, at 12:09 PM, Xinfinity wrote:
>
>> #pragma my_pragma{
>> code
>> }
>
>> I use a map
>> (source_location, pragma) and I insert the dummy instruction when this
>> location is reached in the code generator. It seems difficult to attach
>> the
>> metadata to the first and the last
2009 Dec 30
2
capturing stdout
I'm wondering if anyone knows of a way to capture system messages, for
instance when I do the following:
> system("../DBScripts/getEODData.sh")
.//LSE_20091230.txt: 154.80 kB 207.24
kB/s
./Fundamentals//LSE.txt: 420.58 kB 301.47
kB/s
./Fundamentals//MLSE.txt: 3.42 kB 16.20
kB/s
2010 Oct 25
2
[LLVMdev] Prevent instruction elimination
Devang Patel wrote:
>
>
> Use of metadata will not prevent optimizer from removing an instruction.
> Actually, that is the corner stone of LLVM metadata design.
>
> I am curious, what information you want to carry and until what point ?
> -
> Devang
>
>
I want to handle new pragma inserted in the C/C++ source code and to adapt
clang to transform them in
2015 Jul 27
2
doveadm import - strange warning
Am 27.07.2015 um 10:51 schrieb Ralf Hildebrandt:
> Anybody seen this before?
> Seems easy to reproduce...
>
> * Ralf Hildebrandt <r at sys4.de>:
>> I'm using the doveadm import command to extract mails from my backup:
>>
>> % doveadm import -u restore at backup.invalid mdbox:/home/copymail/mdbox "" \
>> mailbox INBOX header Delivered-To