search for: caw

Displaying 20 results from an estimated 27 matches for "caw".

Did you mean: can
2012 Nov 12
3
Unable to lauch php-script to truncate database
Dear All, we have some Nubuilder databases on a Centos6.3 server: [root at caw-server2 db]# ls /var/www/html/nubuilder/db reg_begeleidingsteam reg_jww_archief reg_personeel reg_straathoekwerk reg_bib reg_jww_dossiers reg_resident reg_vrijwilligers reg_drughulp reg_jww_dvd reg_signaleren reg_jac_activiteit reg_onthaal reg_soll...
2007 Nov 14
2
rsync problem
I have a simple script that sends one file to two locations on the same destination server. Here's the code: DEST="remotehost" SRC="/home/boss/application.conf" DST1="/home/user1/application.conf" DST2="/home/user2/application.conf" RSYNC1=`rsync -caW -e ssh $SRC $DEST:$DST1` RSYNC2=`rsync -caW -e ssh $SRC $DEST:$DST2` This runs every 5 minutes. What I'm seeing is the first location occasionally gets a *partial* file, but the second location never has a problem. There does not appear to be any obvious correlation to why this would be happ...
2006 Jan 22
1
NAs in optim
Hi, I am trying to maximize a utility function using optim. I have a problem with optim, since some of the values in the caw, mom, me and btm matrixes in the code bellow are missing. Is there a handy way just to skip the missing values in the loop? g <- 5 retp <- NULL object <- function (x) { b1 <- x[1] b2 <- x[2] b3 <- x[3] for(i in 1:nrow(ret)){ for(j in 1:ncol(ret)){...
2013 Nov 25
2
ltsp & Selinux
...inux/enforce I tried this semanage command: # semanage fcontext -a -t bin_t /usr/bin/xauth but it makes no difference. The message I'm now seeing in /var/log/audit/audit.log : type=AVC msg=audit(1385112688.399:67769): avc: denied { write } for pid=8218 comm="xauth" name="caw" dev=md1 ino=262145 scontext=unconfined_u:unconfined_r:xauth_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:home_root_t:s0 tclass=dir type=SYSCALL msg=audit(1385112688.399:67769): arch=c000003e syscall=2 success=no exit=-13 a0=7fffdecf5c60 a1=c1 a2=180 a3=8 items=0 ppid=8217 pid=8218 auid...
2011 Aug 10
2
tweek startup and logon
...ike to get back 2 things from 5.6 : how can I always see the text lines during startup? (so no graphical screen ) how can I *not *see all the users on the system when loging on? (so that users also have to remember their username) thanks for any advise. James -- Johan Vermeulen IT-medewerker Caw De Kempen johan.vermeulen at cawdekempen.be 0479.82.01.41 Opensource Software is the future. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110810/5abce459/attachment-0003.html>
2014 Oct 30
1
lost a lvm after update to Centos6.6
...age when booting: /dev/mapper/vg_jvermeulen-lv_home does not exist. I can boot into single user mode and run all commands. in fdisk -l .....lv_home is not listed. How can I re-add this? I do have a backup of this machine. Thanks for any help. Greetings, Johan -- Johan Vermeulen IT-medewerker Caw De Kempen johan.vermeulen at cawdekempen.be 0479.82.01.41 Powered by Linux.
2006 Aug 02
1
unable to "require" installed gems
...the instructions at http://wiki.rubyonrails.org/rails/pages/HowtoUseSQLite), and all went well OSX 10.4.7 ruby 1.8.4 (2005-12-24) [powerpc-darwin8.6.0] and sqlite3.rb is in /usr/local/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.1.0/lib but I can''t <require ''sqlite3''> caw$ irb irb(main):001:0> require ''sqlite3'' LoadError: no such file to load -- sqlite3 from (irb):1:in `require'' from (irb):1 irb(main):002:0> and when I look at the load path irb(main):002:0> $: => ["/usr/local/lib/ruby/site_ruby/1.8",...
2014 May 15
2
vi : unable to copy text to other file
...uot; to yank the selected line. I can now use :e otherfile.txt and paste the text in otherfile.txt This is the only way I succeed in copying text to another file in Gnome-Terminal of xterm. But how can I copy text to a file on a remote machine? Many thanks. -- Johan Vermeulen IT-medewerker Caw De Kempen johan.vermeulen at cawdekempen.be Powered by Linux.
2013 Jul 29
2
howto avoid Samba
...ot get a connection working. I installed TightVnc on Windows and that connects ok to the Centos server, but shared clipboard does not work. Can anyone point met to a useful solution to enable file sharing to Win7 Pro without Samba? Many thanks. greetings, J. -- Johan Vermeulen IT-medewerker Caw De Kempen Opensource Software is the future.
2013 Jun 20
2
Firefox - remote xul manager gone after Centos update
...9;m not sure which packet could have caused this, but before the update, I could go to Extra-webdeveloper-remote xul manager in Firefox and add domains Now remote xul manager is gone in webdeveloper. Can anyone offer any advise on this problem? greetings, J. -- Johan Vermeulen IT-medewerker Caw De Kempen johan.vermeulen at cawdekempen.be 0479.82.01.41 Opensource Software is the future.
2011 Aug 08
1
CentOs6 - Ltsp
...entOs6 - or even in Rhel6. We now use Kiwi-Ltsp on OpenSuse and there's a hot debate going on, everyone wants to switch to Ubuntu, I want to switch to CentOs. So any timeline would be very helpfull in this dogfight. Thanks for any advise. greetings, James -- Johan Vermeulen IT-medewerker Caw De Kempen johan.vermeulen at cawdekempen.be 0479.82.01.41 Opensource Software is the future.
2011 Aug 11
1
LDAP - Shadow options
...seem to be doing it. Do I have to set Shadowexpire as well for this? *Also, *how can I have users change the password at first logon? * *I cannot configure the LDAP files themselves, I only have access via phpLDAPadmin. Thanks for any advise. greetings, James -- Johan Vermeulen IT-medewerker Caw De Kempen johan.vermeulen at cawdekempen.be 0479.82.01.41 Opensource Software is the future. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110811/48037625/attachment-0003.html>
2011 Nov 15
3
Centos6 - Xfce - howto add usb automount
dear all, I configured Xfce on an Centos6 minimal install, I think its very fast, even on al 512Mb machine. But I don't have any clue how to make a usb automount on this. Anybody can help me with this? greetings, James -- Johan Vermeulen IT-medewerker Caw De Kempen johan.vermeulen at cawdekempen.be 0479.82.01.41 Opensource Software is the future.
2011 Nov 21
2
2 network card setup
...with OpenSuse. There in firewall config, you had to assign each NIC to a zone, either internal, external, DMZ or custom. Without it not much would work. I don't seen anything on CentOs in firewall config. So how does this work in CentOs? greetings, James -- Johan Vermeulen IT-medewerker Caw De Kempen johan.vermeulen at cawdekempen.be 0479.82.01.41 Opensource Software is the future.
2012 May 03
0
Firefox10-stuck with sync
...to prefs.js I cannot believe Firefox included this kind of feature without a very big OFF-button. The world is twisted. Is nobody thinking of sysadmins these days? ( not that I consider myself a true sysadmin ) Thanks very much for any advise. greetings, J. -- Johan Vermeulen IT-medewerker Caw De Kempen johan.vermeulen at cawdekempen.be 0479.82.01.41 Opensource Software is the future.
2012 Sep 05
1
CentOs6- Use nscd for offline LDAP
...xist. *But the problem I'm having* is I was kinda hoping to log back in from a locked screen or from hibernation, in other words continue a running session. Or who knows, even start a new session. Can anyone help me make this work? Thanks for any advise Greetings, James -- IT-medewerker Caw De Kempen Opensource Software is the future.
2012 Oct 10
0
CentOs - howto log Firefox EM
...m with an async httprequest response" When I google this, it seems Ajax / Java related. The Centos5.8 stations are standard installs, no modifications have been made to java or anything. I'm now trying to find out if it's server related of client-side. greetings, j. IT-medewerker Caw De Kempen johan.vermeulen at cawdekempen.be Opensource Software is the future.
2012 Nov 22
0
Dell Lattitude E5430 -- split screen
...00000-efffffff(prefetchable) iopor t:f000(size=64) I googled this and found some posts ( not with Centos ) from people reporting this solved by updating BIOS and adapting all sorts of settings. Can anyone help me with this? Many thanks already. Greetings, J. -- Johan Vermeulen IT-medewerker Caw De Kempen johan.vermeulen at cawdekempen.be 0479.82.01.41 Opensource Software is the future.
2013 Oct 30
1
building software raid.
...--> Edit /etc/fstab, you must change all mounts from using LABEL= to explicit device names, like /dev/md_d0p1, /dev/md_d0p2, ... I'm wondering where I can find the names md_d0p1, p2 and so on. Can anyone help me on this? Thanks very much. Greetings, J. -- Johan Vermeulen IT-medewerker Caw De Kempen johan.vermeulen at cawdekempen.be 0479.82.01.41 Opensource Software is the future.
2014 Apr 24
0
lock down gnome-screensaver
...ay 20 The first two commands work, in the screensaver-preferences window, these settings get grayed-out. But the idle_delay 20 command does not work, users can still change the setting to let's say 1 minute. Does anybody know how to do this? Greetings, J. -- Johan Vermeulen IT-medewerker Caw De Kempen johan.vermeulen at cawdekempen.be 0479.82.01.41 Powered by Linux.