Displaying 20 results from an estimated 2000 matches similar to: "Installing old version of firefox"
2015 Oct 13
6
[PATCH 0/4] rpm: Choose providers better (RHBZ#1266918).
Fix for
https://bugzilla.redhat.com/show_bug.cgi?id=1266918
2015 Oct 13
1
[PATCH v2] rpm: Choose providers better (RHBZ#1266918).
This is v2 of the 4/4 patch from the original series.
Changes:
- memoize the function this time
- check packages are installed using rpm_package_of_string
However I didn't combine the two case together, because the code is a
bit simpler with them separate.
Rich.
2010 Oct 27
1
firefox problems
Just wondering if anyone might be seeing any similar frequent crashes of Firefox/GNOME/Nautilus lately. I have a couple of users who have reported a problem like this. Any ideas are welcome. Latest CentOS 5.5 w/patches, latest nVidia graphics driver, firefox from repos.
| ###!!! ABORT: Request 0.0: BadRequest (invalid request code or no such
| operation): file nsX11ErrorHandler.cpp, line 182
|
2012 Oct 19
1
SeaMonkey on CentOS 6.3
Been a while since I used seamonkey, but needed it yesterday. The old
version I had installed (2.11) threw an error when I tried it, so I
grabbed 2.12.1 from mozilla.com. It throws the same error:
$ /usr/local/seamonkey/seamonkey &
[1] 7050
$ XPCOMGlueLoad error for file /usr/local/seamonkey/libxpcom.so:
libxul.so: cannot open shared object file: No such file or directory
Couldn't
2007 Mar 31
1
newest realased firefox from source on Centos 4.4 64 bit.
Hello
any help would be cool..
./configure --enable-application=browser
looks like its good then get an error after the compile
configure: warning: Recreating autoconf.mk with updated nspr-config
output
after make.
I get
/usr/bin/ld: nsCOMPtr.o: relocation R_X86_64_PC32 against
`nsGetServiceByCID::operator()(nsID const&, void**) const' can not be
used when making a shared
2016 Jun 02
2
FYI: http
On Thu, Jun 02, 2016 at 04:25:49PM -0500, Valeri Galtsev wrote:
>
> I for one am looking for decent replacement for firefox for at least 5
> years (no, do not suggest chrome, or google anything, please), still
> without success. The bizarre with Firefox started shortly after a guy I
> know (as undergraduate student in our Department) became production
> director of Mozilla
2014 Oct 24
3
cr repo firefox el6.6 crashes on 6.5
Noticed firefox is one of the only critical sec. updates from 6.6. So I
manually downloaded the rpm from cr repo and rpm -Uvh
firefox-31.2.0-3.el6.centos.x86_64.rpm
but it crashes with
/usr/lib64/firefox/firefox: symbol lookup error:
/usr/lib64/firefox/libxul.so: undefined symbol: gdk_window_get_visual
2017 Feb 11
2
Wich web browser on CentOS6 ?
Yes David, I'm using a release 32 of Firefox to reach my olds C6100
IDRAC7 interface.
The problem is for latest Firefox versions as they require libgtk-3 not
available in Centos6/RHEL6 distribution.
Today I use a very very bad solution to reach my switch with latest
firmware version from the latest Firefox available in CentOS: I disable
https and use http....
Even if it is on a private
2017 Jun 15
2
[CFI] Manually linking classes that have no inheritance link
Hi,
I would like to propose extending the Control-Flow Integrity (CFI)
mechanism in LLVM/Clang with a feature that allows users to explicitly link
classes that have no inheritance link. Usually, if one class is used at
locations in code where this class is not expected, this will create a CFI
error at runtime, assuming the application is built with CFI enabled.
However, in cases where the user
2017 Jun 16
2
[CFI] Manually linking classes that have no inheritance link
Hi Kostya,
Please find attached the minimized motivation test.
I hope it is minimized enough. If not please let me know so I can try to
make it more minimal.
Were you expecting something like this?
Also I think the tests that I should provide along with the patch should be
in a special format right? I think I should be looking at
http://llvm.org/docs/DeveloperPolicy.html#test-cases, and
2017 Jun 16
2
[CFI] Manually linking classes that have no inheritance link
-krasin@
On Fri, Jun 16, 2017 at 11:05 AM, Kostya Serebryany <kcc at google.com> wrote:
>
>
> On Thu, Jun 15, 2017 at 10:39 PM, Enes Göktaş <enes.goktas at gmail.com>
> wrote:
>
>> Hi Kostya,
>>
>> Please find attached the minimized motivation test.
>> I hope it is minimized enough. If not please let me know so I can try to
>> make it more
2015 Oct 13
0
[PATCH 4/4] rpm: Choose providers better (RHBZ#1266918).
In the referenced bug, a customer had installed a web browser called
'palemoon'. The RPM of this web browser provides and requires various
core libraries, such as:
Provides: libnss3.so()(64bit) # normally provided by 'nss'
Requires: libxul.so()(64bit) # normally provided by 'firefox'
Our previous algorithm -- inherited from the days when we used to run
'rpm'
2009 Sep 28
3
Any known problems with kernel-2.6.18-164.el5.x86_64 / x86_64 / 3ware?
Hi,
I have a server that is running centos 5.3 x86_64 that until last week was
running fine. With no error messages in console and in /var/log/messages
the server simply stops responding.
After a reboot everything is fine. The only change (that I could find) but
that was not active before the first incident/reboot was the update of the
kernel and friends.
The server (is this can help) is a
2017 Jun 19
2
[CFI] Manually linking classes that have no inheritance link
As you noted the class links are actually of the whitelisting kind and not
of the blacklisting kind. Doing this with an attribute is pretty
interesting and sounds like a better fit to me.
I think this could look something like:
__attribute__((compatible_vtable_layout("JSComponentMath",
"JSComponentImage")))
class ProxyClass{
public:
...
}
Would this be more admissible?
On
2016 Jun 19
1
https and self signed
On Sat, June 18, 2016 6:50 pm, Always Learning wrote:
>
> On Sat, 2016-06-18 at 15:39 -0700, Gordon Messmer wrote:
>
>> I'm not interested in turning this in to a discussion on epistemology.
>> This is based on the experience (the evidence) of some of the world's
>> foremost experts in the field (Akamai, Cisco, EFF, Mozilla, etc).
>
> The same Mozilla
2012 Oct 16
3
setting up postfix
This should be an easy one. I'm trying to get postfix going. I've
never done this before. I followed the directions at
http://wiki.centos.org/HowTos/postfix. I opened port 25:
iptables -I INPUT -p tcp -m tcp --dport 25 -j ACCEPT
Here's an attempt to send mail:
[motor at localhost motor]# mail -v larry.martell at gmail.com
Subject: test
test
.
EOT
larry.martell at gmail.com...
2007 Sep 01
1
Hekp dtrace -l is bleeding Unstable implementation details all over my USDT probe namespace :(
Hi,
As I''ve discussed before whenever we add USDT probes to a C++ function
and call dtrace -l we get the mangled C++ name for the dtrace function,
being listed :(
Now the point of USDT probes is to abstract a higher level semantic
construct for users to make use of. Surely it is not meant to be listing
Unstable Interfaces (implementation details), such as the containing C++
2017 Sep 22
6
Connecting to internet with USB tethered iphone
On Fri, Sep 22, 2017 at 11:30 AM Stephen John Smoogen <smooge at gmail.com>
wrote:
> On 22 September 2017 at 10:33, Larry Martell <larry.martell at gmail.com>
> wrote:
> > I am trying to get a centos 6 system on the internet with a tethered
> > iPhone. I can see the phone with lsusb as bus 001 device 011. A post on
> > stackoverflow said I would need to run
2017 Dec 12
2
upgrading python
On Mon, Dec 11, 2017 at 4:32 PM, Larry Martell <larry.martell at gmail.com> wrote:
> On Mon, Dec 11, 2017 at 4:25 PM, Clint Dilks <clintd at scms.waikato.ac.nz> wrote:
>> On Tue, Dec 12, 2017 at 10:09 AM, Larry Martell <larry.martell at gmail.com>
>> wrote:
>>
>>> On Tue, Dec 5, 2017 at 8:22 AM, Pete Biggs <pete at biggs.org.uk> wrote:
2014 Apr 18
2
[LLVMdev] [PATCH] Seh exceptions on Win64
Hi Chandler,
There were five SEH releated patches posted in two threads in the last days.
Two different patches in Martell e-mail starting this thread: the win64 seh
(llvm) and the register names
Three more related SEH patches in another thread: one for win64 seh clang,
one for MinGW toolchain and another for unreachable prologue.
To clarify and allow proper reviews for the different patches I