/etc/logadm.conf gets rewritten bug

I think I found a race condition in logadm that makes can corrupt the conf file. Firstly, let me say that any utility that expects to update a timestamp in a running conf file is asking for trouble. The utility should be "selfhealing" and the conf file should be untouchable with a separate status/timestamp file.
So I have a system running :
SunOS XXXXXX 5.9 Generic_118558-27 sun4u sparc SUNW,Sun-Fire
At the same cron time, it calls:
0 3 * * * /usr/sbin/logadm
and
0,5,10,15,20,25,30,35,40,45,50,55 * * * * /bin/rm /var/adm/pacct.[0-9]*;/usr/lib/acct/turnacct switch
At 3 am, both would be called. "turnacct switch" calls "logadm -p now /var/adm/pacct".
There must be insufficient locking or no locking because the result on my system is only the pacct record in /etc/logadm.conf; the previous standard entries are all lost in /etc/logadm.conf.
Result in /etc/logadm.conf:
/var/adm/pacct -P 'Fri Jul 6 15:50:00 2007'
The fix is to offset the running of logadm by a minute or two in cron. The real fix would be to rewrite with correct file locking.
eugene tsuno

bruce wrote:does your nameserver work when you use nslookup? eg `nslookup google.com 192.168.1.1`?
also, could i suggest adding entries for opendns to your /etc/resolv.conf.tail after your local one?
domain myhome.westell.com
nameserver 192.168.1.1
nameserver 208.67.222.222 #opendns
nameserver 208.67.220.220 #opendns
works nicely as a backup if your somewhere with a dodgy dns etc
Yep, I just tried and it works fine when I use nslookup but web browser and ping still dont work. I can use googles ip 74.125.53.100 and everything works, but not the domain name.  As for opendns Id really just like to get my standard dns to work for now, I know it should work because I use it on all the other computers plus it works with dhcp. After I figure out what Im doing and whats going wrong Im probably going to setup my router to use opendns.
[tj@arch ~]$ nslookup google.com 192.168.1.1
Server: 192.168.1.1
Address: 192.168.1.1#53
Non-authoritative answer:
Name: google.com
Address: 74.125.53.100
Name: google.com
Address: 74.125.67.100
Name: google.com
Address: 74.125.45.100
[tj@arch ~]$
I still havn't got around to seeing if I can get it to work with netcfg, it was late last night and I fell asleep. Ill try it now and post back with the results.

Similar Messages

  • Design flaw in logadm(1M)/logadm.conf(4) and patch bug

    I really like logadm(1M)/logadm.conf(4) but it has a design flaw:
    1) /etc/logadm.conf should be a clean conf and not interfered with /var-ish state data!
    Please move the "Timestamps" to somewhere else!
    /etc/logadm.conf sould be distributable (scp/rsync/rdist) to a fleet of similar servers. Now it is not.
    2) I have non default /etc/syslog.conf and /var/adm/messages is not the syslog here.
    I have changed /etc/logadm.conf accordingly and made /var/adm/messages a symlink to the kernel log for convenience and it works perfectly until I patch.
    I'm annoyed by Sun-patches that insist in putting /var/adm/messages back into the /etc/logadm.conf every now and then.
    Sun-patches should not alter config-files that have been customized, but rather give a hint by placing a .new file (or so) along.
    I guess 2) is related to 1) as the /etc/logadm.conf is allways "customized" by timestamps.
    P�l

    Hi Harry (and others),
    I have seen similar behavior. It seems like the client side rendering for some reason has a hard time processing the collection model wrapping the ArrayList in this particular case. The table renders empty. After sorting in ascending order, the rows are all back (visible) again.
    Is anyone aware of issues with the rich table based directly on ArrayList (in combination with a changing set of values and/or sorting)? (seems like a corner case but is still not uncommon). Is there any indication that wrapping the ArrayList in a CollectionModel ourselves might be required?
    Harry: do you know whether this issue is introduced with PS3 (11.1.1.4) or already existed in previous releases?
    kind regards,
    Lucas

  • [solved]Delay mySQL startup by 30 secs in /etc/rc.conf

    Basically I use wpa_supplicant and it takes a a bit to connect, by the time /etc/rc.conf gets to the mysql startup service, mySQL cannot bind to my servers address,
    This is because wpa_supplicant probably hasn't got an IP address yet, so mySQL fails to start at bootup every time, however right after the boot I can log in and manually boot it just fine.
    Any Ideas?  Maybe delay the mysql by 30-40 seconds at boot? Anyone know how?
    Last edited by kr1zmo (2010-07-05 23:57:10)

    itsbrad212 wrote:
    You could put:
    /etc/rc.d/mysqld start
    in /etc/rc.local
    Thanks for the reply but I solved this by removing the @ before netprofiles, so that wpa_supplicant doesnt startup in the background, therefor everything else waits until wpa_supplicant is connected before it boots.
    Last edited by kr1zmo (2010-07-05 23:59:58)

  • Sudo can't open /etc/sysinfo.conf mac os x lion

    I have been trying to get locate to work for ages now (well not really, only since I upgraded to lion).
    And I'm having no joy. I keep getting an su error when /usr/libexec/locate.updatedb is being called.
    Terminal just throws this cool error "su: Sorry".
    Console (syslog) shows this error
    (pam_acct_mgmt: error in service module)
    Which apparently means an error occured in a PAM module
    I decided to run dtrace opensnoop to find out what files were being opened and what was going wrong.
    Mind you that I am not versed in Dtrace, this is one of my first uses.
    This is what I get when I run "sudo /usr/libexec/locate.updatedb" whilst running "sudo opensnoop -x -n sudo -e":
    UID
    PID
    COMM
    FD
    ERR
    PATH
    0
    54853
    sudo
    -1
    2
    /etc/sysinfo.conf
    0
    54854
    sudo
    -1
    2
    /proc/self/fd
    0
    54858
    su
    -1
    2
    /etc/sysinfo.conf
    /etc/sysinfo.conf does not exist on my system.
    This might be the cullprit, but I'm not sure.
    I have been getting the very "helpfull" tip to just use mdfind.
    Not being able to use locate isn't the end of the world for me, it just bugs the **** out of me that it doesn't work anymore.
    I can't shake the feeling that I don't know what else is broken.

    I fixed the issue by doing a clean install of Lion.
    Now locate works as expected.
    Incidentally, when I installed Xcode on my upgraded version of Lion I had the same problem that many other people had which was that the installer window (the one with the progress bar) got stuck at 99% even though Xcode finished installing.
    I did not have this issue with the clean install Lion... hmm go figure.

  • Setting global umask via NSUmask or /etc/launchd.conf and /etc/launchd-user.conf broken?

    The procedure to change the default global umask from 0022 to 0002, so that most files created by one user on a machine will be read-write by other users in the same group, seems to have been broken or to have been changed in OS X Lion from OS X Snow Leopard.  What worked as far back as OS X 10.4 and was officially documented was done from Terminal: "defaults write /Library/Preferences/.GlobalPreferences NSUmask 2" (with a sudo, if not logged in as 'root').
    Another way documented in various places and which I actually used through OS X 10.6 was also done via Terminal. Two files were created: /etc/launchd.conf (for system-wide global umask) or /etc/launchd-user.conf (for user-specific global umask).  The contents of each were simply the single umask command, "umask 002" or ("umask u=rwx,g=rwx,o=rx", I can't remember which variant I used - they're functionally the same, though).
    No matter which method I use, the 2nd or the 1st, the global umask no longer changes.
    Does anyone know whether this has been deliberately hobbled under OS X Lion, requiring purchase of OS X Lion Server?  Is this an OS X Lion bug?  Or, am I looking at something wrong?

    See this support article, which was written for OS X Server, but seems applicable to  Mac OS X client versions as well:
    Mac OS X Server v10.5, 10.6: Setting a custom umask
    The excerpt below describes the use of /etc/launchd-user.conf, and strongly cautions against using /etc/launchd.conf.
    Umask for user applications
    In Mac OS X v10.5.3 and later, you can create the file /etc/launchd-user.conf with the contents "umask nnn". Do not include the quotation marks and replace nnn with the desired umask value, such as 027 or 002.
    This will set the user's umask for all applications they launch, such as Finder, TextEdit, or Final Cut Pro, and control the permissions set on new files created by any of these applications.
    Umask for system processes
    In Mac OS X v10.4 and later, create the file /etc/launchd.conf with the contents "umask nnn". Do not include the quotation marks and replace nnn with the desired umask value, such as 027 or 002.
    This will set the umask for all processes. Changing this value is strongly discouraged because it changes the permissions on files used by the system software. If the permissions are too restrictive, dependent software may not work. If the permissions are too open, they may introduce security issues.

  • How to test after commenting unnecessary service in /etc/inetd.conf

    Hi All,
    I have a requirement to comment all unnecessary services listed below in /etc/inetd.conf file.
    Pls suggest a test scenario which shows that these services are disabled after commenting
    The list of unnecessary services are :
    echo stream tcp6 nowait root internal
    echo dgram udp6 wait root internal
    discard stream tcp6 nowait root internal
    discard dgram udp6 wait root internal
    daytime stream tcp6 nowait root internal
    daytime dgram udp6 wait root internal
    chargen stream tcp6 nowait root internal
    chargen dgram udp6 wait root internal
    comsat dgram udp wait root /usr/sbin/in.comsat in.comsat
    talk dgram udp wait root /usr/sbin/in.talkd in.talkd
    uucp stream tcp nowait root /usr/sbin/in.uucpd in.uucpd
    finger stream tcp6 nowait nobody /usr/sbin/in.fingerd in.fingerd
    rstatd/2-4 tli rpc/datagram_v wait root /usr/lib/netsvc/rstat/rpc.rstatd rpc.rstatd
    rusersd/2-3 tli rpc/datagram_v,circuit_v wait root /usr/lib/netsvc/rusers/rpc.rusersd rpc.rusersd
    walld/1 tli rpc/datagram_v wait root /usr/lib/netsvc/rwall/rpc.rwalld rpc.rwalld
    sprayd/1 tli rpc/datagram_v wait root /usr/lib/netsvc/spray/rpc.sprayd rpc.sprayd
    name dgram udp wait root /usr/sbin/in.tnamed in.tnamed
    bootps dgram udp wait root /usr/sbin/bootpd bootpd
    Thanks
    gattu

    How to turn your computer into a Virtual (Personal)Router.
    Our hotel the Grand Oasis Cancun provided internet for only 36 hours and you could only use it on one device which comes to my next option as using your Laptop as a Personal Router to broadcast WiFi to any devices near your computer. Our room was on the Second level of the Pyramid at Grand Oasis and I was able to access it while at the VIP lounge below our room. Before our supposedly free internet service ended.
    I attempted using the hotel next door since I was getting a good signal from the Omni Hotel. They offered complimentary 24hr internet access using your browser as a way to track your use. Once you find the signal of the Omni it will open your browser I used Google Chrome, after it opens you go threw a few simple steps and your ready.
    I learned that after the 24 hours are up all you have to do is disconnect from their network, just run Ccleaner(free program) then find the Signal of the hotel and you will be given another 24 hours. What Ccleaner(<--download there) does is clears anything attached to your browser ie cookies temp files etc. it cleans your browser history giving you a way of not paying for the hotel fee of internet and giving you free WiFi. this is only if you are next to the Omni hotel :).
    What you need to download to turn your computer into a hotspot need to say is this little easy to use program Virtual Router. Once it has download test at your home to make sure it works with you devices. This will work with Tablets, Phones and other computers that cant find the Omni WiFi signal. Your welcome. To use it, is simple. Open program>make a password>select WiFi and start VR.

  • [SOLVED] Changed an option in /etc/updatedb.conf

    Hello all,
    I started using locate to search my files. However, it never showed files in my /home directory which is, obviously, the directory I search most. Running updatedb --debug-pruning I found out that it didn't add /home to the database because it's an "autofs" filetype:
    ┌─[jente @ lappy ~] 23:54:27
    └─■ sudo updatedb --debug-pruning
    `/home' (32 on 18) is `/' of `systemd-1' (0:27), type `autofs'
    Skipping `/home': in prunefs
    So, I edited /etc/updatedb.conf and removed autofs from the PRUNEFS line. I never found any documentation on this and thus, I don't know if this is the correct way of solving this. Hence this post; I would just like to get some feedback on whether or not I fixed this the right way.
    Thanks in advance, guys!
    Last edited by Unia (2012-12-15 13:45:36)

    Unia wrote:
    Mr.Elendig wrote:Another way would be to add your /home to fstab instead.
    Hey! Thanks for your input. My /home is actually already there:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    # /dev/sda1
    UUID=60eb73f7-635c-4b3e-9d6a-8bb49aee739a / ext4 rw,relatime 0 1
    # /dev/sda2 LABEL=home
    UUID=4470b151-db99-4586-a652-398e0e8995cb /home ext4 rw,relatime,noauto,x-systemd.automount 0 2
    If your /home is on an internal disk, why use automount?

  • Beware Latest 10.3.x security update - it replaces /etc/named.conf

    The latest security update for 10.3.9 replaced "my" /etc/named.conf with a new one - fortunately the old one is saved in /etc/named.conf.applesaved
    This caused me a huge nightmare as I had no idea what had happened to our network services. This was the last thing I expected.

    Yes it did that for me too a few minutes ago, when I looked into the Server Admin window and only saw two records, one for localhost and reverse for localhost I figured it had to do something with named.conf, and of course it was the issue with that. We always keep backups of everything so I wasn't too much in a panic, and thanks to the saved backup by apple I was able to recover fast.
    I still don't understand what exactly the developers of this security update where thinking with this, this is a HUGE bug with this update, have they not noticed and corrected this by now?

  • No Inputs in xserver(unable to access /etc/rc.conf to change startup)

    Hello everyone,
    I've installed arch on an older notebook and of all the steps I could miss, I forgot to add hal to the daemons array in /etc/rc.conf so now when arch boots up it goes directly into xserver(kde) without any input hotplugging resulting in no input from trackpad/keyboard, as well as external mouse and keyboard.
    I've tried editing /etc/rc.conf when using the arch boot cd but I get "permission denied" when trying to mount /dev/sda1,2,3,4 etc. Is there any way I can interrupt the boot process so that I can remove "kdm" from the daemons array? Or to somehow stop arch from booting into xserver? I'm somewhat new to the linux environment but I try my best to follow all and any tutorials/advice and you guys seem to have the most detailed tutorials of all the distros - way to go!
    Thanks for the help
    Last edited by geometro (2010-06-08 01:30:06)

    You need to set a different runlevel in the Grub entry. Once you have selected the entry in the boot menu, you can edit it by pressing key e. Add "3" (without to quotes) to the end of the kernel line and then Esc to exit. Then you can try to boot by pressing b.
    Runlevel 3 didnt work(still booted into xserver), but I looked up into runlevels(didnt know about them before) so I tried runlevel 1 and it worked! :P Thanks for the help!!
    "Runlevel 1 is usually for very basic commands. This is the equivalent to "safe mode" used by Windows. This level is usually only used to asses repairs or maintenance to the system. This is a single-user mode and does not allow other users to login to the machine."
    edit: typo
    Last edited by geometro (2010-06-08 05:07:58)

  • Alsa entries in /etc/modprobe.conf

    could someone who has all the alsa options compiled as modules post that part of their /etc/modprobe.conf? i'm only getting 3 lines and i believe there are supposed to be more, causing me to have to run alsaconf every time after booting. for some reason the other modules aren't getting written to the file. appreciate!
    # --- BEGIN: Generated by ALSACONF, do not edit. ---
    # --- ALSACONF verion 1.0.5 ---
    options snd device_mode=0666
    alias snd-card-0 snd-cs46xx
    alias sound-slot-0 snd-cs46xx
    # --- END: Generated by ALSACONF, do not edit. ---

    http://bbs.archlinux.org/viewtopic.php? … a&start=15
    look at hapy's post that is an example of everything you can load (note cmipci is HIS soundcard the rest is generic modules)
    i found this with a search

  • [SOLVED]/etc/vconsole.conf doesn't react to any change

    Hi,
    I'm new in Arch Linux, so sorry if I'm missreading something.
    I try to change my font and keymap using this manual: https://wiki.archlinux.org/index.php/KEYMAP
    So i edit /etc/vconsole.conf like this:
    KEYMAP=cz-lat2
    FONT=Lat2-Terminus16
    but nothing change, even after reboot. "kbd" is installed.
    Btw. when I run "setfont Lat2-Terminus16" the font is changed (but just this session).
    Thanks
    Last edited by Kotrfa (2012-11-06 16:22:41)

    It doesnt work in any form.
    I tried to add i915 to my mkinicpio to modules, but when I run:
    [dan@localhost ~]$ sudo mkinitcpio -p linux
    [sudo] password for root:
    ==> Building image from preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.6.3-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    findmnt: /etc/fstab: parse error at line 7
    -> Running build hook: [pata]
    -> Running build hook: [scsi]
    -> Running build hook: [sata]
    -> Running build hook: [filesystems]
    -> Running build hook: [usbinput]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    bsdcpio: Failed to set default locale
    ==> Image generation successful
    ==> Building image from preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.6.3-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [pata]
    -> Running build hook: [scsi]
    -> Running build hook: [sata]
    -> Running build hook: [filesystems]
    -> Running build hook: [usbinput]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    bsdcpio: Failed to set default locale
    ==> Image generation successful
    There are messages about failing to set locale.
    Btw. here is my locale and locale -a output:
    [dan@localhost ~]$ locale -a
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_MESSAGES to default locale: No such file or directory
    locale: Cannot set LC_COLLATE to default locale: No such file or directory
    C
    POSIX
    cs_CZ.utf8
    en_GB.utf8
    [dan@localhost ~]$ locale
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_MESSAGES to default locale: No such file or directory
    locale: Cannot set LC_ALL to default locale: No such file or directory
    LANG=en_US.utf8
    LC_CTYPE="en_US.utf8"
    LC_NUMERIC="en_US.utf8"
    LC_TIME="en_US.utf8"
    LC_COLLATE="en_US.utf8"
    LC_MONETARY="en_US.utf8"
    LC_MESSAGES="en_US.utf8"
    LC_PAPER="en_US.utf8"
    LC_NAME="en_US.utf8"
    LC_ADDRESS="en_US.utf8"
    LC_TELEPHONE="en_US.utf8"
    LC_MEASUREMENT="en_US.utf8"
    LC_IDENTIFICATION="en_US.utf8"
    LC_ALL=
    Edit: When I try to change my keyboard layout in gnome creating /etc/X11/xorg.conf.d/10-keyboard.conf with:
    Section "InputClass"
    Identifier "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option "XbkLayout" "cz"
    EndSection
    it doesn't work.
    And when I try to use: "setxkbmap cz", it change my keyboard to czech, but it doesn't work in terminal (when i type "+ěščřtřžýáí" i get "+???????".
    Last edited by Kotrfa (2012-10-29 12:33:51)

  • Error: `interface' is undefined in /etc/rc.conf

    Hi.
    I started to get this error (couple days ago, I guess) with the following setup:
    /etc/rc.conf
    interface=
    address=
    netmask=
    broadcast=
    gateway=
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This requires the netcfg package
    NETWORKS=(eth0 eth1)
    /etc/network.d/eth0
    CONNECTION='ethernet'
    DESCRIPTION='A basic static ethernet connection using iproute'
    INTERFACE='eth0'
    IP='static'
    ADDR='192.168.101.8'
    GATEWAY='192.168.101.1'
    DNS=('192.168.101.11' '208.67.222.222' '64.59.160.13')
    /etc/netwotk.d/eth1.
    CONNECTION='ethernet'
    DESCRIPTION='A basic static ethernet connection using iproute'
    INTERFACE='eth1'
    IP='static'
    ADDR='192.168.102.8'
    Any idea how to get rid of this error message? The network is working though.

    Raynman wrote:Remove 'network' from DAEMONS array (if it's in there). You should only need net-profiles for netcfg.
    Thanks! That was the problem. It also starts (significantly) faster now. :-)

  • /etc/resolv.conf between netctl profile switches

    Hi, all.
    I use same laptop at home and in my office. Network is managed by netct. At home I connect using a profile generated by wifi-menu, in the office — plain ethernet-dhcp profile form examples folder.
    With both connections nameservers are obtained via dhcp.
    The issue is that after switching from office ethernet-dhcp to my home wi-fi netctl profile, /etc/resolve.conf retains nameserver and domain entries from the office connection. My home's nameserver entry gets appended to the end of the resolv.conf file. This, of course, causes unacceptable delays when resolving domain names, so I have to edit /etc/resolve.conf manually every time I've been using that office's connection.
    I'm wondering whether there is something wrong with my setup.
    Profiles are nothing special, as I said:
    Description='Automatically generated profile by wifi-menu'
    Interface=wlp3s0
    Connection=wireless
    Security=wpa
    ESSID=my_ssid
    IP=dhcp
    Key=my_passwd
    Description='A dhcp ethernet connection'
    Interface=enp0s25
    Connection=ethernet
    IP=dhcp
    DHCPClient='dhcpcd'
    Please, help me to resolve that issue. Feel free to ask for more details if needed.
    Thanks in advance for help.
    Last edited by eDio (2014-04-12 19:30:51)

    2branch,
    I switch them with netctl switch-to command, which is incorrect, as I understand now.
    Important notice is that I unplug ethernet cord first, and then I perform a switch.
    Also I tried disabling ethernet-dhcp explicitly after switching to wlp3s0 — not helped.
    I checked /run/resolvconf/interfaces, and found that enp0s25 is missing. Instead, I have tun0, which contains problematic entries.
    dhcpcd --dumplease enp0s25
    broadcast_address=10.1.20.255
    dhcp_lease_time=604800
    dhcp_message_type=5
    dhcp_rebinding_time=529200
    dhcp_renewal_time=302400
    dhcp_server_identifier=10.1.10.2
    domain_name=my.company.domain.name
    domain_name_servers='10.1.10.2 10.1.1.6'
    ip_address=10.1.20.30
    network_number=10.1.20.0
    ntp_servers=10.1.10.2
    routers=10.1.20.1
    subnet_cidr=24
    subnet_mask=255.255.255.0

  • No "lo" line in /etc/rc.conf after a fresh install?

    I just did a reinstall of Arch this morning using 2007.08-2 ftp installation CD and noticed that there is no 'lo' line in /etc/rc.conf. Is this intentional? I've manually added the 'lo' line back into /etc/rc.conf but I still would like to know whether this is intentional or simply some unintended error or bug? Sorry if there's already a thread on this issue.

    zodmaner wrote:
    Ah, I see. Thanks for clearing that up, thayer. So it's safe to remove them (again ), right?
    Also, we should update the wiki to reflect this change (since the wiki still talks about lo line).
    Fixed Beginner's Guide and Network articles to reflect this change.

  • [Solved] I make mistake, switch /etc/fonts/conf.d of ubuntu to my arch

    Arch's fonts was too small in firefox and sites was difficult to read and with layout wrong because of font, then I switch the fonts config of ubuntu to my arch to fix this problem and I solve, otherwise now I receive errors in terminal when I perform a program like this: Fontconfig warning: "/etc/fonts/conf.d/53-monospace-lcd-filter.conf", line 17: invalid constant used : legacy".
    somebody can help me?
    sorry by bad english.
    Last edited by solanoalves (2008-01-23 04:08:29)

    A good idea would be to post that file.
    An alternative would be to remove the contents of /etc/fonts/conf.d and reinstall the fontconfig package. Then follow the instructions in the wiki to get a better font rendering.
    Good luck

Maybe you are looking for

  • Help with two Ipods on Same Computer

    I have several questions in this one thread... I have two Ipods (Mine and my wifes). We each have seperate user names on the PC. I have all my music in the Public Folder, Music, Itunes. I have both Itunes preferences setup to share libraries, I have

  • InDesign to Dreamweaver for web

    What is the best format and method for exporting from InDesign to Dreamweaver? I create a number of e-flyers where I set up the html file in Dreamweaver, view it in the browser and then send by email, embedding the content in the email as an e-flyer.

  • Change LOV of column in view, based on values of another LOV of column in the same view

    Hi, I am using Jdeveloper 11.1.1.5. I have a scenario in which I have two columns in the view. column names are: 1- Column A 2- Column B                     both the columns have LOV's LOV in column A contains values as: 1, 2. Now, when I select the

  • How to call java method from actionscript

    I've just now started working on Flex. May be its basic question but I'm not aware of it – how can I call a java method from actionscript. I want to call some java method on double click of a event. Can you please let me know how to proceed on this?

  • Macbook pro 2011 slow to sleep after upgrade from SL to Maveriks

    Hi i have a problem...after upgrade to Mav. (from the app store) my computer need  50+ sec to go to sleep mode. why? i search for the causes here: http://support.apple.com/kb/HT1776 but nothing..... i think that the only way is by terminal with "pmse