similar to: Firefox 7 on CentOS 5

Displaying 20 results from an estimated 8000 matches similar to: "Firefox 7 on CentOS 5"

2010 Mar 27
2
Network tuning for working with very old Solaris
G'day. I am trying to get a very old Solaris 5.7 server to ftp data to my updated CentOS 5.4 server but the Solaris box keeps losing networking after sending some data. I can't ping the Solaris box from any of the servers on my network. Could this be related to a much newer (modern) TCP/IP stack in Linux and TCP options? If so, does anyone have any suggestions for how I can tune the
2011 Jun 28
2
OpenOffice 3.3.0 crashing on CentOS 5.5
The last few releases of OpenOffice have gotten very unstable on my desktop which is a CentOS 5.5 i386 system. After multiple crashes when doing embedded simple drawings in OpenOffice writer (circles and lines with connections), I started using the versions from Sun then Oracle. I am now using version 3.3: openooffice.org3-3.3.0-9567. I've lived with this but with version 3.x it has gotten
2014 May 14
1
Error starting Virtual Machine Manager: Failed to contact configuration server
I just updated and rebooted a VM host server which runs CentOS 6.5/x86_64. After rebooting, I can't start the virtual-manager due to the error: Error starting Virtual Machine Manager: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ [^]
2014 Dec 02
1
Building QT on CentOS 5
I am building QT 4.8.6 on CentOS 5 and it is failing on building the webkit module with __sync_add_and_fetch_4 not being defined. My build is for Embedded Linux, which allows me to use the framebuffer. Posts report this error when trying to cross-compile for ARM, but I am building for X86. Several posts also indicate that this is due to the old GCC used by CentOS 5. Does anyone have any
2013 Jun 24
1
Best solution for TRIM on CentOS 5.x
I am planning on using solid state disks with my CentOS 5.x systems. Currently, I am using EXT3 for the file system. >From what I can find, CentOS 5.x does not support TRIM on solid state disks? Is this correct? Should I obtain and build the updated hdparm and use that to trim my drives (for example, via CRON every night at midnight)? Or should I get fstrim (updated util-linux)? Any other
2018 Mar 23
2
cuda cross compiling issue for target aarch64-linux-androideabi
I was wondering if anyone has encountered this issue when cross compiling cuda on Nvidia TX2 running android. The error is In file included from <built-in>:1: In file included from prebuilts/clang/host/linux-x86/clang-4667116/lib64/clang/7.0.1/include/__clang_cuda_runtime_wrapper.h:219: ../cuda/targets/aarch64-linux-androideabi/include/math_functions.hpp:3477:19: error: no matching function
1997 Sep 21
1
Active X versus Java, Linux versus NT
Having recently read about the lack of security of Active X controls, I was wondering if I could get some specifics about its lack of security versus the security of JAVA. Also about the security of JAVA under Linux. I understand that MS''s concept of security is a) investigate the vendor, b) issue a certificate of authority, 3) vendor is now trused to do anything (fox guarding the hen
2001 Mar 23
3
Login Failure
Greetings. Is there something up with Samba and RedHat, or with recent kernels, or with some packages that have been updated recently? A lot of us seem to see the same login errors with samba and I have yet to get my windows clients to login to my new samba server. The log messages really don't help. I had an old server running Samba 2.0.7 (RedHat 5.0 upgraded to nearly 5.2 with 2.0.33).
2018 Mar 23
0
cuda cross compiling issue for target aarch64-linux-androideabi
+Artem Belevich <tra at google.com> On Fri, Mar 23, 2018 at 7:53 PM Bharath Bhoopalam via llvm-dev < llvm-dev at lists.llvm.org> wrote: > I was wondering if anyone has encountered this issue when cross compiling > cuda on Nvidia TX2 running android. > > The error is > In file included from <built-in>:1: > In file included from >
2013 Nov 04
1
update from local repo mirror
so this may be an odd question, but my google fu seems to be failing me. I've created a local mirror of centos 5 & 6 with various instructions across the net, it seems to be functional, syncs on a regular basis,and is generally usable (I've built machines with kickstart/netboot from it and they seem generally workable). my difficulty comes up when I try to use the local mirror for
2010 Aug 05
0
[LLVMdev] [PATCH] Capability of Win32.DLL with ENABLE_SHARED
Hi Takumi, > Any feedbacks are welcome. > Have fun! This seems to be pretty useful addition to LLVM on windows! And it seems the only painless way to make plugins working, yay! For me the patch looks pretty good. One minor thing: could you please rename SharedDir => SharedLibDir Thanks! -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg
2004 Aug 06
2
Segfault in ices
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I run FreeBSD-4.5-STABLE, along with icecast 1.3.12, and I've been having two problems with ices 0.2.2. 1) When I give ices an empty playlist file and tell it to randomize, I get a segfault every time. When I give it the same playlist with Randomize set to 0, it tells me that the playlist is empty instead of crashing. 2) ices can't
2006 Apr 06
5
Acrobat Reader broken on CentOS 4.3
I have had Adobe Acrobat Reader 7.0.1 installed on my CentOS 4.2 desktop and it worked fine. After upgrading to 4.3, I can't get it to come up anymore. I downloaded Acrobat Reader 7.0.5 and it does the same. I'd appreciate any suggestions on what to look for, since the executable and the startup scripts are not giving me any useful errors to chase. -- Ron Loftin
2010 Jan 26
10
Detect file change
Hello everyone! How can I detect if a folder have changed (sync logic) than run a script if it's true? I found this script over the net, but I think it's such complicated for that simple thing... #!/bin/bash ############### detectdir.sh by Jagbir Singh ################# # # script to detect changes in directory. #
2010 Aug 05
2
[LLVMdev] [PATCH] Capability of Win32.DLL with ENABLE_SHARED
Good summer, all! This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain. I have checked this on Cygwin-1.5, Cygwin-1.7, mingw(msysgit) and mingw-cross-fedora12. I can separate this patch into some parts; cleanups, adding definitions and adding rules. Any feedbacks are welcome. Have fun! ...Takumi * Pros - reduction of linking time of toolchain. - capability of -load
2006 Apr 24
3
Regex in HTML
So, I''m trying to write a nice bit of regex to handle finding anchor tags in a bit of html. This is what I''ve got.... /<[aA][^>]*>[^<]*<\/[aA]>/ I''m planning on using this with a gsub!. Here is what it has to do.... <html><a href="http://stuff.com" class="link">Anything in here.</a></html> As you can
2006 May 16
5
Transactions in RoR
Hi, Does anyone knows how to manage transactions in RoR. Thanx
2006 Apr 22
6
Friendly Reminder (OT)
Today, I had a tragic hard drive crash. I hadn''t updated anything to SVN in two weeks. I''m posting this here as a reminder to my beloved Rails community. Everyone, right now..... make a backup of your rails work. Make sure its on two disks. Many of you already do that automatically, but just make sure its working. Two near-release rails plugins were lost in the tragic crash
2006 Apr 07
3
List of all Models
Anyone know a pretty way to get a list of all Models? That is, a list of all classes which inherit from ActiveRecord:Base I can''t seem to figure it out! The best I''ve got is to list the /app/models directory... but, that is *dirty*. -hampton. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Apr 05
25
How to avoid bunch of <% %> ??
Hello, I would like to know is there is a way to avoid poluting the views with tons of <% %> ? Like this <%= start_form_tag() %> <%= text_field_tag(''category[title]'', category.title, {:size => 20, :maxlength => 128}) %> <% if not category.parent_id.nil? %> <%= select("category", "parent_id", Category.find(:all,