search for: pollux

Displaying 20 results from an estimated 44 matches for "pollux".

2005 Mar 17
1
Compiling "embedding R" examples
...bedding/Makefile" according https://stat.ethz.ch/pipermail/r-help/2005-February/064341.html and set "LD_LIBRARY_PATH" using export LD_LIBRARY_PATH="/home/laurent/R-clean/lib/R/lib" But I get the following error messages during linking: --------------------- laurent at pollux $ make clean laurent at pollux $ make gcc -I. -I../../src/include -I/home/laurent/R-2.0.1/src/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c /home/laurent/R-2.0.1/tests/Embedding/Rtest.c -o Rtest.o gcc -I. -I../../src/include -I/home/laurent/R-2.0.1/src/include -I/usr/local/include -DHAVE...
2002 Mar 08
1
delete fails to delete everything it should like dangling symlinks
...h file or directory. This doesn't make sense since readlink should work on a dangling link. Here's a paste of manually doing the rsync within the same host (warning, the first line is 318 characters long): ============================================================================= root@pollux:/home/root/src 152> rsync --checksum --copy-unsafe-links --compress '--exclude=*~' '--exclude=#*#' --force --group --links --owner --partial --perms --progress --recursive --timeout=150 --times --verbose --delete --delete-after --delete-excluded --ignore-errors --force /home/root...
2002 Dec 04
0
[Fwd: [RESEND] 2.4.20: ext3: Assertion failure in journal_forget()/Oops on another system]
...to get worried. Below is my previous post. -------------------------- This started to happen during larger (10MB-420MB) rsync based writes to a striped ext3 partition (/dev/md11) residing on 4 scsi disks which is mounted with defaults, i.e. data=ordered (rsync over 100Mbps link): Dec 1 12:25:43 pollux kernel: EXT3-fs error (device md(9,11)): ext3_new_block: Allocating block in system zone - block = 114696 Dec 1 12:25:43 pollux kernel: EXT3-fs error (device md(9,11)): ext3_new_block: Allocating block in system zone - block = 114697 Dec 1 12:25:43 pollux kernel: EXT3-fs error (device md(9,11)):...
2006 Aug 28
2
[LLVMdev] opt -load error on Darwin
...o. But what is it? Here is how I got this error. After installing cfrontend3.4 and LLVM, I included cfrontend-bin and LLVM-installed-bin in PATH. I also set LLVM_LIB_SEARCH_PATH to be cfrontend-lib. I copied Hello.cpp and Makefile to ~/tools/build-ppc/lib/Transforms/Hello and built the library. pollux:~/tools/build-ppc/lib/Transforms/Hello $ make llvm[0]: Compiling Hello.cpp for Release build (PIC) llvm[0]: Linking Release Shared Library LLVMHello.so llvm[0]: Linking Release Object Library LLVMHello.o The loadable library was found on ~/tools/build-pcc/Release/lib. pollux:~/tools/build-ppc/Re...
2006 Aug 28
3
[LLVMdev] opt -load error on Darwin
Thank you, Reid. I have applied tha patch to ltdl.c ltdl.h. The problem still exists. I looked up the symbol on libLLVMCore.a, and found three U-entries and one T-entry. However, the Darwin linker is not able to find the T-entry. Any idea? pollux:~/test jingyu$ opt -load /Users/jingyu/tools/build-ppc/Release/lib/LLVMHello.so -help Error opening '/Users/jingyu/tools/build-ppc/Release/lib/LLVMHello.so': Can't open :/Users/jingyu/tools/build-ppc/Release/lib/LLVMHello.so: dlopen(/Users/jingyu/tools/build-ppc/Release/lib/LLVMHello.so...
2006 Aug 28
0
[LLVMdev] opt -load error on Darwin
...ror. > > After installing cfrontend3.4 and LLVM, I included cfrontend-bin and > LLVM-installed-bin in PATH. I also set LLVM_LIB_SEARCH_PATH to be > cfrontend-lib. > > I copied Hello.cpp and Makefile to > ~/tools/build-ppc/lib/Transforms/Hello and built the library. > > pollux:~/tools/build-ppc/lib/Transforms/Hello $ make > llvm[0]: Compiling Hello.cpp for Release build (PIC) > llvm[0]: Linking Release Shared Library LLVMHello.so > llvm[0]: Linking Release Object Library LLVMHello.o > > The loadable library was found on ~/tools/build-pcc/Release/lib. &gt...
2005 Mar 17
3
Compiling "R Embedded" examples
...bedding/Makefile" according to https://stat.ethz.ch/pipermail/r-help/2005-February/064341.html and set "LD_LIBRARY_PATH" using export LD_LIBRARY_PATH="/home/laurent/R-clean/lib/R/lib" But I get the following error messages during linking: --------------------- laurent@pollux $ make clean laurent@pollux $ make gcc -I. -I../../src/include -I/home/laurent/R-2.0.1/src/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c /home/laurent/R-2.0.1/tests/Embedding/Rtest.c -o Rtest.o gcc -I. -I../../src/include -I/home/laurent/R-2.0.1/src/include -I/usr/local/include -DHAVE_CO...
2017 Dec 11
2
active/active failover
...tic failover, I'll always do this manually. I could also use this to do maintainance on one server, with only minimal downtime.) #normal setup: [root at qlogin ~]# gluster volume info g2 #... # Volume Name: g2 # Type: Distribute # Brick1: qlogin:/glust/castor/brick # Brick2: gluster2:/glust/pollux/brick # failover: let's artificially fail one server by killing one glusterfsd: [root at qlogin] systemctl status glusterd [root at qlogin] kill -9 <pid/of/glusterfsd/running/brick/castor> # unmount brick [root at qlogin] umount /glust/castor/ # deactive LV [root at qlogin] lvchange...
2017 Dec 11
0
active/active failover
...I could also use this > to do maintainance on one server, with only minimal downtime.) > > > #normal setup: > [root at qlogin ~]# gluster volume info g2 > #... > # Volume Name: g2 > # Type: Distribute > # Brick1: qlogin:/glust/castor/brick > # Brick2: gluster2:/glust/pollux/brick > > # failover: let's artificially fail one server by killing one glusterfsd: > [root at qlogin] systemctl status glusterd > [root at qlogin] kill -9 <pid/of/glusterfsd/running/brick/castor> > > # unmount brick > [root at qlogin] umount /glust/castor/ > >...
2017 Dec 12
1
active/active failover
...ly. I could also use this to do maintainance on one server, with only minimal downtime.) > > > #normal setup: > [root at qlogin ~]# gluster volume info g2 > #... > # Volume Name: g2 > # Type: Distribute > # Brick1: qlogin:/glust/castor/brick > # Brick2: gluster2:/glust/pollux/brick > > # failover: let's artificially fail one server by killing one glusterfsd: > [root at qlogin] systemctl status glusterd > [root at qlogin] kill -9 <pid/of/glusterfsd/running/brick/castor> > > # unmount brick > [root at qlogin] umount /glust/castor/ > &...
2006 Aug 19
1
Tape backup question.
Hello, I want to backup my PE2800 on tape but I'm not sure how to do this. My PE2800 has a RAID5 setup with 2 72GB SCSI disks and a Seagate DAT-2 72GB internal tape-streamer and I'm running Centos 4.3 with the latest yum updates. I'm not sure if this tape-streamer is recognised by the OS properly because it doesn't show up along with my DVD/floppy I also recieved with the
2006 Mar 07
1
Iptables hangs at shutdown
Hi all- I have a Centos 3.6 server in production that hadn't been rebooted in quite some time. I was finally onsite today and took the chance to reboot into the most current kernel, but the box hung while "stopping iptables". Some Googling led me to one or two reports of systems hanging while the iptables initscript unloaded the modules. Has anyone else encountered this?
2010 Jul 16
0
Subject=Re:CentOS Simple solution for small network in school
...e them make a connection to the server with the NX protocol. Thinstation.org provides all this. Just install FreeNX on the server (yum install) and manage the accounts as local accounts. Can't have it any simpeler than that in my opinion, also for management. Regards, -- Paul Schoonderwoerd Pollux IT - Open Source oplossingen & Netwerk beveiliging http://www.Pollux-IT.nl 0294-283832
2007 Jul 16
2
Citrix Replacement
Hi Guys, What can I use as a replacement for Citrix for my apps? Charles
2007 Jan 29
3
tool to manage a PKI
Hello, this is a little bit off-topic (even if it have to work on CentOS ;-) I'm looking for a tool to manage a small Public Key Infrastructure, with creation/revocation of certificates X.509, export in PKCS#12 format and have the ability to handle CSR (Certificate Signing Request). I've wrote my own script to perform it (openssl command line based): it's a good way to
2006 Aug 28
0
[LLVMdev] opt -load error on Darwin
On Mon, 28 Aug 2006, Jing Yu wrote: I don't really have any ideas beyond what Reid has already said, but: > pollux:~/test jingyu$ opt -load > /Users/jingyu/tools/build-ppc/Release/lib/LLVMHello.so -help > Error opening '/Users/jingyu/tools/build-ppc/Release/lib/LLVMHello.so': > Can't open :/Users/jingyu/tools/build-ppc/Release/lib/LLVMHello.so: > dlopen(/Users/jingyu/tools/build-ppc/Rele...
2007 Mar 16
1
CentOS samba MS Word corruption
...ENU.INI Mar 13 11:43:51 server02 smbd[9136]: [2007/03/13 11:43:51, 0] smbd/oplock.c:request_oplock_break(1055) Mar 13 11:43:51 server02 smbd[9136]: request_oplock_break: no response received to oplock break request to pid 9134 on port 33103 for dev = fd0 ================ -- Paul Schoonderwoerd Pollux IT - Open Source solutions & Netwerkbeveiliging www.Pollux-IT.nl Tel. 0294-283832
2006 May 02
2
Hanging @ Sendmail During Boot
Hi All, I have a coupla queries about my 2 latest installs of CentOS 4-3. When I first installed and logged in as the initial user, everything went well, and the system was fast. A reboot, and 2nd login gave the same. But, upon connecting to the net, the system hung at sendmail for almost 4mins, and then gave an error at login about not finding the host, and that Gnome may not work
2007 Oct 09
0
Winbind authentication over transitive trusts between multiple W2k3 Domains
...p_realm = false dns_lookup_kdc = false clockskew = 300 [realms] CA.NIRVANA.ROM = { kdc = castor.ca.nirvana.rom admin_server = castor.ca.nirvana.rom default_domain = CA } PO.NIRVANA.ROM = { kdc = pollux.po.nirvana.rom admin_server = pollux.po.nirvana.rom default_domain = PO } NIRVANA.ROM = { kdc = thor.nirvana.rom admin_server = thor.nirvana.rom default_domain = NIRVANA } [domain_realm]...
2007 Mar 15
2
Default 4.4 kernel and NTFS?
I just installed Centos 4.4 and performed a Yum update to freshen all out-of-date files. I also have two IDE drives that are NTFS partitioned, but noticed they are not seen by the kernel. I visit /usr/src/kernels/2.6.9-42.EL-i686 and copy the Makefile.bak to Makefile and run make xconfig. Reviewing the supported filesystems, ntfs is not selected. Any reason why not? What is the easiest and