Really Stumped

Hello, recently I got a Blackberry and have a problem. I am using the Rogers service in Canada and they do not have Unicode support thus any emails I get in Russian show up as gobble-de-gook. I have done a lot of testing and figured out that I can open Microsoft word documents with Russian characters no problem as well as PDF documents with Russian text no problem. What I would like to do is set up Mail to create pdf files of certain email addresses or perhaps Microsoft word documents of these email addresses and send them to my phonne so that I can read and view them. Any thoughts on how to do this? Is extensive knowledge of Applescriptng required? Any help would be appreciated.

I'm not sure how the network could be the problem, since message content is just binary data as far as it is concerned. If you are receiving the messages on the Blackberry, it seems more likely that its email program is the problem.
Be that as it may, you probably can create an AppleScript to convert & resend the messages as PDF or MS Word documents, but it won't be trivial, since Mail itself can't do the conversion & its support for creating attachments is questionable. Conceptually, one approach would be something like this:
1. Set up a rule in Mail with condition(s) that detect the messages to be converted. This might include adding a 'content-type' header to the conditions & testing if it contains any of the encodings already mentioned. Checking the "long headers" of some of your problematic messages will help with this.
2. Create an AppleScript for the rule's action. (See the scripts in /Library/Scripts/Mail Scripts/Rule Actions for examples & help.)
3. The script will have to extract the part(s) of the message to convert, tell an appropriate app to make the conversion, & tell either Mail or the app to resend the converted message.

Similar Messages

  • Really stumped: compiling or pkgbuild help needed

    Hi, guys... hopefully, this is the correct forum for this.  If not, perhaps a moderator will be kind enough to move it.
    I'm not really familiar or had any experience with pkgbuilds other than downloading a few from AUR that have worked fine when I tried them, but I'm having one heck of a time trying to build one for my Realtek LAN controller, or by simply compiling the driver for it directly.  So, I'm wondering if it is possible to make an Arch pkgbuild for a LAN driver, or does it have to be compiled independently?
    The controller uses the RTL8111c chip which doesn't work with the r8169 driver that is already included in the default kernel.
    The Realtek website says to use their r8168 driver for this controller:   ftp://210.51.181.211/cn/nic/r8168-8.006.00.tar.bz2
    I've tried it numerous times, but can't get it to compile:
    Here are the errors given when trying to compile:
    # make clean modules
    make -C src/ clean
    make[1]: Entering directory `/usr/src/r8168-8.006.00/src'
    rm -rf *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags .tmp_versions Module.symvers Modules.symversrset
    make[1]: Leaving directory `/usr/src/r8168-8.006.00/src'
    make -C src/ modules
    make[1]: Entering directory `/usr/src/r8168-8.006.00/src'
    make -C /lib/modules/2.6.25-ARCH/build SUBDIRS=/usr/src/r8168-8.006.00/src modules
    make[2]: Entering directory `/usr/src/linux-2.6.25-ARCH' CC [M] /usr/src/r8168-8.006.00/src/r8168_n.o
    /usr/src/r8168-8.006.00/src/r8168_n.c: In function 'rtl8168_init_board':
    /usr/src/r8168-8.006.00/src/r8168_n.c:2300: error: implicit declaration of function 'SET_MODULE_OWNER'
    /usr/src/r8168-8.006.00/src/r8168_n.c: In function 'rtl8168_init_one':
    /usr/src/r8168-8.006.00/src/r8168_n.c:2600: error: 'struct net_device' has no member named 'poll'
    /usr/src/r8168-8.006.00/src/r8168_n.c:2601: error: 'struct net_device' has no member named 'weight'
    /usr/src/r8168-8.006.00/src/r8168_n.c: In function 'rtl8168_rx_interrupt':
    /usr/src/r8168-8.006.00/src/r8168_n.c:4029: error: 'struct net_device' has no member named 'quota'
    /usr/src/r8168-8.006.00/src/r8168_n.c:4029: warning: type defaults to 'int' in declaration of '_y'
    /usr/src/r8168-8.006.00/src/r8168_n.c:4029: error: 'struct net_device' has no member named 'quota'
    /usr/src/r8168-8.006.00/src/r8168_n.c:4029: warning: comparison of distinct pointer types lacks a cast
    /usr/src/r8168-8.006.00/src/r8168_n.c: In function 'rtl8168_interrupt':
    /usr/src/r8168-8.006.00/src/r8168_n.c:4225: error: too few arguments to function 'netif_rx_schedule_prep'
    /usr/src/r8168-8.006.00/src/r8168_n.c:4226: error: too few arguments to function '__netif_rx_schedule'
    /usr/src/r8168-8.006.00/src/r8168_n.c: In function 'rtl8168_poll':
    /usr/src/r8168-8.006.00/src/r8168_n.c:4274: error: 'struct net_device' has no member named 'quota'
    /usr/src/r8168-8.006.00/src/r8168_n.c:4274: warning: type defaults to 'int' in declaration of '_y'
    /usr/src/r8168-8.006.00/src/r8168_n.c:4274: error: 'struct net_device' has no member named 'quota'
    /usr/src/r8168-8.006.00/src/r8168_n.c:4282: error: 'struct net_device' has no member named 'quota'
    /usr/src/r8168-8.006.00/src/r8168_n.c:4285: error: too few arguments to function 'netif_rx_complete'
    make[3]: *** [/usr/src/r8168-8.006.00/src/r8168_n.o] Error 1
    make[2]: *** [_module_/usr/src/r8168-8.006.00/src] Error 2
    make[2]: Leaving directory `/usr/src/linux-2.6.25-ARCH'
    make[1]: *** [modules] Error 2
    make[1]: Leaving directory `/usr/src/r8168-8.006.00/src'
    make: *** [modules] Error 2
    Hope the errors are formatted correctly (it was all scrambled when I opened it with NotePad under WinXP).
    Do any of you know what these errors mean, what I'm doing wrong, or what packages might be needed in order to get the driver properly installed?
    Can a pkgbuild be created and used for this purpose if I have the downloaded source package already in my pkgbuild directory?  I can't download any packages once in Arch (no connection to net) but I can download them under Windows, then carry them over to Arch to complete the driver install so I can have Internet again.
    Any help would really be appreciated because Windows XP is driving me nutty.
    Thanks for your help.

    DonVla wrote:make clean modules?
    try "make clean" or "make distclean" and then make modules. (but maybe i´m wrong...)
    No, you may very well be right, but I got that straight out of the 'readme' file that was included with the driver source package:
    # make clean modules
    I'll try it the other two ways you mentioned as soon as I'm able to get back into Arch.
    Thanks for the suggestions.

  • Ok...I am really stumped by this...(Please Help!)

    I am new to Dev. Conn. and to programming in Java. I am working on a project for school. I have written this test application to take Morse Code input from a JOptionPane and output the corresponding letters to System.out --- but it does not work. It compiles and accepts input but then just freezes up. Can someone please help? I am not looking for you to do it for me just help me to understand what I am doing wrong. Thank you in advance.
    Program Code:
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    public class ArrayTest extends Object
         public static void main(String args[])
              String langKey[] = new String[36];
              String cipherKey[] = new String[36];
              langKey[0] = "A";
              langKey[1] = "B";
              langKey[2] = "C";
              langKey[3] = "D";
              langKey[4] = "E";
              langKey[5] = "F";
              langKey[6] = "G";
              langKey[7] = "H";
              langKey[8] = "I";
              langKey[9] = "J";
              langKey[10] = "K";
              langKey[11] = "L";
              langKey[12] = "M";
              langKey[13] = "N";
              langKey[14] = "O";
              langKey[15] = "P";
              langKey[16] = "Q";
              langKey[17] = "R";
              langKey[18] = "S";
              langKey[19] = "T";
              langKey[20] = "U";
              langKey[21] = "V";
              langKey[22] = "W";
              langKey[23] = "X";
              langKey[24] = "Y";
              langKey[25] = "Z";
              langKey[26] = "0";
              langKey[27] = "1";
              langKey[28] = "2";
              langKey[29] = "3";
              langKey[30] = "4";
              langKey[31] = "5";
              langKey[32] = "6";
              langKey[33] = "7";
              langKey[34] = "8";
              langKey[35] = "9";
              cipherKey[0] = ".-";
              cipherKey[1] = "-...";
              cipherKey[2] = "-.-.";
              cipherKey[3] = "-..";
              cipherKey[4] = ".";
              cipherKey[5] = "..-.";
              cipherKey[6] = "--.";
              cipherKey[7] = "....";
              cipherKey[8] = "..";
              cipherKey[9] = ".---";
              cipherKey[10] = "-.-";
              cipherKey[11] = ".-..";
              cipherKey[12] = "--";
              cipherKey[13] = "-.";
              cipherKey[14] = "---";
              cipherKey[15] = ".--.";
              cipherKey[16] = "--.-";
              cipherKey[17] = ".-.";
              cipherKey[18] = "...";
              cipherKey[19] = "-";
              cipherKey[20] = "..-";
              cipherKey[21] = "...-";
              cipherKey[22] = ".--";
              cipherKey[23] = "-..-";
              cipherKey[24] = "-.--";
              cipherKey[25] = "--..";
              cipherKey[26] = "-----";
              cipherKey[27] = ".----";
              cipherKey[28] = "..---";
              cipherKey[29] = "...--";
              cipherKey[30] = "....-";
              cipherKey[31] = ".....";
              cipherKey[32] = "-....";
              cipherKey[33] = "--...";
              cipherKey[34] = "---..";
              cipherKey[35] = "----.";
              String input ="";
              String output = "";
              int s = 0;
              int i = 0;
              //Get user input
              input = JOptionPane.showInputDialog(
    "Enter Morse Code to be Decoded to Plain Text:");
              int length = input.length()- 1;
              while((i != -1) && (i < length))
                   i = input.indexOf(" ", s);
                        if(i != -1)
                                  String s1 = "";
                                  s1 = input.substring(s, i);
                                  for( int n = 0; n < cipherKey.length; i++ )
                                       if(s1.equals(cipherKey[n]))
                                            output += langKey[n].toString();
                                            break;
                        if(input.substring(i + 1, i + 2) == " ")
                             output += " ";
                             i++;
                        System.out.println(output);
              System.exit( 0 );
         }//EOMain
    }//EOF
    Please advise. Thanks again.

    Got bored:
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    public class ArrayTest extends Object
      public static void main(String args[])
        HashMap mapMorseToAlpha = new HashMap();
        mapMorseToAlpha.put( ".-", "A" );
        mapMorseToAlpha.put( "-...", "B" );
        mapMorseToAlpha.put( "-.-.", "C" );
        mapMorseToAlpha.put( "-..", "D" );
        mapMorseToAlpha.put( ".", "E" );
        mapMorseToAlpha.put( "..-.", "F" );
        mapMorseToAlpha.put( "--.", "G" );
        mapMorseToAlpha.put( "....", "H" );
        mapMorseToAlpha.put( "..", "I" );
        mapMorseToAlpha.put( ".---", "J" );
        mapMorseToAlpha.put( "-.-", "K" );
        mapMorseToAlpha.put( ".-..", "L" );
        mapMorseToAlpha.put( "--", "M" );
        mapMorseToAlpha.put( "-.", "N" );
        mapMorseToAlpha.put( "---", "O" );
        mapMorseToAlpha.put( ".--.", "P" );
        mapMorseToAlpha.put( "--.-", "Q" );
        mapMorseToAlpha.put( ".-.", "R" );
        mapMorseToAlpha.put( "...", "S" );
        mapMorseToAlpha.put( "-", "T" );
        mapMorseToAlpha.put( "..-", "U" );
        mapMorseToAlpha.put( "...-", "V" );
        mapMorseToAlpha.put( ".--", "W" );
        mapMorseToAlpha.put( "-..-", "X" );
        mapMorseToAlpha.put( "-.--", "Y" );
        mapMorseToAlpha.put( "--..", "Z" );
        mapMorseToAlpha.put( "-----", "0" );
        mapMorseToAlpha.put( ".----", "1" );
        mapMorseToAlpha.put( "..---", "2" );
        mapMorseToAlpha.put( "...--", "3" );
        mapMorseToAlpha.put( "....-", "4" );
        mapMorseToAlpha.put( ".....", "5" );
        mapMorseToAlpha.put( "-....", "6" );
        mapMorseToAlpha.put( "--...", "7" );
        mapMorseToAlpha.put( "---..", "8" );
        mapMorseToAlpha.put( "----.", "9" );
        String strInput = JOptionPane.showInputDialog(" Enter Morse Code to be Decoded to Plain Text:" );
        StringBuffer strbOutput = new StringBuffer();
        if( strInput != null )
          for( StringTokenizer st = new StringTokenizer( strInput ); st.hasMoreTokens(); )
            String strMorseKey = st.nextToken();
            String strAlpha = (String)mapMorseToAlpha.get( strMorseKey );
            if( strAlpha != null )
              strbOutput.append( strAlpha != null ? strAlpha : "#" );
          JOptionPane.showMessageDialog( null, strbOutput.toString() );     
        System.exit( 0 );
    }

  • Help! I'm REALLY stumped and frustrated!

    A have PSE 10 and have correctly entered purchased Actions which are visable in the Photo Effects folder but not the Photo Effects Panel. Some of the Actions are visable but not all. How can I get them all visable? I have Windows 7. This is driving me NUTS!

    The Texas Chicks site has very good installation and troubleshooting advice:
    http://www.texaschicksblogsandpics.com/photography-page/installing-actions-in-photoshop-el ements/
    Ken

  • How can I get my nano to really 'shuffle' my entire library plays ?

    Ny help with this? Im really stumped.

    Have a look at page 21 of the iPod_nano_6thgen_User_Guide.pdf

  • My new 4GS is taking really poor quality photos, how can I improve them?

    I'm trying out the camera on my new 4S and am shocked at the poor quality. I've taken the same photo in the same light etc with my 3GS and the image is much better, I can see more detail and the texture is smoother. My 4S images look terrible!
    Has anyone else noticed this? Is there a way to alter the settings? Thanks in advance.

    Hi there, i am an iphoneographer from OZ, and i am having the same issue, i have switched from iphone 4 which was upgraded to IOS5 to the 4s with the IOS 5. Since owning the 4s i have had nothing but noisey pictures in low lighting conditions, including cloudy days night time occasions indoors ect, even when using flash.
    I have used different apps, including the standard apple cam, king camera, Pro cam, Focus Plus, and the quality is all the same with the noise, but yet when i take the same pictures with the iphone 4 (which my other half has now) in the same lighting they are fantastic quality. I'm not clear here what the issue is as being an iphoneographer/Photgrapher i though i knew a fair bit about the iphone but this has really stumped me and left me no choice to send out a call for help and ask if other people out there are in the same boat, and have any advice on what possibilities could help fix this, as i miss the quailty on my iphone and dont want to have to swap back to it. Cheers LJ

  • This really confusing....ipod halfway works

    ok the other day my ipod decided to die for a little bit and when i got it working again it had a corrupt database file. luckily i had a back-up on there and my friend new what to do. but now it won't connect to any programs so i can edit songs and my playlists are all messed up.when i plug it in and open itunes it displays the songs for a split second then shows a window saying itunes cannot read the ipod and i need to reformat. now i have it full and don';t have most of the music any more. i sold cd's over ebay after ripping them. i don't know if thats legal, but i really hope it is. but if i reformat then i lose all of it and have no way to recover. i have tried direct copying from ipod to hard drive but it hasn't worked. it keeps saying that the parameter is incorrect. i am really stumped. and i've had to fix my ipod many times before. so if anyone knows what i could do, please repond or email me at [email protected]
    Old @$$ HP   Windows 2000  

    while surfing for a fix my friend and i discovered a program called something like "mediaplayer 11" on google....this had a function that rebuilt my database for use with it and itunes somehow recognized this database....then itunes did an auto rebuild and everything worked fine again....once we found the program it was really quite simple

  • Report Performance with Bind Variable

    Getting some very odd behaviour with a report in APEX v 3.2.1.00.10
    I have a complex query that takes 5 seconds to return via TOAD, but takes from 5 to 10 minutes in an APEX report.
    I've narrowed it down to one particular bind. If I hard code the date in it returns in 6 seconds, but if I let the date be passed in from a parameter it takes 5+ minutes again.
    Relevant part of the query (an inline view) is:
    ,(select rglr_lect lect
    ,sum(tpm) mtr_tpm
    ,sum(enrols) mtr_enrols
    from ops_dash_meetings_report
    where meet_ev_date between to_date(:P35_END_DATE,'DD/MM/YYYY') - 363 and to_date(:P35_END_DATE,'DD/MM/YYYY')
    group by rglr_lect) RPV
    I've tried replacing the "to_date(:P35_END_DATE,'DD/MM/YYYY') - 363" with another item which is populated with the date required (and verified by checking session state). If I replace the :P35_END_DATE with an actual date the performance is fine again.
    The weird thing is that a trace file shows me exactly the same Explain Plan as the TOAD Explain where it runs in 5 seconds.
    Another odd thing is that another page in my application has the same inline view and doesn't hit the performance problem.
    The trace file did show some control characters (circumflex M) after each line of this report's query where these weren't anywhere else on the trace queries. I wondered if there was some sort of corruption in the source?
    No problems due to pagination as the result set is only 31 records and all being displayed.
    Really stumped here. Any advice or pointers would be most welcome.
    Jon.

    Don't worry about the Time column, the cost and cardinality are more important to see whther the CBO is making different decisions for whatever reason.
    Remember that the explain plan shows the expected execution plan and a trace shows the actual execution plan. So what you want to do is compare the query with bind variables from an APEX page trace to a trace from TOAD (or sqlplus or whatever). You can do this outside APEX like this...
    ALTER SESSION SET EVENTS '10046 trace name context forever, level 1';Enter and run your SQL statement...;
    ALTER SESSION SET sql_trace=FALSE;This will create a a trace file in the directory returned by...
    SELECT value FROM v$parameter WHERE name = 'user_dump_dest' Which you can use tkprof to format.
    I am assuming that your not going over DB links or anything else slightly unusual?
    Cheers
    Ben

  • ITunes 10.6.3 Freezing on Launch

    Hi Guys I'm a long time lurker this is the first time requesting help, I have always been able to solve any issues with a search and have not been this stumped before.
    So the problem iTunes (10.6.3) has started freezing every time I open it, it happens after about 10sec and also freezes the finder and any other apps that are open I regain control for 1 or 2 sec every 15 - 30 sec during this window I can quickly quit iTunes and then every thing unfreezes, if I start a song playing as soon as I open iTunes it will continue playing throughout the freeze.
    System is iMac i7 2.8 21.5 inch Mid 2011 OSX Lion 10.7.4
    What I have tried
    - All apple updates installed and up to date
    - Shutdown - Restart - reopen  (Same result)
    - Repair disk permissions Restart (Same result)
    - Delete all iTunes .plist files (Same result)
    - Deleted iTunes Library Genius.itdb (Same result)
    - Deleted iTunes Music Library.xml (Same Result)
    - Create new user with empty Library  (Same result)
    - Start iTunes in Safe mode Option and Command keys (Same result)
    - Deleted all plugins (Same result)
    - Deleted iTunes and installed 10.5.3 (Same result)
    - Deleted iTunes and reinstall (Same result)
    - Booted from Recover HD and ran repair disk and permissions (Same result)
    - Boot up in Safe mode Hold Shift key    THIS WORKS NO FREEZE
    -Used time machine and restored whole system to 2 weeks earlier (Same result)
    -Re installed OS X Lion from Recovery HD (Same result)
    So basically the only thing that has worked is Safe Boot/Mode but this is not really a solution.
    I am really stumped I feel like I have tried every thing am really hoping I'm missing something or someone has had the same problem and solved it. HELP PLEASE
    Thanks in advance for any advice

    Just want to let you know that you are not alone, I have exactly the same issue.
    I found this thread useful:
    https://discussions.apple.com/message/18185816?ac_cid=142432#18185816
    I had smcFanControl installed and after removing it and what it had put in  /Library/StartupItems my issue seems to have gone away (for now).
    Seems that at least in my case it was not iTunes itself causing the issue. Not sure if that is what is happening for you but I hope the link can help you. I know how frustrating this issue can be!

  • Capture Error- Operation could not be completed as there is no video.

    Hi. I'm using Final Cut Express HD 3.5.1 and I seem to have a problem importing video. I successfully imported one DV tape (out of several for a film project I'm working on) using the DV-NTSC Easy Setup.
    I use a Canon Optura 40 camera connected via a Fire Wire 400 cable. The cord runs straight from the camera (where it has a 4-pin connector) to the computer. As a longtime iMovie user I followed all the proper procedures - the camera is in VTR mode the tape is ready to go.
    Now, Device Control says "VTR" OK and the playback controls in the program actually control the tape. Everything seems right so far. But when I click "Capture Now" in FCEHD it says, "This operation could not be completed as there is no video." What's more is that FCE freezes up (processing cursor) until I take the camera out of VTR mode.
    Apple reccomends using the Fire Wire Basic Easy Setup. I've tried that. It still doesn't work.
    Another curios note - iMovie seems to have the same problem, which I've never encountered until I've tried to use the camera with this computer - I'm running on a recently purchased MacBook Pro (2.33 GHz, 2 GB RAM) off of an external hard drive (G-Drive 7200 RPM 500 GB).
    I am stumped.
    Can anyone lend a hand?

    So, I tried sending the camera into the FireWire 400 Port on the back of my external HD and I still got the same problem in FCE.
    Here's what's really interesting - it will import into iMovie with the new setup.
    Whenever my camera is in VTR mode and the Capture Screen is even just OPEN in FCE, the computer freezes until I take the camera out of VTR mode.
    I'm really stumped. If I would have to install new components inside of my laptop I might just vie for loading the footage into iMovie and transferring it (if there's no loss of quality. Is there?) but I'm still hopeful for a simple solution to getting FCE to recognize the camera.
    I can't really load the footage into my Mac's HD because it's not big enough. I have a video project with about 12 DV tapes of footage, and my internal HD definetely couldn't hold that.

  • External hard drive will not partition correctly

    This is a somewhat long post, but the point is this: I have a new 1TB Fantom GreenDrive (attached via USB) which I cannot partition the way that I want to. I want to allocate 300G for a Time Machine backup partition and the remainder as a partition for everything else. For some reason, I'm only able to partition the drive so that it has two equal-size partitions. While this isn't terrible (the 300G figure was somewhat arbitrary), I'm curious to see if anyone knows what's going on here. As part of my tale, I list three "mysteries" that have really stumped me.
    For at least a year now, I've had two external USB drives attached to my machine through a hub. One (a Fantom Titanium-II 500G drive) was for Time Machine, and the other (a LaCie 150G drive) was for other files. These drives were almost always connected to my machine, and they were almost always powered on. About three weeks ago, the Time Machine drive started unmounting, seemingly randomly, from the computer. When I tried to verify it in Disk Utility, it gave me an error, and the drive would again unmount. At the same time, I started having problems with the LaCie drive - when I plugged it in, the Mac gave me a message saying that the drive wasn't working properly and that I had to back up everything on it.
    This all seemed too coincidental to me, and so is the first mystery of my saga. However, I saw the GreenDrive on sale and decided to pick one up, rather than trying to fix the two drives. When I connected the GreenDrive to the computer, it was formatted at NTSF. When I tried to format it as Mac OS Extended (Journaled), Disk Utility gave me an error.
    If I booted the Mac into Windows, I could format the drive again as NTSF, and it would work fine. When I went back into the Mac side, it worked there, too (that is, I could read from it and write to it). Also, I could use Disk Utility to format the drive as MS-DOS (FAT). Of course, I needed to format the drive for the Mac so that it would work for Time Machine.
    When I went into the Time Machine preference pane and selected the GreenDrive for Backup (which was still formatted as MS-DOS (FAT) at the time), and did the erasing from within Time Machine, I was able to get the drive formatted as one large Mac OS formatted partition. Why I was able to successfully format it from Time Machine, but not from Disk Utility (which I believe is what Time Machine uses for the erasing, anyway) is the second mystery.
    So, now I had a 1TB hard drive set up a single partition. I still wanted to divide it in two. However, when I tried using Disk Utility to partition it the way I wanted, I got an error saying the partition failed. Just as a test, I tried partitioning as two equal-size partitions, and this worked. Why it would let me partition in this configuration, and not the way I wanted, is the third and final mystery.
    In the end, I'm almost where I want to be. I had to spend a little bit of money, but I have more total storage space available, and it seems to be working fine. Also, I was able to format the LaCie drive, and it seems to be working well, so it wasn't a total loss. Still, any answers you guys can provide would be greatly appreciated.
    <Edited by Moderator>

    Be sure your drive is initially partitioned into one single volume. Then format the volume for Mac OS Extended. Once that's done re-partition the drive into two volumes (if that's what you desire) then resize them as you want. How you do the resizing may be important. Usually the larger volume is the first or top volume. Select it by clicking on its rectangle in the sizing gadget. Then in the Size field enter the size you want. That should result in the first volume being resized to what you want and the second volume automatically resizes accordingly.
    Here's how I suggest doing it:
    Extended Hard Drive Preparation
    1. Open Disk Utility in your Utilities folder. If you need to reformat your startup volume, then you must boot from your OS X Installer Disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger or Leopard.)
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area. If it does not say "Verified" then the drive is failing or has failed and will need replacing. SMART info will not be reported on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Set the number of partitions from the drop down menu (use 1 partition unless you wish to make more.) Set the format type to Mac OS Extended (Journaled.) Click on the Options button, set the partition scheme to GUID (only required for Intel Macs) then click on the OK button. Click on the Partition button and wait until the process has completed.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.

  • Deploying CC Enterprise Applications With SCCM 2012

    Hi all,
    We are using CC Packager to package up individual applications (Photoshop, InDesign etc) and are having trouble deploying the applications once packaged. To deploy, we are using SCCM 2012 and are deploying to Windows 7 x64 clients. It appears that the install begins on the client, then hangs, never to finish.
    We are running the MSI with the REBOOT=ReallySuppress and MSIRESTARTMANAGERCONTROL=Disable commands, but with no luck.
    This has us really stumped. The applications seem to package fine, yet just won't install. If we manually run the installer, we can see it begin installing, then the progress bar goes backwards and the installation ends without displaying any sort of message.
    Also, as an FYI, we have followed this guide closely in our attempts: http://helpx.adobe.com/creative-cloud/packager/deploying-packages-sccm.html
    Has anyone experienced a similar problem? Any ideas?
    Thank you in advance.
    Ryan

    Windows 7 x64 Clients
    Deploying with SCCM 2012
    I have called Adobe before and was told that the application package needs to be on a local drive on the computer. The package cannot be installed if the package is sitting on the network. My installation for a adobe creative cloud  package fails to install when I try to install the application from the software center. At some moment the installation searches to ensure it is on a local disk. Not sure how this happends. If you place the installation package on a drive on your computer the package will install, although it will take time depending on how many applications you have packaged.
    Another problem that you might have is having users log out of the applications without admin previlages.
    I have yet to find a solution for these two problems, I could really use some help from someone who has sucessfully deployed a creative cloud package to a user.
    Thank you

  • Broken laptop input mouse & keyboard [xps15z] [post Syu]

    Problems:
    -laptop's (dell xps 15z) keyboard and mouse not working
    -X broken
    I am really stumped here and looking for any help / direction. I am running out of questions to ask, and would appreciate any feedback.
    What I have tried:
    -creating a new modprobe.conf,
    -merging rc.conf.pacnew,
    -downgrading to my previous udev, mkinitcpio, and module-init-tools, using the packages found in cache. remade init with
    mkinitcpio -p linux
    and keyboard and mouse still did not work
    -merged locale.conf.pacnew
    -merged pacman.conf.pacnew
    -traversed almost all of the logs multiple times (have not found a silver bullet, but not positive on what Im looking for..)
    Below I have included some notes, my relevant (dates) pacman.log, and what I pulled from dmesg that seemed related to me.
    //notes
    -usb ports work
    -when i hit keys on the keyboard while at the console username prompt, nothing types, but if laptop is a dark place, the keys back-lights actually do light up...
    -every other boot I get stuck on MUX error (error has been there since I installed arch, but only now does it freeze occasionally here)
    [ 5.627516] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
    [ 5.627613] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
    -the update that broke stuff I set up my pacman key config
    [2012-01-20 05:14] warning: /etc/pacman.conf installed as /etc/pacman.conf.pacnew
    [2012-01-20 05:14] >>> Run `pacman-key --init` to set up your pacman keyring.
    [2012-01-20 05:14] upgraded pacman (3.5.4-4 -> 4.0.1-4)
    -also had to force the filesystem
    [2012-01-20 06:01] Running 'pacman -S --force filesystem'
    [2012-01-20 06:01] upgraded filesystem (2011.10-1 -> 2011.12-2)
    //dmesg findings
    [ 1.034772] mousedev: PS/2 mouse device common for all mice
    [ 1.045355] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 6.172182] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input8
    [ 42.447721] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb2/2-1/2-1:1.0/input/input15
    [ 42.447801] generic-usb 0003:413C:2003.0001: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:04:00.0-1/input0
    [ 42.447811] usbcore: registered new interface driver usbhid
    [ 42.447812] usbhid: USB HID core driver
    //pacman.log
    [2012-01-20 05:13] Running 'pacman -Syu'
    [2012-01-20 05:13] synchronizing package lists
    [2012-01-20 05:14] upgraded linux-api-headers (3.1.4-1 -> 3.1.6-1)
    [2012-01-20 05:14] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
    [2012-01-20 05:14] Generating locales...
    [2012-01-20 05:14] en_US.UTF-8... done
    [2012-01-20 05:14] en_US.ISO-8859-1... done
    [2012-01-20 05:14] Generation complete.
    [2012-01-20 05:14] upgraded glibc (2.14.1-2 -> 2.15-3)
    [2012-01-20 05:14] upgraded libarchive (2.8.5-2 -> 3.0.3-2)
    [2012-01-20 05:14] warning: /etc/pacman.conf installed as /etc/pacman.conf.pacnew
    [2012-01-20 05:14] >>> Run `pacman-key --init` to set up your pacman keyring.
    [2012-01-20 05:14] upgraded pacman (3.5.4-4 -> 4.0.1-4)
    [2012-01-20 05:16] Running 'pacman -Syu'
    [2012-01-20 05:16] synchronizing package lists
    [2012-01-20 05:16] starting full system upgrade
    [2012-01-20 05:16] Running 'pacman -Syu'
    [2012-01-20 05:16] synchronizing package lists
    [2012-01-20 05:16] starting full system upgrade
    [2012-01-20 05:22] Running 'pacman -Rdd gcc-multilib gcc-libs-multilib'
    [2012-01-20 05:22] Running 'pacman -S gcc-multilib'
    [2012-01-20 05:24] Running 'pacman -Syu'
    [2012-01-20 05:24] synchronizing package lists
    [2012-01-20 05:24] starting full system upgrade
    [2012-01-20 05:25] Running 'pacman -S gcc-libs'
    [2012-01-20 05:27] Running 'pacman -S gcc-objc-multilib'
    [2012-01-20 05:37] Running 'pacman -Syu'
    [2012-01-20 05:37] synchronizing package lists
    [2012-01-20 05:37] starting full system upgrade
    [2012-01-20 05:55] Running 'pacman -Syu'
    [2012-01-20 05:55] synchronizing package lists
    [2012-01-20 05:56] starting full system upgrade
    [2012-01-20 06:01] Running 'pacman -S --force filesystem'
    [2012-01-20 06:01] upgraded filesystem (2011.10-1 -> 2011.12-2)
    [2012-01-20 06:01] Running 'pacman -Syu'
    [2012-01-20 06:01] synchronizing package lists
    [2012-01-20 06:01] starting full system upgrade
    [2012-01-20 06:02] removed gcc-libs-multilib (4.6.2-3)
    [2012-01-20 06:02] installed gcc-libs (4.6.2-5)
    [2012-01-20 06:02] upgraded db (5.2.36-2 -> 5.3.15-1)
    [2012-01-20 06:02] upgraded pam (1.1.5-1 -> 1.1.5-2)
    [2012-01-20 06:02] upgraded coreutils (8.14-1 -> 8.15-1)
    [2012-01-20 06:02] upgraded perl (5.14.2-4 -> 5.14.2-7)
    [2012-01-20 06:02] upgraded openssl (1.0.0.e-1 -> 1.0.0.g-1)
    [2012-01-20 06:02] upgraded libsasl (2.1.23-8 -> 2.1.23-9)
    [2012-01-20 06:02] upgraded libldap (2.4.26-5 -> 2.4.28-2)
    [2012-01-20 06:02] upgraded unixodbc (2.3.0-2 -> 2.3.1-1)
    [2012-01-20 06:02] upgraded apr-util (1.3.12-3 -> 1.3.12-5)
    [2012-01-20 06:02] upgraded at-spi2-core (2.2.1-1 -> 2.2.3-1)
    [2012-01-20 06:02] upgraded at-spi2-atk (2.2.1-1 -> 2.2.2-1)
    [2012-01-20 06:02] upgraded ca-certificates (20111025-2 -> 20111211-1)
    [2012-01-20 06:02] upgraded libxi (1.4.3-1 -> 1.4.5-1)
    [2012-01-20 06:02] upgraded desktop-file-utils (0.18-1 -> 0.19-1)
    [2012-01-20 06:02] upgraded qt (4.7.4-3 -> 4.8.0-2)
    [2012-01-20 06:02] upgraded attica (0.2.9-1 -> 0.3.0-1)
    [2012-01-20 06:02] upgraded automake (1.11.1-3 -> 1.11.2-1)
    [2012-01-20 06:02] upgraded binutils (2.22-2 -> 2.22-4)
    [2012-01-20 06:02] upgraded bluez (4.96-1 -> 4.98-1)
    [2012-01-20 06:02] upgraded cifs-utils (4.9-3 -> 5.2-1)
    [2012-01-20 06:02] upgraded clutter-gst (1.4.4-1 -> 1.4.6-1)
    [2012-01-20 06:02] upgraded lcms2 (2.2-1 -> 2.3-1)
    [2012-01-20 06:02] upgraded colord (0.1.15-3 -> 0.1.16-1)
    [2012-01-20 06:02] upgraded consolekit (0.4.5-1 -> 0.4.5-2)
    [2012-01-20 06:02] upgraded cryptsetup (1.4.0-2 -> 1.4.1-1)
    [2012-01-20 06:02] upgraded nss (3.12.11-3 -> 3.13.1-2)
    [2012-01-20 06:02] upgraded evolution-data-server (3.2.2-1 -> 3.2.3-2)
    [2012-01-20 06:03] upgraded gtk3 (3.2.2-4 -> 3.2.3-2)
    [2012-01-20 06:03] upgraded gtkhtml4 (4.2.2-1 -> 4.2.3-1)
    [2012-01-20 06:03] upgraded evolution (3.2.2-1 -> 3.2.3-2)
    [2012-01-20 06:03] upgraded file (5.09-1 -> 5.10-1)
    [2012-01-20 06:03] upgraded firefox (8.0.1-1 -> 9.0.1-1)
    [2012-01-20 06:03] upgraded telepathy-glib (0.16.3-1 -> 0.16.4-1)
    [2012-01-20 06:03] upgraded folks (0.6.5-1 -> 0.6.6-1)
    [2012-01-20 06:03] upgraded gcc (4.6.2-3 -> 4.6.2-5)
    [2012-01-20 06:03] upgraded libjpeg-turbo (1.1.1-3 -> 1.1.1-4)
    [2012-01-20 06:03] upgraded gdk-pixbuf2 (2.24.0-1 -> 2.24.1-1)
    [2012-01-20 06:03] upgraded gtksourceview3 (3.2.3-1 -> 3.2.3-2)
    [2012-01-20 06:03] upgraded pygobject-devel (3.0.2-1 -> 3.0.3-1)
    [2012-01-20 06:03] upgraded python2-gobject (3.0.2-1 -> 3.0.3-1)
    [2012-01-20 06:03] upgraded gedit (3.2.5-1 -> 3.2.6-1)
    [2012-01-20 06:03] upgraded git (1.7.8-1 -> 1.7.8.4-1)
    [2012-01-20 06:03] upgraded gjs (1.30.0-1 -> 1.30.1-1)
    [2012-01-20 06:03] upgraded gnutls (3.0.8-1 -> 3.0.11-1)
    [2012-01-20 06:03] upgraded glib-networking (2.30.1-1 -> 2.30.2-1)
    [2012-01-20 06:03] upgraded gpgme (1.3.1-1 -> 1.3.1-2)
    [2012-01-20 06:03] upgraded gmime (2.4.28-1 -> 2.6.4-1)
    [2012-01-20 06:03] upgraded gnome-color-manager (3.2.1-2 -> 3.2.2-1)
    [2012-01-20 06:03] upgraded gnome-icon-theme-symbolic (3.2.1-1 -> 3.2.2-1)
    [2012-01-20 06:03] upgraded gnome-keyring (3.2.2-1 -> 3.2.2-3)
    [2012-01-20 06:03] upgraded whois (5.0.13-1 -> 5.0.14-1)
    [2012-01-20 06:03] upgraded gnome-nettool (3.0.0-1 -> 3.0.1-1)
    [2012-01-20 06:04] upgraded mutter (3.2.1-1 -> 3.2.2-1)
    [2012-01-20 06:04] upgraded libpulse (1.1-1 -> 1.1-2)
    [2012-01-20 06:04] upgraded gnome-shell (3.2.1-1 -> 3.2.2.1-1)
    [2012-01-20 06:04] upgraded gvfs (1.10.1-1 -> 1.10.1-2)
    [2012-01-20 06:04] upgraded gvfs-obexftp (1.10.1-1 -> 1.10.1-2)
    [2012-01-20 06:04] upgraded vim-runtime (7.3.353-2 -> 7.3.401-1)
    [2012-01-20 06:04] upgraded ruby (1.9.3_p0-2 -> 1.9.3_p0-3)
    [2012-01-20 06:04] upgraded gvim (7.3.353-2 -> 7.3.401-1)
    [2012-01-20 06:04] upgraded hdparm (9.37-2 -> 9.38-1)
    [2012-01-20 06:04] upgraded inetutils (1.8-6 -> 1.9.1-1)
    [2012-01-20 06:04] upgraded iproute2 (2.6.39-2 -> 3.2.0-1)
    [2012-01-20 06:04] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2012-01-20 06:04] upgraded initscripts (2011.11.3-1 -> 2012.01.2-1)
    [2012-01-20 06:04] upgraded jack (0.121.3-4 -> 0.121.3-5)
    [2012-01-20 06:04] installed rhino (1.7R3-1)
    [2012-01-20 06:04] installed jre7-openjdk-headless (7.b147_2.0-5)
    [2012-01-20 06:04] upgraded jre7-openjdk (7.b147_2.0-2 -> 7.b147_2.0-5)
    [2012-01-20 06:04] upgraded jdk7-openjdk (7.b147_2.0-2 -> 7.b147_2.0-5)
    [2012-01-20 06:04] upgraded redland (1:1.0.15-1 -> 1:1.0.15-3)
    [2012-01-20 06:04] upgraded redland-storage-virtuoso (1:1.0.15-1 -> 1:1.0.15-3)
    [2012-01-20 06:04] upgraded soprano (2.7.3-1 -> 2.7.4-1)
    [2012-01-20 06:04] upgraded libdbusmenu-qt (0.9.0-1 -> 0.9.0-2)
    [2012-01-20 06:04] upgraded polkit-qt (0.99.0-1 -> 0.103.0-1)
    [2012-01-20 06:04] upgraded phonon (1:4.5.1-2 -> 1:4.6.0-1)
    [2012-01-20 06:04] installed gperf (3.0.4-4)
    [2012-01-20 06:04] installed qtwebkit (2.2.1-2)
    [2012-01-20 06:04] upgraded kdelibs (4.7.4-1 -> 4.7.4-5)
    [2012-01-20 06:04] upgraded libassuan (2.0.2-1 -> 2.0.3-1)
    [2012-01-20 06:04] upgraded libdrm (2.4.28-1 -> 2.4.30-1)
    [2012-01-20 06:04] upgraded libgphoto2 (2.4.10.1-2 -> 2.4.11-1)
    [2012-01-20 06:04] upgraded libgsf (1.14.21-1 -> 1.14.22-2)
    [2012-01-20 06:04] upgraded libmysqlclient (5.5.19-1 -> 5.5.20-1)
    [2012-01-20 06:04] upgraded liboauth (0.9.4-2 -> 0.9.6-1)
    [2012-01-20 06:04] upgraded libpcap (1.1.1-4 -> 1.2.1-1)
    [2012-01-20 06:04] upgraded libreoffice-en-US (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-common (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-base (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-calc (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-draw (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-gnome (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-impress (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-kde4 (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-math (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-sdk (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-sdk-doc (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-writer (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded util-linux (2.20.1-1 -> 2.20.1-2)
    [2012-01-20 06:04] upgraded libtracker-sparql (0.12.8-1 -> 0.12.9-1)
    [2012-01-20 06:04] >>> Updating module dependencies. Please wait ...
    [2012-01-20 06:04] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-01-20 06:04] ==> Building image from preset: 'default'
    [2012-01-20 06:04] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-01-20 06:04] ==> Starting build: 3.2.1-1-ARCH
    [2012-01-20 06:04] -> Parsing hook: [base]
    [2012-01-20 06:04] -> Parsing hook: [udev]
    [2012-01-20 06:04] -> Parsing hook: [autodetect]
    [2012-01-20 06:05] -> Parsing hook: [pata]
    [2012-01-20 06:05] -> Parsing hook: [scsi]
    [2012-01-20 06:05] -> Parsing hook: [sata]
    [2012-01-20 06:05] -> Parsing hook: [filesystems]
    [2012-01-20 06:05] -> Parsing hook: [usbinput]
    [2012-01-20 06:05] ==> Generating module dependencies
    [2012-01-20 06:05] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-01-20 06:05] ==> Image generation successful
    [2012-01-20 06:05] ==> Building image from preset: 'fallback'
    [2012-01-20 06:05] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-01-20 06:05] ==> Starting build: 3.2.1-1-ARCH
    [2012-01-20 06:05] -> Parsing hook: [base]
    [2012-01-20 06:05] -> Parsing hook: [udev]
    [2012-01-20 06:05] -> Parsing hook: [pata]
    [2012-01-20 06:05] -> Parsing hook: [scsi]
    [2012-01-20 06:05] -> Parsing hook: [sata]
    [2012-01-20 06:05] -> Parsing hook: [filesystems]
    [2012-01-20 06:05] -> Parsing hook: [usbinput]
    [2012-01-20 06:05] ==> Generating module dependencies
    [2012-01-20 06:05] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-01-20 06:05] ==> Image generation successful
    [2012-01-20 06:05] upgraded linux (3.1.5-1 -> 3.2.1-1)
    [2012-01-20 06:05] upgraded linux-docs (3.1.5-1 -> 3.2.1-1)
    [2012-01-20 06:05] upgraded linux-headers (3.1.5-1 -> 3.2.1-1)
    [2012-01-20 06:05] upgraded mono (2.10.6-1 -> 2.10.8-1)
    [2012-01-20 06:05] upgraded mysql-clients (5.5.19-1 -> 5.5.20-1)
    [2012-01-20 06:05] upgraded mysql (5.5.19-1 -> 5.5.20-1)
    [2012-01-20 06:05] upgraded obexd-client (0.42-1 -> 0.44-1)
    [2012-01-20 06:05] upgraded php (5.3.8-5 -> 5.3.9-1)
    [2012-01-20 06:05] upgraded php-apache (5.3.8-5 -> 5.3.9-1)
    [2012-01-20 06:05] upgraded poppler (0.18.1-1 -> 0.18.2-1)
    [2012-01-20 06:05] upgraded poppler-glib (0.18.1-1 -> 0.18.2-1)
    [2012-01-20 06:05] upgraded pulseaudio (1.1-1 -> 1.1-2)
    [2012-01-20 06:05] upgraded rpcbind (0.2.0-5 -> 0.2.0-6)
    [2012-01-20 06:05] upgraded sdl (1.2.14-9 -> 1.2.14-10)
    [2012-01-20 06:05] upgraded sdl_image (1.2.10-2 -> 1.2.11-1)
    [2012-01-20 06:05] upgraded sdl_ttf (2.0.10-1 -> 2.0.11-1)
    [2012-01-20 06:05] upgraded subversion (1.7.2-1 -> 1.7.2-2)
    [2012-01-20 06:05] upgraded thunderbird (8.0-1 -> 9.0.1-1)
    [2012-01-20 06:05] upgraded totem-plparser (2.32.6-1 -> 2.32.6-3)
    [2012-01-20 06:05] upgraded tracker (0.12.8-1 -> 0.12.9-1)
    [2012-01-20 06:05] upgraded wavpack (4.60.1-1 -> 4.60.1-2)
    [2012-01-20 06:05] upgraded xf86-video-nouveau (0.0.16_git20110829-1 -> 0.0.16_git20120106-1)
    [2012-01-20 06:05] upgraded xkeyboard-config (2.4.1-2 -> 2.4.1-3)
    [2012-01-20 06:05] upgraded xorg-server-common (1.11.2-2 -> 1.11.3-1)
    [2012-01-20 06:05] upgraded xorg-server (1.11.2-2 -> 1.11.3-1)
    [2012-01-20 06:05] upgraded xorg-xinit (1.3.1-1 -> 1.3.1-2)
    [2012-01-20 06:05] upgraded xterm (275-1 -> 276-1)
    [2012-01-20 06:06] Running 'pacman -Syu'
    [2012-01-20 06:06] synchronizing package lists
    [2012-01-20 06:06] starting full system upgrade
    [2012-01-23 04:20] Running 'pacman -Syu'
    [2012-01-23 04:20] synchronizing package lists
    [2012-01-23 04:20] starting full system upgrade
    [2012-01-23 04:20] Running 'pacman -Syu'
    [2012-01-23 04:20] synchronizing package lists
    [2012-01-23 04:20] starting full system upgrade
    [2012-01-23 04:21] removed module-init-tools (3.16-3)
    [2012-01-23 04:21] upgraded dbus-sharp (0.7.0-3 -> 0.7.0-4)
    [2012-01-23 04:21] upgraded dbus-sharp-glib (0.5.0-3 -> 0.5.0-4)
    [2012-01-23 04:21] upgraded gnutls (3.0.11-1 -> 3.0.12-1)
    [2012-01-23 04:21] upgraded gstreamer0.10-python (0.10.21-1 -> 0.10.22-1)
    [2012-01-23 04:21] installed kmod (4-1)
    [2012-01-23 04:21] upgraded udev (175-1 -> 178-1)
    [2012-01-23 04:21] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2012-01-23 04:21] upgraded initscripts (2012.01.2-1 -> 2012.01.3-1)
    [2012-01-23 04:21] upgraded libgee (0.6.3-1 -> 0.6.4-1)
    [2012-01-23 04:21] upgraded mdadm (3.2.2-4 -> 3.2.3-1)
    [2012-01-23 04:21] upgraded mkinitcpio (0.8.0-3 -> 0.8.2-1)
    [2012-01-23 04:21] upgraded pixman (0.24.0-1 -> 0.24.2-1)
    [2012-01-23 04:21] upgraded poppler (0.18.2-1 -> 0.18.3-1)
    [2012-01-23 04:21] upgraded poppler-glib (0.18.2-1 -> 0.18.3-1)
    [2012-01-23 04:21] upgraded sdl_image (1.2.11-1 -> 1.2.12-1)
    [2012-01-23 04:21] upgraded sg3_utils (1.30-1 -> 1.33-1)
    [2012-01-23 04:21] upgraded sqlite3 (3.7.9-1 -> 3.7.10-1)
    [2012-01-23 04:21] upgraded xkeyboard-config (2.4.1-3 -> 2.5-1)
    [2012-01-23 04:21] upgraded xterm (276-1 -> 278-1)
    EDIT: SO NOW x won't even make it as far as it did before (to at least let me see the wallpaper) and eventually goes to a 'something went wrong' screen and I have to shutdown as I don't have a mouse to select Log Out.
    //xorg.log
    [ 31.490] (**) Option "xkb_rules" "evdev"
    [ 31.490] (**) Option "xkb_model" "evdev"
    [ 31.490] (**) Option "xkb_layout" "us"
    [ 31.490] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 31.490] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 31.490] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 31.490] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 31.490] (**) AT Translated Set 2 keyboard: always reports core events
    [ 31.490] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 31.490] (--) AT Translated Set 2 keyboard: Found keys
    [ 31.490] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 31.490] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 31.490] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
    [ 31.491] (**) Option "xkb_rules" "evdev"
    [ 31.491] (**) Option "xkb_model" "evdev"
    [ 31.491] (**) Option "xkb_layout" "us"
    [ 31.491] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event9)
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
    [ 31.491] (II) Using input driver 'evdev' for 'ImPS/2 Generic Wheel Mouse'
    [ 31.491] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: always reports core events
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event9"
    [ 31.491] (--) ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
    [ 31.491] (--) ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
    [ 31.491] (--) ImPS/2 Generic Wheel Mouse: Found relative axes
    [ 31.491] (--) ImPS/2 Generic Wheel Mouse: Found x and y relative axes
    [ 31.491] (II) ImPS/2 Generic Wheel Mouse: Configuring as mouse
    [ 31.491] (II) ImPS/2 Generic Wheel Mouse: Adding scrollwheel support
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 31.491] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event9"
    [ 31.491] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 14)
    [ 31.491] (II) ImPS/2 Generic Wheel Mouse: initialized for relative axes.
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
    [ 31.491] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
    [ 31.491] (II) No input driver/identifier specified (ignoring)
    [ 31.491] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 31.491] (II) No input driver/identifier specified (ignoring)
    [ 31.492] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event8)
    [ 31.492] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 31.492] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
    [ 31.492] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 31.492] (**) Dell WMI hotkeys: always reports core events
    [ 31.492] (**) Dell WMI hotkeys: Device: "/dev/input/event8"
    [ 31.492] (--) Dell WMI hotkeys: Found keys
    [ 31.492] (II) Dell WMI hotkeys: Configuring as keyboard
    [ 31.492] (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event8"
    [ 31.492] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
    [ 31.492] (**) Option "xkb_rules" "evdev"
    [ 31.492] (**) Option "xkb_model" "evdev"
    [ 31.492] (**) Option "xkb_layout" "us"
    [ 34.195] (II) intel(0): EDID vendor "AUO", prod id 12525
    [ 34.195] (II) intel(0): Printing DDC gathered Modelines:
    [ 34.195] (II) intel(0): Modeline "1920x1080"x0.0 140.00 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (65.3 kHz)
    [ 34.195] (II) intel(0): Modeline "1920x1080"x0.0 93.33 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (43.5 kHz)
    [ 34.531] (II) intel(0): EDID vendor "AUO", prod id 12525
    [ 34.531] (II) intel(0): Printing DDC gathered Modelines:
    [ 34.531] (II) intel(0): Modeline "1920x1080"x0.0 140.00 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (65.3 kHz)
    [ 34.531] (II) intel(0): Modeline "1920x1080"x0.0 93.33 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (43.5 kHz)
    [ 66.265] (II) intel(0): EDID vendor "AUO", prod id 12525
    [ 66.265] (II) intel(0): Printing DDC gathered Modelines:
    [ 66.265] (II) intel(0): Modeline "1920x1080"x0.0 140.00 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (65.3 kHz)
    [ 66.265] (II) intel(0): Modeline "1920x1080"x0.0 93.33 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (43.5 kHz)
    EDIT: FOUND this bug: https://bugs.archlinux.org/task/28049 - realize I may really be fishing here..
    //udev test
    # line below is from dmesg
    [ 1.068340] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    run_command: calling: test
    adm_test: version 178
    builtin_kmod_init: load module index
    add_matching_files: unable to open '/run/udev/rules.d': No such file or directory
    parse_file: reading '/lib/udev/rules.d/10-dm.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/11-dm-lvm.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/13-dm-disk.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/40-gphoto.rules' as rules file
    add_rule: IMPORT found builtin 'usb_id --export %p', replacing /lib/udev/rules.d/40-gphoto.rules:11
    parse_file: reading '/lib/udev/rules.d/40-hpet-permissions.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/42-qemu-usb.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/50-udev-default.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/53-sane.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-cdrom_id.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-pcmcia.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-persistent-alsa.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-persistent-input.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-persistent-serial.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-persistent-storage-tape.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-persistent-storage.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-persistent-v4l.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/61-accelerometer.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/64-md-raid.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/69-cd-sensors.rules' as rules file
    add_rule: IMPORT found builtin 'usb_id --export %p', replacing /lib/udev/rules.d/69-cd-sensors.rules:76
    add_rule: IMPORT found builtin 'usb-db %p', replacing /lib/udev/rules.d/69-cd-sensors.rules:77
    parse_file: reading '/lib/udev/rules.d/70-infrared.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/70-udev-acl.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/75-net-description.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/75-probe_mtd.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/75-tty-description.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/77-nm-olpc-mesh.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/78-sound-card.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/80-drivers.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/80-udisks.rules' as rules file
    add_rule: IMPORT found builtin 'pci-db %p', replacing /lib/udev/rules.d/80-udisks.rules:6
    parse_file: reading '/lib/udev/rules.d/85-usbmuxd.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/90-pulseaudio.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-cd-devices.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-dm-notify.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-keyboard-force-release.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-keymap.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-udev-late.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-battery-recall-dell.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-battery-recall-fujitsu.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-battery-recall-gateway.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-battery-recall-ibm.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-battery-recall-lenovo.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-battery-recall-toshiba.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-csr.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-hid.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-wup.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/97-bluetooth-hid2hci.rules' as rules file
    udev_rules_new: rules use 188232 bytes tokens (15686 * 12 bytes), 27728 bytes buffer
    udev_rules_new: temporary index used 50920 bytes (2546 * 20 bytes)
    udev_device_new_from_syspath: device 0x1a25700 has devpath '/devices/platform/i8042/serio0/input/input0'
    udev_device_new_from_syspath: device 0x1a34d60 has devpath '/devices/platform/i8042/serio0/input/input0'
    udev_device_read_db: device 0x1a34d60 filled with db file data
    udev_rules_apply_to_event: IMPORT builtin 'input_id' /lib/udev/rules.d/50-udev-default.rules:23
    udev_builtin_add_property: ID_INPUT=1
    get_cap_mask: capabilities/ev raw kernel attribute: 120013
    get_cap_mask: capabilities/abs raw kernel attribute: 0
    get_cap_mask: capabilities/rel raw kernel attribute: 0
    get_cap_mask: capabilities/key raw kernel attribute: 402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
    test_key: test_key: checking bit block 0 for any keys; found=1
    test_key: test_key: checking bit block 64 for any keys; found=1
    test_key: test_key: checking bit block 128 for any keys; found=1
    test_key: test_key: checking bit block 192 for any keys; found=1
    udev_builtin_add_property: ID_INPUT_KEY=1
    udev_builtin_add_property: ID_INPUT_KEYBOARD=1
    udev_device_new_from_syspath: device 0x1a361d0 has devpath '/devices/platform/i8042/serio0'
    udev_device_new_from_syspath: device 0x1a36740 has devpath '/devices/platform/i8042'
    udev_device_new_from_syspath: device 0x1a36d00 has devpath '/devices/platform'
    udev_rules_apply_to_event: IMPORT builtin 'path_id' /lib/udev/rules.d/60-persistent-input.rules:31
    udev_builtin_add_property: ID_PATH=platform-i8042-serio-0
    udev_builtin_add_property: ID_PATH_TAG=platform-i8042-serio-0
    udev_rules_apply_to_event: IMPORT builtin 'kmod' /lib/udev/rules.d/80-drivers.rules:5
    builtin_kmod: execute 'load' 'input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw'
    load_module: inserted 'evdev'
    udev_device_update_db: created db file '/run/udev/data/+input:input0' for '/devices/platform/i8042/serio0/input/input0'
    builtin_kmod_exit: unload module index
    This program is for debugging only, it does not run any program,
    specified by a RUN key. It may show incorrect results, because
    some values may be different, or not available at a simulation run.
    .INPUT_CLASS=kbd
    ACTION=add
    DEVPATH=/devices/platform/i8042/serio0/input/input0
    EV=120013
    ID_INPUT=1
    ID_INPUT_KEY=1
    ID_INPUT_KEYBOARD=1
    ID_PATH=platform-i8042-serio-0
    ID_PATH_TAG=platform-i8042-serio-0
    ID_SERIAL=noserial
    KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
    LED=7
    MODALIAS=input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw
    MSC=10
    NAME="AT Translated Set 2 keyboard"
    PHYS="isa0060/serio0/input0"
    PRODUCT=11/1/1/ab41
    PROP=0
    SUBSYSTEM=input
    UDEV_LOG=6
    USEC_INITIALIZED=5011892
    Last edited by killnine (2012-01-25 14:39:33)

    I'm glad that fixed your keyboard.
    Good idea about the wiki page. If/when I have time I will add something. Feel free to do so if you have some.
    I've not had the computer for long, however the core install boots and works fine, but after updating the keyboard and mouse become unresponsive, so unfortunately from my perspective, one of the updates in the past 4 or 5 months broke it! However, though I've not tried any combinations of boot parameters, the vast majority of live CDs won't even boot without acpi=off (or presumably, only acpi=noirq is actually needed, looking at your tests) so it doesn't look to be Arch specific.
    For your X problems, are you using a DE or WM, and how are you logging in? If you can disable the login manager (if present) and start an X session with startx, with say only exec xterm in your ~/.xinitrc that might help pinpoint the issue. If that works, it will unlikely be an X issue, more one of your DE/WM.

  • BSOD during Install

    Bought Dreamweaver CS5 Educator and Student edition for daughter's college class.  Tried to install on family computer, which is basic 1Gb, AMD Athlon 64 2800 machine.  At about 20% installation progress (installing ADOBE HELP files) get quick BSOB and machine shutsdown and restarts.  I deleted what was installed from Control Panel and tried again after full Windows Update and CHKDSK.  Same Result.
    So, I thought I would try to install to my personal machine which is AMD Athlon 64 X2 Dual Core 6400 with 3 Gb.  Same identical result, BSOD at 20% installation progress during installatin of Adobe Help files and PC shuts down.  During Windows recovery from serious error get just a generic "drivers, hardware, or software casued serious error" message.  Nothing helpful.
    I am running AVG antivirus and Superspyware on both machines.  Both machines XP Home SP3.
    Really stumped and have searched to no avail.  Daughter is getting a little desperate to have installed so she can complete project.
    Log of Installer session show 0 fatal error and two warnings.
    Did short chat session with Adobe Tech Support and all they suggested was to uninstall and reinstall.  Same result.

    A couple things you can try if you are getting blue screens.  First, if it is something with DW you can run the Adobe Clean Script (link below) and then try re-installing.
    Adobe - Adobe CS5 Clean Tool
    If that does not work you will need to get your disk out because in XP I believe this function required the disc:
    sfc /scannow
    Type that into the command prompt and let Windows repair and replace DLL files.  I would recommend on backing up as a precautionary measure before doing that.
    Unfortunately, Adobe support would have only been able to help if your system had stayed operational during the install because their installer does create a log, even in failure, and their support does allow the uploading of logs to troubleshoot installation errors.

  • Check if a point lies inside a rectangle

    Hi im making an application that displays a shape on the screen at different locations. The shape is a combination of an ellipse and a line. My problem is when i want to draw the shapes i created a method to check if the point given is contained by any other shape and if it is it should create a new point. However when the .contains(Point) method is run it doesnt reply true or false so my code just goes into an infinite loop and crashes.
    Here is the checkpoint method that loops infintly
    private void setPoint(Point pow) {
              boolean anythingthere = false;
              while (anythingthere==!true) {
                   Rectangle test = list.getBounds();
                   if (test.contains(pow)) {
                        int f = pow.x;
                        f = f+200;
                        int g = pow.y;
                        pow.setLocation(f, g);
                        System.out.println(pow);
                        f = 0;
                   else {
                        if (pow.x+150 > getWidth()) {
                             pow.setLocation(50, pow.y+180);
                        anythingthere = true;
                        i++;
         }And because my shape is a combination of graphics2D shapes i created this method in its class to return the rectangle that bounds the shapepublic Rectangle getBounds() {
         bound = new Rectangle(location.x,location.y,size,size);
         return bound;
    }Thanks for any help you can give im really stumped!!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi thanks for your reply's. Thanks for tips on making my code nicer and efficient ive tried to do it throughout my project so hopefully its more readable now. The problem was to do with scope like one of you said so i moved a few things round and got it working. The problem was when i called the bounds of the rectangle it was returning the bounds using the last changed point which meant that every time i tested the loop the point was inside that bound so it basically looped infinitely. One line moved and it worked perfectly.
    Thanks everyone

Maybe you are looking for