YASPP: Yet Another Stacksize Problem Post

Hi,
I've just installed the latest community version of Opensolaris, along with the beta of sun studio 12 on a 16-way 32GB amd64 machine. So far this machine has been running with linux+intel 9.1 compilers.
When I tried to run our openmp code, after solving a (very few) porting issues, I found out that it runs fine for the "minimal size" problems. For the minimal size code to run i have to set the stack size to at least ~45056kb (44MB).
However the medium size problem needs exactly 8 times more memory. If I try to set the stack size to 360448kb, I get an "unlimited" stack size, and the program crashes. I guess that by unlimited, the system means I have hit the maximum limit for the stack size. Is there any way to increase it?

It's a bug in the compiler. Let's look at your example program from the OpenSolaris forum:
program stack
implicit none
integer*8, parameter :: k=1024
integer*8, parameter :: s=512*k*k/4
integer,automatic :: foo(s)
integer*8 i
print*, 'allocating:', s/1024*4,'kbytes'
!$omp parallel do private(i)
do i=1,s
foo(i)=1
end do
!$omp end parallel do
pause
print*, foo(1),foo(s)
print*, 'worked'
end program
If I change s to 512k, then look at the assembly code, this is what I see:
$ f90 -O3 -m64 -xarch=sse3 ompstack.f90 -S
$ grep 'subq.*%rsp' ompstack.s
subq $32,%rsp
subq $524392,%rsp ;/ line : 1
That second "subq" instruction is reserving space on the stack for the array. Now if I restore s to 512M, I see this:
devtools-x4200-0$ f90 -O3 -m64 -xarch=sse3 ompstack.f90 -S
devtools-x4200-0$ grep 'subq.*%rsp' ompstack.s
subq $32,%rsp
subq $104,%rsp ;/ line : 1
Looks as though the code that computes the amount of space to reserve on the stack is overflowing. I have filed bug 6541518.
The program will work if you remove the "automatic" keyword from the variable declaration. Most likely, your OpenMP program will also work if you remove "automatic" keywords. Alternatively, you could change the automatic variables to local allocatable variables. Of course, you would then have to insert an allocate statement at the beginning of the procedure.

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 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.

  • 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.

  • 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 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 Gmail IMAP post

    I am still fairly new to the mac so bear with me. I try to set up my Gmail account in mail as a IMAP account, (currently it is set as a POP account, and works just fine) when I try to use notes and have it show up on the server, notes goes nuts and keeps repeatedly sending me the same note over and over. I finally have to disconnect it from the internet delete the account, and reconnect to the internet. What is this problem? I have searched for an answer, but none were any help.
    Thanks for any help

    Hi Devon Dave. I thought as muchbut the weird thing is from the moment I transfered to Bt I have had almost 18 months of trouble free BB and phone then suddenly..... BB dropouts for no apparent reason and the horrible crackly phone line. I shall post again tomorrow after the engineer has been. Its definetly the incoming line as I am currently plugged into the master socket and if I remove all my filters, unplug BB the noise is still there. Its lucky I have such a good deal on my iphone so I can use that for short calls but my lovely wife is getting a tad **bleep** off to say the least.
    Watch this space for a new post tomorrow.

  • Yet Another TShirt problem :(

    Hey ppl!
    I got mail from US merchandising on 21 November for contact details. I am afraid its a month since then and I havent recieved my tshirt. What should I do now??
    Regards
    Puru
    P.S: I know this question doesnt fit well in this forum, but I didnt find any other place to discuss this, so am posting it here.

    Puru,
    If you have the e-mail address from Another World Merchandising, e-mail them that you never received the shirt.
    If not then you can send me a mail and we'll try to see where it went along the way.
    R,
    Gali

  • Yet another bug/problem?

    Each time I copy a file from a Maverick client to a shared folder on Maverick Server that is not the one that contain the home directory, the file copies but I always get an error message that "the Finder can't complete the operation because some data can't be read or written error -36". Indeed all permissions are granted to the local file and the network user has full access control and all permissions granted to the shared folder on the server.
    This problem, the lack of support for versions (not possible to work on the file located on the server without making Pages, Numbers and Keynote files into folders that slowly but surely fill up document folders everywhere) and the inability to disconnect SMB users makes has made our work environment miserable and we have to go back to use our rock-solid PowerMacG4 running Panther Server (has been running for 10 years without a single issue beside upgrading internal storage): Hardware and software quality control has definitely considerably decreased in the past 5 years.....(lots of iMac and MacBook have issues after 4-5 years while our G3 and G4 are still working perfect although they are running 24/7 for 10 to 14 years).

    As mentioned in my post, the pre-icloud version was rock solid (indeed it does not have such problem) and one would expect from Apple that the update is as solid (and it's not!).
    Going back to 09 is not a solution (although I do not use iCloud for storage, backup, I do want to be able to use it to send files to my iDevices easily). I actually paid for the 09 most expensive version (IWork + MacOS Family pack) and I would gladly pay for an 09 version that supports iCloud but I will never pay for iCloud storage (which will be required if I use the iCloud.com pages/numbers). Apple almost allowed me to finally dump Micorsoft Office, too bad it turned out that iWork is becoming as bad as Office 365.

  • Yet ANOTHER New Problem - Can No Longer Upload an Image with 64 Bit IE9

    I've been uploading images as part of forum posts successfully for weeks using IE9 64 bit, set for Compatibility View.
    Suddenly, starting yesterday, using the little camera icon with IE9 64 bit, when I hit the [Browse] button, the entire IE window just disappears, losing the response in progress!
    Doing the exact same thing in IE9 32 bit works, and brings up the dialog with which to select a file.  So now the workaround is that I must use the 32 bit IE to access this site.
    Nothing is changing on this end.  No new Add-ons, no config changes.  Cache has been cleared to no avail.  Nothing appears in the Windows event logs.
    Can you folks please try a little harder to settle this forum software down?  It's getting rather frustrating to have features just keep dropping out like this.
    -Noel

    Jochem van Dieten wrote:
    That is a browser preference, not a preference set by some site through HTML. If you are unable to get this configured properly you need to ask in a Microsoft IE forum.
    Thank you for your thoughts.
    Your answer sounds authoritative, but just what preference would you say governs this behavior?  I don't believe there is one, at least not one that directly sets the IE default open folder behavior.  And I don't have my browser delete its cache or anything on the way out.
    Your answer would seem reasonable but for the fact that the behavior I'm observing changed here recently - in the past week or so - without my having changed browser preferences.  Could a Windows Update have changed IE9?  Possibly, but I don't recall there being one specifically that coincided with this observed change.
    No disrespect intended, but there's no reason to think the script driving the File Open dialog can't request a specific starting folder.  That's what I think has been changed here.
    Captiv8r wrote:
    For me, the dialog simply opens to the last place I elected to open from. It stays that way until I choose to change it again.
    What browser/version are you running?  Just curious.  And have you cleared your cache and checked with the current forum software?
    -Noel

  • YAXUP (Yet Another Xorg7 Upgrade Post)

    I've finally solved all my former problems with Arch (wireless, printer), so I needed a new challenge. I decided to answer Y instead of n to the pacman quiz question: replace xorg with xorg-server? I assumed I had some sweaty hours ahead of me, but I've gone through the same procedure on my work computer (which I only use to try out things like this before I do them on the laptop).
    I was right: there were some problems alright, but nothing that I couldn't eventually fix, more or less, thanks to info in this forum.
    Below are some problems that remain, either as problems or as puzzling things which may or may not turn out to be more problematic. I currently have a running machine. Can't say I notice much of a difference so far, but then again, I've mostly been editing xorg.conf in a non-x-shell so far :-)
    sound:
    Error message on startup:
    device /dev/dsp can't be opened (No such file or directory)
    The sound server will continue, using the null output device.
    The pcspeakers, which have never bothered me, suddenly act up. I have added pcspkr to the blacklist, so that should be ok, but I assume that this might be related to the sound problem.
    In /dev there is no dsp anywhere, and if I run the alsa daemon, it says that no sound cards are found. (I have an intel 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 card, which alsaconf found, but it still doesn't work)
    I managed to get it up again with modprobe snd-intel8x0, but it should have been loaded by hwdetect, shouldn't it...? At least, hwdetect --show-modules finds it, so why didn't it load?
    Wireless:
    my wireless connection has been on eth1 until now, but after the upgrade, it was considered to be on eth0 instead. I've changed all the eth0 to eth1 and vice versa in rc.conf, /etc/conf.d/wireless, and  /etc/network-profiles/<wireless profile>, and now it's working again, but I hope I won't have to go through that every time...?
    Fonts:
    Firefox has problems with fonts. The default font at this site is Verdana, which I have installed, but Firefox displays it as Times (I believe it is).
    I changed the default font setting in about:config from Bitstream Sans Vera to some other font, and true enough, that other font was used. So perhaps the problem stems from the Bitstream package, which, I believe, was updated at the same time as I updated xorg? But why should FF look for Bistream at all, when Verdana is called for...? Oh well, this may perfectly well be a FF problem and not xorg-related.
    I will look more into the font business, and it seems that most other apps behave themselves.
    Mesa:
    I've seen it mentioned several times here that mesa is deprecated. Still, if I try to remove it, I get the following error message:
    error: this will break the following dependencies:
    mesa: is required by jasper
    mesa: is required by xorg-clients
    mesa: is required by openexr
    mesa: is required by qt
    mesa: is required by xscreensaver
    so I left it in place. Annoying: it seems to slow down opengl (glxgears: c. 500 fps, as opposed to > 1000 before the 'upgrade'), and it conflicts with celestia, which I had to remove. I miss my stars... I want to fly over the surface of Saturn, browse the perimeters of Alpha Centauri,...
    [** hits himself hard on the head to get out of poetical mode]
    but what do I do?
    Desktop:
    I have set the kde desktop to display icons for all partitions, mounted and unmounted, but none of that is anywhere to be seen. I can access the data alright, so it's not much of a problem (and I mostly use fluxbox anyway), but I wonder where they went...
    Might this have to do with adesklets, which I have installed at more or less the same time as xorg7?

    2MrGreen:
    I don't have anything like that in the xorg.conf. Here's my file, in case you still need something to look at.
    Section "ServerLayout"
    Identifier "XFree86 Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    # PS/2 Mouse not detected
    # Serial Mouse not detected
    InputDevice "USB Mouse" "CorePointer"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/cyrillic"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/local/share/fonts"
    FontPath "/home/eyolf/.fonts"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    # Load "GLcore"
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "no,us"
    Option "XkbOptions" "grp:alt_shift_toggle"
    EndSection
    Section "InputDevice"
    Identifier "Serial Mouse"
    Driver "mouse"
    Option "Protocol" "Microsoft"
    Option "Device" "/dev/ttyS0"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "PS/2 Mouse"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Monitor"
    <skipped all the monitor settings>
    EndSection
    # Auto-generated by Archie mkxcfg
    #Section "Device"
    # Identifier "Card0"
    # Driver "i810"
    # VendorName "All"
    # BoardName "All"
    #EndSection
    Section "Device"
    Identifier "device0"
    VendorName "Intel Corp."
    BoardName "Unknown Board"
    Driver "i810"
    BusID "PCI:0:2:0" #may vary?
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "device0"
    Monitor "Monitor0"
    DefaultColorDepth 16
    SubSection "Display"
    Depth 1
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection

  • 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 muse support post: Exit Code 7, ERROR: DW050:

    I am so tired of this.  I think I've used muse, problem free, once in the past 2 weeks.  Here is the latest problem after an attempt to reinstall in effoert to fix an earlier problem.
    I click install, it extracts the files, then installs them but bails anywhere from 35%-99%. Then i click "more details" and it opens the browser to display:
                        ++++++++++
    Exit Code: 7 Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DW050 ... 
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)     
    ERROR: DW050: The following payload errors were found during install: 
    ERROR: DW050:  - Adobe Muse: Install failed 
                        ++++++++++
    I'm a creative cloud member and have had no issues with any of the other programs of camparable significance; a few bugs here and there, but this muse product seems to have been a good idea but a little undercooked as far as my experience goes.
    Unacceptable for muse memebers to be locked out of the programs they're paying for, but much more important, depend on.  I've been a memeber for 2 weeks and it's been nothing but headache with muse.  Muse is the product which sold me on becomming a member, now it's the only thing keeping me from publishing the work I've done on all the other programs.

    Hi,
    I apologize that you've ran into so many issues! Are you installing via the Adobe Applicatoin Manager? If so, try making sure Muse is completely uninstalled first -- if you're on Mac you can drag Muse to the trash and empty the trash, if you're on Windows there may be two entries for Muse under Uninstall Programs. You can search "Muse" in the upper right to filter. Make sure they are both uninstalled. You can then try via the Adobe Application Manager again.
    If this still fails to work, please try installing with the following direct download links of Muse (click whichever OS you are using):
    Latest Muse Mac: http://www.adobe.com/go/muse_latest_mac
    Latest Muse Win: http://www.adobe.com/go/muse_latest_win
    Please let me know if this helps.
    Thanks,
    Colby

  • 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.

Maybe you are looking for

  • Syncing voice memos from multiple accounts to one iTunes library

    I ran into an interesting one today. On the iMac at our house, we have 4 user accounts. All of them point to the same iTunes library (a shared directory that all can see). This has worked great so far, as we can all see all music, and updates are all

  • Exclamation point and folder icon appears on iPod screen

    I have a 20g Ipod and I am having lots of problems. Whenver I press a button it shows the apple logo followed by an exclamation point and folder icon. It ends with sounds of a clicking or HD whirring. Also, when I plug it into the computer, itunes pr

  • Trouble installing xcode developement tools....

    I downloaded the iphone SDK package to develop iphone apps. In that package there are approximately 20 packages that i am assuming you download to have full functionality to create apps. When I try to download the development tools package I get a me

  • Is there a masking tool for Aperture 3?

    Hi all, I am looking for a tool or plugin to remove background on images. Something along the lines of Topaz Remask or Onone Software Mask Pro, products which unfortunatly does not support Aperture 3... Thanks in advance, François Meehan

  • Infopath (Converting Excel function to Infopath)

    I'm using the following function in Excel and am not having a lot of luck getting it to work in InfoPath, any help would be greatly appreciated. Excel Function: =IF(V13<1,O13*0.75,O13*(V13-2)+((O13*0.75)*2)) With Fields built in InfoPath: =IF(DayDiff