Radeon.ko.gz: Invalid argument during upgrading lnux

Latest full update failed
( 9/29) upgrading ffmpeg [######################] 100%
(10/29) upgrading gpgme [######################] 100%
(11/29) upgrading linux-firmware [######################] 100%
(12/29) upgrading linux [######################] 100%
>>> Updating module dependencies. Please wait ...
depmod: ERROR: failed to load symbols from /lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz: Invalid argument
what is puzzling is that there are no radeon graphics in this machine

Thanks for all that respond.
I did a new system update a few days later and it went through without an error. But there still seems to be something wrong:
]# depmod -a 3.17.6-1-ARCH
depmod: ERROR: failed to load symbols from /lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz: Invalid argument
and
# pacman -Qkk linux
warning: linux: /etc/mkinitcpio.d/linux.preset (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.alias (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.alias (Size mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.alias.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.alias.bin (Size mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.builtin.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.dep (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.dep (Size mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.dep.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.dep.bin (Size mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.devname (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.softdep (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.symbols (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.symbols (Size mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.symbols.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.symbols.bin (Size mismatch)
linux: 4187 total files, 10 altered files
Last edited by theking2 (2014-12-16 19:21:21)

Similar Messages

  • Lucreate 'ERROR: mount: /export: invalid argument' - Live Upgrade u8 to u9

    I'm trying to update several servers running solaris cluster 3.2 from u8 to u9 using live upgrade, first server (quorum server) worked just fine, next one (cluster member) goes down like this:
    # lucreate -n solaris-10-u9
    ERROR: mount: /export: Invalid argument
    ERROR: cannot mount mount point </.alt.tmp.b-pob.mnt/export> device </export>
    ERROR: failed to mount file system </export> on </.alt.tmp.b-pob.mnt/export>
    ERROR: unmounting partially mounted boot environment file systems
    ERROR: cannot mount boot environment by icf file </etc/lu/ICF.2>
    ERROR: Unable to mount ABE <solaris-10-u9>
    ERROR: Unable to clone the existing file systems from boot environment <s10x_u8wos_08a> to create boot environment <solaris-10-u9>.
    ERROR: Cannot make file systems for boot environment <solaris-10-u9>.I followed all the necessary steps, removed the installed live upgrade packages and installed the ones from the u9 iso...
    Any ideas would be greatly appreciated.
    Edited by: 801033 on Oct 8, 2010 5:11 AM
    Edited by: 801033 on Oct 8, 2010 5:28 AM
    Edited by: 801033 on Oct 8, 2010 5:33 AM

    The answer, at least in my case:
    When I originally installed this cluster, I apparently misread the part of the documentation which lead me to disable lofs. The documentation states that you need to disable lofs if BOTH of two conditions are met,
    1) You are running HA for NFS to server a locally available filesystem AND
    2) you are running automountd.
    In my case, I have no need for automountd, so I disabled the autofs service, reenabled lofs and am proceeding with the upgrade.

  • "invalid argument" error message when connecting to the App store after upgrading iphone 4 to 5.0 firmware

    Hi everyone,
    I have seen many topics about this problem but none of them helped and they seem to date a little bit so I would like to ask again.
    here is the situation :
    we have two iphone 4 in the house and everything was going fine until we did the update to the new 5.0 firmware. there was no problem while the update had only been applied to the first iphone... but after updating the second one, we now have the same problem on both iphones. We can still connect to the internet from the iphone just fine but the connection is erratic at best with the itunes store because we keep getting cut by this dreaded error message "connection to the itunes store impossible, "invalid argument" occasionnally we'd get a different message that says "connection reset by peer"
    - what is invalid argument mean anyway???
    - I have tried to renew the lease in the network settings, it didn't work
    - I have tried to reset the network setting, it didn't help
    - I have checked in the network setting for the IP address, it starts with 192.xx.xx..... which is supposed to be a good thing as opposed to 162.xx.xx....
    - I have reset my router, nothing happened...
    - I have tried unauthorising my computer to any accounts because we were afraid that using two iphones with two different itunes store accounts one the same computer may have caused these problems.. but no luck
    I am running out of ideas, I would like to renew my frustration to apple because we buy these expensive products and still seem to suffers from stupid bugs... I was under the impression that these things were tested !!! anyway if anyone has found a definitive solution to this problem (short of burning your iphone out of anger) it would be deeply appreciated.
    thx

    Hi!
    I'm also using Air SDK 15 and I'm getting  Invalid Bundle Error:
    Adobe Air iOS Invalid Bundle
    The bundle does not support the minimum version os specified in info.plisthttp://stackoverflow.com/questions/26047837/adobe-air-ios-invalid-bundle-the-bundle-does-n ot-support-the-minimum-version-os
    Really need help
    Michael

  • Insert error SQLException: Invalid argument(s) in call:

    The following exception is produced because resultSet.next() was
    called on an empty resultSet why ??
    Driver = Oracle 8.1.7 thin (current version 8/30/01) for NT.
    Thanks
    try
         m_resultSet = m_statement.executeQuery("SELECT
    CODE_DECODE.* FROM CODE_DECODE WHERE 0 = 1");
         // NOTE If this statement is not called the code works
    fine.
         while( m_resultSet.next())
              // Does nothing as the resultset is empty
         // NOTE If the above statement is not called the code
    works fine
         // Insert a row
         m_resultSet.moveToInsertRow();
         m_resultSet.updateObject
    ("CODE_DECODE.CODE_DECODE_ID",new Double(100000001d));
         // Next statement causes the exception
         m_resultSet.insertRow();
    catch(Exception e)
    e.printStackTrace();
    gives the following stack trace
    java.sql.SQLException: Invalid argument(s) in call:
    setRowBufferAt
         at oracle.jdbc.dbaccess.DBError.throwSqlException
    (DBError.java:168)
         at oracle.jdbc.dbaccess.DBError.throwSqlException
    (DBError.java:210)
         at oracle.jdbc.driver.UpdatableResultSet.setRowBufferAt
    (UpdatableResultSet.java:1803)
         at oracle.jdbc.driver.UpdatableResultSet.setRowBufferAt
    (UpdatableResultSet.java:1785)
         at oracle.jdbc.driver.UpdatableResultSet.updateObject
    (UpdatableResultSet.java:1574)
         at oracle.jdbc.driver.OracleResultSet.updateObject
    (OracleResultSet.java:2787)
         at com.aceva.tool.toolbox.dbtool.JDBCAdapter.insertRow
    (JDBCAdapter.java:440)
         at com.aceva.tool.toolbox.dbtool.DBToolPanel.doInsert
    (DBToolPanel.java:289)
         at
    com.aceva.tool.toolbox.dbtool.DBToolPanel$4.actionPerformed
    (DBToolPanel.java:102)
         at javax.swing.AbstractButton.fireActionPerformed
    (AbstractButton.java:1450)
         at
    javax.swing.AbstractButton$ForwardActionEvents.actionPerformed
    (AbstractButton.java:1504)
         at javax.swing.DefaultButtonModel.fireActionPerformed
    (DefaultButtonModel.java:378)
         at javax.swing.DefaultButtonModel.setPressed
    (DefaultButtonModel.java:250)
         at
    javax.swing.plaf.basic.BasicButtonListener.mouseReleased
    (BasicButtonListener.java:216)
         at java.awt.Component.processMouseEvent
    (Component.java:3717)
         at java.awt.Component.processEvent(Component.java:3546)
         at java.awt.Container.processEvent(Container.java:1164)
         at java.awt.Component.dispatchEventImpl
    (Component.java:2595)
         at java.awt.Container.dispatchEventImpl
    (Container.java:1213)
         at java.awt.Component.dispatchEvent(Component.java:2499)
         at java.awt.LightweightDispatcher.retargetMouseEvent
    (Container.java:2451)
         at java.awt.LightweightDispatcher.processMouseEvent
    (Container.java:2216)
         at java.awt.LightweightDispatcher.dispatchEvent
    (Container.java:2125)
         at java.awt.Container.dispatchEventImpl
    (Container.java:1200)
         at java.awt.Window.dispatchEventImpl(Window.java:912)
         at java.awt.Component.dispatchEvent(Component.java:2499)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:319)
         at java.awt.EventDispatchThread.pumpOneEvent
    (EventDispatchThread.java:103)
         at java.awt.EventDispatchThread.pumpEvents
    (EventDispatchThread.java:93)
         at java.awt.EventDispatchThread.run
    (EventDispatchThread.java:84)

    The stack trace was:
    06/09/06 09:02:52 java.sql.SQLException: Invalid argument(s) in call
    06/09/06 09:02:52 at oracle.jdbc.dbaccess.DBError.throwSqlException(DBErro
    r.java:189)
    06/09/06 09:02:52 at oracle.jdbc.dbaccess.DBError.throwSqlException(DBErro
    r.java:231)
    06/09/06 09:02:52 at oracle.jdbc.dbaccess.DBError.throwSqlException(DBErro
    r.java:294)
    06/09/06 09:02:52 at oracle.sql.CLOB.createTemporary(CLOB.java:527)
    After that I change a code little bit:
    clob = oracle.sql.CLOB.createTemporary(c, true, 1);
    Ant it pass through, but it fails with CastException. Then I upgraded JDBC driver, because I'm using Java 1.4
    So, now I have this kind of error:
    at oracle.jdbc.driver.OracleConnection.physicalConnectionWithin(OracleConnection.java:5174)
         at oracle.sql.CLOB.createTemporary(CLOB.java:1009)
         at oracle.sql.CLOB.createTemporary(CLOB.java:956)
         at my.pack.db.impl.ImportDatabaseDAO_JDBC.execute(ImportDatabaseDAO_JDBC.java:68)
    It fails when I'm creating temporaryClob:
    clob = oracle.sql.CLOB.createTemporary(c, true, 1);
    The problem occurs, because my connection driver is:
    com.evermind.sql.OrclCMTConnection and it can't be converted into oracle.jdbc.driver.OracleConnection.
    It is datasource config:
    <data-source location="jdbc/oooDS"
         class="com.evermind.sql.DriverManagerDataSource"
         password="iate"
         xa-location="jdbc/xa/oooXADS"
         connection-driver="oracle.jdbc.driver.OracleDriver"
         username="ooo"
         url="jdbc:oracle:thin:@192.168.45.14:1526:ooo"
         inactivity-timeout="30"
         name="oooDS"
         ejb-location="jdbc/oooDS"
         pooled-location="jdbc/oooPoolDS"
         min-connections="3"
         max-connections="200"/>
    Could you advise, how can I convert my Connection class?

  • ORA-27102: out of memory SVR4 Error: 22: Invalid argument

    Hi all,
    I'm doing an install of a Solaris 10.2, Oracle 10.2 system. During the Create Database phase, I am getting;
    ORA-27102: out of memory SVR4 Error: 22: Invalid argument
    Doing some research, and reading through the details here:
    Link: [http://technopark02.blogspot.com/2006/09/solaris-10oracle-fixing-ora-27102-out.html]
    I think my issue is my SHM parameters, reinforced by the repeated entry in the Oracle Alert log:
    +WARNING: EINVAL creating segment of size 0x0000000085000000+*
    +fix shm parameters in /etc/system or equivalent+*
    when the create fails.
    I am not familar with Solaris' new project mechanism, although from what I have read, it seems to be set up properly.
    Here are my server details:
    # prtconf | grep Mem
    Memory size: 8192 Megabytes
    # prctl -n project.max-shm-memory -i project 200
    project: 200: QBI
    NAME    PRIVILEGE       VALUE    FLAG   ACTION                       RECIPIENT
    project.max-shm-memory
            privileged      10.0EB      -   deny                                 -
            system          16.0EB    max   deny                                 -
    And as for Oracle:
    shared_pool_size = 1522029035
    shared_pool_reserved_size = 152202903
    pga_aggregate_target = 2705829396
    sga_max_size = 3439329280
    db_cache_size = 1159641169
    During the course of troubleshooting, I have:
    1 - Increased the amount of SHM allocated in the project. I have tried 16GB, 8 GB, 10 GB, 11GB etc, to no effect, so I reset it to 10GB (as seen above) and focused my efforts elsewhere.
    2. SHARED_POOL_SIZE - I have decreased this by roughly 75% from the original value, again to no effect.
    3. PGA and SGA sizes - I have increased these from the original values by an increment of 25%
    Following the advice from the referenced blog (which does a good job of explaining the logic behind the actions) I have determined that the Alert log error message is telling me that it is lacking
    2231369728
    (Hex conversion value, which I think I need to read as 2GB, not 100% sure)
    I've increased my project allocation, and the PGA sizes, did I just not do it enough?
    Any advice?
    Thanks for any input,
    Troy Shane

    Hi,
    check following sap note
    Note 546006 - Problems with Oracle due to operating system errors
    Note 743328 - Composite SAP note: ORA-27102
    regards,
    kaushal

  • Error " ulimit: open files: cannot modify limit: Invalid argument" when open a terminal window

    Every time I open a terminal (bash), it shows error " ulimit: open files: cannot modify limit: Invalid argument".    I googled it but did not find the solution that works.  My OS is 10.8.2.  I followed the instruction here http://wordpress.org/support/topic/upgraded-to-php-530-on-mac-now-no-database-co nnection but it doesn't work.(basically, I just commented some lines in that file).       Can anyone help?

    Back up all data.
    Select
    Shell ▹ New Command
    from the Terminal menu bar. Copy and paste the following line into the text box that opens:
    mkdir disabled_shell_files; mv .profile .bash* $_
    Your old shell initialization and history files will be saved in a directory with the indicated name at the top level of your home directory. Test.

  • What is JAVAC: invalid argument

    I have a program which compiles and runs but when I try to compile it in FORTE I get "JAVAC: invalid argument"
    What argument is it talking about here? Nothing seems to help; from mounting file systems and setting classpaths in the compilers. Any idea what I'm not doing right?
    Thanks.

    Hi,
    that is that misleading thing with error messages -
    they state a condition, that was expected, but was not fullfilled - here it was invalid argument - an argument was expected, that javac can understand, it was missing and so the error message was brought up.
    That is normal, an error message is definitely no advice, how to go on. If you will follow all the compiler-"suggestions" for example, you will get a syntactical correct program after a while, but you will be mislead to a program, that don't reflect the original semantic. Those messages are neither suggestions nor advice at all - they state a condition, that was not matched during execution - nothing more nothing less.
    greetings Marsian

  • ITouch 3.1.2 "Invalid Argument"?

    I just upgraded my Itouch 1st Gen. to 3.1.2. Now, I can't even access Safari, the App Store, or Itunes. All I get is "Invalid Argument" When I try to go on Safari, it just says it is connecting but it never connects. I have excellent wifi connection but yet I am unable to access anything that requires wifi. Same with any of my games.
    I've tried restoring my Itouch, but no luck. Do you guys think you can help me?

    Downgrade back to the working software, 3.0
    Heres how ya do it!
    theres a complicated process to rollback from the 3.1 softwares because it came out to solely stop Jailbreaking. Apple specifically designed it to NOT rollback.
    -Download Firmware 3.0 (for your device)
    -Go to C:\Documents and Settings\Application Data\Apple Computer\iTunes\iPod Software Updates (files are hidden, so you need to view hidden files)
    -Back up files in the directory
    -Delete all files
    -Paste your 3.0 firmware into the software updates folder
    -Rename it to the exact name of the 3.1.1 firmware (iPod1,13.1.1_7C145Restore.ipsw)
    -Put ipod in DFU mode
    DFU MODE- press the power and home buttons for 5 seconds, (ipod powers off) release power button but hold home button for 20-30 seconds, until your computer beeps.
    * In itunes, it will detect an ipod in recovery mode.
    -Shift click restore and use your renamed firmware and update.
    For a 2nd gen, its the same routine, just make sure you have the correct image file for your unit.

  • Rman Linux Error: 22: Invalid argument

    Hi,
    I have Oracle 8.1.7.0.1 running on Redhat 7.2
    When I try to backup database using RMAN I get following
    error:
    RMAN-03026: error recovery releasing channel resources
    RMAN-08031: released channel: disk1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03015: error occurred in stored script live_full_backup
    RMAN-03007: retryable error occurred during execution of command: backup
    RMAN-07004: unhandled exception during command execution on channel disk1
    RMAN-10035: exception raised in RPC: ORA-19504: failed to create file "/u03/oradata/backups/live/db_6_1_482765733.ora"
    ORA-27044: unable to write the header block of file
    Linux Error: 22: Invalid argument
    Additional information: 2
    RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECREATE
    Did anybody see this before ? Any ideas ?
    d.

    make sure /u03/oradata/backups/live exists and is writable.

  • Fssnap fails by "fssnap: ioctl: error 22: Invalid argument" because of xntp

    Hi,
    on cluster node fssnap -F ufs -o bs=/xxxx /
    fails by "fssnap: ioctl: error 22: Invalid argument" because of xntpd_cluster service.
    Is there any workaround?
    Many thanks
    Ushas Symon

    I don't know if we support fssnap on anything other than the root file system because of its interaction with the system and potential to lock file systems for brief periods. If this is on the root file system then may be you could stop and start xntpd_cluster briefly while the snap is being taken.
    Of course, the better option would be to upgrade to SC3.2 01/09 and use ZFS for the root file system. I believe support for ZFS boot just squeezed in at the last minute thanks to some excellent work by some of my QA colleagues.
    Regards,
    Tim
    ---

  • Reg: warn] (22)Invalid argument: setsockopt: (TCP_NODELAY)

    Hi,
    I am getting the error msg below, in the file $ORACLE_HOME/Apache/Apache/logs/error_log
    warn] (22)Invalid argument: setsockopt: (TCP_NODELAY)
    Cheers...

    Hi,
    do you have connection from OMS to agent on server?
    What is OMS and Agent version?
    Did you get any error during instalation?
    Clear log from OMS and Agent and try to run Agent. Put there log to check what's happen.
    btw. Are you able to connet to repository db from sqlplus as use sysman?
    Regards,
    Tom
    http://asktom.cz

  • [Fail] - failed to connect stream: invalid argument? pulseaudio

    I have pulseaudio installed and i am trying with gstreamer its always failing. But this works when i try with Fedora live cd or Ubuntu live cd. But Archlinux failing.
    GOAL: (to make this work)
    ======
    $ gst-launch pulsesrc device="alsa_input.pci-0000_00_1b.0.analog-stereo" ! alsasink device=hw:0,0
    Setting pipeline to PAUSED ...
    ERROR: Pipeline doesn't want to pause.
    ERROR: from element /GstPipeline:pipeline0/GstPulseSrc:pulsesrc0: Failed to connect stream: Invalid argument
    Additional debug info:
    pulsesrc.c(1480): gst_pulsesrc_prepare (): /GstPipeline:pipeline0/GstPulseSrc:pulsesrc0
    Setting pipeline to NULL ...
    Freeing pipeline ...
    TRY 1:  fail
    ======
    $ pulseaudio -k; pulseaudio --daemonize=no -vvvvvvvvv  ;
    ----- starts fine ---------
    $ pacmd dump | grep alsa_input
    set-source-volume alsa_input.pci-0000_00_1b.0.analog-stereo 0x8050
    set-source-mute alsa_input.pci-0000_00_1b.0.analog-stereo no  <<< this one
    suspend-source alsa_input.pci-0000_00_1b.0.analog-stereo yes
    set-default-source alsa_input.pci-0000_00_1b.0.analog-stereo
    ; alsa works fine
    $ alsactl init Found hardware: "HDA-Intel" "Intel CougarPoint HDMI" "HDA:10ec0892,10280527,00100302 HDA:80862805,58862805,00100000" "0x1028" "0x0527" Hardware is initialized using a generic method
    TRY 2: fail
    =====
    if [ ! -d "/etc/asound.conf" ]; then
    cat > /etc/asound.conf << \EOF
    pcm.pulse {
      type pulse
    ctl.pulse {
      type pulse
    pcm.!default {
      type pulse
    ctl.!default {
      type pulse
    EOF
    fi
    or
    pcm.!default {  type plug  slave.pcm {    type dmix   ipc_key 1024    slave {       pcm "hw:0,0"      rate 44100   } }}
    TRY 3: fail
    ======
    options snd-hda-intel model=auto
    Help!

    Hi Scott Fella,
    Thanks for your answer.
    When the problem appears, the version of the wlc was 6.0.182. We 've made upgrade to version 7.0.116.0 to try to resolve the problem, but the problem remains.
    The 2 others WLC that is working fine, have the version 6.0.182.
    There isn't any FW between the WLC's and WCS.
    Best Regards,
    Luis Matos

  • Pass kernel arguments during install to force sata detection

    Is it possible to pass kernel arguments during install of the 0.7.1 noodle base iso? I want the installer to detect my harddisc (with is a pata drive but I have a sata controller in my laptop) as sata. (Needed because of this problem http://bbs.archlinux.org/viewtopic.php?t=17696)
    Update
    I managed to pass the kernel argument (just typed arch hdc=noprobe) but I have to do hdd=noprobe as well because otherwise my harddisc is not recognized at all. But as a result, I'm unable to get my dvd-drive working and for that I'm unable to use the reiserfs to format my root disc. Also my ethernet module can't be loaded so I'm still unable to install
    Solved
    Problem solved, I managed to chroot into my install with the install cd (after doing the install but not having installed bootloader) and with passing kernel arguments hdc=noprobe hdd=noprobe I was able to install lilo on sda. I edited fstab and the kernel 2.6.15 handles the disc and the dvd-station very well. So I'm happy

    Hmm, I saw that klibc before I installed to the pata drive.  I just ran pacman -Rd klibc before upgrading and had no problems.  Though, since klibc is a dependency of mkinitcpio, I should try removing the symlink rather than the package itself.

  • Ipod touch says "invalid argument", I need help

    So I have an Ipod touch 1st generation, its been working fine with the wireless connection, a couple days ago its just stopped working, it says I'm connected to my network but every time i try to open safari or i tunes or any app it says invalid argument. I've restarted it, restored it to factory settings, and restored network settings. I don't know what else to do. The IP address is 162. something and idk if it needs to be 192. or what? My laptop and computer work fine on the wireless network. Please help!

    Hello
    I have the exact same problem as described above, but mine started since version 2.1 for ipod. I left my ipod alone for about a month or so and just tried to go online yesterday, and I realized that I couldn't. After trying some of the things described above I decided to upgrade to the latest ipod firmware since I thought that would fix my problem, but it didn't. Before when trying to connect with version 2.1 I was getting an error saying safari cannot connect to the internet as well as Itunes Store. Now with 3.1.2 firmware it gives me an error saying Invalid Argument. I took my touch to the Apple store where I got it from but the ipod connects there with no problem and they told me they haven't heard of such issue as Invalid Argument.
    I will try to follow steps 2 and 3 on the post above even though my router is Japanese one. Would you please tell me why is this happening now? I mean my ipod was working fine about a month ago, but I just didn't use it for that time and now it doesn't work.
    Is this a problem of router only or is there anything else I can do to fix this?
    I have an ipod touch 1st Gen with 32Gb 3.1.2 firmware
    Looking forward to hear from you soon
    E
    Message was edited by: extremers

  • Airport extreme: Invalid Argument errors over satellite connection

    Question 1: Have you observed problems with Apple equipment getting high error rates over high latency connections such as satellite connections?
    Question 2: Do you know of any reason why Apple equipment is more likely to exhibit this behaviour?
    We have a shack in the country that has a 10Mb/sec satellite internet service.  The satellite in question is the Australian NBN service which I believe uses an Optus satellite.
    We get frustratingly large numbers of errors from Safari: "Safari can't open the page <insert random url here> The operation could not be completed. Invalid argument."
    The message in the browser is always the same.  It can take half-a-dozen retries to get a page to display.  On average, aroiund 30% of connection attempts yield this error.  It seems to be load dependent, and at the moment it is happening less often - maybe one in 10 requests are failing.  It is currently 2 Jan, around midday and most Australians near the coast will be at the beach, and those inland have 50 degree temperatures predicted so they will be wallowing in the mud-hole that was once the dam, so I expect the satellite load is rather low.
    My ISP says they have around a dozen customers reporting this problem and they all use Apple gear.
    Observations:
    I was able to open a VPN connection to one of my customers (after several attempts) and the VPN connection worked flawlessly for the duration of hte session which was several hours.  Meanwhile, the mrs was cussin' away about invalid argument errors.
    Once a page starts loading, it generally finishes.  This seems to be independent of the level of complexity.  So once a page gets going, it keeps going.  Selecting a link from it, however, will likely result in another error.
    Pings are returning in around 1 second.
    Transfer rate is good - close to the promised 10Mbit/sec.  Response time, of course, is aweful compared to a wired or 3G connection.  However it is acceptable provided a response is actually received.
    Gear is: A couple of netgear routers in point to point mode bridging to the Airport Extreme in the house which is the main router.  There are a couple of Airport expresses about the place doing other stuff.  Terminal equipment includes iPads x 2, macBooks x 2, iPhones x 2.  Everything gets a master reset periodically when the power goes off,  and the problem persists.  All devices experience the problem.
    Thank you for your help

    jone1101 wrote:
    I have had my airport extreme for over a year and comcast even longer than that. For some reason my airport now says it has a invalid ip address. I plugged my modem directly into my imac and the internet connection is fine. I have power cycled everything multiple times with the same result. I even reset my airport extreme and created a new network. Nothing is working please help!
    Does your cable modem have any sort of battery backup that would prevent it from resetting fully during a power cycle?

Maybe you are looking for

  • SBS 2008 Shares

    Hi, Got an intermittent problem with SBS2008 shares being accessed from Mac 10.6.3 workstations. A lot of the time everything is ok but occasionally (with no real pattern) it will take upwards of 30 seconds to open a folder up and my clients are gett

  • NO Customer Loyalty

    Been a customer since 2003 and been eligible for an upgrade since 2011. We finally upgraded our phone for better voice quality service. $149.00 for a basic phone, but it's for business and that's what we need. We got lucky by surfing online and using

  • Changing The Speed Dial Icon [Custom Pic For The Top Sites]

    how do i change the pic for the top sites on the speed dial. can i use a custom images like on chrome or opera??

  • Living in froreign country, need to restore, cant find my sim

    i am using an iphone 5 and i need to restore it. and from experiance i know that once i restore my iphone, i will need to re-unlock it. i was going to do that... until i found out that my sim has been misplaced. where i live, at&t wont work so i am c

  • I have Adobe Download Assistant. CS6 illustrator won't download.

    I'm trying to download Illustrator, but it will not download. I've tried this for three days now. Please help.