Displaying 11 results from an estimated 11 matches for "hoofs".
Did you mean:
hoof
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
Hi there fellow hackers, geeks and others who want the UNIX desktop to
succeed.
I bring forward the question whether or not a (freedesktop.org)
specification is necessary for application scheduling software.
The current UNIX Desktop user does not have an easy way to configure the
tasks which he wants to schedule. Sure we have such a utility. And sure
we can shout to our Desktop users
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
Hi there,
Is there a guide or little howto building (and installing) the
linux-2.6-merge.hg repository? I successfully build the vmlinuz image,
do I need to build a XenU kernel too?
I''m interested in learning about and following the latest developments
of Xen. It''s not for production usage. Whether or not things will work
isn''t very important. But it would be nice if I
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
Are there any differences with how both IDLE and "UID FETCH n:n+x (FLAGS
UID...)" are handled when Dovecot is using a "mail" vs. a "Maildir"
user?
I have recently implemented support for IDLE (Push E-mail) in a client
infrastructure that I'm building. I haven't in depth checked out what
the problem might be, but when Dovecot was using the "mail" dir
2004 Oct 19
1
[fdo] Integration of network-softwares like samba, nfs and sftp with the desktop
Hi there,
I would like to enable the desktop user to create shared folders, for
example using protocols like Samba, nfs and sftp.
For the user to make this possible, the user needs (on a Linux machine
configured with the defaults of most current Linux distributions) root
privileges.
However. In a desktop environment, in my humble opinion the possibility
for a normal user to configure a simple
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
Hi there,
At the Tracker project we use FLAC__metadata_simple_iterator_init to
extract metadata from FLAC files.
Although this API has a boolean that restores the 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
2012 Sep 05
0
Samba / AD connection issue
Hello list,
We are receiving this error on our AD machine;
"The session setup from the computer COMPUTERNAME failed to authenticate.
The following error occurred:
%%5"
I've searched internet, and it seems to be some kind of trust issue / windows NT 4.0 authentication method. But I couldn't find a answer on how to solve this on the samba server.
Here is my samba config:
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