Re: Re: Problem upon upgrade ...

2005-10-07 Thread David Kirchner
On 10/7/05, Aleksandar Kacanski <[EMAIL PROTECTED]> wrote:
> /dev/console problem :
> I found a bit more on this issue.
> /var/log/messages:
> Oct  7 10:42:14 nyfbsds01 kernel: Mounting root from
> ufs:/dev/ad0s1a
> Oct  7 10:42:16 nyfbsds01 init: can't get /dev/console for
> controlling terminal: Operation not permitted
> Oct  7 10:42:46 nyfbsds01 init: can't get /dev/console for
> controlling terminal: Operation not permitted
> Oct  7 10:44:46 nyfbsds01 last message repeated 4 times
> Oct  7 10:53:17 nyfbsds01 last message repeated 17 times
>
> still after couple of minutes, KDM pops up and I am in.
> ls -l /dev/console
> crw---  1 sasha  wheel0,   0 Oct  7 11:02
> /dev/console
>
>
> Why does it takes 21 times to get KDE to start?
> I am able to CTRL-ALT-F1 to virtual console and log in as
> root or ordinary user form KDE.
>
>
> thanks,
> /s

Where do you start KDM from? I'm guessing it's not running as root for
some reason?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Fwd: Re: Problem upon upgrade ...

2005-10-07 Thread Aleksandar Kacanski
/dev/console problem :
I found a bit more on this issue.
/var/log/messages:
Oct  7 10:42:14 nyfbsds01 kernel: Mounting root from
ufs:/dev/ad0s1a
Oct  7 10:42:16 nyfbsds01 init: can't get /dev/console for
controlling terminal: Operation not permitted
Oct  7 10:42:46 nyfbsds01 init: can't get /dev/console for
controlling terminal: Operation not permitted
Oct  7 10:44:46 nyfbsds01 last message repeated 4 times
Oct  7 10:53:17 nyfbsds01 last message repeated 17 times

still after couple of minutes, KDM pops up and I am in.
ls -l /dev/console
crw---  1 sasha  wheel0,   0 Oct  7 11:02
/dev/console


Why does it takes 21 times to get KDE to start?
I am able to CTRL-ALT-F1 to virtual console and log in as
root or ordinary user form KDE.


thanks,
/s


--- Aleksandar Kacanski <[EMAIL PROTECTED]> wrote:

> Date: Fri, 7 Oct 2005 07:38:10 -0700 (PDT)
> From: Aleksandar Kacanski <[EMAIL PROTECTED]>
> Subject: Re: Problem upon upgrade ...
> To: freebsd-questions@freebsd.org
> 
> Hi,
> here is more information on the problem with upgrade to
> 5.4
> 
> kern_securelevel_enable is NO
> kern_securelevel is -1
> /dev/console permissions are : crw-- root:wheel
> Why is this I am not sure. I did change it to crw_rw_rw
> and
> that helps until next reboot.
> Any help on this one...
> /s
> 
> 
> --- Lowell Gilbert
> <[EMAIL PROTECTED]> wrote:
> 
> > Aleksandar Kacanski <[EMAIL PROTECTED]> writes:
> > 
> > > Hello,
> > > I have issue with booting procedure after performing
> > > upgrade from 5.3 to 5.4
> > > 
> > > Error appears after booting in multi-user mode.
> > > init: can't get /dev/console for controlling
> terminal:
> > > operation not permitted.
> > > Could someone point me to what might be causing this
> > > problem...
> > 
> > *Is* there a /dev/console?  
> > What are its permissions?
> > Make sure you are at securelevel -1 to make it easier
> to
> > identify what
> > is happening.
> >
> 
> 
> Aleksandar Kacanski (Sasha)
> 
> 
> 
>   
> __ 
> Yahoo! Mail - PC Magazine Editors' Choice 2005 
> http://mail.yahoo.com
> 



Aleksandar Kacanski (Sasha)




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Problem upon upgrade ...

2005-10-07 Thread Aleksandar Kacanski
Hi,
here is more information on the problem with upgrade to 5.4

kern_securelevel_enable is NO
kern_securelevel is -1
/dev/console permissions are : crw-- root:wheel
Why is this I am not sure. I did change it to crw_rw_rw and
that helps until next reboot.
Any help on this one...
/s


--- Lowell Gilbert
<[EMAIL PROTECTED]> wrote:

> Aleksandar Kacanski <[EMAIL PROTECTED]> writes:
> 
> > Hello,
> > I have issue with booting procedure after performing
> > upgrade from 5.3 to 5.4
> > 
> > Error appears after booting in multi-user mode.
> > init: can't get /dev/console for controlling terminal:
> > operation not permitted.
> > Could someone point me to what might be causing this
> > problem...
> 
> *Is* there a /dev/console?  
> What are its permissions?
> Make sure you are at securelevel -1 to make it easier to
> identify what
> is happening.
>


Aleksandar Kacanski (Sasha)




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Problem upon upgrade ...

2005-10-02 Thread Aleksandar Kacanski
Thanks for the quick reply.
/dev/console does exists and I believe permissions are:
crw- /dev/console
Don't quote me on this I am working from memory.
After changing permissions for group and all users to rw i
got console back. I will make sure I change securelevel to
-1 and report what might be causing this behavior.
After than that upgrade went fine and system is now stable.
/s


--- Lowell Gilbert
<[EMAIL PROTECTED]> wrote:

> Aleksandar Kacanski <[EMAIL PROTECTED]> writes:
> 
> > Hello,
> > I have issue with booting procedure after performing
> > upgrade from 5.3 to 5.4
> > 
> > Error appears after booting in multi-user mode.
> > init: can't get /dev/console for controlling terminal:
> > operation not permitted.
> > Could someone point me to what might be causing this
> > problem...
> 
> *Is* there a /dev/console?  
> What are its permissions?
> Make sure you are at securelevel -1 to make it easier to
> identify what
> is happening.
> 



Aleksandar Kacanski (Sasha)





__ 
Yahoo! for Good 
Donate to the Hurricane Katrina relief effort. 
http://store.yahoo.com/redcross-donate3/ 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Problem upon upgrade ...

2005-10-01 Thread Lowell Gilbert
Aleksandar Kacanski <[EMAIL PROTECTED]> writes:

> Hello,
> I have issue with booting procedure after performing
> upgrade from 5.3 to 5.4
> 
> Error appears after booting in multi-user mode.
> init: can't get /dev/console for controlling terminal:
> operation not permitted.
> Could someone point me to what might be causing this
> problem...

*Is* there a /dev/console?  
What are its permissions?
Make sure you are at securelevel -1 to make it easier to identify what
is happening.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Problem upon upgrade ...

2005-09-30 Thread Aleksandar Kacanski
Hello,
I have issue with booting procedure after performing
upgrade from 5.3 to 5.4

Error appears after booting in multi-user mode.
init: can't get /dev/console for controlling terminal:
operation not permitted.
Could someone point me to what might be causing this
problem...
Sasha


Aleksandar Kacanski (Sasha)




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"