Activer plusieurs commande

Bonjour,
Suite aux différentes réponse de hier, j'ai constater une erreur qui vient de ma part. Le problème est que pour le moment toutes les commandes sont dans une chaine déroulante donc je peut selectionner que une commande à la fois. Mais j'ai oublier que l'on peut lancer plusieurs commande à la fois donc j'aimerais savoir si vous avez une idée comment faire ?
Je post mon vi et je fait une impréssion.
Je pensait faire un tableau par commande. Mais ensuite je sais pas comment faire avec la gestion des sortié numérique.
Résolu !
Accéder à la solution.
Pièces jointes :
foncelec.vi ‏48 KB
tous.png ‏58 KB

Port
P1,0
P2,2
P1,1
P2,3
P1,2
P1,3
P1,4
P1,5
P1,6
P2,4
P2,5
P2,6
P2,7
P0,0
P1,7
P2,0
P2,1
P0,1
P0,2
P0,3
0
0
0
0
1
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1
0
0
0
0
0
0
0
0
0
0
0
1
0
0
0
La 1er ligne est la 1er commande et la 2eme ligne et la 2eme commande.
Si maintenant je lance la 2eme commande donc 2 bits d'allumer (P1.2 et P2.1), et si après je lance la 1er commande il y a qu'un bit d'allumer(P1.1) avec mon premier vi, la deuxieme commande ne marcherai plus vue que c'est plus le bon code. Donc c'est pour sa que je fait une addition des bits pour pouvoir avoir toujours le bon code en faisant le nombre de commande que je veut. Je suis pas sur que c'est la bonne solution ....

Similar Messages

  • Creation of Logical Standby Database Using RMAN ACTIVE DATABASE COMMAND

    Hi All,
    I am in confusion how to create logical standby database from primary database using rman active database command.
    What i did:-
    Create primary database on machine 1 on RHEL 5 with Oracle 11gR2
    Create standby database on machine 2 on RHEL 5 With Oracle 11gR2 from primary using RMAN active database command
    Trying to create logical standby database on machine 3 on RHEL 5 with Oracle 11gR2 using RMAN active database command from primary.
    The point which confuse me is to start the logical standby in nomount mode on machine 3 with which pfile like i create the pfile for standby database do i need to create the pfile for logical standby db.
    I done the creation of logical standby database by converting physical standby to logical standby database
    I am following the below mentioned doc for the same:
    Creating a physical and a logical standby database in a DR environment | Chen Guang's Blog
    Kindly guide me how to work over the same or please provide me the steps of the same.
    Thanks in advance.

    Thanks for your reply
    I already started the logical standby database with pfile in nomount mode. And successfully completed the duplication of database. by mentioning the DB_FILE_NAME_CONVERT and LOG_FILE_NAME_CONVERT parameter.
    But i am not able to receive the logs on the above mentioned blog i run the sql command to check the logs but getting "no rows selected"
    My primary database pfile is:
    pc01prmy.__db_cache_size=83886080
    pc01prmy.__java_pool_size=12582912
    pc01prmy.__large_pool_size=4194304
    pc01prmy.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    pc01prmy.__pga_aggregate_target=79691776
    pc01prmy.__sga_target=239075328
    pc01prmy.__shared_io_pool_size=0
    pc01prmy.__shared_pool_size=134217728
    pc01prmy.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/pc01prmy/adump'
    *.audit_trail='db'
    *.compatible='11.1.0.0.0'
    *.control_files='/u01/app/oracle/oradata/PC01PRMY/controlfile/o1_mf_91g3mdtr_.ctl','/u01/app/oracle/flash_recovery_area/PC01PRMY/controlfile/o1_mf_91g3mf6v_.ctl'
    *.db_block_size=8192
    *.db_create_file_dest='/u01/app/oracle/oradata'
    *.db_domain=''
    *.db_file_name_convert='/u01/app/oracle/oradata/PC01SBY/datafile','/u01/app/oracle/oradata/PC01PRMY/datafile'
    *.db_name='pc01prmy'
    *.db_recovery_file_dest='/u01/app/oracle/flash_recovery_area'
    *.db_recovery_file_dest_size=2147483648
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=pc01prmyXDB)'
    *.fal_client='PC01PRMY'
    *.fal_server='PC01SBY'
    *.log_archive_config='DG_CONFIG=(pc01prmy,pc01sby,pc01ls)'
    *.log_archive_dest_1='LOCATION=/u01/app/oracle/flash_recovery_area/PC01PRMY/ VALID_FOR=(ONLINE_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=pc01prmy'
    *.log_archive_dest_2='SERVICE=pc01sby LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=pc01sby'
    *.log_archive_dest_3='SERVICE=pc01ls LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES, PRIMARY_ROLE) DB_UNIQUE_NAME=pc01ls'
    *.log_archive_dest_state_1='ENABLE'
    *.log_archive_dest_state_2='DEFER'
    *.log_archive_dest_state_3='DEFER'
    *.log_archive_max_processes=30
    *.log_file_name_convert='/u01/app/oracle/oradata/PC01SBY/onlinelog','/u01/app/oracle/oradata/PC01PRMY/onlinelog'
    *.open_cursors=300
    *.pga_aggregate_target=78643200
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=236978176
    *.undo_tablespace='UNDOTBS1'
    My logical standby pfile is:-
    pc01ls.__db_cache_size=92274688
    pc01ls.__java_pool_size=12582912
    pc01ls.__large_pool_size=4194304
    pc01ls.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    pc01ls.__pga_aggregate_target=79691776
    pc01ls.__sga_target=239075328
    pc01ls.__shared_io_pool_size=0
    pc01ls.__shared_pool_size=125829120
    pc01ls.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/pc01ls/adump'
    *.audit_trail='db'
    *.compatible='11.1.0.0.0'
    *.control_files='/u01/app/oracle/oradata/PC01LS/controlfile/o1_mf_91g3mdtr_.ctl','/u01/app/oracle/flash_recovery_area/PC01LS/controlfile/o1_mf_91g3mf6v_.ctl'
    *.db_block_size=8192
    *.db_create_file_dest='/u01/app/oracle/oradata'
    *.db_domain=''
    *.db_file_name_convert='/u01/app/oracle/oradata/PC01SBY/datafile','/u01/app/oracle/oradata/PC01PRMY/datafile'
    *.db_name='pc01prmy'
    *.db_unique_name='pc01ls'
    *.db_recovery_file_dest='/u01/app/oracle/flash_recovery_area'
    *.db_recovery_file_dest_size=2147483648
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=pc01prmyXDB)'
    *.log_archive_config='DG_CONFIG=(pc01prmy,pc01sby,pc01ls)'
    *.log_archive_dest_1='LOCATION=/u01/app/oracle/flash_recovery_area/PC01PRMY/ VALID_FOR=(ONLINE_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=pc01prmy'
    *.log_archive_dest_2='LOCATION=/u01/app/oracle/flash_recovery_area/PC01LS/ VALID_FOR=(STANDBY_LOGFILES,STANDBY_ROLE) DB_UNIQUE_NAME=pc01ls'
    *.log_archive_dest_3='SERVICE=pc01ls LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES, PRIMARY_ROLE) DB_UNIQUE_NAME=pc01ls'
    *.log_archive_dest_state_1='ENABLE'
    *.log_archive_dest_state_2='ENABLE'
    *.log_archive_max_processes=30
    *.log_file_name_convert='/u01/app/oracle/oradata/PC01SBY/onlinelog','/u01/app/oracle/oradata/PC01PRMY/onlinelog'
    *.open_cursors=300
    *.pga_aggregate_target=78643200
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=236978176
    *.undo_tablespace='UNDOTBS1'
    Kindly advice over the same

  • How to set Preferences such that new tabs open to same page as active when Command-T was hit?

    On opening a new tab, the tab by default opens to thumbnails based on recent history. A la Safari, I want the new tab to open *to same page as was active when Command-T was hit*. What are the specific steps to take, to set as the default (preference), new pages to open to "Same page"? ("Same page" is Safari's check box in its Preferences.)
    Note, I have navigated available Mozilla Support, and using about:config have reset browser.newtab.url so that the new tab appears blank (discontinuing tracking of recent history for this purpose).
    Note, more importantly, I have found this Support Forum article, which, though challengingly written, has given me a temporary solution:
    * https://support.mozilla.org/en-US/questions/891635
    (The temporary solution for the Mac OS is to Command-click on the "Reload current page" icon in the url/Address box in the browser toolbar, which opens a new tab in the same window.)
    However, I would still like to set this as a permanent Preference, and would ask someone communicate a solution to me. Cheers, LeProf

    ''LeProf_7272 wrote:''
    if I can possibly just create a new config line
    You can't, which is why I suggested the above add-ons. There is no option in the UI or hidden preference in Firefox that can duplicate a tab whenever you open a new tab. ''browser.newtab.url'' can only be set to a fixed address, not whatever address happens to be open in the current tab.
    The are only two built-in methods for duplicating a tab:
    # Hold down the '''Option''' key and drag the tab to a new position on the tab bar.
    # Hold down the '''Command''' key and click the Reload button in the address bar.
    * [[Use mouse shortcuts to perform common tasks in Firefox]]
    You can make feature requests by filing enhancement bug reports, or by opening the Help menu and clicking Submit Feedback.
    * https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines
    * https://input.mozilla.org

  • HT4623 I have just activated voice command then i can't scrool down . It is letting me in trouble. Need Help.

    Whenever I open any game the game automatically closes. Then I open setting and saw that there is a voice command then I activated the voice command after that I can't scroll down the page so I want to OF this thing. Help Me Please. This is letting me in big trouble.

    There is no Voice Command. there is Voice Control when you can control the Music app via voice commands. There is Also Voice Over whe the iPod spped the commands to you.
    You may have the accessibility VoiceOver feature turned on.
    Triple click the home button and try going to Settings>General>Accessibility and turn VoiceOver off. You may have to use three fingers to scroll the screen to get there. If problems see the following for how to turn off via iTunes:
    iPhone: Configuring accessibility features (including VoiceOver and Zoom)

  • Activity Monitor command-line equivalent

    Hi,
    Is there a way to gather all the informations that we can find in the Activity Monitor (cpu, memory, open file-descriptors for each process) via the Terminal ??
    In fact, I am looking for a procfs (/proc) equivalent...

    Hello ccharbo,
    You could use the top command. Does procfs (/proc) not provide all the information you are looking for?
    [Mac OS X Manual Page For top(1)|http://developer.apple.com/mac/library/documentation/Darwin/Reference/Ma nPages/man1/top.1.html]
    B-rock

  • Maintenance activity through command line

    Hi All,
    I'm trying to automate the "Maintenance plan". I was able to do it through GUI by logging into SQL studio.
    But, I'm supposed to automate by embedding the SQL command into jython.
    Would be greatfull if somebody can provide me complete steps for maintenance plan.
    Below is the Maintenance plan I'm expecting for:
    DBE – Full Backup
    1. Schedule the job to run every night at 5 AM.
    2. Configure the tasks in the following order: Back Up Database (Full),
    Maintenance Cleanup Task (3 days) and Clean Up History (older than 4
    weeks).
    DBE – Integrity Checks
    1. Schedule the job to run every Saturday night at 6 AM.
    2. Configure the tasks in the following order: Check Database Integrity and
    Update Statistics.
    DBE – Optimization
    1. Schedule the job to run every Saturday night at 10 PM.
    2. Configure the tasks in the following order: Rebuild Index.

    Once DB is created, we perform post-installation activity, which includes creating maintenance plan. After which we release the server into production. That's when "SQL DBA's" come into picture.
    I have done some research and finally got something, please help me in refining the below:
    USE master;
    GO
    EXEC dbo.DatabaseBackup
    @Databases = 'USER_DATABASES',
    @Directory = 'E:\Backup',
    @BackupType = 'FULL',
    @Verify = 'Y',
    @Compress = 'Y',
    @CheckSum = 'Y'
    GO
    EXECUTE dbo.DatabaseIntegrityCheck
    @Databases = 'USER_DATABASES',
    @CheckCommands = 'CHECKDB',
    @PhysicalOnly = 'Y'
    GO
    EXECUTE dbo.IndexOptimize @Databases = 'USER_DATABASES',
    @FragmentationLow = NULL,
    @FragmentationMedium = 'INDEX_REORGANIZE,INDEX_REBUILD_ONLINE,INDEX_REBUILD_OFFLINE',
    @FragmentationHigh = 'INDEX_REBUILD_ONLINE,INDEX_REBUILD_OFFLINE',
    @FragmentationLevel1 = 5,
    @FragmentationLevel2 = 30,
    @UpdateStatistics = 'ALL',
    @OnlyModifiedStatistics = 'Y'
    GO
    EXECUTE dbo.IndexOptimize @Databases = 'USER_DATABASES',
    @FragmentationLow = NULL,
    @FragmentationMedium = 'INDEX_REORGANIZE,INDEX_REBUILD_ONLINE,INDEX_REBUILD_OFFLINE',
    @FragmentationHigh = 'INDEX_REBUILD_ONLINE,INDEX_REBUILD_OFFLINE',
    @FragmentationLevel1 = 5,
    @FragmentationLevel2 = 30
    the last two steps are redundant.. you do not both of them..just have one of them..
    Hope it Helps!!

  • De-activating keyboard command for iTunes

    I want to use control-option-space for another program.  
    Currently it causes iTunes to open. To disable this through the Keyboard Prefs panel I need to know the exact menu item name, but it does not appear in iTunes's menu so I cannot do that.

    We're just users here.  Send feedback -- including feature requests -- to Apple via "Aperture→Provide Aperture Feedback".
    There is no keyboard command.  Aperture uses the mouse "scroll" command.  You may turn up a utility which allows you to map the mouse commands to keyboard shortcuts.
    You might also search the forum for posts on resizing Brushes with the Intuos4 tablet.  There may be a work-around which you can apply to your trackball.

  • Duplicate database from active database in 11g?

    Does anyone know if it's possible to clone a database from stby by issuing RMAN duplicate database FROM ACTIVE DATABASE command in 11g?
    I know it's possible from primary to create stby.
    Thanks in advance

    You may have run into the same problem like I did recently:
    The (UR=A) clause in tnsnames.ora is intended to work with a dynamically registered handler so the use of SERVICE_NAME versus SID is preferred.
    ORA-12528: TNS listener BLOCKED - trying to duplicate database
    Also for further problems:
    RMAN 11gR2 duplicate database ORA-17627 ORA-01017 RMAN-03009 ORA-17628

  • Why does the Reduced Size PDF command create larger files?

    I have been a happy user of Adobe Acrobat vers. 7 until Adobe ceased the support of that version and I was unable to print and do other activities since my last Mac OS vers.10.6.8 update, so I was forced to upgrade to Adobe's Acrobat's X latest version 10.0.0.  I had hope to be able to produce Adobe Acrobat 3D files but found out later that Adobe does not do that anymore and I would have to buy it as a plugin from Tetra 4D for another $399.00, oh well. I then wanted to reduce the file size of some larger pdfs I had edited.  It took a while to locate the command location, now in File>Save>Reduced SizePDF, once I activated the command on my file it actually increased its size!!  Why did this happen?  Should I continue to use my disabled, Adobe unsupported vers 7 to get the superior performance I once had?  This issue was mentioned in an earlier thread that started out as to where to locate this command but the resultant larger file issue remained unanswered.  Currently unhappy on my purchase.  Will Adobe offer a free upgrade to fix this?

    I agree with Peter. Use Pages '09, but keep a document migration strategy present. When you create a Pages document in Pages '09, export it to Word .doc too. Export any current content in Pages v5.2.2, and then stop using it. That means no double-clicked documents.
    Pages v5 is not an evolution of Pages '09 — it is an incomplete rewrite, and uses a different, internal document architecture than did Pages '09. This internal architecture is to blame for the export translation bloat into Word's different document architecture. It does not matter whether you type a single character, or multiple pages, you will get about a 500Kb .docx file.
    Opening, and resaving this monster .docx file in MS Word in Office for Mac 2011, LibreOffice, or TextEdit will result in a very small .docx footprint.

  • User Defined Activity "hangs" Process Flow if it runs for more than 10mins

    I have been using OWB (10g r2) for a while and have used "User Defined" activities in production process flows successfully before.
    However my problem now is that the activity (shell command) I want to perform, takes more than 10 minutes to complete. If I run the process flow with a parameter that generates a shell command that executes in two or three minutes, the process flow continues past the sucessfully executed user defined activity to the next activity.
    BUT
    If I run the same process flow (without modification or even redeployment) with a different parameter , the user defined acivity sucessfully executes (after about 11 minutes or so) but the process flow , doesnt seem to know that it is finished and just says it is still executing.
    my "user defined" activity has
    COMMAND: /usr/bin/ksh
    PARAMETER_LIST bound to a variable which is set earlier in the process flow.
    RESULT_CODE:
    SCRIPT :
    SUCESS_THRESHOLD : 0
    by examining (RUNTIME CONTROL CENTER SCHEMA).all_rt_audit_execution_params
    I can see that the variable contents assigned to RESULT_CODE look like this
    '/usr/bin/rsh -n WINSRV1 dtsrun /usa /ppw /S WINSQLSRV /N JOBNAME_SHORT'
    or this
    '/usr/bin/rsh -n WINSRV1 dtsrun /usa /ppw /S WINSQLSRV /N JOBNAME_LONG'
    I put the -n in because I thought that may have been the problem, but I think its more likely that there is come sort of ".properties" in a runtime file that needs to be set to control the "timeout" of user defined activities.
    (like in Runtime.properties
    property.RuntimePlatform.0.NativeExecution.Shell.security_constraint = NATIVE_JAVA
    except maybe
    .........Nativeexecution.timeout = .....?????
    Has anybody had a problem like this? Found a document describing available configuration properties for PF activites?
    Can anyone help?

    I have been using OWB (10g r2) for a while and have used "User Defined" activities in production process flows successfully before.
    However my problem now is that the activity (shell command) I want to perform, takes more than 10 minutes to complete. If I run the process flow with a parameter that generates a shell command that executes in two or three minutes, the process flow continues past the sucessfully executed user defined activity to the next activity.
    BUT
    If I run the same process flow (without modification or even redeployment) with a different parameter , the user defined acivity sucessfully executes (after about 11 minutes or so) but the process flow , doesnt seem to know that it is finished and just says it is still executing.
    my "user defined" activity has
    COMMAND: /usr/bin/ksh
    PARAMETER_LIST bound to a variable which is set earlier in the process flow.
    RESULT_CODE:
    SCRIPT :
    SUCESS_THRESHOLD : 0
    by examining (RUNTIME CONTROL CENTER SCHEMA).all_rt_audit_execution_params
    I can see that the variable contents assigned to RESULT_CODE look like this
    '/usr/bin/rsh -n WINSRV1 dtsrun /usa /ppw /S WINSQLSRV /N JOBNAME_SHORT'
    or this
    '/usr/bin/rsh -n WINSRV1 dtsrun /usa /ppw /S WINSQLSRV /N JOBNAME_LONG'
    I put the -n in because I thought that may have been the problem, but I think its more likely that there is come sort of ".properties" in a runtime file that needs to be set to control the "timeout" of user defined activities.
    (like in Runtime.properties
    property.RuntimePlatform.0.NativeExecution.Shell.security_constraint = NATIVE_JAVA
    except maybe
    .........Nativeexecution.timeout = .....?????
    Has anybody had a problem like this? Found a document describing available configuration properties for PF activites?
    Can anyone help?

  • RMAN Active database

    Hi,
    Suppose i took the full database RMAN backup on same host and i invoked rman "active database" command. So will it make use of existing backup pieces?

    Hi,
    To use existing backup while duplicating the database without connecting to target database you have to specify backup location in your duplicate command. One of the example is given as below.
    run{
    set newname for database to '/database1/testdb/%b';
    duplicate target database to testdb
    backup location '/database1/rmanbkp'
    LOGFILE
    GROUP 1('/database1/testdb/redo11.log',
    '/database1/testdb/redo12.log') SIZE 20M REUSE,
    GROUP 2('d/database1/testdb/redo21.log',
    '/database1/testdb/redo22.log') SIZE 20M REUSE;
    Thanks

  • Command to show which calls are using xcode resource

    I can see on the gateway that transcoding resources are being used with the command "show dspfarm all". Now I would like to find out any identifying information about the calls needing transcoding, so I can figure out why they need it.
    Is there any command on a voice gateway which shows me any information (phone number for example) about the call being transcoded. Or will I have to dig through the CUCM traces?

    you can use "show call active voice" command. It gives you detailed information per leg basis.
    http://www.cisco.com/c/en/us/support/docs/voice/voice-quality/40309-show-call-act-voice.html
    transcoders will be used when there is codec mismatch on the call. With the above command, you can check what is codec used in the Inbound Leg/Outbound Leg and which dial-peer it is matched and so on.
    //Suresh
    Please rate all the helpful posts.

  • How to copy show call active data to syslog or any ftp server

    i need all the info in show call active voice command in AS5400 to syslog server or any other way to store in my SQL server

    "Logging host" is the command used to transmit the logged messages to a syslog server host. For this, first enable logging using "logging on" command. Then, type "show call active " command. the output will be transferred to syslog server.

  • Voice Command won't respond through earbuds

    I just upgraded to OS 4.3 on my iPhone 3Gs last week and while as far as I know everything seems to be working fine, I can't get the audio response portion of Voice Command to work with my headphones plugged in. In other words, I don't hear the "woman's" voice when "she" should be responding to my request. For example, if I say "Play Artist Rolling Stones" the iPod feature will work fine (I can hear the music) but there's no confirming "Playing Artist Rolling Stones" response through the headset before the music starts. If I say "Call George", it'll dial the number but there will be no "Calling George" announcement. If I ask "What time is it", I can see the audiograph on the display move but it's dead silence in the headphones. The earphones (and I've tried a couple of different ones with the same results) work just fine for listening to music, etc., and the microphone on the wire is definitely working (Voice Command works perfectly through the mic on the earphones to control music or dial phone calls). It's not a permanent thing because if I pull the plug out, Voice Command functions normally through the speaker (including the confirmatory response).
    Is this a known bug with iOS 4.3? Should I restore the earlier version of iOS? Is there some setting I don't know about?
    Thanks,
    Nick

    It's hard to believe that nobody figured this out! I finally found the answer by doing a search of the 'Net, which of course led me back to this discussion group. Apparently the installation of the latest version of iOS caused my iPhone to reset some of the volume controls. A contributor ("dkorakek") to this forum answered this very same question back in 2009 (see below excerpt). For those who find themselves in the same boat, the answer is to simply launch a voice command through the mic on the earphones and even if you don't hear the response, immediately start hitting the "up" button for volume control. If your experience parallels mine, you'll see that the volume for the headphones when in Voice Command mode only is basically at zero when you start but will go up to whatever you want. The volume adjustment can't be done without the earphone plugged in and a Voice Command being performed since changes to the level will only apply to the mode the phone is currently in (e.g., music through speaker, music through earphones, Voice Command through speaker, Voice Command through earphones, etc.). I never realized that the iPhone allowed the volume to be set individually for so many different functions. Who knew?????
    Hope this helps someone!
    Nick
    P.S.: Thanks again to "dkoralek"!
    ======================================
    From: dkoralek
    Posts: 5
    From: NC
    Registered: Sep 29, 2007
    Re: Voice Command doesn't repeat the info back!
    Posted: Sep 6, 2009 8:31 AM in response to: Lixard52
    I had this problem and realized what caused it. Like everything on the iPhone, volume can be set for almost every function separately (both with headphones, with the external speaker separately). When I had this problem, if I was using the external speaker, she would repeat my commands, the beep would sound, etc.), but nothing with the headphones (and in the back of my mind I noticed that it would vibrate when I enabled voice commands). What you might try is activating voice commands (holding the button) and then when the blue screen comes up, adjust the volume up. THis did the trick for me.
    Cheers.
    ========================

  • "Mail Activity" messages don't make sense

    I see a lot of messages flying by in the lower left-hand corner about incoming messages yet often there are no new messages. Maybe Mail is doing some kind of housekeeping but the messages aren't useful because nothing obvious happens in my inbox.

    Are you using an IMAP server? Then surely it is housekeeping you are seeing. I've turned that window off. I find the Activity Window (Command-0) more useful if I want a sense of what is going on.
    -fred

Maybe you are looking for