[Bug 89314] Re: serial consoles not properly migrated from inittab to event.d

2009-06-18 Thread Scott James Remnant
I think we pretty much missed the boat on this one.  dapper didn't have
Upstart, and everything between dapper and hardy is now EOL.
dapper->hardy will migrate properly anyway, and anyone bitten by this
bug fixed their scripts by hand years ago.

What should learn from this? Don't promote engineers to managers? :p

** Changed in: upstart (Ubuntu)
   Status: Triaged => Invalid

-- 
serial consoles not properly migrated from inittab to event.d
https://bugs.launchpad.net/bugs/89314
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 89314] Re: serial consoles not properly migrated from inittab to event.d

2007-10-08 Thread Scott James Remnant
** Changed in: upstart (Ubuntu)
 Assignee: Scott James Remnant (keybuk) => (unassigned)

-- 
serial consoles not properly migrated from inittab to event.d
https://bugs.launchpad.net/bugs/89314
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 89314] Re: serial consoles not properly migrated from inittab to event.d

2007-10-08 Thread Scott James Remnant
** Changed in: upstart (Ubuntu)
   Status: In Progress => Triaged
   Target: later => None

-- 
serial consoles not properly migrated from inittab to event.d
https://bugs.launchpad.net/bugs/89314
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 89314] Re: serial consoles not properly migrated from inittab to event.d

2007-09-16 Thread Colin Watson
This bug is really about a different issue, not the respawn/exec
migration breakage. See bug 95210 for the latter.

-- 
serial consoles not properly migrated from inittab to event.d
https://bugs.launchpad.net/bugs/89314
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 89314] Re: serial consoles not properly migrated from inittab to event.d

2007-09-15 Thread Onno Benschop
Based what I learnt and documented in bug #104038, I suspect that this
is the problem line:

File: /usr/lib/upstart/migrate-inittab.pl (which I've attached so we can
all look at the same file - mine comes from Feisty)

Likely faulty line 94:
$job[$idx] =~ s/^(\s*respawn\s+).*/$1$process/;


I'm only able to deduce this (not being a native Perl speaker) based on the 
following argument:

Line 56 starts a foreach, which contains an if-then-else on line 60.

If the code was going through the else on line 100, the faulty tty lines
would contain the phrase "stop on shutdown", which the examples
available to me do not have.

That means the code is going through the top half of the if-then-else.
(Which started on line 60).

The code comes to the if-then-else on line 93.

If it were to take the else on line 95, then there would be no issue
because the 'exec' would be at the start of the line - which it isn't.

That means it is going through line 94 which I'm postulating contains
some black magic Perl, which I do no yet understand - yay Perl Regex -
:(

** Attachment added: "This is the file I'm using for my comparison - included 
for documentation purposes only."
   http://launchpadlibrarian.net/9287072/migrate-inittab.pl

-- 
serial consoles not properly migrated from inittab to event.d
https://bugs.launchpad.net/bugs/89314
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 89314] Re: serial consoles not properly migrated from inittab to event.d

2007-06-10 Thread dAniel hAhler
I can confirm what Jose reported. I have e.g.
  respawn
  /sbin/getty 38400 tty2exec /sbin/getty 38400 tty2
in my server's /etc/init.d/tty2.

I'll attach the used /etc/inittab file.

This seems to be reported in bug 95210 (dupe) originally.

** Attachment added: "inittab - which causes failure"
   http://launchpadlibrarian.net/8037424/inittab-fails-migrate

-- 
serial consoles not properly migrated from inittab to event.d
https://bugs.launchpad.net/bugs/89314
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 89314] Re: serial consoles not properly migrated from inittab to event.d

2007-04-24 Thread Jose Castillo
I checked and there's no file named "ttyS0" so I checked the differences
between our working Ultra 60 and the nonworking Sunblade150. I did found
some differences, on the respawn.

Mainly the Sunblade150 (non working) reads:
respawn
/sbin/getty 38400 tty1exec /sbin/getty 38400 tty1

While the Ultra 60 (working) reads:
respawn
exec /sbit/getty 38400 tty1

So my idea is that someway the update readded the file without checking
it was already there. (as to add the exec)

Finally, we have a working Sunblade150 on Feisty.

All this was made using video card not console.

-- 
serial consoles not properly migrated from inittab to event.d
https://bugs.launchpad.net/bugs/89314
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 89314] Re: serial consoles not properly migrated from inittab to event.d

2007-04-18 Thread Colin Watson
Moving milestone forward now that this clearly isn't going to make
Feisty.

** Changed in: upstart (Ubuntu)
   Target: ubuntu-7.04 => later

-- 
serial consoles not properly migrated from inittab to event.d
https://bugs.launchpad.net/bugs/89314
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 89314] Re: serial consoles not properly migrated from inittab to event.d

2007-04-13 Thread Scott James Remnant
** Changed in: upstart (Ubuntu)
   Importance: Medium => High

-- 
serial consoles not properly migrated from inittab to event.d
https://bugs.launchpad.net/bugs/89314
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 89314] Re: serial consoles not properly migrated from inittab to event.d

2007-04-10 Thread Scott James Remnant
** Changed in: upstart (Ubuntu)
 Assignee: Kyle McMartin => Scott James Remnant

-- 
serial consoles not properly migrated from inittab to event.d
https://bugs.launchpad.net/bugs/89314
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 89314] Re: serial consoles not properly migrated from inittab to event.d

2007-03-28 Thread Scott James Remnant
There's a few changes that need to be migrated, including the
respawn/exec one; I think that a quick perl script like migrate-inittab
is in order

-- 
serial consoles not properly migrated from inittab to event.d
https://launchpad.net/bugs/89314

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


[Bug 89314] Re: serial consoles not properly migrated from inittab to event.d

2007-03-27 Thread Tollef Fog Heen
Bringing milestone forward

** Changed in: upstart (Ubuntu)
   Target: 7.04-beta => ubuntu-7.04

-- 
serial consoles not properly migrated from inittab to event.d
https://launchpad.net/bugs/89314

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


[Bug 89314] Re: serial consoles not properly migrated from inittab to event.d

2007-03-12 Thread Fabio Massimo Di Nitto
Target for beta.


** Changed in: upstart (Ubuntu)
   Target: None => 7.04-beta

-- 
serial consoles not properly migrated from inittab to event.d
https://launchpad.net/bugs/89314

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


[Bug 89314] Re: serial consoles not properly migrated from inittab to event.d

2007-03-06 Thread Kyle McMartin
Debdiff for checking existing jobs for your rubber stamping...

** Attachment added: "debdiff to check existing jobs"
   http://librarian.launchpad.net/6648674/debdiff

-- 
serial consoles not properly migrated from inittab to event.d
https://launchpad.net/bugs/89314

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


[Bug 89314] Re: serial consoles not properly migrated from inittab to event.d

2007-03-03 Thread Scott James Remnant
We should probably check for existing jobs in /etc/event.d that have
"runlevel-X" syntax which was used in edgy, and convert that to
"runlevel X" as used in feisty.

-- 
serial consoles not properly migrated from inittab to event.d
https://launchpad.net/bugs/89314

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


[Bug 89314] Re: serial consoles not properly migrated from inittab to event.d

2007-03-02 Thread Kyle McMartin
In Progress (will wait for Scott's sign-off...) and severity set to
medium, since if the user hadn't installed sshd, they'd be S.O.L. for
logging in.

** Changed in: upstart (Ubuntu)
   Importance: Undecided => Medium
   Status: Unconfirmed => In Progress

-- 
serial consoles not properly migrated from inittab to event.d
https://launchpad.net/bugs/89314

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


[Bug 89314] Re: serial consoles not properly migrated from inittab to event.d

2007-03-02 Thread Kyle McMartin

** Attachment added: "debdiff of fix"
   http://librarian.launchpad.net/6601009/debdiff

-- 
serial consoles not properly migrated from inittab to event.d
https://launchpad.net/bugs/89314

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


[Bug 89314] Re: serial consoles not properly migrated from inittab to event.d

2007-03-02 Thread Kyle McMartin

** Attachment added: "generated ttyS0"
   http://librarian.launchpad.net/6601005/ttyS0

-- 
serial consoles not properly migrated from inittab to event.d
https://launchpad.net/bugs/89314

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