Jump to content

jlc

OTW
  • Posts

    2570
  • Joined

  • Last visited

Posts posted by jlc

  1. One of the other annoying bugs for LTS is desktop just crashes and logs me out, seems to be compiz + nvidia. Not very nice bug whilst I'm working :)

     

     

    :unsure: Ok, apparently that isn't it, right after I hit finish on this reply my screen crashed again... Maybe its firefox, that seems to be the common denominator when it crashes. Dunno at the moment but it is becoming increasingly annoying!

  2. I know this is late and I reply to post twice a year :)

     

    Easiest way to see what your kernel supports.

     

    # grep NR_CPUS /boot/config-2.6.18-53.1.14.el5 
    CONFIG_NR_CPUS=32

     

    This is an i686 laptop.

     

    If your running 64-bit version on your server, it should be 64. 64 is set on Fedora 8x64 but I don't have a x64 Centos server at home. Either case if it is only 32 that should cover your 8 :)

  3. My x64 plugin works... :)

     

    Yes, his head is cut off because of the screengrab.

     

    1.7 is beta

     

    Why it shows sun, dunno I'm going to assume it looks like bits of it enough that it thinks it is :)

     

    http://en.wikipedia.org/wiki/IcedTea

     

    http://icedtea.classpath.org/wiki//Main_Page

     

    http://icedtea.classpath.org/wiki/FrequentlyAskedQuestions

     

    Could it be stabler in Fedora than other distro's currently I dunno, but it works for me so far, so I'm happy.

  4. Call me simple, but this is one of my favorite software packages that will be in Fedora 8.

     

    This is Firefox x64 browser and the java plug-in is x64 as well.

     

    http://justinconover.com/images/icedtea-plugin_x64.jpg

     

    $ rpm -qa java-1.7.0-icedtea-plugin firefox

    java-1.7.0-icedtea-plugin-1.7.0.0-0.15.b19.snapshot.fc8.x86_64

    firefox-2.0.0.6-8.fc8.x86_64

     

    For other plugi-in's for Rawhide x64 if you want to test it out, these are what I use.

     

    http://justinconover.com/blog/2007/09/22/b...ide-x64-pre-f8/

  5. The Dribble, Freshrpms and Livna teams, already joined by some Fedora contributors, are proud to announce the RPM Fusion project.

     

    RPM Fusion aims to bring together many packagers from various 3rd party repos and build a single add-on repository for Fedora and Red Hat Enterprise Linux.

     

    We aim to provide support for all 'current' versions of Fedora including devel, for i386, ppc, ppc64 and x86_64.

     

    Full details: lwn.net/Articles/249179/

  6. I've used freshrpms/dag/dries sine rh anything, but for some reason with 7 I switched over to livna, Matthias wasn't being as quick and Dag pretty much stays in step with rhel/centos release. I still grab a few things from Matthias(fresh) like ati/nvidia/ipw3945 drivers and rebuild them with the latest.

     

    Like artic said though, in 8 all that should get much cleaner ;)

  7. Alternatively, edit /etc/bashrc and add:

     

    alias su="su -"

    Keep in mind there are some good reason not to alias it ;)

     

    If you want to fire a gui installer as root you wont get X widgets so you will need to use just "su" not "su -". You can always add sbin to your path to make things like that easier.

     

    vi ~/.bash_profile

     

    And add.

     

    PATH=$PATH:$HOME/bin:/sbin:/usr/sbin

  8. You will need to create a repo file

     

    example of mine:

     

    [justin@comatose ~]$ cat /etc/yum.repos.d/jlc.repo
    [jlc]
    name=jlc for Fedora $releasever - $basearch - jlc
    baseurl=file:///home/justin/rpmbuild/RPMS
    failovermethod=priority
    enabled=1
    gpgcheck=0
    protect=0

     

    Notice when using a "file" location you need 3 slashes in front ///

  9. heh. im not having much luck. Get a complete kernel panic, keyboard leds flashing, upon trying to resume from suspend or hibernate. Don't know what they did to 2.6.21, a stock 2.6.21 works fine.

     

    Yum's pretty good though!

     

    James

     

    Check this page out:

     

    http://people.freedesktop.org/~hughsient/quirk/

     

    FC6 was awesome at suspend, when some changes to pm-utils and hal-info it left suspend working on some at not others, but he is working on making it better and has some trouble shooting steps.

     

    Thanks,

×
×
  • Create New...