search for: unmanaged

Displaying 20 results from an estimated 414 matches for "unmanaged".

2011 Apr 19
8
Handling unmanaged resources and their files/configs
We have resources that, from time to time, are selected to be removed (unmanaged). When it comes to ssh keys, fstab... this leaves a lot of stuff behind that we don''t want. Is there a simple way to remove the unmanaged data so we can keep the systems clean. Thanks. -- You received this message because you are subscribed to the Google Groups "Puppet Users&qu...
2011 May 20
3
PC EU feedback: ability to remove all unmanaged resources
http://projects.puppetlabs.com/issues/7600 I call this the "agent orange" option :) This works, purging all unmanaged hosts entries: resources { ''host'': purge => true, noop => true, } We should have a similar property for all (most?) types. Please comment on the ticket or reply here, whichever you prefer. Thanks! r P.S. This is in response to feedback from my &...
2015 Jun 12
1
NetworkManager / wireless on latest Centos7 installs
...eless networks. > > Greetings, Johan > > > Hello All, > > this problem got bigger for me, and I could realy use some help. > I now installed from a CentOS-7-x86_64-DVD-1503-01.iso, selecting minimal install in Anaconda. > After the install, the wireless interface shows up unmanaged by NetworkManager. > > Before, I thought this could be due to using the minimal install media. > > ?[root at localhost ~]# nmcli d > DEVICE TYPE STATE CONNECTION > p4p1 ethernet connected p4p1 > lo loopback unmanaged -- > wlp1s0 wifi unmanaged -- > > After installing t...
2011 Jun 13
0
unmanaging config data
Hi, I''m happily aware of the way that there is no concept of unmanaging something and when this is in the context of a file ownership or whatever, then that makes sense. But when this is applied to things like nagios configuration data the principle seems to come unstuck. Or at least, it seems so to me. Say I have a nagios_service which uses another template nagios_service. I am about
2015 Jun 11
2
NetworkManager / wireless on latest Centos7 installs
...s is preventing me from connecting to wireless networks. Greetings, Johan Hello All, this problem got bigger for me, and I could realy use some help. I now installed from a CentOS-7-x86_64-DVD-1503-01.iso, selecting minimal install in Anaconda. After the install, the wireless interface shows up unmanaged by NetworkManager. Before, I thought this could be due to using the minimal install media. ?[root at localhost ~]# nmcli d DEVICE TYPE STATE CONNECTION p4p1 ethernet connected p4p1 lo loopback unmanaged -- wlp1s0 wifi unmanaged -- After installing the same way in Centos7, the wireless card is au...
2011 Dec 09
7
iSCSI best practices
...t;it is a switched network, it should not matter". But that does not sit right with me - the little bit I've read about iSCSI in the past always stresses that you should have it on its own network. So 2 questions : - how important is it to have it on its own network? - is it OK to use an unmanaged switch (as long as it is Gigabit), or are there some features of a managed switch that are desirable/required with iSCSI? thanks, -Alan -- ?Don't eat anything you've ever seen advertised on TV? - Michael Pollan, author of "In Defense of Food"
2009 Dec 08
5
Cleaning Out Stored Configs
Hi, We''re using thin stored configs heavily to manage things like Munin and Nagios and we''re currently wondering what to do when nodes go away, or change considerably. If we get rid of a server then all it''s stored config is still present in the database, as well as it''s nagios and munin configurations. We created a script that iterates through the database
2013 Jun 10
0
Shorewall 4.5.18 Beta 2
...to zones other than $FW and other ''loopback'' zones. This provides a cleaner implementation than the one provided in Shorewall 4.5.17, and one that should be easier to maintain going forward. 2) James Shubin has contributed a Kerberos macro. 3) A new ''unmanaged'' interface option has been added. This option may be used to define interfaces that allow all traffic to/from the firewall but that''s all. They are not accessible from hosts on other interfaces nor can traffic from an unmanaged interface be forwarded to hosts on ot...
2015 Jun 09
3
NetworkManager / wireless on latest Centos7 installs
...t looks to me like NetworkManager is nog managing wireless. When clicking the nm icon in the top right corner, I'm not seeing access points. Wifi seems enabled [root at localhost ~]# nmcli g STATE CONNECTIVITY WIFI-HW WIFI WWAN-HW WWAN connected full enabled enabled enabled enabled but unmanaged [root at localhost ~]# nmcli d DEVICE TYPE STATE CONNECTION enp0s25 ethernet connected enp0s25 lo loopback unmanaged -- wlp12s0 wifi unmanaged -- I always start from a minimal install. Then I install X Window packages, and Mate The only difference I can think of, is that I now installed f...
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
2008 Sep 09
14
Problems with bridged networking
...008-09-09 15:34:42 3755] INFO (__init__:1072) Xend Daemon started > [2008-09-09 15:34:42 3755] INFO (__init__:1072) Xend changeset: unavailable. > [2008-09-09 15:34:42 3755] INFO (__init__:1072) Xend version: Unknown. > [2008-09-09 15:34:42 3755] INFO (__init__:1072) Not recreating missing unmanaged network xenbr1 > [2008-09-09 15:34:42 3755] INFO (__init__:1072) Not recreating missing unmanaged network xenbr8 > [2008-09-09 15:34:42 3755] INFO (__init__:1072) Not recreating missing unmanaged network xenbr9 > [2008-09-09 15:34:42 3755] INFO (__init__:1072) Not recreating missing unmana...
2008 Feb 20
2
purging unmanaged cron
Should this work? # --- remove any cronjobs that are not managed by puppet. resources { "cron": purge => true } I get the following error. Resources[cron]: Failed to generate additional resources: You must specify a title for objects of type Puppet::Type::Cron Ben
2019 Aug 22
2
Re: RLIMIT_MEMLOCK in container environment
...(I > don't know whether or not it checks) > > Slightly related to this - I'm currently working on patches to avoid > making any ioctl calls that would fail in an unprivileged libvirtd when > using tap/macvtap devices. ATM, I'm doing this by adding an attribute > "unmanaged='yes'" to the interface <target> element. The idea is that if > someone sets unmanaged='yes', they're stating that the caller (i.e. > kubevirt) is responsible for all device setup, and that libvirt should > just use it without further setup. A similar approac...
2019 Aug 22
2
Re: RLIMIT_MEMLOCK in container environment
On Thu, Aug 22, 2019 at 2:24 AM Daniel P. Berrangé <berrange@redhat.com> wrote: > > On Wed, Aug 21, 2019 at 01:37:21PM -0700, Ihar Hrachyshka wrote: > > Hi all, > > > > KubeVirt uses libvirtd to manage qemu VMs represented as Kubernetes > > API resources. In this case, libvirtd is running inside an > > unprivileged pod, with some host mounts / capabilities
2015 Mar 14
3
[OT] switches
If your phones support PoE, I have had huge success with Zyxel: http://www.amazon.com/ZyXEL-ES1100-16P-16-Port-Ethernet-Unmanaged/dp/B00 5GRETMM/ref=sr_1_3?ie=UTF8&qid=1426296572&sr=8-3&keywords=zyxel+poe If you want to go even cheaper, I have successfully used these as well: http://www.amazon.com/TRENDnet-8-Port-100Mbps-Switch-TPE-S44/dp/B000QYEN 1W/ref=sr_1_10?ie=UTF8&qid=1426296706&sr=8-10&keywords...
2020 Mar 04
5
[PATCH v3 0/4] nouveau/hmm: map pages after migration
Originally patch 4 was targeted for Jason's rdma tree since other HMM related changes were queued there. Now that those have been merged, these patches just contain changes to nouveau so they could go through any tree. I guess Ben Skeggs' tree would be appropriate. Changes since v2: Added patches 1-3 to fix some minor issues. Eliminated nouveau_find_svmm() since it is easily found.
2011 Jan 31
1
Re: e-sword under a tiling WM
ngoonee wrote: > > vitamin wrote: > > > > ngoonee wrote: > > > Well, why does my WM know about other wine apps but not e-sword? > > > > Popup, tooltip, and like windows (most windows without caption) are created as unmanaged. It all depends on what kind of windows program is using. > > > I don't think e-sword is an unmanaged window. It has a caption, and the windows is permanent (not transitory). The program itself is free to use, though installation needs a few dlls set to native. > > Would you b...
2020 Jul 23
0
[PATCH v4 4/6] nouveau/svm: use the new migration invalidation
...veau/nouveau_svm.c +++ b/drivers/gpu/drm/nouveau/nouveau_svm.c @@ -93,17 +93,6 @@ nouveau_ivmm_find(struct nouveau_svm *svm, u64 inst) return NULL; } -struct nouveau_svmm { - struct mmu_notifier notifier; - struct nouveau_vmm *vmm; - struct { - unsigned long start; - unsigned long limit; - } unmanaged; - - struct mutex mutex; -}; - #define SVMM_DBG(s,f,a...) \ NV_DEBUG((s)->vmm->cli->drm, "svm-%p: "f"\n", (s), ##a) #define SVMM_ERR(s,f,a...) \ @@ -246,7 +235,7...
2001 Oct 22
2
Freecell hangs at game select
I did not read about any similar problem, but I encountered this one even with the latest stripped build, even on two different Linux installations: Freecell works perfectly except for the "Select game" feature during the game. When choosing this menu item, you are asked whether you want to abort this game, and after that, the dialog box for the game number should appear. It does, but
2008 May 23
2
manage cron jobs
Hi All, is it possible to delete cronjobs by patterns using ''cron'' resource? I.e. I want to make sure that there is no any cronjob that contains "/ path/to/some/unneeded_file" command in root crontab without knowing the command possible parameters and schedule. If no, any suggestions about how it can be performed are welcome. Thanks in advance