Hi!
I installed cobbler and cobbler-web 2.4.1 via apt-get install on Ubuntu 14.04 server setup I have. With that, I tried “cobbler status” but I get:
cobblerd does not appear to be running/accessible: error(110, 'Connection timed out’)
If I look at the error log, I see this constantly repeating:
Sat Aug 30 11:23:59 2014 - ERROR | [Errno 99] Cannot assign requested address Sat Aug 30 11:24:01 2014 - INFO | 11 breeds and 46 OS versions read from the signature file Sat Aug 30 11:24:02 2014 - DEBUG | API handle initialized:
In /etc/cobbler/settings, I tried changing client_use_localhost=1, per a suggestion, but that made no difference.
The cobblerd process is running.
Any suggestions?
PCM (Paul Michali)
MAIL …..…. pcm@cisco.com IRC ……..… pcm_ (irc.freenode.com) TW ………... @pmichali GPG Key … 4525ECC253E31A83 Fingerprint .. 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83
Paul,
Is there another process listening on 25151? That's the only thing I can think of.
--Greg
On Sat, Aug 30, 2014 at 11:34 AM, Paul Michali (pcm) pcm@cisco.com wrote:
Hi!
I installed cobbler and cobbler-web 2.4.1 via apt-get install on Ubuntu 14.04 server setup I have. With that, I tried “cobbler status” but I get:
cobblerd does not appear to be running/accessible: error(110, 'Connection timed out’)
If I look at the error log, I see this constantly repeating:
Sat Aug 30 11:23:59 2014 - ERROR | [Errno 99] Cannot assign requested address Sat Aug 30 11:24:01 2014 - INFO | 11 breeds and 46 OS versions read from the signature file Sat Aug 30 11:24:02 2014 - DEBUG | API handle initialized:
In /etc/cobbler/settings, I tried changing client_use_localhost=1, per a suggestion, but that made no difference.
The cobblerd process is running.
Any suggestions?
PCM (Paul Michali)
MAIL …..…. pcm@cisco.com IRC ……..… pcm_ (irc.freenode.com) TW ………... @pmichali GPG Key … 4525ECC253E31A83 Fingerprint .. 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83
cobbler mailing list cobbler@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/cobbler
Really odd. I had to reboot the VM for other purposes, and now, with the system restarted, cobbler check/sync/import all work.
The only thing I’m having trouble with, is cobbler_web. I cannot access the page, although, I have apache2 running and can access the home page.
In /var/www, I see a cobbler and cobbler_uiweb_content directories, but no cobbler_web. There is a cobbler_web process running. When I look at apache sites-enabled, I do NOT see cobbler_web.conf. I enabled it, and got an error on L13:
Enabling site cobbler_web. To activate the new configuration, you need to run: service apache2 reload root@jenga:/etc/apache2/sites-enabled# service apache2 reload * Reloading web server apache2 * * The apache2 configtest failed. Not doing anything. Output of config test was: AH00526: Syntax error on line 13 of /etc/apache2/sites-enabled/cobbler_web.conf: Name duplicates previous WSGI daemon definition. Action 'configtest' failed.
Line 13 is:
WSGIDaemonProcess cobbler_web display-name=%{GROUP}
Not sure I understand the duplicate name error.
Anyone have thoughts on what I’m doing wrong on the cobbler_web setup? How does that setup get mapped to the actual directory where cobbler web code is? (is that cobbler or cobbler_uiweb_contnet?)
Thanks!
PCM (Paul Michali)
MAIL …..…. pcm@cisco.com IRC ……..… pcm_ (irc.freenode.com) TW ………... @pmichali GPG Key … 4525ECC253E31A83 Fingerprint .. 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83
On Sep 2, 2014, at 2:36 PM, Greg Chavez greg.chavez@gmail.com wrote:
Paul,
Is there another process listening on 25151? That's the only thing I can think of.
--Greg
On Sat, Aug 30, 2014 at 11:34 AM, Paul Michali (pcm) pcm@cisco.com wrote: Hi!
I installed cobbler and cobbler-web 2.4.1 via apt-get install on Ubuntu 14.04 server setup I have. With that, I tried “cobbler status” but I get:
cobblerd does not appear to be running/accessible: error(110, 'Connection timed out’)
If I look at the error log, I see this constantly repeating:
Sat Aug 30 11:23:59 2014 - ERROR | [Errno 99] Cannot assign requested address Sat Aug 30 11:24:01 2014 - INFO | 11 breeds and 46 OS versions read from the signature file Sat Aug 30 11:24:02 2014 - DEBUG | API handle initialized:
In /etc/cobbler/settings, I tried changing client_use_localhost=1, per a suggestion, but that made no difference.
The cobblerd process is running.
Any suggestions?
PCM (Paul Michali)
MAIL …..…. pcm@cisco.com IRC ……..… pcm_ (irc.freenode.com) TW ………... @pmichali GPG Key … 4525ECC253E31A83 Fingerprint .. 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83
cobbler mailing list cobbler@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/cobbler
-- *..+.- --Greg Chavez +//..;}; _______________________________________________ cobbler mailing list cobbler@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/cobbler
On 02.09.2014 22:18, Paul Michali (pcm) wrote:
Really odd. I had to reboot the VM for other purposes, and now, with the system restarted, cobbler check/sync/import all work.
The only thing I’m having trouble with, is cobbler_web. I cannot access the page, although, I have apache2 running and can access the home page.
In /var/www, I see a cobbler and cobbler_uiweb_content directories, but no cobbler_web. There is a cobbler_web process running. When I look at apache sites-enabled, I do NOT see cobbler_web.conf. I enabled it, and got an error on L13:
Enabling site cobbler_web. To activate the new configuration, you need to run: service apache2 reload root@jenga:/etc/apache2/sites-enabled# service apache2 reload
Reloading web server apache2
*The apache2 configtest failed. Not doing anything.
Output of config test was: AH00526: Syntax error on line 13 of /etc/apache2/sites-enabled/cobbler_web.conf: Name duplicates previous WSGI daemon definition. Action 'configtest' failed.
Where did you get /etc/apache2/sites-enabled/cobbler_web.conf? That shouldn't be needed since the package already installs (links) /etc/apache2/conf-enabled/cobbler_web.conf. Probably also why you got the dupe error..
Thanks for the response Timo!
I think I had them from an attempt of installing from source and placed them there, when trying to get cobbler-web working. So, I disabled and removed this config file. I also purged and reinstalled cobbler-web via apt-get.
I see that in the conf.d and conf-enabled, the cobbler_web.conf and cobbler.conf files are present. However, in cobbler_web.conf it mentions a location as /usr/local/share/cobbler/…, but there is no such directory.
Should there have been a /usr/local/share/cobbler/web/ area? If so, any idea what went wrong? It looks like it is not finding the needed file (from log): [Wed Sep 03 17:59:28.176258 2014] [:error] [pid 2929:tid 140418041784064] [client 10.86.244.120:58132] Target WSGI script not found or unable to stat: /usr/local/share/cobbler
Here’s the config file:
<Directory "/usr/local/share/cobbler/web/"> <IfModule mod_ssl.c> SSLRequireSSL </IfModule> <IfModule mod_nss.c> NSSRequireSSL </IfModule> SetEnv VIRTUALENV Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all </Directory>
<Directory "/srv/www/cobbler_webui_content/"> <IfModule mod_ssl.c> SSLRequireSSL </IfModule> <IfModule mod_nss.c> NSSRequireSSL </IfModule> Options +Indexes +FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory>
# Use separate process group for wsgi WSGISocketPrefix /var/run/wsgi WSGIScriptAlias /cobbler_web /usr/local/share/cobbler/web/cobbler.wsgi WSGIDaemonProcess cobbler_web display-name=%{GROUP} WSGIProcessGroup cobbler_web WSGIPassAuthorization On
<IfVersion >= 2.4> <Location /cobbler_web> Require all granted </Location> </IfVersion>
Regards,
PCM (Paul Michali)
MAIL …..…. pcm@cisco.com IRC ……..… pcm_ (irc.freenode.com) TW ………... @pmichali GPG Key … 4525ECC253E31A83 Fingerprint .. 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83
On Sep 3, 2014, at 2:56 AM, Timo Aaltonen tjaalton@ubuntu.com wrote:
On 02.09.2014 22:18, Paul Michali (pcm) wrote:
Really odd. I had to reboot the VM for other purposes, and now, with the system restarted, cobbler check/sync/import all work.
The only thing I’m having trouble with, is cobbler_web. I cannot access the page, although, I have apache2 running and can access the home page.
In /var/www, I see a cobbler and cobbler_uiweb_content directories, but no cobbler_web. There is a cobbler_web process running. When I look at apache sites-enabled, I do NOT see cobbler_web.conf. I enabled it, and got an error on L13:
Enabling site cobbler_web. To activate the new configuration, you need to run: service apache2 reload root@jenga:/etc/apache2/sites-enabled# service apache2 reload
Reloading web server apache2
*The apache2 configtest failed. Not doing anything.
Output of config test was: AH00526: Syntax error on line 13 of /etc/apache2/sites-enabled/cobbler_web.conf: Name duplicates previous WSGI daemon definition. Action 'configtest' failed.
Where did you get /etc/apache2/sites-enabled/cobbler_web.conf? That shouldn't be needed since the package already installs (links) /etc/apache2/conf-enabled/cobbler_web.conf. Probably also why you got the dupe error..
-- t
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 04.09.2014 01:28, Paul Michali (pcm) wrote:
Thanks for the response Timo!
I think I had them from an attempt of installing from source and placed them there, when trying to get cobbler-web working. So, I disabled and removed this config file. I also purged and reinstalled cobbler-web via apt-get.
I see that in the conf.d and conf-enabled, the cobbler_web.conf and cobbler.conf files are present. However, in cobbler_web.conf it mentions a location as /usr/local/share/cobbler/…, but there is no such directory.
Should there have been a /usr/local/share/cobbler/web/ area? If so, any idea what went wrong? It looks like it is not finding the needed file (from log):
sounds like you installed the upstream deb and not from the distro repository (version which I kinda maintain)?
- -- t
Dont think so, we started providing debs as of cobbler 2.6.0 Regards, Jörgen
On Thu, Sep 4, 2014 at 8:11 AM, Timo Aaltonen tjaalton@ubuntu.com wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 04.09.2014 01:28, Paul Michali (pcm) wrote:
Thanks for the response Timo!
I think I had them from an attempt of installing from source and placed them there, when trying to get cobbler-web working. So, I disabled and removed this config file. I also purged and reinstalled cobbler-web via apt-get.
I see that in the conf.d and conf-enabled, the cobbler_web.conf and cobbler.conf files are present. However, in cobbler_web.conf it mentions a location as /usr/local/share/cobbler/…, but there is no such directory.
Should there have been a /usr/local/share/cobbler/web/ area? If so, any idea what went wrong? It looks like it is not finding the needed file (from log):
sounds like you installed the upstream deb and not from the distro repository (version which I kinda maintain)?
t -----BEGIN PGP SIGNATURE----- Version: GnuPG v1
iQIcBAEBAgAGBQJUCAKDAAoJEMtwMWWoiYTczOwP/j9jMnmyZsVwrLkkDc0BsYzY QwV2ZdO12OT/zZXbfAChS6aKm+84MVPI6KyZdYVJae/Y1TIOurYI9fblmd+WLsxl oOqVECujpgTHhGRi9NvrxddStSTcUwBVScc+mI8YMTvB0I8zEQtKWpZB3wKV/pcn QdGcRuZPEYdRfWr7PCt+tQHduVrK2fxT3vS+d0IrQIHgeRYXgOoNHOOLrGi2LKUl FgsvLkj0QoWZ8mPOa1lamftbU7wmZ0sSul6OebPWc+7xhyIP9Ip3iBrZu9FMkbLk Zp6x1wyXciTYjeKETitEu/rHwenPXH7qeFCAwPojD2GeLQFJ7ledPxqoNqhVbTiJ PyJ+DUMQhkRTlHsQV18xxeM78m3S1xqB7CQZGnQWdyVAlxfs3DGhWqpLzwRzPyhB B/JXkf6f+LqS50OdJgDFrqTmlRIGSzzP5/EI7fvnpe6AIiMbUvSgyGTE3HjXVPmN VWsxLKFVXRdgsrZcKyk91iK5LkmxT+i6WYcDcS3veqci7CUvWiIA69aJl1YdkDIf UbOQpmDB8vkJrGsOhnhStIOLnXTM73+1RkDjv0e2duP7hbZVn3dOsQySrsYgn9y8 etjwudKPlCeVgXpYYi4Rxwg05wWFdWTuahjUrmmzRs0QOMy+mubamVB4U3vSmh9J H/SazQE6g0p6/eD1R3ca =bk8w -----END PGP SIGNATURE----- _______________________________________________ cobbler mailing list cobbler@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/cobbler
So, is the issue that 14.04 is using 2.4.1 and there is some issue with the conf vs location?
Should I D/L and try 2.6.x?
PCM (Paul Michali)
MAIL …..…. pcm@cisco.com IRC ……..… pcm_ (irc.freenode.com) TW ………... @pmichali GPG Key … 4525ECC253E31A83 Fingerprint .. 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83
On Sep 4, 2014, at 7:29 AM, Timo Aaltonen tjaalton@ubuntu.com wrote:
On 04.09.2014 13:30, Jörgen Maas wrote:
Dont think so, we started providing debs as of cobbler 2.6.0 Regards, Jörgen
so he's using that then, since cobbler_web.conf of the distro package doesn't have all that since it's based on 2.4..
-- t _______________________________________________ cobbler mailing list cobbler@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/cobbler
Hi Timo,
I’m using a newly created VM with Ubuntu 14.04, which I did update/upgrade. I just did a “sudo apt-get purge cobbler-web” and then “sudo apt-get install -f cobbler-web”.
dpkg shows...
ii cobbler 2.4.1-0ubuntu2 all Install server ii cobbler-common 2.4.1-0ubuntu2 all Cobbler Install server - common files ii cobbler-web 2.4.1-0ubuntu2 all Cobbler Install server - web interface ii python-cobbler 2.4.1-0ubuntu2 all Install server - python libraries.
When I ran dpkg -L cobbler-web, it showed that there should be files in /usr/share/cobbler/web, but when I look at cobbler_web.conf (for apache2, which was removed and reinstalled, so I know it isn’t a lingering file), it references /usr/local/share/cobbler/web/.
This should be the distro version, right? Should I install some other version? Any idea why there is a mismatch between what is loaded and what is being referenced?
Thanks!
PCM (Paul Michali)
MAIL …..…. pcm@cisco.com IRC ……..… pcm_ (irc.freenode.com) TW ………... @pmichali GPG Key … 4525ECC253E31A83 Fingerprint .. 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83
On Sep 4, 2014, at 2:11 AM, Timo Aaltonen tjaalton@ubuntu.com wrote:
Signed PGP part On 04.09.2014 01:28, Paul Michali (pcm) wrote:
Thanks for the response Timo!
I think I had them from an attempt of installing from source and placed them there, when trying to get cobbler-web working. So, I disabled and removed this config file. I also purged and reinstalled cobbler-web via apt-get.
I see that in the conf.d and conf-enabled, the cobbler_web.conf and cobbler.conf files are present. However, in cobbler_web.conf it mentions a location as /usr/local/share/cobbler/…, but there is no such directory.
Should there have been a /usr/local/share/cobbler/web/ area? If so, any idea what went wrong? It looks like it is not finding the needed file (from log):
sounds like you installed the upstream deb and not from the distro repository (version which I kinda maintain)?
-- t
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 04.09.2014 15:05, Paul Michali (pcm) wrote:
Hi Timo,
I’m using a newly created VM with Ubuntu 14.04, which I did update/upgrade. I just did a “sudo apt-get purge cobbler-web” and then “sudo apt-get install -f cobbler-web”.
dpkg shows...
ii cobbler 2.4.1-0ubuntu2 all Install server ii cobbler-common 2.4.1-0ubuntu2 all Cobbler Install server - common files ii cobbler-web 2.4.1-0ubuntu2 all Cobbler Install server - web interface ii python-cobbler 2.4.1-0ubuntu2 all Install server - python libraries.
When I ran dpkg -L cobbler-web, it showed that there should be files in /usr/share/cobbler/web, but when I look at cobbler_web.conf (for apache2, which was removed and reinstalled, so I know it isn’t a lingering file), it references /usr/local/share/cobbler/web/.
This should be the distro version, right? Should I install some other version? Any idea why there is a mismatch between what is loaded and what is being referenced?
So you have a distro version of the package installed, but the conffile is not. md5sum should be:
60ab948af4f5e1b676c4dbe366fd0a83 /etc/cobbler/cobbler_web.conf
- -- t
Are you running nfs? Is it possible you had a random collision with portmap/rpc?
Try a 'tcpdump -iany port 25151'
Is there any firewall running?
James
On Sep 2, 2014, at 11:36 AM, Greg Chavez greg.chavez@gmail.com wrote:
Paul,
Is there another process listening on 25151? That's the only thing I can think of.
--Greg
On Sat, Aug 30, 2014 at 11:34 AM, Paul Michali (pcm) pcm@cisco.com wrote: Hi!
I installed cobbler and cobbler-web 2.4.1 via apt-get install on Ubuntu 14.04 server setup I have. With that, I tried “cobbler status” but I get:
cobblerd does not appear to be running/accessible: error(110, 'Connection timed out’)
If I look at the error log, I see this constantly repeating:
Sat Aug 30 11:23:59 2014 - ERROR | [Errno 99] Cannot assign requested address Sat Aug 30 11:24:01 2014 - INFO | 11 breeds and 46 OS versions read from the signature file Sat Aug 30 11:24:02 2014 - DEBUG | API handle initialized:
In /etc/cobbler/settings, I tried changing client_use_localhost=1, per a suggestion, but that made no difference.
The cobblerd process is running.
Any suggestions?
PCM (Paul Michali)
MAIL …..…. pcm@cisco.com IRC ……..… pcm_ (irc.freenode.com) TW ………... @pmichali GPG Key … 4525ECC253E31A83 Fingerprint .. 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83
cobbler mailing list cobbler@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/cobbler
-- *..+.- --Greg Chavez +//..;}; _______________________________________________ cobbler mailing list cobbler@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/cobbler
No PCM (Paul Michali)
MAIL …..…. pcm@cisco.com IRC ……..… pcm_ (irc.freenode.com) TW ………... @pmichali GPG Key … 4525ECC253E31A83 Fingerprint .. 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83
On Sep 2, 2014, at 3:19 PM, James Clendenan james.clendenan@gmail.com wrote:
Are you running nfs? Is it possible you had a random collision with portmap/rpc?
Try a 'tcpdump -iany port 25151'
Is there any firewall running?
James
On Sep 2, 2014, at 11:36 AM, Greg Chavez greg.chavez@gmail.com wrote:
Paul,
Is there another process listening on 25151? That's the only thing I can think of.
--Greg
On Sat, Aug 30, 2014 at 11:34 AM, Paul Michali (pcm) pcm@cisco.com wrote: Hi!
I installed cobbler and cobbler-web 2.4.1 via apt-get install on Ubuntu 14.04 server setup I have. With that, I tried “cobbler status” but I get:
cobblerd does not appear to be running/accessible: error(110, 'Connection timed out’)
If I look at the error log, I see this constantly repeating:
Sat Aug 30 11:23:59 2014 - ERROR | [Errno 99] Cannot assign requested address Sat Aug 30 11:24:01 2014 - INFO | 11 breeds and 46 OS versions read from the signature file Sat Aug 30 11:24:02 2014 - DEBUG | API handle initialized:
In /etc/cobbler/settings, I tried changing client_use_localhost=1, per a suggestion, but that made no difference.
The cobblerd process is running.
Any suggestions?
PCM (Paul Michali)
MAIL …..…. pcm@cisco.com IRC ……..… pcm_ (irc.freenode.com) TW ………... @pmichali GPG Key … 4525ECC253E31A83 Fingerprint .. 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83
cobbler mailing list cobbler@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/cobbler
-- *..+.- --Greg Chavez +//..;}; _______________________________________________ cobbler mailing list cobbler@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/cobbler
cobbler mailing list cobbler@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/cobbler
Sorry. Sent, before finishing. No firewall nor NFS. Stock 14.04 server with only ssh setup.
PCM (Paul Michali)
MAIL …..…. pcm@cisco.com IRC ……..… pcm_ (irc.freenode.com) TW ………... @pmichali GPG Key … 4525ECC253E31A83 Fingerprint .. 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83
On Sep 2, 2014, at 3:32 PM, Paul Michali (pcm) pcm@cisco.com wrote:
No PCM (Paul Michali)
MAIL …..…. pcm@cisco.com IRC ……..… pcm_ (irc.freenode.com) TW ………... @pmichali GPG Key … 4525ECC253E31A83 Fingerprint .. 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83
On Sep 2, 2014, at 3:19 PM, James Clendenan james.clendenan@gmail.com wrote:
Are you running nfs? Is it possible you had a random collision with portmap/rpc?
Try a 'tcpdump -iany port 25151'
Is there any firewall running?
James
On Sep 2, 2014, at 11:36 AM, Greg Chavez greg.chavez@gmail.com wrote:
Paul,
Is there another process listening on 25151? That's the only thing I can think of.
--Greg
On Sat, Aug 30, 2014 at 11:34 AM, Paul Michali (pcm) pcm@cisco.com wrote: Hi!
I installed cobbler and cobbler-web 2.4.1 via apt-get install on Ubuntu 14.04 server setup I have. With that, I tried “cobbler status” but I get:
cobblerd does not appear to be running/accessible: error(110, 'Connection timed out’)
If I look at the error log, I see this constantly repeating:
Sat Aug 30 11:23:59 2014 - ERROR | [Errno 99] Cannot assign requested address Sat Aug 30 11:24:01 2014 - INFO | 11 breeds and 46 OS versions read from the signature file Sat Aug 30 11:24:02 2014 - DEBUG | API handle initialized:
In /etc/cobbler/settings, I tried changing client_use_localhost=1, per a suggestion, but that made no difference.
The cobblerd process is running.
Any suggestions?
PCM (Paul Michali)
MAIL …..…. pcm@cisco.com IRC ……..… pcm_ (irc.freenode.com) TW ………... @pmichali GPG Key … 4525ECC253E31A83 Fingerprint .. 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83
cobbler mailing list cobbler@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/cobbler
-- *..+.- --Greg Chavez +//..;}; _______________________________________________ cobbler mailing list cobbler@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/cobbler
cobbler mailing list cobbler@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/cobbler
cobbler mailing list cobbler@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/cobbler
cobbler@lists.fedorahosted.org