[Bug 930116] Re: lxc slow start unexpectedly disconnected from boot status daemon

2012-02-11 Thread Andy Igoshin
yes you are right. delay was due to dhcp request.


i saw incorrect path in the log :

Feb 11 06:36:44 localhost dhclient: can't create
/var/lib/dhcp3/dhclient.eth0.leases: No such file or directory

real path is /var/lib/dhcp

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

Title:
  lxc slow start  unexpectedly disconnected from boot status daemon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930116/+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 930231] Re: smbd crashed with SIGABRT in store_inheritance_attributes()

2012-02-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: samba (Ubuntu)
   Status: New = Confirmed

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

Title:
  smbd crashed with SIGABRT in store_inheritance_attributes()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/930231/+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 930652] [NEW] lxc swapoff: Not superuser

2012-02-11 Thread Andy Igoshin
Public bug reported:

inside the container during poweroff process i get such error:

 * Deactivating swap...
swapoff: Not superuser.[fail]

---
root@relay1:~# lsb_release -rd
Description: Ubuntu 11.10
Release: 11.10

root@relay1:~# apt-cache policy lxc
lxc:
  Installed: 0.7.5-0ubuntu8.3
  Candidate: 0.7.5-0ubuntu8.3
  Version table:
 *** 0.7.5-0ubuntu8.3 0
500 http://ru.archive.ubuntu.com/ubuntu/ oneiric-updates/universe amd64 
Packages
100 /var/lib/dpkg/status
 0.7.5-0ubuntu8 0
500 http://ru.archive.ubuntu.com/ubuntu/ oneiric/universe amd64 Packages

---
root@relay1:~# lxc-start -n sbc

Ubuntu 11.10 sbc /dev/console

sbc login: root
Password:
Last login: Sat Feb 11 10:52:03 UTC 2012 on tty1
Welcome to Ubuntu 11.10 (GNU/Linux 3.0.0-15-server x86_64)

 * Documentation:  https://help.ubuntu.com/11.10/serverguide/C
root@sbc:~# poweroff

Broadcast message from root@sbc
(/dev/console) at 14:05 ...

The system is going down for power off NOW!
root@sbc:~#  * Asking all remaining processes to terminate...[ OK ]
 * All processes ended within 1 seconds  [ OK ]
 * Deconfiguring network interfaces...   [ OK ]
 * Deactivating swap... 
swapoff: Not superuser.
 [fail]
 * Unmounting weak filesystems...[ OK ]
umount: /var/run: not mounted
mount: / is busy
 * Will now halt

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

** Description changed:

  inside the container during poweroff process i get such error:
  
-  * Deactivating swap...   
  swapoff: Not superuser.
-  
[fail]
+  * Deactivating swap...
+ swapoff: Not superuser.[fail]
  
- 
- 
--
+ ---
  root@relay1:~# lsb_release -rd
  Description: Ubuntu 11.10
  Release: 11.10
  
  root@relay1:~# apt-cache policy lxc
  lxc:
-   Installed: 0.7.5-0ubuntu8.3
-   Candidate: 0.7.5-0ubuntu8.3
-   Version table:
-  *** 0.7.5-0ubuntu8.3 0
- 500 http://ru.archive.ubuntu.com/ubuntu/ oneiric-updates/universe 
amd64 Packages
- 100 /var/lib/dpkg/status
-  0.7.5-0ubuntu8 0
- 500 http://ru.archive.ubuntu.com/ubuntu/ oneiric/universe amd64 
Packages
+   Installed: 0.7.5-0ubuntu8.3
+   Candidate: 0.7.5-0ubuntu8.3
+   Version table:
+  *** 0.7.5-0ubuntu8.3 0
+ 500 http://ru.archive.ubuntu.com/ubuntu/ oneiric-updates/universe 
amd64 Packages
+ 100 /var/lib/dpkg/status
+  0.7.5-0ubuntu8 0
+ 500 http://ru.archive.ubuntu.com/ubuntu/ oneiric/universe amd64 
Packages
  
- 
--
+ ---
  root@relay1:~# lxc-start -n sbc
  
  Ubuntu 11.10 sbc /dev/console
  
  sbc login: root
- Password: 
+ Password:
  Last login: Sat Feb 11 10:52:03 UTC 2012 on tty1
  Welcome to Ubuntu 11.10 (GNU/Linux 3.0.0-15-server x86_64)
  
-  * Documentation:  https://help.ubuntu.com/11.10/serverguide/C
+  * Documentation:  https://help.ubuntu.com/11.10/serverguide/C
  root@sbc:~# poweroff
  
  Broadcast message from root@sbc
- (/dev/console) at 14:05 ...
+ (/dev/console) at 14:05 ...
  
  The system is going down for power off NOW!
- root@sbc:~#  * Asking all remaining processes to terminate...[ OK 
] 
-  * All processes ended within 1 seconds  [ OK 
] 
-  * Deconfiguring network interfaces...   [ OK 
] 
-  * Deactivating swap...   
  swapoff: Not superuser.
-  
[fail]
-  * Unmounting weak filesystems...[ OK 
] 
+ root@sbc:~#  * Asking all remaining processes to terminate...[ OK 
]
+  * All processes ended within 1 seconds  [ OK 
]
+  * Deconfiguring network interfaces...   [ OK 
]
+  * Deactivating swap...   
  swapoff: Not superuser.
+  
[fail]
+  * Unmounting weak filesystems...[ OK 
]
  umount: /var/run: not mounted
  mount: / is busy
-  * Will now halt
+  * Will now halt


[Bug 930652] Re: lxc swapoff: Not superuser

2012-02-11 Thread Serge Hallyn
Thanks for reporting this bug.

I see the message too.  Of course the failure to unmount swap is a good
thing :)  I'll assume the real bug, as perceived, is that the container
thinks it has something to swapoff.  Fixing that will require /proc
contents filtering.

We can use the apparmor policy to deny read access to /proc/swaps, which
replaces the error with

/etc/rc0.d/S35networking: 61: /etc/rc0.d/S35networking: cannot open 
/proc/swaps: Permission denied
 * Deactivating swap...  [ OK ] 

Another possibility of course is for /etc/rc0.d/S35networking to detect
it is in a container and not try to swapoff.

However, as no harm is being done to the container or the host, Im
going to mark this wishlist for now.

** Changed in: lxc (Ubuntu)
   Status: New = Confirmed

** Changed in: lxc (Ubuntu)
   Importance: Undecided = Low

** Changed in: lxc (Ubuntu)
   Importance: Low = Wishlist

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

Title:
  lxc  swapoff: Not superuser

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930652/+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 930285] Re: lxc hpsa driver

2012-02-11 Thread Andy Igoshin
i still get this error in the new container. see attached files.

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

Title:
  lxc  hpsa driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930285/+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 930652] Re: lxc swapoff: Not superuser

2012-02-11 Thread Andy Igoshin
ok, thanks!

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

Title:
  lxc  swapoff: Not superuser

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/930652/+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 929523] Re: bacula-director does not start, dummy libbaccats

2012-02-11 Thread Sandy Mackenzie
A reboot took care of the following. 
bacula-dir JobId 0: Fatal error: Please replace this dummy libbaccats library 
with a proper one.

Then
#/usr/share/bacula-director/update_mysql_tables

took care the error opening the database.

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

Title:
  bacula-director does not start, dummy libbaccats

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/929523/+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 930881] [NEW] smbd crashed with SIGABRT in rep_strlcpy()

2012-02-11 Thread Joe Liau
Public bug reported:

Precise alpah 2
Connecting to shared folder with virtualbox virtual machine

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: samba 2:3.6.1-3ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-15.24-generic-pae 3.2.5
Uname: Linux 3.2.0-15-generic-pae i686
NonfreeKernelModules: nvidia
ApportVersion: 1.91-0ubuntu1
Architecture: i386
Date: Sat Feb 11 23:24:03 2012
ExecutablePath: /usr/sbin/smbd
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 (20120201.2)
ProcCmdline: smbd -F
ProcEnviron: PATH=(custom, no user)
Signal: 6
SourcePackage: samba
StacktraceTop:
 ?? () from /lib/i386-linux-gnu/libc.so.6
 rep_strlcpy ()
 connections_fetch_entry ()
 yield_connection ()
 close_cnum ()
Title: smbd crashed with SIGABRT in rep_strlcpy()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:

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


** Tags: apport-crash i386 precise

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

Title:
  smbd crashed with SIGABRT in rep_strlcpy()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/930881/+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 930881] Re: smbd crashed with SIGABRT in rep_strlcpy()

2012-02-11 Thread Joe Liau
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/930881

Title:
  smbd crashed with SIGABRT in rep_strlcpy()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/930881/+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


choosing desired os to boot over ssh

2012-02-11 Thread Tapas Mishra
I have a machine which is multiple boot.For sysadmin kind of work I have to
boot into different different Operating System's. Main Os is Ubuntu 11.10
with grub2.

Each time if I reboot then I want to be able to select desired operating
system to boot while remotely logged in via ssh as we do when we are
physically present on that machine by moving the up down arrow keys.I want
to do some thing similar via ssh or if possible by some other protocol.
Is it possible some how.Is there any package available for the same?

--
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: choosing desired os to boot over ssh

2012-02-11 Thread Tapas Mishra
I forgot to mention in previous message I do not want to be manually
editing the grub.cfg file each time if I have to frequently switch between
different OS.

On Sat, Feb 11, 2012 at 2:04 PM, Tapas Mishra mightydre...@gmail.comwrote:

 I have a machine which is multiple boot.For sysadmin kind of work I have
 to boot into different different Operating System's. Main Os is Ubuntu
 11.10 with grub2.

 Each time if I reboot then I want to be able to select desired operating
 system to boot while remotely logged in via ssh as we do when we are
 physically present on that machine by moving the up down arrow keys.I want
 to do some thing similar via ssh or if possible by some other protocol.
 Is it possible some how.Is there any package available for the same?

 --



-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: choosing desired os to boot over ssh

2012-02-11 Thread Pandu Poluan
Go here:

https://help.ubuntu.com/community/Grub2

find grub-set-default and grub-reboot. These commands will be available if
you set grub.cfg according to the procedure in the section.

Rgds,
 On Feb 11, 2012 3:39 PM, Tapas Mishra mightydre...@gmail.com wrote:

 I forgot to mention in previous message I do not want to be manually
 editing the grub.cfg file each time if I have to frequently switch between
 different OS.

 On Sat, Feb 11, 2012 at 2:04 PM, Tapas Mishra mightydre...@gmail.comwrote:

 I have a machine which is multiple boot.For sysadmin kind of work I have
 to boot into different different Operating System's. Main Os is Ubuntu
 11.10 with grub2.

 Each time if I reboot then I want to be able to select desired operating
 system to boot while remotely logged in via ssh as we do when we are
 physically present on that machine by moving the up down arrow keys.I want
 to do some thing similar via ssh or if possible by some other protocol.
 Is it possible some how.Is there any package available for the same?

 --




 --
 ubuntu-server mailing list
 ubuntu-server@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
 More info: https://wiki.ubuntu.com/ServerTeam

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: choosing desired os to boot over ssh

2012-02-11 Thread Tapas Mishra
No this is not what I want.I am aware of these options.


On Sat, Feb 11, 2012 at 3:39 PM, Pandu Poluan pa...@poluan.info wrote:

 Go here:

 https://help.ubuntu.com/community/Grub2

 find grub-set-default and grub-reboot. These commands will be available if
 you set grub.cfg according to the procedure in the section.

 Rgds,
  On Feb 11, 2012 3:39 PM, Tapas Mishra mightydre...@gmail.com wrote:

 I forgot to mention in previous message I do not want to be manually
 editing the grub.cfg file each time if I have to frequently switch between
 different OS.

 On Sat, Feb 11, 2012 at 2:04 PM, Tapas Mishra mightydre...@gmail.comwrote:

 I have a machine which is multiple boot.For sysadmin kind of work I have
 to boot into different different Operating System's. Main Os is Ubuntu
 11.10 with grub2.

 Each time if I reboot then I want to be able to select desired operating
 system to boot while remotely logged in via ssh as we do when we are
 physically present on that machine by moving the up down arrow keys.I want
 to do some thing similar via ssh or if possible by some other protocol.
 Is it possible some how.Is there any package available for the same?

 --



-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: choosing desired os to boot over ssh

2012-02-11 Thread Imre Gergely


The problem is that there's no networking up at GRUB stage. You'll 
probably need some KVM over IP or something.


On 2012-02-11 14:24, Tapas Mishra wrote:

No this is not what I want.I am aware of these options.

On Sat, Feb 11, 2012 at 3:39 PM, Pandu Poluan pa...@poluan.info [4]
wrote:


Go here:

https://help.ubuntu.com/community/Grub2 [2]

find grub-set-default and grub-reboot. These commands will be
available if you set grub.cfg according to the procedure in the
section.

Rgds,

On Feb 11, 2012 3:39 PM, Tapas Mishra mightydre...@gmail.com
[3] wrote:


I forgot to mention in previous message I do not want to be
manually editing the grub.cfg file each time if I have to
frequently switch between different OS.

On Sat, Feb 11, 2012 at 2:04 PM, Tapas Mishra
mightydre...@gmail.com [1] wrote:


I have a machine which is multiple boot.For sysadmin kind of
work I have to boot into different different Operating

System's.

Main Os is Ubuntu 11.10 with grub2.

Each time if I reboot then I want to be able to select desired
operating system to boot while remotely logged in via ssh as we
do when we are physically present on that machine by moving the
up down arrow keys.I want to do some thing similar via ssh or

if

possible by some other protocol.
Is it possible some how.Is there any package available for the
same?

--




Links:
--
[1] mailto:mightydre...@gmail.com
[2] https://help.ubuntu.com/community/Grub2
[3] mailto:mightydre...@gmail.com
[4] mailto:pa...@poluan.info


--
Imre Gergely
http://havaz.net
gpg --keyserver subkeys.pgp.net --recv-keys 0x34525305

--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: choosing desired os to boot over ssh

2012-02-11 Thread Avi Greenbury
Tapas Mishra wrote:

 No this is not what I want.I am aware of these options.

That fits your requirements pretty well if you only have two systems to
choose from - run grub-reboot from init or something on the one that
controls grub and each reboot will boot into the other.

Otherwise I think that's the closest you'll get. To go between two
systems which don't control grub you'd need to reboot from one into a
system which does, then run grub-reboot, then reboot. Perhaps you could
install a tiny Linux for that purpose, one that boots within seconds?

-- 
Avi

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: choosing desired os to boot over ssh

2012-02-11 Thread Pandu Poluan
Similar to Neal, I'm scratching my head as to exactly what @Tapas wanted...

The only other possibility would be to install a hypervisor (XenServer
comes to mind) and access the VM's virtual console output using VNC or
whatever the management app the hypervisor uses (XenCenter in case of
XenServer). This will enable you to actually choose which OS to boot in the
grub menu.

If that still doesn't answer your needs, then I give up :-P

PS: grub is actually capable of booting non-grub-using OS like Windows;
you'll have to decipher the proper incantations for chainloading (plus
all the complexities of juggling partitions - Windows its wickedly invasive
and greedy in that regard), but it's doable.

Rgds,
On Feb 11, 2012 9:21 PM, Neal McBurnett n...@bcn.boulder.co.us wrote:

 It seems to me that grub-reboot does what you asked for.  You do have to
 modify /etc/default/grub *one time* to set the saved option, but after
 that you just quickly run grub-reboot before a reboot and it boots the one
 you picked, on just the next reboot.  If on that boot, you DON'T run
 grub-reboot, it will reboot the time after that with your default, safe
 boot option.  If you're worried about testing odd kernels and panics, you
 can also set a boot option like panic=30 so it reboots into a safe kernel
 after a panic.

 If that isn't what you wanted, can you clarify in more detail what you're
 looking for?

 You could set up a serial console connected to a separate computer let you
 connect to it at boot time, but it is much more complicated and expensive.
 I guess if you need to boot into OS's that don't use grub, a serial
 console boot would be more convenient than rebooting to the default one
 that does do grub, and then choosing the one you really want next via
 grub-reboot from there.

 Neal McBurnett http://neal.mcburnett.org/

 On Sat, Feb 11, 2012 at 05:54:30PM +0530, Tapas Mishra wrote:
  No this is not what I want.I am aware of these options.
 
 
  On Sat, Feb 11, 2012 at 3:39 PM, Pandu Poluan pa...@poluan.info wrote:
 
 
  Go here:
 
  https://help.ubuntu.com/community/Grub2
 
  find grub-set-default and grub-reboot. These commands will be
 available if
  you set grub.cfg according to the procedure in the section.
 
  Rgds,
 
  On Feb 11, 2012 3:39 PM, Tapas Mishra mightydre...@gmail.com
 wrote:
 
  I forgot to mention in previous message I do not want to be
 manually
  editing the grub.cfg file each time if I have to frequently
 switch
  between different OS.
 
  On Sat, Feb 11, 2012 at 2:04 PM, Tapas Mishra 
 mightydre...@gmail.com
  wrote:
 
  I have a machine which is multiple boot.For sysadmin kind of
 work I
  have to boot into different different Operating System's.
 Main Os
  is Ubuntu 11.10 with grub2.
 
  Each time if I reboot then I want to be able to select
 desired
  operating system to boot while remotely logged in via ssh as
 we do
  when we are physically present on that machine by moving the
 up
  down arrow keys.I want to do some thing similar via ssh or if
  possible by some other protocol.
  Is it possible some how.Is there any package available for
 the
  same?
 
  --
 
 
 
 

  --
  ubuntu-server mailing list
  ubuntu-server@lists.ubuntu.com
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
  More info: https://wiki.ubuntu.com/ServerTeam

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: choosing desired os to boot over ssh

2012-02-11 Thread Tapas Mishra
What I am looking for is some thing like a service console similar to IDRAC
of Dell Power edge (if available for Ubuntu)
or any software where in Wake On Lan with a special key combination can
boot my desired OS.

On Sat, Feb 11, 2012 at 9:00 PM, Pandu Poluan pa...@poluan.info wrote:

 Similar to Neal, I'm scratching my head as to exactly what @Tapas wanted...

 The only other possibility would be to install a hypervisor (XenServer
 comes to mind) and access the VM's virtual console output using VNC or
 whatever the management app the hypervisor uses (XenCenter in case of
 XenServer). This will enable you to actually choose which OS to boot in the
 grub menu.

 If that still doesn't answer your needs, then I give up :-P

 PS: grub is actually capable of booting non-grub-using OS like Windows;
 you'll have to decipher the proper incantations for chainloading (plus
 all the complexities of juggling partitions - Windows its wickedly invasive
 and greedy in that regard), but it's doable.

 Rgds,
 On Feb 11, 2012 9:21 PM, Neal McBurnett n...@bcn.boulder.co.us wrote:

 It seems to me that grub-reboot does what you asked for.  You do have to
 modify /etc/default/grub *one time* to set the saved option, but after
 that you just quickly run grub-reboot before a reboot and it boots the one
 you picked, on just the next reboot.  If on that boot, you DON'T run
 grub-reboot, it will reboot the time after that with your default, safe
 boot option.  If you're worried about testing odd kernels and panics, you
 can also set a boot option like panic=30 so it reboots into a safe kernel
 after a panic.

 If that isn't what you wanted, can you clarify in more detail what you're
 looking for?

 You could set up a serial console connected to a separate computer let
 you connect to it at boot time, but it is much more complicated and
 expensive.
 I guess if you need to boot into OS's that don't use grub, a serial
 console boot would be more convenient than rebooting to the default one
 that does do grub, and then choosing the one you really want next via
 grub-reboot from there.

 Neal McBurnett http://neal.mcburnett.org/

 On Sat, Feb 11, 2012 at 05:54:30PM +0530, Tapas Mishra wrote:
  No this is not what I want.I am aware of these options.
 
 
  On Sat, Feb 11, 2012 at 3:39 PM, Pandu Poluan pa...@poluan.info
 wrote:
 
 
  Go here:
 
  https://help.ubuntu.com/community/Grub2
 
  find grub-set-default and grub-reboot. These commands will be
 available if
  you set grub.cfg according to the procedure in the section.
 
  Rgds,
 
  On Feb 11, 2012 3:39 PM, Tapas Mishra mightydre...@gmail.com
 wrote:
 
  I forgot to mention in previous message I do not want to be
 manually
  editing the grub.cfg file each time if I have to frequently
 switch
  between different OS.
 
  On Sat, Feb 11, 2012 at 2:04 PM, Tapas Mishra 
 mightydre...@gmail.com
  wrote:
 
  I have a machine which is multiple boot.For sysadmin kind
 of work I
  have to boot into different different Operating System's.
 Main Os
  is Ubuntu 11.10 with grub2.
 
  Each time if I reboot then I want to be able to select
 desired
  operating system to boot while remotely logged in via ssh
 as we do
  when we are physically present on that machine by moving
 the up
  down arrow keys.I want to do some thing similar via ssh or
 if
  possible by some other protocol.
  Is it possible some how.Is there any package available for
 the
  same?
 
  --
 
 
 
 

  --
  ubuntu-server mailing list
  ubuntu-server@lists.ubuntu.com
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
  More info: https://wiki.ubuntu.com/ServerTeam




-- 
8960770858
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: choosing desired os to boot over ssh

2012-02-11 Thread Hakan Koseoglu
On 11 February 2012 17:52, Tapas Mishra mightydre...@gmail.com wrote:
 What I am looking for is some thing like a service console similar to IDRAC
 of Dell Power edge (if available for Ubuntu)
 or any software where in Wake On Lan with a special key combination can boot
 my desired OS.
DRAC/ILO/Similar out-of-band management options are not software as
such, they are firmware which runs alongside, providing the user with
a network address and capabilities for remote access. Whey you are at
grub selection menu, there's no networking available yet. Look for
outside-grub solutions. As mentioned, you can always boot into a small
OS and initiate the next one. If all you have is a cheap off-the-shelf
desktop PC with no out of band management capability, try using a
networked KVM, there are stand-alone versions where you plug USB and
mouse and plug it into the switch and do a remote desktop / vnc into
it. If you have plenty of these desktop-servers, invest in a rackmount
networked KVM, they work pretty well.

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: MySQL's future in Debian and Ubuntu

2012-02-11 Thread Fabio T. Leitao
I have already moved some of my servers to mariadb, with minor to none
downtime during the process, but I have also kept some of them stuck with
mysql just because of the official support (well, it is the elected one
in main repository after all)

I have also done some bench marking and have also seen no loss in
performance, depending on the memcache/loadbalance/db engine, it got even a
little better.

They have published some bug fixes that were really critical for me.

And MOST OF THE TIME, the binaries and libraries
are transparently compatible with MySQL, therefore, I have never had an
application or frame work even realize it was not running on top of MySQL.

I have seen a few discussions in the past couple of years (not sure from
who) in the ubuntu-server list, and back when I have first followed this
up, maintainers claimed it was not really fully compatible due to some of
the dependencies that the other packages have set, and apache2 was one of
the most important... So have in mind there will have a major scrub in a
lot of packages to change their dependencies from mysql (and its libraries)
to mariadb.

Of course, its a doable task, but might be a little larger than we may
first realize.

2012/2/7 Marc Deslauriers marc.deslauri...@canonical.com

 On Tue, 2012-02-07 at 01:50 -0800, Clint Byrum wrote:
  I'm writing to the greater Debian and Ubuntu community to ask for your
  thoughts on a proposal to drop MySQL in favor of MariaDB. Its clear to
  me that Oracle is not going to do work in the open, and this will become
  a huge support burden for Linux distributions. The recent CVE's had to
  be hunted down and investigated at great difficulty to several people,
  since the KB articles referenced and the internal Oracle bug numbers
  referenced were not available.
 
  This will only get harder as the community bug tracker gets further out
  of sync with the private one.

 As a member of the security team, I think Oracle's move to a private bug
 tracker and not publishing details on the security issues is a disaster
 for Linux distributions attempting to maintain MySQL.

 I would support moving to a project that still does development in the
 open and is not actively trying to hide details of security issues.

 Marc.



 --
 ubuntu-server mailing list
 ubuntu-server@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
 More info: https://wiki.ubuntu.com/ServerTeam




-- 
Fábio Leitão
..-. .- -... .. ---  .-.. . .. - .- ---  ...-.-
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: MySQL's future in Debian and Ubuntu

2012-02-11 Thread Marc Deslauriers
On Sat, 2012-02-11 at 20:47 -0200, Fabio T. Leitao wrote:
 I have already moved some of my servers to mariadb, with minor to none
 downtime during the process, but I have also kept some of them stuck
 with mysql just because of the official support (well, it is the
 elected one in main repository after all)

Out of curiosity, what version of MySQL did you migrate to what version
of MariaDB?

Marc.




-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam