[Bug 992632] [NEW] If daemonize=1 is set in /etc/mcollective/server.cfg, service fails to start

2012-05-01 Thread Konrad Scherer
Public bug reported:

On 12.04 using 1.2.1+dfsg-2ubuntu1

Mcollective has a config variable to control whether mcollective
daemonizes itself. If this is set, then upstart attempts to start the
mcollective process 10 times. Each instance hangs and the service fails
to start.

Probably the best way to handle this would be to add a parameter to
/usr/sbin/mcollectived to override the config file setting.

** Affects: mcollective (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mcollective in Ubuntu.
https://bugs.launchpad.net/bugs/992632

Title:
  If daemonize=1 is set in /etc/mcollective/server.cfg, service fails to
  start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mcollective/+bug/992632/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 992632] [NEW] If daemonize=1 is set in /etc/mcollective/server.cfg, service fails to start

2012-05-01 Thread Konrad Scherer
Public bug reported:

On 12.04 using 1.2.1+dfsg-2ubuntu1

Mcollective has a config variable to control whether mcollective
daemonizes itself. If this is set, then upstart attempts to start the
mcollective process 10 times. Each instance hangs and the service fails
to start.

Probably the best way to handle this would be to add a parameter to
/usr/sbin/mcollectived to override the config file setting.

** Affects: mcollective (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/992632

Title:
  If daemonize=1 is set in /etc/mcollective/server.cfg, service fails to
  start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mcollective/+bug/992632/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 967424] [NEW] Cobbler package silently creates invalid install if /var/www/cobbler directory already exists

2012-03-28 Thread Konrad Scherer
Public bug reported:

Using version cobbler-2.2.2-0ubuntu21

The install script attempts to create a link from /var/www/cobbler to
/usr/share/cobbler/webroot/cobbler.

My system had a previous manual installation of cobbler with a
/var/www/cobbler directory (not a link). The installer does not create
the link but did not report that the link could not be created. The web
UI did not work properly until I moved the directory and reinstalled the
package.

Perhaps the install should fail if /var/www/cobbler link cannot be
created?

** Affects: cobbler (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cobbler in Ubuntu.
https://bugs.launchpad.net/bugs/967424

Title:
  Cobbler package silently creates invalid install if /var/www/cobbler
  directory already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/967424/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 967430] [NEW] Switching to internal python tftp server fails due to file name change

2012-03-28 Thread Konrad Scherer
Public bug reported:

Using cobbler-2.2.2-0ubuntu21

The cobbler project ships an internal python tftpd.py server. If
modules.conf is changed to use this, then the
/etc/cobbler/tftpd.template file is used to create an xinitd service
entry. This template contains an entry called binary which then
substitutes the binary name /usr/sbin/tftpd.py

The ubuntu packaging has renamed tftpd.py to tftpd but the template
substitution incorrectly uses /usr/sbin/tftpd.py.

The workaround is simple: Hard code the template file to use
/usr/sbin/tftpd.

** Affects: cobbler (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cobbler in Ubuntu.
https://bugs.launchpad.net/bugs/967430

Title:
  Switching to internal python tftp server fails due to file name change

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/967430/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 967424] [NEW] Cobbler package silently creates invalid install if /var/www/cobbler directory already exists

2012-03-28 Thread Konrad Scherer
Public bug reported:

Using version cobbler-2.2.2-0ubuntu21

The install script attempts to create a link from /var/www/cobbler to
/usr/share/cobbler/webroot/cobbler.

My system had a previous manual installation of cobbler with a
/var/www/cobbler directory (not a link). The installer does not create
the link but did not report that the link could not be created. The web
UI did not work properly until I moved the directory and reinstalled the
package.

Perhaps the install should fail if /var/www/cobbler link cannot be
created?

** Affects: cobbler (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/967424

Title:
  Cobbler package silently creates invalid install if /var/www/cobbler
  directory already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/967424/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 967430] [NEW] Switching to internal python tftp server fails due to file name change

2012-03-28 Thread Konrad Scherer
Public bug reported:

Using cobbler-2.2.2-0ubuntu21

The cobbler project ships an internal python tftpd.py server. If
modules.conf is changed to use this, then the
/etc/cobbler/tftpd.template file is used to create an xinitd service
entry. This template contains an entry called binary which then
substitutes the binary name /usr/sbin/tftpd.py

The ubuntu packaging has renamed tftpd.py to tftpd but the template
substitution incorrectly uses /usr/sbin/tftpd.py.

The workaround is simple: Hard code the template file to use
/usr/sbin/tftpd.

** Affects: cobbler (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/967430

Title:
  Switching to internal python tftp server fails due to file name change

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/967430/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 899159]

2012-03-14 Thread Martin-konrad-scherer
With Ubuntu stable Kernel (3.0.0-16-generic) on arch amd64 my 32-bit
OpenGL applications still causes the described gpu hangs.

Perhaps it has something to do with multiarch (64 - 32 bit) support? I
build apitrace with -m32 and created another trace file for my app.

I hope the error could be reproduced.

Thanks in advance!
Martin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/899159

Title:
  [snb-gt2] GPU lockup  render.IPEHR: 0x7b009004 (Needs 8.0.2)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/899159/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 899159]

2012-03-14 Thread Martin-konrad-scherer
Created attachment 58449
32bit apitrace which produces the gpu hang

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/899159

Title:
  [snb-gt2] GPU lockup  render.IPEHR: 0x7b009004 (Needs 8.0.2)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/899159/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 706995] [NEW] Cobbler references init scripts in /etc/rc.d/init.d

2011-01-24 Thread Konrad Scherer
Public bug reported:

Binary package hint: cobbler

The module sync_post_restart_services.py and action_check assume that init 
scripts are located in /etc/rc.d/init.d. This is the normal layout on RedHat 
systems and does not work Ubuntu/Debian systems. 
Also currently the cobbler sync calls service restart, when a reload is 
sufficient.

** Affects: cobbler (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cobbler in ubuntu.
https://bugs.launchpad.net/bugs/706995

Title:
  Cobbler references init scripts in /etc/rc.d/init.d

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 707113] [NEW] Koan should not have dependency on cobbler

2011-01-24 Thread Konrad Scherer
Public bug reported:

Binary package hint: cobbler

The koan package currently depends on cobbler. This means that to
install just koan, unnecessary programs like apache2, etc are also
installed. Koan is a very simple python package that talks to the main
cobbler server over XMLRPC.

It does have a dependency on libvirtd which is not captured in the
current dependency hierarchy.

** Affects: cobbler (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cobbler in ubuntu.
https://bugs.launchpad.net/bugs/707113

Title:
  Koan should not have dependency on cobbler

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 706995] [NEW] Cobbler references init scripts in /etc/rc.d/init.d

2011-01-24 Thread Konrad Scherer
Public bug reported:

Binary package hint: cobbler

The module sync_post_restart_services.py and action_check assume that init 
scripts are located in /etc/rc.d/init.d. This is the normal layout on RedHat 
systems and does not work Ubuntu/Debian systems. 
Also currently the cobbler sync calls service restart, when a reload is 
sufficient.

** Affects: cobbler (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/706995

Title:
  Cobbler references init scripts in /etc/rc.d/init.d

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 707113] [NEW] Koan should not have dependency on cobbler

2011-01-24 Thread Konrad Scherer
Public bug reported:

Binary package hint: cobbler

The koan package currently depends on cobbler. This means that to
install just koan, unnecessary programs like apache2, etc are also
installed. Koan is a very simple python package that talks to the main
cobbler server over XMLRPC.

It does have a dependency on libvirtd which is not captured in the
current dependency hierarchy.

** Affects: cobbler (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/707113

Title:
  Koan should not have dependency on cobbler

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs