It is currently Tue May 21, 2013 10:01 pm

All times are UTC




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: Chromium-browser doesnt start in RC3
PostPosted: Sat Jun 30, 2012 12:00 pm 
Senior Zenwalker
Senior Zenwalker
User avatar

Joined: Wed Mar 31, 2010 4:41 am
Posts: 442
Location: Mysore,India
Hi all,

I installed Zenwalk-7.2 RC3 and while using chromium browser, I found this error,
Code:
/usr/bin/chromium-browser: line 4: 11571 Illegal instruction     chrome --enable-plugins "$@"


Any solutions ??

Thanks in advance 8)

_________________
With regards,

+ Ajay Kumar G

The concern for man and his destiny must be the chief interest of all
technical efforts. Never forget this among your equations and diagrams.


 Profile Send private message  
 
 Post subject: Re: Chromium-browser doesnt start in RC3
PostPosted: Sat Jun 30, 2012 12:59 pm 
Master of the known universe
Master of the known universe
User avatar

Joined: Fri Dec 28, 2007 2:36 pm
Posts: 1285
can you try this following this steps to check if it is a problem in your system or in our pkg (our pkg for example never became default browser in my system)
1-remove chromium from .cache and .config in /home/usr
copy this to mousepad or geanny and save as
get-chromium.sh
----------------------------------------------------------------------
#/bin/sh

# quick hack to automate local user bleeding-edge chromium build installs

# NOTE: over time this script will build up a directory collection of
# old installs in ~/$APPNAME. This is by design so you can easily
# roll back to a previous install by changing the symbolic link
# to /usr/local/bin. After awhile you might want to delete some of the
# old directories.

# how do you like to call this program? (chrome-linux, chrome, chromium, google-chrome?)
APPNAME="chromium"
# get the latest build number (JSON)
VERSION=$(wget -qO- http://commondatastorage.googleapis.com ... AST_CHANGE)
# get some extra metadata to display on the command line
LOGURL="http://commondatastorage.googleapis.com/chromium-browser-continuous/Linux/"$VERSION"/REVISIONS"
LOG=$(wget -qO- $LOGURL)
# build the URL of the file we'll be downloading
DOWNLOADURL="http://commondatastorage.googleapis.com/chromium-browser-continuous/Linux/"$VERSION"/chrome-linux.zip"



# Here's some command line output ...
echo -e "\r\n-------------------------"
echo "BUILD: "$VERSION
echo $LOGURL
echo $LOG
echo -e "-------------------------\r\n"

# if this was already downloaded, then it would either need to be deleted or aborted

# where should we put this 37MB download?
tempfile="/tmp/chrome-linux-"$VERSION".zip"
tempdir="/tmp/chrome-linux/"$VERSION
# just putting this in my home directory now because i'm lazy
permdir=~/$APPNAME"/"$VERSION

# get the large download ...
wget $DOWNLOADURL -O $tempfile
mkdir -p $permdir
unzip $tempfile -d $permdir

# if the symlink exists it needs to be removed now
# actually, this should be linked to the user's personal bin space and sudo/password wouldn't be needed ...
# (so for time being it's needing password :(
sudo rm "/usr/local/bin/"$APPNAME
sudo ln -s $permdir"/chrome-linux/chrome" "/usr/local/bin/"$APPNAME

echo "All done! ...."

# you forgot to delete the tempdir stuff after the unzipping :(
# although it's in /tmp and should be wiped next reboot
----------------------------------------------------------------
2-give permission to run
3-run as normal user in a terminal
4-when at the end of the download it will ask you for a password, just close the terminal. You will find in /tmp the chromium.zip and in home a chromium folder, open the folder and look for chrome-wrapper, just click on and see if it works.
In my system works.
There is also an extension in chrome call
chromium updater
https://chrome.google.com/webstore/deta ... jlbigkcddl
This is the one I normally use.
If in this way works means that our pkg need rebuild
I'm still using kernel 3.3.6 (I will not able to be here and I don't have any of your problems of your graphic card so I cannot post really about rc3.


 Profile Send private message  
 
 Post subject: Re: Chromium-browser doesnt start in RC3
PostPosted: Mon Jul 02, 2012 5:27 am 
Senior Zenwalker
Senior Zenwalker
User avatar

Joined: Wed Mar 31, 2010 4:41 am
Posts: 442
Location: Mysore,India
Hi franco,

I did everything as you specified and after running chromium wrapper,
I got the reply as follows :

Code:
ajaykumar[chrome-linux]$ ./chrome-wrapper
Illegal instruction
ajaykumar[chrome-linux]$


Any solutions ??

Thanks in advance,

_________________
With regards,

+ Ajay Kumar G

The concern for man and his destiny must be the chief interest of all
technical efforts. Never forget this among your equations and diagrams.


 Profile Send private message  
 
 Post subject: Re: Chromium-browser doesnt start in RC3
PostPosted: Mon Jul 02, 2012 7:25 pm 
Master of the known universe
Master of the known universe
User avatar

Joined: Fri Dec 28, 2007 2:36 pm
Posts: 1285
I try to reproduce your problem. I did not have any success.
Here any version of chrome-chromium is working.
Sorry



PS-new kernel has brcmsmac module. It should work out of box. At least
I hope.


 Profile Send private message  
 
 Post subject: Re: Chromium-browser doesnt start in RC3
PostPosted: Tue Jul 03, 2012 12:45 am 
Senior Zenwalker
Senior Zenwalker
User avatar

Joined: Wed Mar 31, 2010 4:41 am
Posts: 442
Location: Mysore,India
Hi franco,

I dont know what the problem is. But, chromium was working fine in my Zenwalk 6.4 stable version. After that, I didnt change to Zenwalk 7.0. I am using 7.2 RC3 directly. Probably, there must be problem with the new kernel or may be a problem with the pkging. I will try to rebuild the pkg from source customizing it to my system and check the output and report it here. Let me see, what I will get.

Thank you,

_________________
With regards,

+ Ajay Kumar G

The concern for man and his destiny must be the chief interest of all
technical efforts. Never forget this among your equations and diagrams.


 Profile Send private message  
 
 Post subject: Re: Chromium-browser doesnt start in RC3
PostPosted: Tue Jul 03, 2012 12:43 pm 
Master of the known universe
Master of the known universe
User avatar

Joined: Fri Dec 28, 2007 2:36 pm
Posts: 1285
I found this place
http://download-chromium.appspot.com/
The good is that you can use firefox or any other browser to download the zip.
What I don't understand is why google does not use this zip for all linux distro.
You can find also in slacky.eu a slackware pkg
chromium - 20.0.1104.0 - Slackware 13.37 (network)
Dep mozilla-nss
build 18-04-2012


 Profile Send private message  
 
 Post subject: Re: Chromium-browser doesnt start in RC3
PostPosted: Sun Jul 08, 2012 3:45 am 
Senior Zenwalker
Senior Zenwalker
User avatar

Joined: Wed Mar 31, 2010 4:41 am
Posts: 442
Location: Mysore,India
Hi franco,

Thanks for the link

I will check and get back to you soon :)

_________________
With regards,

+ Ajay Kumar G

The concern for man and his destiny must be the chief interest of all
technical efforts. Never forget this among your equations and diagrams.


 Profile Send private message  
 
 Post subject: Re: Chromium-browser doesnt start in RC3
PostPosted: Sun Jul 08, 2012 7:31 am 
Global Moderator
Global Moderator
User avatar

Joined: Sat Aug 05, 2006 9:38 am
Posts: 4567
chromiun work here on snapshot, no problem. ;)


 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC


 Who is online

Users browsing this forum: No registered users and 1 guest


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

Search for:
Jump to:  
 
cron