Jump to content

crac

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by crac

  1. Grub setting is acpi=on and nolapic. I tried acpi=force, noapic, nolapic or with apic and lapic etc. but nothing changes. 

    Other acpi features (temperature, cpu power profiles) are working.

    I was able to use acpi fully with CE 10.0 without any problems.

    APM is not supported by the bios.

     

    No APM but ACPI? Are you really sure?

     

    I suppose you have HyperThreading that causes this problem. You can see if you are using HT with:

     

    rpm -qa | grep kernel

     

    If this returns an smp kernel you are probably using HT. For next test you need to consult

     

    cat /proc/cpuinfo

     

    If this shows two processors you are using HT. Then you could try with the following options:

     

    nolapic acpi=ht apm=power_off

  2. In /etc/passwd you can set his home directory to /var/www by editing the file as root with an editor. Then you need to change the ownership of that directory as root:

     

    chown -R  ithdesign /var/www

     

    To be sure your user cant leave his home directory you need to uncomment the following line in /etc/proftpd.conf (as root):

     

    # To cause every FTP user to be "jailed" (chrooted) into their home
    # directory, uncomment this line.
    DefaultRoot ~

  3. I also went through the mcc and chose the apache server configuration but didn't have much luck around that. Because I choose to use public_html but I still couldnt publish my thing.

     

    The problem here could be some permission rights you have to set. Apache is configured by default to allow the usage of ~/public_html. Be aware that apache user has to be able to read that directory. Either you

     

    chown -R YOUR_USER:apache ~/public_html

     

    or

     

    chmod g+rx ~/public_html (and make sure all files are readable by apache)

     

    You can gather more information about your specific problem by analyzing /var/log/httpd/error_log.

  4. first, thx for the answer.

     

    perhaps I'm a bit dumb, but what is exactly the procedure?

     

    1) move the theme dir into ~/.themes

    2) what now?

     

    how do they get activated without using those switch apps?

     

    I did also cp -r gtk/ and gtk-2.0/ directly into ~/.themes without success ...

×
×
  • Create New...