Displaying 9 results from an estimated 9 matches for "archimedes".
Did you mean:
archieves
2006 Jun 12
4
audio tab crashes wine
When I try to run winecfg (0.9.15) and I click on the audio tab the
program crashes leaving:
"kenny@Archimedes:~$ winecfg
ALSA lib seq_hw.c:456:(snd_seq_hw_open) open /dev/snd/seq failed: No
such file or directory
Creating link /home/kenny/.kde/socket-Archimedes.
can't create mcop directory"
I see kde in there, but I"m on Ubuntu 6.06 Dapper, I use Gnome for my
desktop, the only thing KDE rela...
2012 Dec 09
1
[Bug 803] New: IP Ranges do not work with hash:net
http://bugzilla.netfilter.org/show_bug.cgi?id=803
Summary: IP Ranges do not work with hash:net
Product: ipset
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: default
AssignedTo: netfilter-buglog at lists.netfilter.org
ReportedBy:
2007 Oct 18
3
Managehome not working in User type in Linux OS
I am using the user type function as below to create and manage user
accounts in RHEL, CentOS, Ubuntu, FreeBSD & BSD,
I have only tried on RHEL, CentOS it works fine for user creation, but
not managing homedirectory.
I ran puppetd -test in Ubuntu it showed the below message in debug mode
Ubuntu(Debian), don''t create homedirectory unless -m arg is passed.
[0;34mdebug:
2006 Sep 29
0
ANNOUNCE: Facter 1.3.5
This fixes a very small bug: On non-linux OSes, facter was printing to
STDERR a message that lsb_release was missing.
This is now fixed.
--
On Bureaucracy....
The Pythagorean theorem contains 24 words. Archimedes
Principle, 67. The Ten Commandments, 179. The American Declaration of
Independence, 300. And recent legislation in Europe concerning when
and where to smoke, 23,942. -- The European, June 23-29, 1995
---------------------------------------------------------------------
Luke Kanies | http://re...
2016 Jan 26
3
Just need to vent
On Tue, Jan 26, 2016 at 11:51:29AM +0000, Peter Duffy wrote:
> I'm also still trying to figure out in what way systemd is supposed to
> be "better". I've seen the following things claimed for it:
Of the three things you list, hot-plug is certainly an important one.
But, it's not the big deal. The big deal is that systemd is not just a
fire-and-hope startup system, but
2007 Jun 12
6
ensure => latest forcing recompile?
I''m running puppet from svn - build 2537. I''ve got a functional
configuration and am testing it on a couple of development machines
prior to moving it into production. I noticed today that the machines
are taking ~300 seconds to process their configurations, so i watched a
run and saw that it''s recompiling all of the Packages every single time.
The only thing
2005 Aug 15
1
MSDFS redirection WinXP SP2
...d]
path = /etc/samba/msdfs_links/hosts/aniseed
msdfs root = yes
[anubis]
path = /etc/samba/msdfs_links/hosts/anubis
msdfs root = yes
[apu]
path = /etc/samba/msdfs_links/hosts/apu
msdfs root = yes
[aquaman]
path = /etc/samba/msdfs_links/hosts/aquaman
msdfs root = yes
[archimedes]
path = /etc/samba/msdfs_links/hosts/archimedes
msdfs root = yes
[aristotle]
path = /etc/samba/msdfs_links/hosts/aristotle
msdfs root = yes
[arthur]
path = /etc/samba/msdfs_links/hosts/arthur
msdfs root = yes
[asafoetida2k]
path = /etc/samba/msdfs_links/hosts/asafoetida2...
2006 Dec 07
9
Exec as another user
I''m running puppetd as root and I''m trying to execute tar as the
"puppetd" user
59 define untar ( $source, $dest, $creates, $user = "puppetd" ) {
60 exec { "tar -xzf $source" :
61 cwd => $dest,
62 path => "/bin:/usr/bin",
63 user => $user,
64 creates => $creates,
2007 Jan 23
20
"Found a bug" message when purging services
I attempted the following:
resources { service: purge => true, noop => true }
service {
sshd: ensure => running;
iptables ensure => running;
}
And got the following message:
notice: Starting configuration run
err: Found a bug: uninitialized constant Parse
notice: Finished configuration run in 0.47 seconds
When I remove the ''resources'' line, everything works