Mint 17 on a CF-18 Mk3 restarts to a black screen
- kode-niner
- Posts: 700
- Joined: Sat Jun 07, 2014 7:39 am
- Location: Canada
Re: Mint 17 on a CF-18 Mk3 restarts to a black screen
User menu definitions in Cinnamon are stored in ~/.local but the system menu on the left with the Logout and Shutdown icons are handled by /usr/bin/cinnamon-session which means finding out what happens when you click Restart on the "Shut down the system now?" dialog will require a trace or logging processes. Mobus, if you're going to try XFCE or some other variant and it works, I won't bother. However it would be interesting to know if you hang the system by typing either of these two commands.
/etc/init.d/reboot stop
or:
init 6
(sudo if you have to)
Of course, we're ignoring the obvious thing to do which would be to ask the Cinnamon devs directly.
/etc/init.d/reboot stop
or:
init 6
(sudo if you have to)
Of course, we're ignoring the obvious thing to do which would be to ask the Cinnamon devs directly.
Daily drives a CF-31
Re: Mint 17 on a CF-18 Mk3 restarts to a black screen
Ask?
I tend to research and hammer around.
29MK3 worked good all afternoon with one lock up. Installed soldyxk last night for some reason....Mint too hungry.
did a system restart on solydx. (just now)
and init require sudo. Re-boot stop was a cleaner show. From test on Solydx done right now.
Thanks for this....I ran out of steam looking for it.
BTW is a good read. Thanks for that. init 6 with no sudo yields not found.
Now the screen flicker in M17?
I tend to research and hammer around.

29MK3 worked good all afternoon with one lock up. Installed soldyxk last night for some reason....Mint too hungry.
Code: Select all
sudo init 6
Code: Select all
/etc/init.d/reboot stop
Thanks for this....I ran out of steam looking for it.
BTW
Code: Select all
man init
Now the screen flicker in M17?

Fair for you/ Fair for me.
I chose to NOT be organized.
-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/
I chose to NOT be organized.
-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/
- kode-niner
- Posts: 700
- Joined: Sat Jun 07, 2014 7:39 am
- Location: Canada
Re: Mint 17 on a CF-18 Mk3 restarts to a black screen
Yeah well, obviously if you're not superuser or in a root shell, you need to use sudo. I never use sudo myself.
By the way, I'm more interested in Mobus to try those commands. You know, the guy with the problem.
By the way, I'm more interested in Mobus to try those commands. You know, the guy with the problem.

Daily drives a CF-31
Re: Mint 17 on a CF-18 Mk3 restarts to a black screen

Do you use a root shell from ctrl alt f1 or? I'm just learning.
The Mk3 29 is very similar to 18 mk3 I was doing it for the learning bit.
Thank you very much for your input now where's Mobus?

Fair for you/ Fair for me.
I chose to NOT be organized.
-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/
I chose to NOT be organized.
-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/
- kode-niner
- Posts: 700
- Joined: Sat Jun 07, 2014 7:39 am
- Location: Canada
Re: Mint 17 on a CF-18 Mk3 restarts to a black screen
Any terminal will do. Either I type 'su' followed by the root password or login as root to begin with. I'm a bit old school that way so seeing sudo being typed before every command is like nails on a chalkboard to me and it makes me wince. 

Daily drives a CF-31
Re: Mint 17 on a CF-18 Mk3 restarts to a black screen
Must be my single user ignorance. (ignorance is curable) (me=adm,root,user) 
Not arguing --- attempting to pick your brain for the right way to do it since people think I am a Linux expert.
Not an expert, just not afraid to use it.
Better not read my SOLYDXK thread. screeeeeeech!
So you would log in as root run the calibration series and then log out. Got it, thanks. I'll edit later.

Not arguing --- attempting to pick your brain for the right way to do it since people think I am a Linux expert.


So you would log in as root run the calibration series and then log out. Got it, thanks. I'll edit later.

Fair for you/ Fair for me.
I chose to NOT be organized.
-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/
I chose to NOT be organized.
-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/
- kode-niner
- Posts: 700
- Joined: Sat Jun 07, 2014 7:39 am
- Location: Canada
Re: Mint 17 on a CF-18 Mk3 restarts to a black screen
Hehe, maybe I should have skipped the chalkboard comment. It's just a question of personal choice, convenience, security and how your OS is setup. When you're trying to explain to a novice user that certain commands require superuser permissions to execute, it gets difficult to explain it in certain situations so it's safer to just put "sudo" before the commands that need it so that you know the end user will be successful in following your instructions. In many cases distros will have sudo setup with nopasswd for all by default (which incidentally is highly insecure) so it's easier to lob in the occasional superuser command with sudo. Also you might not want to unleash a novice user on a root terminal if he's not completely aware of the implications, and he continues to use it even after following your instructions.
If on the other hand you have sudo setup with a password and you're prompted to enter it at each command, it just gets silly if your root password is complex (as it should be) and you have several commands to issue so then it makes more sense to save yourself some typing and go 'su' for the session. That's part of the reason why I never bother with sudo in the first place and either disable or remove it. So when I cringe when I see instructions prefaced with sudo at every command, that's just my problem.
Aaaaanyway, now that we've thoroughly hi-jacked Mobus' thread, I can only wonder if he's still around and got his issue fixed.
If on the other hand you have sudo setup with a password and you're prompted to enter it at each command, it just gets silly if your root password is complex (as it should be) and you have several commands to issue so then it makes more sense to save yourself some typing and go 'su' for the session. That's part of the reason why I never bother with sudo in the first place and either disable or remove it. So when I cringe when I see instructions prefaced with sudo at every command, that's just my problem.

Aaaaanyway, now that we've thoroughly hi-jacked Mobus' thread, I can only wonder if he's still around and got his issue fixed.

Daily drives a CF-31
Re: Mint 17 on a CF-18 Mk3 restarts to a black screen
To be perfectly honest, we are very grateful someone has chimed in that know's Linux, and is patient on teaching also. Thank you so very much for chimeing in and putting in your two ents.kode-niner wrote:Hehe, maybe I should have skipped the chalkboard comment. It's just a question of personal choice, convenience, security and how your OS is setup. When you're trying to explain to a novice user that certain commands require superuser permissions to execute, it gets difficult to explain it in certain situations so it's safer to just put "sudo" before the commands that need it so that you know the end user will be successful in following your instructions. In many cases distros will have sudo setup with nopasswd for all by default (which incidentally is highly insecure) so it's easier to lob in the occasional superuser command with sudo. Also you might not want to unleash a novice user on a root terminal if he's not completely aware of the implications, and he continues to use it even after following your instructions. f on the other hand you have sudo setup with a password and you're prompted to enter it at each command, it just gets silly if your root password is complex (as it should be) and you have several commands to issue so then it makes more sense to save yourself some typing and go 'su' for the session. That's part of the reason why I never bother with sudo in the first place and either disable or remove it. So when I cringe when I see instructions prefaced with sudo at every command, that's just my problem.![]()
Aaaaanyway, now that we've thoroughly hi-jacked Mobus' thread, I can only wonder if he's still around and got his issue fixed.
CF-53 MX-Linux 21 Wildflower
CF-30 MK2 SSD MX-21 Betsy, MK2 Navigatrix, Fundraiser for TbT
CF-52 GUN SSD MX-19
(NICE) Thanks Sadlmkr
CF-M34 MicroWattR8 Thanks Sadlmkr
CF-M33 MicroWattR8 Thanks Springfield
CF-30 MK2 SSD MX-21 Betsy, MK2 Navigatrix, Fundraiser for TbT
CF-52 GUN SSD MX-19
(NICE) Thanks Sadlmkr
CF-M34 MicroWattR8 Thanks Sadlmkr
CF-M33 MicroWattR8 Thanks Springfield
Re: Mint 17 on a CF-18 Mk3 restarts to a black screen
Well mobus came in this as a newbie so a little instruction can't hurt right? And we hijack threads as a matter of course. We're all friends here.kode-niner wrote:Hehe, maybe I should have skipped the chalkboard comment. It's just a question of personal choice, convenience, security and how your OS is setup. When you're trying to explain to a novice user that certain commands require superuser permissions to execute, it gets difficult to explain it in certain situations so it's safer to just put "sudo" before the commands that need it so that you know the end user will be successful in following your instructions. In many cases distros will have sudo setup with nopasswd for all by default (which incidentally is highly insecure) so it's easier to lob in the occasional superuser command with sudo. Also you might not want to unleash a novice user on a root terminal if he's not completely aware of the implications, and he continues to use it even after following your instructions.
If on the other hand you have sudo setup with a password and you're prompted to enter it at each command, it just gets silly if your root password is complex (as it should be) and you have several commands to issue so then it makes more sense to save yourself some typing and go 'su' for the session. That's part of the reason why I never bother with sudo in the first place and either disable or remove it. So when I cringe when I see instructions prefaced with sudo at every command, that's just my problem.![]()
Aaaaanyway, now that we've thoroughly hi-jacked Mobus' thread, I can only wonder if he's still around and got his issue fixed.
You wrote it as I think it...me a newbie teaching newbies, sudo is safer....su is a lot more convenient. What I have done is avoided getting into security issues and another level of instruction that is covered everywhere.
My goal is to keep older toughbooks working, not to teach Linux.
Thank you for the write up.

J'd...so where's mobus?...

Fair for you/ Fair for me.
I chose to NOT be organized.
-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/
I chose to NOT be organized.
-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/
Re: Mint 17 on a CF-18 Mk3 restarts to a black screen
I'm still here. It was one of those 15 pound weekends in a 5 pound bag if you know what I mean. I managed to run a live disc with M17 XFCE and it seemed to work nicely until I tried to restart it. Shut down worked fine but it hung like anything else on restart. Beginning to wonder if it's just something to get used to. After all shutting down and then pushing the power switch is a restart just would like it to work as intended instead.
In any case I need to catch up on this thread a bit tonight and implement some of the thoughts you all offered in the previous posts (I skimmed over it really quick here at work). I do appreciate all the pointers and help researching this.
Thanks,
Mark
In any case I need to catch up on this thread a bit tonight and implement some of the thoughts you all offered in the previous posts (I skimmed over it really quick here at work). I do appreciate all the pointers and help researching this.
Thanks,
Mark