Search:

Type: Posts; User: deesto; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    12
    Views
    7,804

    [ubuntu] Re: puppet service status checks

    Thanks for that, but as you know, that's a status check hack, which does, in my opinion, what the stock puppet check should be doing. If we're going to have to rewrite service manifests in order to...
  2. Replies
    12
    Views
    7,804

    [ubuntu] Re: puppet service status checks

    I'm sorry to hear this, as my main system is still on 11.04 but I was looking to move to 12.04 soon, which would be problematic if the default service checks are still broken. I'm really surprised...
  3. Replies
    0
    Views
    725

    [ubuntu] VM slowness, locking

    Despite having Natty installed on a decent system (8 GB RAM, Core 2 Duo 3.33GHz w/vmx), I have trouble running *any* guest OS inside a VM. When installing an OS (like Precise). I give the VM a CPU...
  4. Replies
    12
    Views
    7,804

    [ubuntu] Re: puppet service status checks

    BTW, strangely enough, on my 11.04 workstation (w/puppet 2.6.8 ), when I run a `sudo puppet agent --test` manually from my client, all of these services return the proper response, and Puppet assumes...
  5. Replies
    12
    Views
    7,804

    [ubuntu] Re: puppet service status checks

    Thanks Hendy. I had seen the report from two years ago but dismissed it in my case, as the problem persisted despite having been "fixed". I'm now watching both issues.
  6. Replies
    12
    Views
    7,804

    [ubuntu] Re: puppet service status checks

    Right: a custom 'status' command is one way to approach this. Unfortunately, this particular approach would not work for some of the services I've mentioned as problematic. Also, if possible, I'd...
  7. Replies
    12
    Views
    7,804

    [ubuntu] Re: puppet service status checks

    Anyone? :(

    Also wondering how people are managing upgrades to apt packages to get Puppet in a usable state with a relatively modern version, as the stock package for 11.04 is pretty old and...
  8. Replies
    19
    Views
    3,596

    [ubuntu] Re: 11.10 broken after update from 11.04

    bochi2: if you're still stuck, one suggestion I have would be to try the upgrade procedure again, and let it go as far as it can before giving up. I did this a few times, and it failed twice before...
  9. Replies
    12
    Views
    7,804

    [ubuntu] Re: puppet service status checks

    Is anyone using Puppet to manage Ubuntu services? Can you please mention how you're checking status on services such as:

    ntp
    ssh
    rsyslog
    iptables

    Left to its own devices, Puppet uses...
  10. Replies
    19
    Views
    3,596

    [ubuntu] Re: 11.10 broken after update from 11.04

    May I ask for specifics on what the lock file change was?

    Perhaps someone knows why such a change would be made in a "minor" release, when so many people would be prompted by the OS itself to...
  11. Replies
    12
    Views
    7,804

    [ubuntu] puppet service status checks

    We've written some cross-platform Puppet manifests to ensure specific services are running, and although Puppet's providers should be able to abstract away the details for some things, it doesn't...
  12. Thread: How-To: UFW

    by deesto
    Replies
    40
    Views
    282,474

    Re: How-To: UFW

    Sorry: what? If that was meant for me, thanks, but I don't understand how it applies to my questions about how applied ufw firewall rules are saved? how iptables can be used instead of ufw? etc.?
  13. Replies
    11
    Views
    56,165

    [ubuntu] Re: Can't add apt repository behind proxy

    Are you sure this wasn't due to some change between 10 and 11? Are you still running 10.04 (or 10.10)?

    My first question was going to be why setting `ALL_PROXY=` wouldn't cover HTTPS, but it...
  14. Replies
    13
    Views
    3,526

    [ubuntu] Re: fun with firewalls

    Agreed: it's nice to have the option of falling back to iptables, as well as using the up/down script method to control things. But that's not quite the same as having an init or service script to...
  15. Replies
    13
    Views
    3,526

    [ubuntu] Re: fun with firewalls

    What the ... if UFW isn't iptables, why does it have its own 'iptables' directory, with rules separate from those of the same name in the directory above that, which are separate from the ones in...
  16. Replies
    13
    Views
    3,526

    [ubuntu] Re: fun with firewalls

    Hmmm ... null result. Lots of '-p' but no '-P' in /etc/ufw/*.
  17. Replies
    13
    Views
    3,526

    [ubuntu] Re: fun with firewalls

    Actually, there's something I can't figure out: adding a default allow rule for outgoing traffic (via ufw CLI) does _not_ seem to get written to /lib/ufw/user.rules, as the other rule commands for...
  18. Replies
    6
    Views
    780

    [SOLVED] Re: UFW allow outgoing; Unsecure?

    Uhm, what? And what does this have to do with UFW?
  19. Replies
    13
    Views
    3,526

    [ubuntu] Re: fun with firewalls

    Thanks for that bodhi.zazen, especially the post-up bit. That helps me to make sense of a lot of this. Other OS flavors have similar network configs and scripts, but use different names...
  20. Replies
    13
    Views
    3,526

    [ubuntu] Re: fun with firewalls

    Right haqking: that's my understanding as well, with the caveat that iptables itself is also an interface to netfilter. UWF is seeming less and less "uncomplicated" to me and more like a somewhat...
  21. Replies
    13
    Views
    3,526

    [ubuntu] Re: fun with firewalls

    Hi bodhi.zazen, and thank you. I have seen the recommendation for iptables-[apply|save] before, but was hoping for something that I wouldn't have to exec in order to enact, e.g., a config somewhere...
  22. Replies
    13
    Views
    3,526

    [ubuntu] fun with firewalls

    I'm a bit confused about Ubuntu firewalls, and after reading documentation on UFW, I've been asking in a few places in the forums (1, 2, etc.) but still don't have a clear understanding.

    In short:...
  23. Thread: How-To: UFW

    by deesto
    Replies
    40
    Views
    282,474

    Re: How-To: UFW

    I'm really confused about all this: I am told that ufw is an optional, "simplified" interface to netfilter, and that iptables is still active in addition to ufw, but I don't know of a simple way in...
  24. [ubuntu] Re: puppet configuration of security services in ubuntu

    Hi Dangertux,
    Not dumb at all, but in my case, this whole configuration and management needs to be automated. If I can't automate everything with Puppet, I'm in trouble.

    No: the automated...
  25. [ubuntu] Re: puppet configuration of security services in ubuntu

    Hmmm ... okay, how about this one: in order for Puppet to control Kerberos and the PAM stack, one needs to ensure that the Ubuntu package `libpam-krb5` is installed. Puppet can do this; the problem...
Results 1 to 25 of 93
Page 1 of 4 1 2 3 4