New Iron-Version: 28.0.1550.0 Stable for Linux

Iron Forum for english speaking people

User avatar
SRWare
Site Admin
Posts: 3247
Joined: Sat Jan 19, 2008 4:16 am

New Iron-Version: 28.0.1550.0 Stable for Linux

Post by SRWare »

We released the new Iron for Linux 28 today, which contains all features and updates known from Chromium 28. The current version is 28.1550.0.

Main improvements:
- Bugfixes
- performance improvements
- improved profile management

Iron 28 for 32-Bit Linux will come soon.


Downloads:
http://www.srware.net/downloads/iron-linux.tar.gz (32-Bit)
http://www.srware.net/downloads/iron-linux-64.tar.gz (64-Bit)


Downloads for Debian-based distributions (Debian, Ubuntu, Mint etc.):
http://www.srware.net/downloads/iron.deb (32-Bit)
http://www.srware.net/downloads/iron64.deb (64-Bit)

Downloads for Redhat-based Distributionen [BETA!] (Fedora, RHEL etc.):
http://www.srware.net/downloads/iron.rpm (32-Bit)
http://www.srware.net/downloads/iron64.rpm (64-Bit)
Iron-Updates via Twitter: http://twitter.com/srware

Donations via Paypal and Bitcoin:
http://iron-start.com/spenden.php
dedanna1029
Posts: 17
Joined: Mon Feb 28, 2011 8:35 pm

Re: New Iron-Version: 28.0.1550.0 Stable for Linux

Post by dedanna1029 »

Mageia 3 64-bit. It's trying to use an outdated udev lib:

Code: Select all

[galynda@galynda iron-linux-64]$ ./iron
./iron: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory
What to install or do?

Thanks.
dedanna1029
Posts: 17
Joined: Mon Feb 28, 2011 8:35 pm

Re: New Iron-Version: 28.0.1550.0 Stable for Linux

Post by dedanna1029 »

The rpm won't install because of the error, and the executable from the tarball throws that error, and won't execute.
User avatar
SRWare
Site Admin
Posts: 3247
Joined: Sat Jan 19, 2008 4:16 am

Re: New Iron-Version: 28.0.1550.0 Stable for Linux

Post by SRWare »

dedanna1029 wrote:Mageia 3 64-bit. It's trying to use an outdated udev lib:

Code: Select all

[galynda@galynda iron-linux-64]$ ./iron
./iron: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory
What to install or do?

Thanks.
Try this:
cd /lib/x86_64-linux-gnu/
sudo ln -sf libudev.so.1 libudev.so.0
Iron-Updates via Twitter: http://twitter.com/srware

Donations via Paypal and Bitcoin:
http://iron-start.com/spenden.php
dedanna1029
Posts: 17
Joined: Mon Feb 28, 2011 8:35 pm

Re: New Iron-Version: 28.0.1550.0 Stable for Linux

Post by dedanna1029 »

I ran a locate for libudev:

Code: Select all

[galynda@galynda ~]$ locate libudev
/usr/lib/libudev.so.0
--->/usr/lib/libudev.so.1
/usr/lib/libudev.so.1.1.6
--->/usr/lib64/libudev.so.1
/usr/lib64/libudev.so.1.1.6
/usr/lib64/vlc/plugins/services_discovery/libudev_plugin.so
[galynda@galynda ~]$
Then ran ln -s /usr/lib/libudev.so.1 /usr/lib/libudev.so.0, and ln -s /usr/lib64/libudev.so.1 /usr/lib64/libudev.so.0, and neither worked. I then ran updatedb to no avail even still - I got the same error all over again.

I ran your code:

Code: Select all

[root@galynda ~]# cd /lib/x86_64-linux-gnu/
-bash: cd: /lib/x86_64-linux-gnu/: No such file or directory
It's not working either, and doesn't show up in the folder you pointed to. :(
faucon50

Re: New Iron-Version: 28.0.1550.0 Stable for Linux

Post by faucon50 »

Hello,

Thanks for this new wersion which works better then the previous but has still few errors by launching it:

[13506:13506:0807/073228:ERROR:zygote_host_impl_linux.cc(144)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki ... evelopment for more information on developing with the sandbox on.
[13506:13522:0807/073230:ERROR:object_proxy.cc(627)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
[13506:13522:0807/073230:ERROR:object_proxy.cc(627)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
[13506:13506:0807/073231:ERROR:object_proxy.cc(532)] Failed to call method: org.chromium.Mtpd.EnumerateStorages: object_path= /org/chromium/Mtpd: org.freedesktop.DBus.Error.ServiceUnknown: The name org.chromium.Mtpd was not provided by any .service files

And libGL permission problems which is only the case with Iron v.27/28:

libGL error: open uki failed (Operation not permited)
libGL error: reverting to (slow) indirect rendering

On Ubuntu 12.04 with catalyst 13.3 beta
bryangb
Posts: 1
Joined: Wed Aug 07, 2013 12:31 pm

Re: New Iron-Version: 28.0.1550.0 Stable for Linux

Post by bryangb »

Iron 27 was running quite happily under Xubuntu 12.10, but I just updated my PC to Xubuntu 13.04 Ringtail and now Iron will no longer start. I saw there was an update to Iron 28 so I installed that, but still have the same problem.

I've tried using the desktop and menu shortcuts, I even tried typing /usr/share/iron/iron at the command line - but get the following message:
/usr/share/iron/iron: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory

I've checked and of course it's lying - the directory does exist and so does the file. It's marked as executable but won't execute. What am I doing wrong, please?! :?:
dedanna1029
Posts: 17
Joined: Mon Feb 28, 2011 8:35 pm

Re: New Iron-Version: 28.0.1550.0 Stable for Linux

Post by dedanna1029 »

@bryangb, be sure it does exist. In my library (see code above), it's libudev.so.1 that I have. It's a later release than the one this depends on.
Run:

Code: Select all

su
password
locate libudev
dedanna1029
Posts: 17
Joined: Mon Feb 28, 2011 8:35 pm

Re: New Iron-Version: 28.0.1550.0 Stable for Linux

Post by dedanna1029 »

Google Chrome (not that I use it) has installed fine, using the google repositories. I'm having a hard time therefore, believing that Iron would have to depend on outdated libs.

I think the rpm, deb, and tar.gz need to be re-rolled up.
rodfersou
Posts: 4
Joined: Wed Jun 19, 2013 8:11 pm

Re: New Iron-Version: 28.0.1550.0 Stable for Linux

Post by rodfersou »

When Linux 32 bits will be released?
Locked