ODBC Connection to Postgres: Yet another encoding problem

Hello, all!
I have a dblink to Postgres server via ODBC. It works, but with national characters encoding issue.
O/S: Oracle Linux 6.2 x86-64
Oracle - Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
Oracle V$NLS_PARAMETERS:
PARAMETER
VALUE
NLS_LANGUAGE
AMERICAN
NLS_TERRITORY
AMERICA
NLS_CURRENCY
$
NLS_ISO_CURRENCY
AMERICA
NLS_NUMERIC_CHARACTERS
NLS_CALENDAR
GREGORIAN
NLS_DATE_FORMAT
DD-MON-RR
NLS_DATE_LANGUAGE
AMERICAN
NLS_CHARACTERSET
CL8MSWIN1251
NLS_SORT
BINARY
NLS_TIME_FORMAT
HH.MI.SSXFF AM
NLS_TIMESTAMP_FORMAT
DD-MON-RR HH.MI.SSXFF AM
NLS_TIME_TZ_FORMAT
HH.MI.SSXFF AM TZR
NLS_TIMESTAMP_TZ_FORMAT
DD-MON-RR HH.MI.SSXFF AM TZR
NLS_DUAL_CURRENCY
$
NLS_NCHAR_CHARACTERSET
AL16UTF16
NLS_COMP
BINARY
NLS_LENGTH_SEMANTICS
BYTE
NLS_NCHAR_CONV_EXCP
FALSE
unixODBC - downloaded latest version and installed manualy:
$ odbcinst -j
unixODBC 2.3.1
DRIVERS............: /usr/local/etc/odbcinst.ini
SYSTEM DATA SOURCES: /usr/local/etc/odbc.ini
FILE DATA SOURCES..: /usr/local/etc/ODBCDataSources
USER DATA SOURCES..: /usr/local/etc/odbc.ini
SQLULEN Size.......: 8
SQLLEN Size........: 8
SQLSETPOSIROW Size.: 8
Postgres driver - v09.02.010 dowloaded from postgresql.org and installed manually.
odbcinst.ini:
[PostgreSQL]
Description     = ODBC for PostgreSQL
Driver          = /usr/local/lib/psqlodbcw.so
Setup           =
Driver64        =
Setup64         =
FileUsage       = 1
odbc.ini:
[ARMKU]
Description             = PostgreSQL
Driver                  = PostgreSQL
Trace                   = No
TraceFile               =
Database                = postgres
Servername              = 10.11.11.111
Username                = ges
Password                = password
Port                    = 5432
Protocol                =
ReadOnly                = Yes
RowVersioning           =
ShowSystemTables        = Yes
ShowOidColumn           =
FakeOidIndex            =
ConnSettings            =
initARMKU.ora:
# This is a sample agent init file that contains the HS parameters that are
# needed for the Database Gateway for ODBC
# HS init parameters
HS_FDS_CONNECT_INFO=ARMKU
HS_FDS_TRACE_LEVEL=DEBUG
HS_FDS_SHAREABLE_NAME=/usr/local/lib/libodbc.so
HS_NLS_NCHAR= UCS2
HS_LANGUAGE=AMERICAN_AMERICA.CL8MSWIN1251
# ODBC specific environment variables
set ODBCINI=/usr/local/etc/odbc.ini
# Environment variables required for the non-Oracle system
#set <envvar>=<value>
Postgres psql utility returns:
Password for user ges:
psql (8.4.13, server 8.4.8)
Type "help" for help.
postgres=> \l
                                          List of databases
   Name    |  Owner   | Encoding |      Collation      |        Ctype        |   Access privileges
-----------+----------+----------+---------------------+---------------------+-----------------------
postgres  | postgres | UTF8     | Russian_Russia.1251 | Russian_Russia.1251 | postgres=CTc/postgres: ges_group=Tc/postgres
template0 | postgres | UTF8     | Russian_Russia.1251 | Russian_Russia.1251 | =c/postgres: postgres=CTc/postgres
template1 | postgres | UTF8     | Russian_Russia.1251 | Russian_Russia.1251 | =c/postgres: postgres=CTc/postgres
(3 rows)
postgres=> \encoding
UTF8
So, i can read tables from Postgres database, but i can't translate russian symbols from postgres's UTF8 encoding to my CL8MSWIN1251:
SQL> SELECT "name" FROM "node_area"@armku;
name
├ырт▌эхЁую╤с√Є (╤╙▌╩-╩Ёрёэю Ёёъ_╨рчЁхч ┴юЁюфшэёъшщ)-╩Ёрёэю Ёёъ¤эхЁуюcс√Є
├ырт▌эхЁую╤с√Є (╤╙▌╩-╩Ёрёэю Ёёъ_╨рчЁхч ┴юЁюфшэёъшщ)-╩Ёрёэю Ёёъ¤эхЁуюcс√Є_├Ё.ь.╥╧
╤╙▌╩-╩Ёрёэю Ёёъ_╨рчЁхч ┴юЁюфшэёъшщ
├ырт▌эхЁую╤с√Є (╤╙▌╩-╩єчсрёё_╧╤ ═ютюыхэшэёър ,╧юы√ёрхтёър )-╩єчсрёё¤эхЁуюёс√Є
├ырт▌эхЁую╤с√Є (╤╙▌╩-╩єчсрёё_╧╤ ═ютюыхэшэёър ,╧юы√ёрхтёър )-╩єчсрёё¤эхЁуюёс√Є_├Ё
.ьры.╥╧
XML ├ырт▌эхЁую╤с√Є
├ырт▌эхЁую╤с√Є (─ры№ЄЁрэёєуюы№)-╘╤╩ ┼▌╤ ╠▌╤ ┬юёЄюър (╒рсрЁютёъюую ъЁрщ)
├ырт▌эхЁую╤с√Є (─ры№ЄЁрэёєуюы№)-╘╤╩ ┼▌╤ ╠▌╤ ┬юёЄюър (╒рсрЁютёъюую ъЁрщ)_01.02.20
13
If i change HS_LANGUAGE parameter to UTF16, i can import them in nvarchar2 properly, but it's not what i need.
Please help!

Not sure if that hack will work:
set in the odbc.ini within the Postgres DSN:
ConnSettings
=SET CLIENT_ENCODING to 'ASCII'
Maybe it will then maps youe Unicode Postgres during connection handshake to 8bit characters.
But that's really just a hack without any guarantee that it will work because your Postgres database is using UTF-8 encoding and your Oracle database is using CL8 character set. So You can't import them into varchar2. This will only work with a Unicode Oracle database character set, else it needs to map  the PostgreSQL columns to a nvarchar.
- Klaus

Similar Messages

  • YAPP (Yet Another Printing Problem)

    I've found another printing problem - this time with colour printing.
    To my
    surprise, Forte (3.0.E.0) can print in colour (at least on a HP 690C,
    using
    NT drivers for the 660C, the printer being connected to a Win95
    machine).
    I can print OK with from my NT develpoment machine in colour, but when
    running
    the same app from the Win95 client with the printer attached locally the
    coloured text disappears. Has anyone else come across this problem?
    Is this another of the 'Printing works fine as long as it happens
    non-locally?'
    features?
    Thanks
    Jamie Anstice
    Programmer/Analyst, University of Canterbury
    New Zealand

    I can print OK with from my NT develpoment machine in colour, but when
    running
    the same app from the Win95 client with the printer attached locally the
    coloured text disappears. Has anyone else come across this problem?Hi Jamie,
    I wonder if this is related to the printing feature I discovered
    where things I print from Forte have a strong tendency to come out in
    the same colours as my windows desktop, which is
    typically yellow-on-black.
    - Ed
    ================================================================================
    Eduard E Havelaar, Information Services Section, University of Canterbury
    email: [email protected]
    phone: +64-3-366 7001 extn 8910
    fax: +64-3-364 2999
    snailmail: Private Bag 4800, Christchurch, New Zealand

  • IPod Touch (yet another) syncing problem contacts, address book

    I have a new 2nd gen Touch 8g. I am trying to sync to my MacBook Pro. Would like to sync all my contacts and calendar info from my old Palm, but that is not my question today. I am unable to sync my Address Book and iCal information to Contacts and Calendar on the Touch. Specifics:
    - OS X is 10.5.6
    - iTunes is 8.1, recently updated
    - iTouch software is 2.2.1, recently updated
    - Address Book is 4.1.1
    - iCal is 3.0.6
    I can "sync" using iTunes. It backs up the Touch. It syncs the music. It doesn't sync the Address Book or Contacts properly.
    History:
    - At first, I set it to sync the Address Book and Contacts (not Calendar and iCal). It would go through the sync process until "Updating Contacts with..." It would hang there overnight. This happened when there were 200+ contacts in Address Book on the Mac but none on the Touch. I cancelled after overnight hours and found none on the Touch.
    - Deleted all Address Book contacts. Now there were none on either Mac or Touch. Still would spin the "Updating Contacts with..." for hours.
    - Set iTunes to sync both Address Book and iCal. Added 1 simple contact in Address Book. Added 1 event in iCal. Synced. The sync completed but nothing was transferred between the Mac and the Touch.
    - Added 1 contact in Contacts on Touch and 1 event in Calendar on Touch. Synced. Each still had 1 contact, 1 event, but not the same ones.
    - Set iTunes to replace the information on the iPod (one time). The sync completed, and erased the contact and calendar event on the Touch, and put the 1 iCal event onto the Touch (yea!) but not the contact from Address Book (boo!).
    - Tried multiple more times. I can add a calendar event on the Touch, but it never appears on iCal on the Mac. I can add a contact on the Touch or in Address Book on the Mac, but the two never sync up to show on the other.
    Other details:
    - I don't use Google Contacts or Calendar
    - I don't use MobileMe (or really know what it is yet)
    - I did use iSync to try to sync all my Palm info (not successfully), but stopped trying and reset the sync history, just in case.
    - I don't use USB hubs, and I do the sync with just the Touch attached via the cable it came with directly into the MacBook Pro.
    - I've read hundreds of posts here and elsewhere. I've restarted programs multiple times. I've updated software. I've tried following the advice of all the posts I could, even if they weren't precisely what I was experiencing.
    Does anyone have any brilliant ideas as to what I should try next? I bought this thing to replace my Palm as my PDA, but it won't be any good unless I can sync the darn thing. I've been working on this for almost 3 days straight and am going bug eyed reading all the info on the web. ANY help would be appreciated!
    Thanks!

    I managed to get the sync to work after much shutting down and restarting, of programs and the computer. I cleared the iSync history just in case. I closed programs, etc. Eventually, it just worked and has continued to do so ever since. It is not slow, but rather quick.
    All is well.
    Now, the conversion from Palm is another story.....

  • Yet another printing problem 'EOF' errors

    This problem is probably both a Leopard and Adobe problem combined. It's a rather complicated problem, but the bottom line is that (to most printers) the jobs coming out of one of our Mac Pros cause the printers to crash and restart themselves giving an 'EOF Error (End of File)' on at least one of them. The problem also appears to affect PDF documents created in InDesign which will then cause the same errors on any computer it is printed from.
    Things you may need to know and that I've already tried:
    • The same printers with the same drivers printing the same files will work on other Mac Pros of the same version with the same version of Leopard.
    • Using a generic driver will print properly, however this is not a workaround because we need duplexing provided by the driver and I'm not sure how this could fix the PDF problem.
    • Fonts have been disabled and checked with Font Doctor.
    • Starting up in 'Safe Mode' will allow printing, but without fonts or links on server volumes.
    • Switching the hard drive with another identical Mac Pro brought the problem with the HD, worked on other. In other words, the problem is definitely in the software and not a hardware problem.
    • Reset the printing system numerous times.
    • Re-installed the OS, Adobe CS3, and a couple of documents - same problem with no added extensions. Other computer with tons of extensions and fonts, etc. - no problem.
    • Plain text documents print fine.
    • Some PostScript documents will print, but rarely.
    • Will not print to HP LaserJet 2420, Minolta Di650 Fiery, ABDick Platemaker.
    • WIll print to Kodak DigiMaster (three different models and versions)
    Everything that I think sounds like it could be the problem is disproved by the fact that several other Mac Pros with the exact same configuration have no problem. I'm thinking about cloning another Mac Pro system that works and seeing if I can go about it that way.
    Apple support was no help. Nor was Adobe. They tried to be helpful, but there is no logic to solving this one. This has been going on for over a week now and I've tried so many things. It's driving me crazy. Any help would be greatly appreciated.

    It was actually just a commonly used font that had gone bad somehow. Problems like that are always fonts or links. Sometimes they just aren't as obvious. We thought we'd checked everything and it affected so many of her files because she used the font so often.

  • Yet another network problem (SIOCADDRT: No such process)

    After IP address of router in my apartment changed I have troubles with bringing up my network connection. I changed my gateway address and now it fails with:
    :: Starting Network [BUSY]
    SIOCADDRT: No such process
    [FAIL]
    however
    $route add <gateway ip> eth0
    temporarily solves the problem:
    [dreamer_@dream02 ~]$ sudo /etc/rc.d/network start
    :: Starting Network [DONE]
    any ideas how should I repair this to start my network automatically?

    dreamer_ wrote:
    rc.conf:
    lo="lo 127.0.0.1"
    eth0="eth0 192.168.3.128 netmask 255.255.255.0 broadcast 192.168.3.255"
    INTERFACES=(lo eth0)
    gateway="default gw 80.48.72.175"
    ROUTES=(gateway)
    the only thing that changed is gateway ip (previous was 192.168.13.something). I was playing with different netmasks and broadcast ranges but it didn't help
    The problem is in the lines:
    gateway="default gw 80.48.72.175"
    ROUTES=(gateway)
    If you are using DHCP the line ROUTES=(gateway) should read ROUTES=(!gateway) <-- notice the !
    Hope this helps.
    R.

  • Another ENCODING PROBLEM... Please hellp!

    Hello....this is a long one...gets some coffee.
    Many of you have no doub't seen the movie "Ground Hog Day" with Bill Murry. Great movie. Well, in fact, the sequel is being made right here in front of my very own computer screen, with me waking up every morning with the same iDvD problem. I'm now in the 5th day. The only difference, I haven't come to the part where I kill myself, but it's not far away.
    I have been editing a project for 3 weeks now, and finally finished the editing part in iMovie HD 5.0.2. Last Monday, I started the iDvD encoding to make a disc. And for some reason, it will not encode. It just sits there for hours and hours and hours (6 or so to be exact) I have tried, and re-tried the process using many different ideas to the possible cause. I have scowered the internet, and thought I had some good leads as to the fix, but still nothing. It just sit's there.
    Now, I have authored and made DvD's before, and no problem. But those projects weren't as big as this. However, they encoded and burned fine.
    Actually, the first time that I sent this file to the iDvD program to start the encoding, did the blue progress bar start to move....but only after a looooong wait. It got 3/4 of the way through, and all of a sudden .... it stopped, closed out, shut down, went to heck and everything else. A friendly message came up saying "iDvD unexpectedly quit."
    I figured that out, without them telling me. Since then, I can't even get the blue progress bar to show up.
    I have a G4 mirrored tower (duel 1GHz 1MB L3 per and 80 g drive, and 768 ram. The movie has been edited down to 58min, 35 seconds and 15 frames, from over two and a half hours of imported video. The left over video was trashed to create more space of 25.6G of which is now available before I sent to iDvD.
    I am trying to burn to a 4.7 disc, and no longer use the best performance setting, but the best quality setting. That didn't help. I tried deleting the assets. That didn't help. I tried throwing away the idvd preferences, re-starting, and re-authoring the project. That didn't help. I've tried a local psychic (they've never worked for me - why did I do that?).
    This movie is a wedding with a ton of effects, transitions, edits, music, etc. The whole project folder weighs in at 22.67G, and 21 chapters.
    Some suggestions to me, get more than 768 ram, and some say I need more storage space. A local college teacher tells me that I have plenty of storage space, and thought that 768 ram should do the trick. What the heck?
    One thing I noticed today: I checked the thing called console log, and there are what looks like several hundred entries like this:
    2006-04-22 22:53:20.974 iDVD[390] playlist track 12 contains bad track id
    and a few like this:
    2006-04-22 23:55:53.367 iDVD[480] Path (null) given to -[NSWorkspace iconForFile:] is not a full path.
    Is this some kind of clue as to what's going on?
    One other thing: The video was originally shot in analog, then converted. Someone suggested the time-base signal may be different. But I have shot analog before with no problem.
    I just don't have enough time and knowledge in this area to continue a never ending experiment to find out why this particular project will no longer encode or burn.
    I have done everything I can think of, short of dumping the whole imovie project folder and starting the editing process over again. That is not an option. I have to deliver this next week, or, or... I will have to move to a nearby cave. I guess I could go out and buy a whole bunch of ram and extra space, but if I don't need to, I don't want to.
    Please help! And thanks in advance to anyone!
    - TEXASFLOOD
    P.S. I ran a hardware check, no problemo.
    G4 Mirrored super drive   Mac OS X (10.4.6)   I'm tired now.
    G4 Mirrored super drive   Mac OS X (10.4.6)  

    I'm having similar issues, but the export to tape, reimport trick did not work. I appear to be having a problem with iDVD itself. Even when I trash the preferences, and launch iDVD, and create a new black project, the following appears in my console:
    2006-07-12 20:56:11.485 iDVD[465] playlist track 1 contains bad track id
    2006-07-12 20:56:11.485 iDVD[465] playlist track 2 contains bad track id
    2006-07-12 20:56:11.485 iDVD[465] playlist track 3 contains bad track id
    2006-07-12 20:56:11.486 iDVD[465] playlist track 4 contains bad track id
    2006-07-12 20:56:11.486 iDVD[465] playlist track 5 contains bad track id
    2006-07-12 20:56:11.486 iDVD[465] playlist track 6 contains bad track id
    2006-07-12 20:56:11.486 iDVD[465] playlist track 7 contains bad track id
    2006-07-12 20:56:11.486 iDVD[465] playlist track 8 contains bad track id
    2006-07-12 20:56:11.486 iDVD[465] playlist track 9 contains bad track id
    2006-07-12 20:56:11.486 iDVD[465] playlist track 10 contains bad track id
    2006-07-12 20:56:11.486 iDVD[465] playlist track 11 contains bad track id
    2006-07-12 20:56:11.487 iDVD[465] playlist track 12 contains bad track id
    2006-07-12 20:56:11.487 iDVD[465] playlist track 13 contains bad track id
    2006-07-12 20:56:11.487 iDVD[465] playlist track 14 contains bad track id
    2006-07-12 20:56:11.487 iDVD[465] playlist track 15 contains bad track id
    2006-07-12 20:56:11.487 iDVD[465] playlist track 16 contains bad track id
    2006-07-12 20:56:11.487 iDVD[465] playlist track 17 contains bad track id
    2006-07-12 20:56:11.487 iDVD[465] playlist track 18 contains bad track id
    2006-07-12 20:56:11.487 iDVD[465] playlist track 19 contains bad track id
    2006-07-12 20:56:11.487 iDVD[465] playlist track 20 contains bad track id
    2006-07-12 20:56:11.487 iDVD[465] playlist track 21 contains bad track id
    2006-07-12 20:56:11.488 iDVD[465] playlist track 22 contains bad track id
    2006-07-12 20:56:11.488 iDVD[465] playlist track 23 contains bad track id
    2006-07-12 20:56:11.488 iDVD[465] playlist track 24 contains bad track id
    2006-07-12 20:56:11.488 iDVD[465] playlist track 26 contains bad track id
    2006-07-12 20:56:11.488 iDVD[465] playlist track 27 contains bad track id
    2006-07-12 20:56:11.488 iDVD[465] playlist track 28 contains bad track id
    2006-07-12 20:56:11.488 iDVD[465] playlist track 29 contains bad track id
    2006-07-12 20:56:11.488 iDVD[465] playlist track 30 contains bad track id
    2006-07-12 20:56:11.488 iDVD[465] playlist track 31 contains bad track id
    2006-07-12 20:56:11.489 iDVD[465] playlist track 32 contains bad track id
    2006-07-12 20:56:11.489 iDVD[465] playlist track 33 contains bad track id
    2006-07-12 20:56:11.489 iDVD[465] playlist track 34 contains bad track id
    2006-07-12 20:56:11.489 iDVD[465] playlist track 35 contains bad track id
    2006-07-12 20:56:11.489 iDVD[465] playlist track 36 contains bad track id
    2006-07-12 20:56:11.489 iDVD[465] playlist track 37 contains bad track id
    2006-07-12 20:56:11.489 iDVD[465] playlist track 38 contains bad track id
    2006-07-12 20:56:11.489 iDVD[465] playlist track 39 contains bad track id
    2006-07-12 20:56:11.489 iDVD[465] playlist track 40 contains bad track id
    2006-07-12 20:56:11.490 iDVD[465] playlist track 41 contains bad track id
    2006-07-12 20:56:11.490 iDVD[465] playlist track 44 contains bad track id
    This is not a problem with any specific project. Any help would be appreciated.

  • Wine and yet another font problem

    So I upgraded my system (had to load lots of stuff, Xorg, Wine, the kernel..) and now my Wine fonts look like this:
    http://koti.kapsi.fi/anpurola/winecfg.png
    Some fonts are ok, but most of them are unreadable. I mostly run poker clients. I tried to delete my .wine directory, and install fonts again with winetricks, didn't help.
    Does this have something to do with the new Xorg? I had to remove RgbPath and AutoAddDevices from xorg.conf BTW, to get it work.
    Last edited by strummer (2008-12-08 12:12:31)

    LTSmash wrote:
    strummer wrote:
    sunday wrote:
    I've found this help:
    Using wine over remote X11 sessions and No text or damaged text displayed
    Please make sure not have added any fonts to wine. Font conflicts can sometimes cause a similar issue. If a fresh wine prefix.(A copy of wine that nothing has been done to yet) Is having this problem. Try setting following in registry
    [HKEY_CURRENT_USER\Software\Wine\X11 Driver]
    "ClientSideWithRender"="N"
    Place above in text file and it can be inserted into registry by "regedit settings.txt".
    This was report as been required of OS X on the 1 Dec 2007. This may change. Please apply only as required.
    but it doesn't work for me. Anybody has an idea how to do it?
    Wow it works! Thank you! Too bad if some of you still have problems.. BTW I'm using nvidia-96xx driver.
    edit: Now that I tried different programs, I noticed some of the graphics won't work For example, I don't see any buttons in programs such as Spotify or Full Tilt Poker client..
    Whoa thanks. It worked for me too.
    how you ran regedit?
    Last edited by na12 (2008-12-31 10:46:54)

  • Yet another internet problem after updating to Leopard

    After 3 attempts, I've finally got Leopard installed on my Macbook Pro (just over 18 months old, was running Tiger perfectly well) and i STILL can't get internet access.
    The Airport says its connected but nothing loads at all - it won't send/receive messages, it won't load webpages, it just sits there doing nothing until eventually (often after half an hour or more) it'll tell me that the connection has timed out.
    I've done the following changes as suggested elsewhere on the internet -
    1. Changed IPv4 settings to manual and doublechecked these are correct - they weren't the first time round, it was inventing phantom numbers and confusing my router for the actual interwebs. So changed that.
    2. Turned IPv6 to Off on both airport and ethernet
    3. corrected DNS entries for the Airport - again left to its own devices it thinks the router's IP address is the DNS address. So I added the correct 2 plus the two from Open DNS for good measure. I've tried different combinations of all 4, only the router two, only the open DNS 2 and so on and so forth and it still won't work!
    4. tried restarting several times after each change.
    5. double checked i don't have any of the .plist files from Tiger that might be interfering.
    6. checked for a trojan horse
    7. checked my router is working (it is).
    And, nothing worked. It's still rubbish and does nothing. I wish I had never spent the money on the stupid upgrade and am never going to do it again!
    Can anyone help?!
    I've got 10.5.4 and then I patched it with the 10.5.5 Combo update too. I went for an Erase and Install option too. I'm not the most mac savvy person around, so please be gentle!
    TIA.

    I've checked, double checked, triple checked, tested, quadruple checked... My router is working perfectly, it works with my blackberry, friends laptops, my PC... just not my Mac. All the addresses are correct - left to its own devices the laptop with Leopard on it will NOT use the correct info for the DHCP or any other address. It uses incorrect information, confusing the Router itself with the actual internet (basically all the address fields that are meant to point you at, like, "the internet" will instead just point you to the router and the router of course replies with Hey man, whaddya want? I'm just a router... so nothing happens). Changing that gave me some internet access where previously it wasn't getting any. But all webpages take forever to load - often not loading at all - and after about 10 minutes of occasionally working the whole thing will pack up.
    I flat out refuse to fork out £300 for a new router just because Apple decided to make their new OS incompatible with anything but Time Capsule (as I suspect is probably the case given loads of people are having the same problems and there's been a noticeable silence on the subject from Apple). So I guess I'll be wiping the macbook AGAIN and reinstalling Tiger from the recovery disc.
    Next computer - back to a windows PC! I'm sure Microsoft are loving Leopard.

  • Yet Another NVIDIA Problem(TM)

    Since I updated XFree86 a week or so ago, it just keeps failing to initialise the NVIDIA module. I tried X.Org, which does exactly the same. Looking at the log, everything seems to start up properly with no errors, but suddenly it decides to give up, no reason given.
    I have just discovered that if I uninstall, reinstall and modprobe the the NVIDIA drivers, it works! Until I reboot. Then, no matter what I try, it will not work at all! So I have to uninstall, reinstall and modprobe each time I reboot.
    Very weird is all I can say.

    Well, I had done that, but the point was that once I restarted, whether the nvidia modules was loaded by /etc/rc.sysinit or manually with modprobe, it would not work (but modprobe did not report any errors). The /dev/nvidia* devices do not show up.
    Seems the problem is with UDev (maybe I needed to configure something for it?). I have switched back to DevFS for now, and it works again (X.Org). I had forgotten when I posted that I had also switched to UDev at the same time...
    I still have another slightly related problem. I recently (yesterday) had this idea that maybe I should try get my (hardly ever used) Lucent winmodem working under Linux for the odd times I use dial-up. Drivers were easy to find (http://linmodems.org/). This worked under UDev, but then stopped working when I restarted (grr), the same as NVIDIA, whether they were in MODULES or whether I modprobe'd 'em. I actually got KPPP to dial on /dev/modem and it would have authorised had I bothered to configure PPP daemon first ;-) Didn't work under DevFS either, even though the install script had added a rule in /etc/modprobe.conf to alias /dev/modem which doesn't materialse. The device does appear at /dev/tts/LTM0 but KPPP can't dial on it.

  • Can you please help with yet "another" Sync problem?

    I have recently changed from windows xp. I have a new computer with windows 7 and I loaded Itunes 10. There have been nothing but problems with my 5th gen nano since I have changed to my new computer.
    I am unable to sync new songs; In the device section, if I click on
    MUSIC; I get an error; "are you sure you want to sync music? all existing content on the Ipod will be removed and replaced with songs and playlists from your Itunes library.
    It has been frustrating, because I would like to add my playlists and sync automatically and for some reason, I am not able to. Thank you for any light you may be able to shed on this situation; Tawney.

    To Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact
    Note: iTunes Gift Cards are only Valid in Country of issue

  • Yet another netgear problem!

    there was a lightning strike recently at my house and the internet stopped working for a PC and my mac that were connected to the cable modem. the PC laptop, not plugged in at the time, still worked when plugged directly into the modem. we replaced our router with a netgear RP614 web safe router. the technicians also changed some IP numbers for the PC and reset the modem, but they did not touch my mac. two PCs in my house are now happily connected to the modem and the new router, but my mac will not get internet whe3n plugged directly into the modem and when it is plugged into the netgear router, the router does not even recognize it. the netgear CD doesn't help because it needs to connect to the internet and is obviously more PC biased. Is my mac broken, or is it the router/modem's fault? please help. I have an iMac G4 with OSX 10.3.9.

    Hmmm... the Mac is probably manually setup to look for the old router!
    You need to setup a new 'Location' for the new router....
    http://support.apple.com/kb/HT2712

  • Yet Another modelsUnderRay Problem!

    Hi,
    I've seen a few posts about using the modelsUnderRay for
    collision detection but none of them have seem to help me. I've got
    a complex scene and adding collision detection to my character.
    However for some reason director crashes when I render the movie. I
    made sure the ray is not detecting the character which it has been
    added to. Heres the code I using...
    collisionList =
    pScene.modelsUnderRay(pCharBoundingBox.worldPosition +
    vector(1,1,1) , pCharacter.transform.yAxis,#detailed )
    As you can see the starting position of the ray is not the
    character position. And the collisionList is empty when its not
    detecting any objects, but director still crashes
    I have followed this tutorial to help get me here:
    http://www.fbe.unsw.edu.au/learning/director/3D/environment/collision2.asp
    Has anyone has any similar problems using modelsUnderRay
    before? Is there a better way for doing collision detection other
    than the method the tutorial shows you for more complex scenes?
    Thanks in advance for any suggestions

    Don't think you have answered my question.
    USB2 Enhanced Controller has 5 driver files listed
    usbehci.sys
    usbhus.sys
    usbport.sys
    hccoin.dll
    usbui.dll
    4xUSB Controllers each have 4 driver files listed
    usbhub.sys
    usbport.sys
    usbuhci.sys
    usbui.dll
    5xUSB Root Hub each have two driver files listed
    usbd.sys
    usbhub.sys
    That is what I am trying to confirm - is all this correct or have I some driver files there that are perhaps not current and/or not required?

  • Yet another routing problem :/

    I'm trying to setup something like this:
    ADSL line
    |
    192.168.0.1 Netgear router
    |
    192.168.0.2 eth0 Arch box
    192.168.1.1 eth1 /
    |
    192.168.1.2 Windows box
    The rc.conf lines are:
    MODULES=(dmfe 8139too uhci_hcd snd-via82xx snd-pcm-oss !usbserial !ide-scsi)
    lo="lo 127.0.0.1"
    eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth1="eth0 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255"
    INTERFACES=(lo eth0 eth1)
    loopback="-host 127.0.0.1 lo"
    gateway="default gw 192.168.0.1"
    ROUTES=(gateway loopback)
    After a network restart the ifconfig returns the following output:
    eth0 Link encap:Ethernet HWaddr 00:80:AD:01:13:0D
    inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
    inet6 addr: fe80::280:adff:fe01:130d/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:24 errors:0 dropped:0 overruns:0 frame:0
    TX packets:138 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:3124 (3.0 Kb) TX bytes:3240 (3.1 Kb)
    Interrupt:11 Base address:0xa400
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    What am I doing wrong here and how should I configure the arch box?
    Thank you.

    Oh boy... guess it's not a good idea to chill on a Sunday afternoon, having few beers and also tweaking Linux...
    I have commited a typo which costed me about 1 hour of confusion.
    Wrong setting:
    eth1="eth0 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255"
    Good setting (after another beer):
    eth1="eth1 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255"
    :oops:
    It's all smooth now.

  • Re: YAPP (Yet Another Printing Problem)

    Ed,
    I wonder if this is related to the printing feature I discovered
    where things I print from Forte have a strong tendency to come out in
    the same colours as my windows desktop, which is
    typically yellow-on-black.
    Sounds like your print windows are inheriting their color from the desktop. You can
    change this in the window workshop on the color palette. The "i" in the palette
    means the window inherits it color from the desktop.
    Robert
    MailTo:[email protected]
    http://www.crisafulli-consulting.com
    Crisafulli Consulting, Inc.
    6 Founders Court Phone: (301) 972-9401
    Damascus, MD 20872 FAX: (301) 972-9403

    I can print OK with from my NT develpoment machine in colour, but when
    running
    the same app from the Win95 client with the printer attached locally the
    coloured text disappears. Has anyone else come across this problem?Hi Jamie,
    I wonder if this is related to the printing feature I discovered
    where things I print from Forte have a strong tendency to come out in
    the same colours as my windows desktop, which is
    typically yellow-on-black.
    - Ed
    ================================================================================
    Eduard E Havelaar, Information Services Section, University of Canterbury
    email: [email protected]
    phone: +64-3-366 7001 extn 8910
    fax: +64-3-364 2999
    snailmail: Private Bag 4800, Christchurch, New Zealand

  • Yet another fan problem

    hey everyone ... i've recently did a complete reinstall of arch on my laptop for 'maintenance' purposees. Now, while I think i've got everything pretty reconfigured exactly as it was before, there is something .. well .. different, about my fan !
    Even though i'm 99% positive that ive got all /etc files setup just as they were, that ive got all necessary modules up & running, my fan doesnt seem to be responding in the same way. My CPU isnt really running any hotter than before, but because the fan doesnt react to the higher temps, it gets hotter faster than before, and takes forever too cool down after effort..
    I like this laptop & paid lotsa bucks for it, and wouldnt want it to deprecate faster because of heating problems. So, what controls the fan and why might you think it fails to respond to the temps ? ...

    more: ive just noticed /proc/acpi/fan/FAN0/state will not buldge from 'off' ...... its 'off' all the freakin time ...... dmesg says its setting state to 'D3' .......
    anyway, now i got proof fan is always off. cause thing is, even when its on, its not blowing that hard, nor is it very noisy. so i wasnt sure, but now i am ...
    anyways, lm sensors cant seem to find any modules for my fan. and i just cant find any info anywhere on how to get acpi to run my fan ... i guess it should be a mix of events/actions but which and how ???!>
    *sadness*

Maybe you are looking for

  • Excise invoice and sale tax  applicable  in consignment process

    Hi, How excise invoice and sale tax  applicable  in consignment process in below stages-- in consignment fill up,consignment issue,Return andpickup Regards Ishikesh

  • Touch Screen Sticking on Z30

    My 24 day old Blackberry z30 is having a touch screen issue.  I have attempted to contact Blackberry Technical Support but since the phone was a gift, they will not assist me.  The problems include problems include: swipe feature sticking on lock scr

  • T77HAP_EX has a missing entry AA ORG_OBJECTIVES

    Hi Experts, I am implementing SAP Pre-defined Performance template. I have run the IMG entry u201CConfigure Performance Management Processu201D but when I run this I get the message u201CAn unexpected technical error has occurredu201D. Selecting the

  • Cant get ISDN Layer 1 active even getting a tone on ISDN

    HI i am configuring ISDN line on cisco 2821....The problem is that even though i get a tone but when i put the line in my router i am seeing my Layer 1 as Deactivited Kindl see the attached Logs and see if i am doing anything wrong .Moreover the conf

  • My iPod does not synch after updating to 8.1 and asks for more GB's??

    I updated to 8.1 and tried synching my music library. It went to step 7 where it was waiting for changes to apply but stalled there. I plugged the iPod again and it then said it needs 15.32 GB's more. I have around 2,200 songs on a 32GB iPod. I've ne