View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 13 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Mon Jun 29, 2015 12:44 am 
Offline
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location: Brisbane, Queensland, Australia
I was happily running 8.2 and then recently did the upgrade via pacman to 8.3. Everything went swimmingly however I only just today tried to use ALT + W to open Chrome and I get the message the Chrome is not installed.

Confirming with Pacman that it is in fact installed, I tried a reinstallation however this has made no difference. Can someone help me correct this slight aberration?

Cheers

_________________
Girkers


Top
 Profile  
 
PostPosted: Mon Jun 29, 2015 7:11 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
Open a term and try to run google-chrome to see what the error is. I have seen a couple of instances where an upgraded machine may be missing a value in /etc/machine-id. I am not sure what is deleting it yet but you can regen it with
Code:
sudo systemd-machine-id-setup


Top
 Profile  
 
PostPosted: Tue Jun 30, 2015 3:18 am 
Offline
Joined: Mon Apr 23, 2007 1:45 pm
Posts: 405
Location: Fargo, ND, USA
I also have the same issue with a clean install of 8.3

Checked Pacman google-chrome 43.0.2357.81-1

My /etc/machine-id file has 0 bytes

Code:
MythTV $google-chrome
Process 16212:  D-Bus library appears to be incorrectly set up: Failed to read
Machine UUID file ‘/etc/machine-id’ Should contain a hex string of length 32,
Not 0, with no other text

See the manual page for dbus-uuidgen to correct this issue.
    D-Bus not built with –r dynamic so unable to print backtrace
Aborted (core dumped)
MythTV $


Thanks
TVBox

_________________
TVBox
LinHES R8.6.1


Top
 Profile  
 
PostPosted: Tue Jun 30, 2015 8:12 am 
Offline
Joined: Mon Apr 10, 2006 3:48 pm
Posts: 997
Location: Lexington, Ky
Recently did a R8.3 ISO update and my /etc/machine-id was also a zero byte file. Had to run
Code:
sudo systemd-machine-id-setup

To populate the file as well.


Top
 Profile  
 
PostPosted: Tue Jun 30, 2015 1:09 pm 
Offline
Joined: Wed Jan 07, 2004 12:14 pm
Posts: 425
Location: Charlotte, NC
Hmmm. My /etc/machine-id file also has 0 bytes but my ALT + W works fine.

_________________
Backend server - 4.0 TB 3.0ghz dual core 6 gig RAM, nVidia 9400, Gigabyte GA-870A-UD3 MB, 2 HD-5500, 2 HD Homerun dual tuners, 3 frontend machines - LinHES 8.6.1


Top
 Profile  
 
PostPosted: Tue Jun 30, 2015 4:08 pm 
Offline
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location: Brisbane, Queensland, Australia
I did try the software from the command line on the way out the door to work and it did mention about the machine-id.

I have since run the command to generate the file but this has only had partial success.

When I run google-chrome from the command line it works fine, however when I use ALT + W it starts Chome but after a few seconds it closes and the message pops up again that Chrome is not installed. When you reopen Chrome it knows it crashed as it asks you to restore previous session.

What next?

_________________
Girkers


Top
 Profile  
 
PostPosted: Wed Jul 01, 2015 6:44 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
Alt + W runs this:
Code:
/usr/bin/google-chrome --no-first-run
Run that from the command line and see what errors.


Top
 Profile  
 
PostPosted: Wed Jul 01, 2015 8:53 am 
Offline
Joined: Mon Apr 23, 2007 1:45 pm
Posts: 405
Location: Fargo, ND, USA
Clean install of 8.3
Note: My /etc/machine-id file has 0 bytes, I ran this command in root directory and then tried it in /etc same results.

Code:
[root@mythtv ect]# sudo systemd-machine-id-setup
sudo: systemd-machine-id-setup: comand not found
[root@mythtv ect]#


Code:
[root@mythtv]# /usr/bin/google-chrome --no-first-run
[1:1:0701/085011:ERROR:nacl_fork_delegate_linux.cc(314)]
Bad NaCL helper startup ack (0 bytes)
[root@mythtv]#

_________________
TVBox
LinHES R8.6.1


Top
 Profile  
 
PostPosted: Wed Jul 01, 2015 9:06 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
Try reinstalling systemd. sudo pacman -S systemd


Top
 Profile  
 
PostPosted: Wed Jul 01, 2015 12:47 pm 
Offline
Joined: Mon Apr 23, 2007 1:45 pm
Posts: 405
Location: Fargo, ND, USA
I had the systemd command spelled wrong.
machine ID is now 33 bytes
New run of google-chrome
the error code # changed from 085011 to 133312

Code:
[root@mythtv]# /usr/bin/google-chrome --no-first-run
[1:1:0701/133312:ERROR:nacl_fork_delegate_linux.cc(314)]
Bad NaCL helper startup ack (0 bytes)
[root@mythtv]#

_________________
TVBox
LinHES R8.6.1


Top
 Profile  
 
PostPosted: Wed Jul 01, 2015 1:08 pm 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
Try as mythtv user, not root.


Top
 Profile  
 
PostPosted: Wed Jul 01, 2015 4:45 pm 
Offline
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location: Brisbane, Queensland, Australia
I tried the command as directed and it ran fine, there was some output and it was:
Code:
[24102:24102:0702/080243:ERROR:url_pattern_set.cc(240)] Invalid url pattern: chrome://print/*
Fontconfig error: Cannot load default config file
[WARNING:flash/platform/pepper/pep_module.cpp(63)] SANDBOXED


I exited chrome and tried the ALT + W again and it worked fine as well.

So I am unsure of what happened but it appears to working at the moment.

_________________
Girkers


Top
 Profile  
 
PostPosted: Thu Jul 09, 2015 8:32 pm 
Offline
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location: Brisbane, Queensland, Australia
Tried again the other day and the original issue reappeared.

When I get the opportunity I will attempt to get the details out of a terminal so that we have something to work with.

Watch this space.

_________________
Girkers


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: Baidu [Spider] and 25 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu