Displaying 7 results from an estimated 7 matches for "lindbergh".
Did you mean:
lindberg
2003 Dec 29
5
Slow browsing through Windows Explorer
...any clicking I did like on
the start menu or trying to move winodws while it was hung all happens very
quickly and then it's fine. Until I try to access the drive again in about
2 or 3 hours.
Sorry so long.
Thanks in advance for any help.
--
Curtis Strite
Director of Internet Services
7321 S. Lindbergh Blvd.
Suite 104
St. Louis, MO 63125
Office: 314-892-2100
Mobile: 314-280-8270
Email: curtis@scdservices.com
Website: www.scdservices.com
________________________________________________
Message sent using UebiMiau 2.7.2
2014 Jan 15
2
[Bug 10381] New: --acls and --xattrs clash with --delete-missing-args
https://bugzilla.samba.org/show_bug.cgi?id=10381
Summary: --acls and --xattrs clash with --delete-missing-args
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: blgl at
2007 Mar 09
10
Add the ability to ''eval'' ruby code in exec type?
Hi,
Anyone think this is a good idea? I have found that there are some
exec tasks that I am making that just shell out to ruby to do a one /
two line script in the exec line, was thinking it would be nice to
have an option for exec to tell it to just eval ruby code passed to
it, e.g.
exec {
''eval: code to evaluate'':,
...
}
I know Lane wants users to turn execs into new
2006 Nov 01
1
Class methods do not work with Puppet 0.20
Hello puppet-users,
I am having trouble getting my manifests to apply with Puppet 0.20.
Here''s what I''ve got:
I have a generic box class to setup my home environment on a given
machine. The class is mostly made up of file types, but I also have a
few methods that include file and package types amongs others. eg:
class box {
$owner = "owner"
$group =
2003 Dec 30
1
Slow logoff
...trying to move winodws while it was hung all
> happens very quickly and then it's fine. Until I try to access the
> drive again in about 2 or 3 hours.
>
> Sorry so long.
> Thanks in advance for any help.
> --
> Curtis Strite
> Director of Internet Services
> 7321 S. Lindbergh Blvd.
> Suite 104
> St. Louis, MO 63125
> Office: 314-892-2100
> Mobile: 314-280-8270
> Email: curtis@scdservices.com
> Website: www.scdservices.com
>
>
>
> ________________________________________________
> Message sent using UebiMiau 2.7.2
>
>
> --...
2009 Jan 08
5
Puppet client hangs if LDAP server is not accessible
Hi.
I''ve noticed that on servers that are both puppet and LDAP clients,
the puppet client will hang if the LDAP server is not reachable. Does
anyone know what the reason for this is?
Regards,
Kenneth Holter
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this
2007 Feb 15
4
Component/type defaults for 0.22.x
Has the component/type defaults syntax changed for 0.22.x?
I have a component:
<snip>
define remotefile($owner=root, $group=root, $mode, $source,
$backup=false, $recurse=false, $groupname="default") {
file {
$name:
mode => $mode,
owner => $owner,
group => $group,
backup => $backup,