search for: hoof

Displaying 11 results from an estimated 11 matches for "hoof".

Did you mean: hoo
2012 Dec 28
3
example curl-based puppetdb query equivalent to select node.name, node.role from nodes where dept = 'finance'
The examples in the puppetdb docs show how I can query for a list of node names. What if I want more fields? Could someone share an example of how you query puppetdb to return multiple values? Like what if you want the node''s name and what the custom fact "role" says, for all nodes that have the custom fact "dept" = "finance"? In other words as an
2004 Jul 22
3
[fdo] Scheduling subsystems (crontab, at) and the desktop
...ot important). Scheduling an annoying noise at 8'O Clock in the morning which tells the user to wake up. Scheduling a reminder message. Scheduling a shutdown. Scheduling a fadeout effect on the users music volume just before he goes to bed. So we (a team of three people: Gaute Hope, Philip Van Hoofand Kristof Vansant) created a HIG-compliant GNOME 2.0 userinterface for both at and crontab. It's in the GNOME Cvs, module name is gnome-schedule. It currently depends on python, pygtk -from cvs- and python-gconf. However, and here comes the reason for this E-mail. While implementing this use...
2001 Apr 06
1
Wine 'out of memory'
I run wine on tow almost identical computers. One is a Dell xps 300 and the other on a new one, with amd 900 MHZ processor, 512 MB internal memory. nVidia Geforce grafical interface. Both run Suse 7.1, kernel 2.2.18, wine 200103026. If I run a win 311 programm on the Dell computer it runs fine. If I run the same program on the new (Obelix) computer it runs out of memory. The Del has 96 MB
2005 Dec 22
1
Guide to building linux-2.6-merge.hg
...tart reading the install.sh of the other repositories. But I was wondering if there''s a guide available which would make it possible for me to skip that step ... ;-) If I''m using the wrong repository, it would be nice if somebody could point me to the correct one. -- Philip Van Hoof, software developer at x-tend home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org work: vanhoof at x-tend dot be http://www.pvanhoof.be - http://www.x-tend.be _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/x...
2004 Mar 16
1
VMware Printing Problem - Access Denied, Unable To Connect
I see you are using cups. I had the same problem It is a cups problem. First install a RAW printer in CUPS. Second allow cups to receive jobs from a remote host. By default it doesnot. -- Groetjes/Regards Kees van Hoof
2007 Feb 10
1
Differences between IDLE when Maildir vs. wel the "mail" folder is used
...a little bit and seeing some strange results... Feel free to use imap2.tinymail.org for testing. And if you need root on that virtual machine, so that you can install a new version, go ahead. On http://imap2.tinymail.org you van find things like version information (it's a CVS snapshot). pvanhoof at lort:~$ telnet imap2.tinymail.org Trying 86.39.154.77... telnet: Unable to connect to remote host: Connection refused pvanhoof at lort:~$ telnet imap2.tinymail.org 143 Trying 86.39.154.77... Connected to imap2.tinymail.org. Escape character is '^]'. * OK Dovecot ready. ao1 login tnytest...
2004 Oct 19
1
[fdo] Integration of network-softwares like samba, nfs and sftp with the desktop
...Linux desktop. Last time I decided to help Gaute Hope create gnome-schedule, which has been more or less a success. This issue is one of the many that have been itching me for a long time, so I am being serious about it. I am not only looking for talkers.. I am looking for doers. -- Philip Van Hoof, Software Developer @ Cronos home: me at freax dot org gnome: pvanhoof at gnome dot org work: philip dot vanhoof at cronos dot be junk: philip dot vanhoof at gmail dot com http://www.freax.be, http://www.freax.eu.org
2013 Jan 13
3
extracting character values
Dear all, I have a dataframe of names (netw), with each cell including last name and initials of an author; some cells have NA. I would like to extract only the last name from each cell; this new dataframe is calle 'res' Here is what I do: res <- data.frame(matrix(NA, nrow=dim(netw)[1], ncol=dim(netw)[2])) for (i in 1:x) { wh <- regexpr('[a-z]{3,}',
2011 Sep 22
0
Iterating metadata using O_NOATIME, instead of only restoring the stat values
...stat results of the file after iteration, it's still not the same as passing O_NOATIME. Ideally we can pass a int fd instead of a filename, and doesn't the metadata iterator try to write to the fd at all. Then we can open() a fd with O_NOATIME ourselves. Regards, Philip -- Philip Van Hoof freelance software developer Codeminded BVBA - http://codeminded.be
2012 Sep 05
0
Samba / AD connection issue
...ind enum groups = yes winbind use default domain = yes winbind cache time = 3600 [share] path = /share Valid Users = "DOMAIN+username" read only = no I am using samba version 3.6.5.0 on AIX 6.1 Met vriendelijke groet / With kind regards, Mike van Hoof AIX engineer Dit bericht is vertrouwelijk en kan geheime informatie bevatten enkel bestemd voor de geadresseerde. Indien dit bericht niet voor u is bestemd, verzoeken wij u dit onmiddellijk aan ons te melden en het bericht te vernietigen. Aangezien de integriteit van het bericht niet veilig ge...
2008 Aug 21
5
General Linux query
HI, This is more general linux related topic , i want to know few basic things. 1) How file systeem get corrupted on linux? 2) why,when and how fsck to be run without lossing data? 3) Is there is any other tool other than fsck available for file system check . 4) what are all the precaution to be made to prevent file system corruption. 5) why & when the system will get hanged