Displaying 4 results from an estimated 4 matches for "revolutionlinux".
2008 Nov 12
1
[fdo] Custom printer list for all applicatons
...o the user.
There are so much printing panel out there, and they are not using a
printing framework other than libcups. So, I changed the libcups library
to return only printers defined in a configuration attribute. (Well, the
code itself is not high quality, but it shows the concept)
https://svn.revolutionlinux.com/MILLE/XTERM/branches/ltsp-cluster/cups-client-filter/libhideprinters/libhideprinters.c
I would start a new spec on that to make a good implementation, and
feedback is welcome.
Cheer,
Francis
--
Francis Giraldeau, Ing jr.
Analyste Infrastructure
Directeur Qualit?
T?l?phone : (819) 780-8955...
2008 Nov 03
1
smbtorture : Unknown operation mkdir
...ure?
Have a nice day,
Francis
--
Francis Giraldeau, Ing jr.
Analyste Infrastructure
Directeur Qualit?
T?l?phone : (819) 780-8955 poste 1111
Sans frais : 1-800-996-8955
T?l?copieur : (819) 780-8871
Revolution Linux Inc.
2100 King ouest - bureau 260
Sherbrooke (Qu?bec)
J1J 2E8 CANADA
http://www.revolutionlinux.com
Toutes les opinions et les prises de position exprimees dans ce courriel
sont celles de son auteur et ne representent pas necessairement celles
de Revolution Linux
Any views and opinions expressed in this email are solely those of the
author and do not necessarily represent those of Revolutio...
2007 Feb 28
5
Platforms supported by Puppets?
Hello,
I would like to know on what platforms Puppet runs. I cannot seem to
find the information on Puppet''s web site. Bcfg2 has it on it''s front
page :-)
I know there are .debs and .rpms, but are, for instance, Solaris,
FreeBSD and AIX supported?
Thanks.
--
Guillaume Pratte
Recherche et développement
Révolution Linux
Toutes les opinions et les prises de position
2007 Aug 19
1
Truncate with libsmbclient
Hi,
I'm working on a bug with fusesmb. This is a file system in user space
for Linux that uses libsmbclient to present a share like other VFS file
system.
The truncate operation of fusesmb-0.8.5-1 was not completely implemeted.
It's necessary for some applications, like OpenOffice, that do this
operation when saving a file.
So, I implemented a truncate function with libsmbclient. I