"WRITE SAME failed. Manually zeroing." error during install or boot

Hello everyone!
Since the lasts kernels (I'm almost sure it happens since 3.9 because 3.8 worked fine) I can't boot on Archlinux anymore. This error floods my screen and I can't do anything, and because the new Archlinux iso (june 2013) comes with 3.9 kernel it now also happens during installation. Fortunately, I saved the may iso so I still can install archlinux and switch during install to LTS kernel but this is not a good solution. I can't find a solution online, some people have this issue but it seems to be a bit different everytime.
I use Archlinux on a server, with hardware raid : Dell PERC H200a with LSI SAS2008 according to my BIOS. According to http://kernelnewbies.org/Linux_3.7, the WRITE SAME SCSI command "allows the same block to be efficiently replicated throughout a block range. Only a single logical block is transferred from the host and the storage device writes the same data to all blocks described by the I/O (commit)". Here is the exact configuration :
- DELL® PowerEdge R210 II
- 1x Intel® Xeon® E3 1220 V2
- HDD: 2 x 1 To SATA2 RAID
- RAID: Hardware, Dell PERC H200, (Raid 1)
So my first problem is that I can't find online if my server is capable of this command (but I don't think so) and then the other issue is that I want to know if I can disable it. I found kernel patches for this issue :
https://patchwork.kernel.org/patch/1898441/ and https://patchwork.kernel.org/patch/1982051/ (the first link seems to be a better solution).
Then, I checked in the kernel source of 3.9 and I think that this patch isn't implemented (there is no device_write_same_capable function for instance). But kernel patching is not a really good solution, if I have to patch my kernel everytime the main kernel is updated...
After some research, I found that my hardware RAID driver seems (I'm not sure) to be the kernel module "mpt2sas", so I checked both may and june isos of Archlinux and it's the same version (14.1) so it shouldn't be the problem.
Does somebody can help me on this issue ? I don't really know what to do now.
Thanks for reading, if I forgot something or if you want more informations, ask me!
Bye.
PS : My English isn't very good, sorry.
EDIT : I found a part of the solution ! It seems to be an issue with the kernel that doesn't detect properly if my disc is capable of doing WRITE SAME command.
So I have to write "0" in the file "max_write_same_blocks" under /sys. But the problem is that /sys is renewed every boot so I don't know how to make my changes permanent. I made a systemd service file, it almost works, but this solution isn't nice : the parameter is applied lately so errors shows at the beginning and this is not really easy to set up. I prefer a solution like "sysctl" but it seems that it only controls parameter under /proc/sys and not /sys, am I right ?
Moreover, I tried two other things : Ubuntu 12.04 with kernel 3.9.4 works and Archlinux iso with 3.8.10 has max_write_same_blocks > 0 and it also works... So I don't really understand this issue. Maybe in 3.8 the parameter max_write_same_blocks has no effect (or not the same as in 3.9) ?
Here is the systemd file that I made to reduce the issue :
[Unit]
Description=No WRITE SAME
After=local-fs.target
[Service]
Type=oneshot
ExecStart=/bin/sh -c 'echo 0 > /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/host0/target0:1:0/0:1:0:0/scsi_disk/0:1:0:0/max_write_same_blocks'
RemainAfterExit=no
[Install]
WantedBy=multi-user.target
This is not a good solution, see my next post. I don't delete it in case you want to compare.
Last edited by rfnx (2013-06-02 15:26:50)

I found a solution to disable the WRITE SAME command. That doesn't answer all my questions but it solves my issue. I was looking for a file like "sysctl.conf" but for /sys parameters : you already can do that in Arch, just create a file that ends with ".conf" in tmpfiles.d and add one line per parameter you want to modify. This file will be loaded early at boot.
To disable it in an existing Archlinux installation, add in you file the line :
w /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/host0/target0:1:0/0:1:0:0/scsi_disk/0:1:0:0/max_write_same_blocks - - - - 0
Read the manpage of tmpfiles.d if you don't understand this line, it depends on your configuration and you can't copy it.
Then reboot and no more error !
If you want to disable it during the Arch install, just change directly the value you want in /sys. You have to do it at the beginning before mounting partitions, for instance just after choosing your keymap.
Bye.
Last edited by rfnx (2013-06-02 15:34:11)

Similar Messages

  • WRITE SAME failed messages on RAIDs

    Hi all,
    Since the last kernel upgrade on an headless server
    [2013-04-04 09:56] upgraded linux (3.8.4-1 -> 3.8.5-1)
    I get loads of these errors:
    3w-xxxx: scsi2: Unknown scsi opcode: 0x41
    [ 4356.826902] sd 2:0:0:0: [sda] Unhandled error code
    [ 4356.826905] sd 2:0:0:0: [sda]
    [ 4356.826907] Result: hostbyte=0x04 driverbyte=0x00
    [ 4356.826909] sd 2:0:0:0: [sda] CDB:
    [ 4356.826911] cdb[0]=0x41: 41 00 00 93 28 ee 00 00 08 00
    [ 4356.826919] end_request: I/O error, dev sda, sector 9644270
    [ 4356.827002] sda3: WRITE SAME failed. Manually zeroing.
    sda3 is an ext4 / partition, on a 3ware hardware controller (RAID1). The awful tw_cli tool says it's everything ok:
    Unit UnitType Status %RCmpl %V/I/M Stripe Size(GB) Cache AVrfy
    u0 RAID-1 OK - - - 69.2482 ON -
    Port Status Unit Size Blocks Serial
    p0 OK u0 69.25 GB 145226112 WD-WMANS1886705
    p1 OK u0 69.25 GB 145226112 WD-WMANS1886623
    I did not find relevant clues by googling.
    Do any of you guys know whether this issue is harmful or can be ignored? Since otherwise everything seems fine...
    Cheers,
    domanov
    code tags as opposed to quote tags please -- Inxsible
    Last edited by Inxsible (2013-04-09 16:49:22)

    alphaniner wrote:
    Apparently, WRITE SAME is an optional drive feature that allows writing the same data to consecutive sectors of the drive. A search for "WRITE SAME 3ware" turned up an offsite (ie. not hosted by 3ware) 3ware manual that suggests it's only or primarily used during RAID initialization to speed things up.
    WRITE SAME seems to be part of the "SMART Command Transport" feature set, so a good first step would be to make sure SMART is enabled on your drives.
    Thanks alphaniner for pointing me there. This is the output of smartctl on one of the two disks in RAID1 (the other gave no error whatsoever):
    [root@server ~]# smartctl --all -T permissive --device=3ware,0 /dev/twe0
    smartctl 6.1 2013-03-16 r3800 [x86_64-linux-3.8.6-1-ARCH] (local build)
    Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
    === START OF INFORMATION SECTION ===
    Model Family: Western Digital Raptor
    Device Model: WDC WD740ADFD-00NLR5
    Serial Number: WD-WMANS1886705
    Firmware Version: 21.07QR5
    User Capacity: 74,355,769,344 bytes [74.3 GB]
    Sector Size: 512 bytes logical/physical
    Device is: In smartctl database [for details use: -P show]
    ATA Version is: ATA/ATAPI-7 published, ANSI INCITS 397-2005
    Local Time is: Wed Apr 10 10:59:26 2013 CEST
    SMART support is: Available - device has SMART capability.
    SMART support is: Enabled
    === START OF READ SMART DATA SECTION ===
    SMART overall-health self-assessment test result: PASSED
    General SMART Values:
    Offline data collection status: (0x82) Offline data collection activity
    was completed without error.
    Auto Offline Data Collection: Enabled.
    Self-test execution status: ( 0) The previous self-test routine completed
    without error or no self-test has ever
    been run.
    Total time to complete Offline
    data collection: ( 2391) seconds.
    Offline data collection
    capabilities: (0x7b) SMART execute Offline immediate.
    Auto Offline data collection on/off support.
    Suspend Offline collection upon new
    command.
    Offline surface scan supported.
    Self-test supported.
    Conveyance Self-test supported.
    Selective Self-test supported.
    SMART capabilities: (0x0003) Saves SMART data before entering
    power-saving mode.
    Supports SMART auto save timer.
    Error logging capability: (0x01) Error logging supported.
    General Purpose Logging supported.
    Short self-test routine
    recommended polling time: ( 2) minutes.
    Extended self-test routine
    recommended polling time: ( 39) minutes.
    Conveyance self-test routine
    recommended polling time: ( 5) minutes.
    SCT capabilities: (0x103f) SCT Status supported.
    SCT Error Recovery Control supported.
    SCT Feature Control supported.
    SCT Data Table supported.
    SMART Attributes Data Structure revision number: 16
    Vendor Specific SMART Attributes with Thresholds:
    ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
    1 Raw_Read_Error_Rate 0x000b 200 196 051 Pre-fail Always - 1
    3 Spin_Up_Time 0x0007 169 169 021 Pre-fail Always - 2566
    4 Start_Stop_Count 0x0032 100 100 040 Old_age Always - 67
    5 Reallocated_Sector_Ct 0x0033 199 199 140 Pre-fail Always - 13
    7 Seek_Error_Rate 0x000a 200 200 051 Old_age Always - 0
    9 Power_On_Hours 0x0032 045 045 000 Old_age Always - 40164
    10 Spin_Retry_Count 0x0012 100 253 051 Old_age Always - 0
    11 Calibration_Retry_Count 0x0012 100 253 051 Old_age Always - 0
    12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 62
    194 Temperature_Celsius 0x0022 116 106 000 Old_age Always - 27
    196 Reallocated_Event_Count 0x0032 187 187 000 Old_age Always - 13
    197 Current_Pending_Sector 0x0012 191 188 000 Old_age Always - 113
    198 Offline_Uncorrectable 0x0012 200 197 000 Old_age Always - 3
    199 UDMA_CRC_Error_Count 0x000a 200 253 000 Old_age Always - 0
    200 Multi_Zone_Error_Rate 0x0008 198 193 051 Old_age Offline - 60
    SMART Error Log Version: 1
    ATA Error Count: 24 (device log contains only the most recent five errors)
    CR = Command Register [HEX]
    FR = Features Register [HEX]
    SC = Sector Count Register [HEX]
    SN = Sector Number Register [HEX]
    CL = Cylinder Low Register [HEX]
    CH = Cylinder High Register [HEX]
    DH = Device/Head Register [HEX]
    DC = Device Command Register [HEX]
    ER = Error register [HEX]
    ST = Status register [HEX]
    Powered_Up_Time is measured from power on, and printed as
    DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,
    SS=sec, and sss=millisec. It "wraps" after 49.710 days.
    Error 24 occurred at disk power-on lifetime: 40148 hours (1672 days + 20 hours)
    When the command that caused the error occurred, the device was doing SMART Offline or Self-test.
    After command completion occurred, registers were:
    ER ST SC SN CL CH DH
    40 51 40 df 87 c3 e0 Error: UNC 64 sectors at LBA = 0x00c387df = 12814303
    Commands leading to the command that caused the error were:
    CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
    25 00 40 c0 87 c3 41 00 2d+04:24:43.728 READ DMA EXT
    25 00 40 80 87 c3 41 00 2d+04:24:43.728 READ DMA EXT
    25 00 40 40 87 c3 41 00 2d+04:24:43.728 READ DMA EXT
    25 00 40 00 87 c3 41 00 2d+04:24:43.728 READ DMA EXT
    25 00 40 c0 86 c3 41 00 2d+04:24:43.728 READ DMA EXT
    Error 23 occurred at disk power-on lifetime: 40148 hours (1672 days + 20 hours)
    All the five errors in the smart log are "only" UNC errors on read: if I understand correctly, googling around, this could be a bad cable connection rather than drive really failing (a couple days ago someone worked on the rack where this server is hosted...).
    Anyway, the other drive seems fine and since this 2-disks raid1 unit is just the / partition (it's a plain arch installation, the server is a "number cruncher"; all actual data are in a separate 4-disks raid5 unit) I just backuped /etc for excess of zeal.
    For now I think I'll wait for the weekend for running long smart tests/badblocks and such.
    Any further hint or comment is still appreciated! Do you think it's time to replace the drive?
    Thanks,
    domanov

  • WRT160N error during install

    I just purchased WRT160N and during the install of LELA there is an error. " Linksys Updater failed to start- verify you have sufficient privileges to start system services" pops up during install.  Then it asks to retry and it hasn't worked or close window.  Then when says this "Setup for Linksys Advisor has failed "Fatal Error During Install" please check your settings and try again.
    Help!  I am not computer savy, and don't want to start changing anything and screw it up.
    Internet is working on the installed computer (I believe this is called the gateway? not wireless uses the ethernet cable)but I can't setup my wife's new laptop til this is fixed.
    BTW this is a cable modem hook up if that makes a difference.  I have tried restarting, turning power off as well but still get the same problem every time.
    Thanks,
    Don

    As you have mentioned that your Hardwired computer is able to go online throught the router, and now you are trying to setup your wireless computer. You dont have to run the setup disk on your computer, you can configure all the settings on your Router manually and then make your Wife's computer go online wirelessly..
    Open an Internet Explorer browser page on your wired computer(desktop).In the address bar type - 192.168.1.1 and press Enter...Leave username blank & in password use admin in lower case...
    For Wireless Settings, please do the following : -
    Click on the Wireless tab
    - Here select manual configuration...Wireless Network mode should be mixed...
    - Provide a unique name in the Wireless Network Name (SSID) box in order to differentiate your network from your neighbours network...
    - Set the Radio Band to Standard-20MHz and change the Standard channel to 11-2.462GHz...Wireless SSID broadcast should be Enabled and then click on Save Settings...
    Please make a note of Wireless Network Name (SSID) as this is the Network Identifier...
    For Wireless Security : -
    Click on the Sub tab under Wireless > Wireless Security...
    Change the Wireless security mode to WEP, Encryption should be 64 bit.Leave the passphrase blank, don't type in anything...Under WEP Key 1 type in any 10 numbers please(numbers only and no letters eg: your 10 digit phone number) and click on save settings...
    Please make a note of WEP Key 1 as this is the Security Key for the Wireless Network...
    Click on Advanced Wireless Settings
    Change the Beacon Interval to 75 >>Change the Fragmentation Threshold to 2304, Change the RTS Threshold to 2304 >>Click on "Save Settings"...
    Now see if you can locate your Wireless Network and attempt to connect...

  • OMS error during install Grid control 10gR2 on Windows 2003

    He,
    I get this error during install Grid control 10gR2 on a new server win2003.
    "oracle.sysman.emcp.agent.AgentPlugIn"
    What I see in forums is that I have to stop my listener and continue my installation.
    But I still have the same error !!
    Can you please help?
    Many thanks

    There are some guidelines here:
    Subject:      OracleAS Install Error When Configuring AS Console Agent - "oracle.sysman.emcp.agent.AgentPlugIn has failed"
         Doc ID:      Note:386308.1
    The solution stated is "Check the contents of the hosts of file and ensure that every entry is correct. All hostname / ip addresses have to be valid."
    When installing AS 9i R2 there was an issue with the names, those were supposed not to hava a hypen, so may be something was inherited from those kernels.
    There is another metalink note that document hosts issues:
    Problem: AgentCA: Grid Control Release 2 install fails with java.lang.Exception: 6 during Agent Configuration Assistant
         Doc ID:      Note:358640.1
    ~ Madrid.

  • Error During INSTALL of Application Export File

    An error is reported during INSTALL of an application that I am trying to copy (Import/Install) from a "development" Work Space into a "production" Work Space. The production (target) Work Space is on the same HTML DB instance as the development Work Space.
    I am receiving the following INSTALL error:
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 15, column 1: PLS-00103: Encountered the symbol ",'39','RD8','8','S','10','U','43','UD','41','UG','11','W')) END)" when expecting one of the following: . ( * @ % & = - + ; < / > at in is mod remainder not rem <an exponent (**)> <> or != or ~= >= <=
    Following is some pertinent (hopefully) information:
    The above INSTALL error takes exception to part of a Region Select (sql) that works fine in the development Work Space.
    The common HTML DB (v1.6) instance is on UNIX.
    A new Work Space was created on the same instance.
    A new schema name was created during creation of the new Work Space. However, this schema does not point to a database. (We were not certain how to setup the schema to parse to our live database.) I will be running DBLINK upon production application startup in order to access the database objects.
    EXPORT INFO -
    File Format: UNIX (also, tried DOS but received same error during INSTALL)
    IMPORT INFO -
    File Type: Application/Page Export
    File Character Set: Western European Windows 1252
    Target Work Space is newly created on the same HTML DB instance.
    INSTALL INFO -
    *Parse As Schema: COLLIVE17 (Again, this schema does not parse to a database. I intend to use DBLINK.)
    *Build Status: Run and Build Application
    Please refer to above error message.
    Again, any insights or suggestions are appreciated.

    Urgently need help! I've read several other Forum messages having a related problem but none having same Install error message.
    Again, my Export/Import from development Workspace to production Workspace is successful. The following error is reported when I attempt to "Install" into the production Workspace:
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 15, column 1: PLS-00103: Encountered the symbol ",'39','RD8','8','S','10','U','43','UD','41','UG','11','W')) END)" when expecting one of the following: . ( * @ % & = - + ; < / > at in is mod remainder not rem <an exponent (**)> <> or != or ~= >= <=
    The "snippet" of Region Sql Select code that relates to the reported error is:
    ELSE htmldb_item.display_and_save (5, DECODE (GET_GRADE_B93 (sac.stc_final_grade,sac.stc_verified_grade),'18','AU','1','A','3','B','4','C','7','CR','5','D','46','DR','6','F','47','FW','49','IB','30','IC','31','ID','23','IF','44','MW','9','NC','21','RD','14','RD0','33','RD1','32','RD2','34','RD3','35','RD4','36','RD5','37','RD6','38','RD7','39','RD8','8','S','10','U','43','UD','41','UG','11','W'),'GRADE_'||ROWNUM) END q_v_grade,
    HTML DB version is: 1.6.0.00.67. I've also tried to Export/Import/Install the application into the "same" Workspace specifying the same schema, and only changing the Application ID. However, I get the same Install error (see above).
    Any suggestions on things to try in order to get application into production is greatly appreciated.
    Thanks, Bernard.

  • Solution for Power Saver error during install

    Hello,
    i have read several topics about the powersaver error during install of this utilty.
    i had the same problem even with a clean install of windows XP and i have found the solution.
    The error seems to disapear and Powersaver works fine after install of the Hotkey utility :
    http://support.toshiba-tro.de/tools/Satellite/sa60/win-xp/hotkey-dd/hotkey-dd-xp-10008sa-du.zip
    Hope this post where helpfull.
    Greetz DeLorean
    [Edited by: admin]

    Hi
    You are absolutely right. Common modules is a kind of basic application who must be installed first. All other Toshiba tools should be installed after. The functionality of Power saver utility depends also on installed common modules.
    Unfortunately I can not give you any kind of advice but in case that there is some error message the best solution is to remove and install the Power saver again. Check also Toshiba download page. Maybe you can find a newer version.
    Bye

  • Errors During Instalation Of Final Cut Studio 5.1

    Aloha,
    I am having some trouble here!! I am trying to install FCP Studio Pro 5.1 on my mac. I tried to do an upgrade from FCP 4.5 HD on my orriginal Hard drive. The instalation went through its paces & asked me to put in the second disc. I did then it came back with an anoucment that there were errors during instalation & to try again I did & was never able to get it to instal... Getting frustrated I ran diskworior on the drive & tried again no luck... after some time I thought it might be the drive would not let me because there was an earlier version on there.... so any way after some other problems with this drive I decided to completely erase & instal Mac OSX on my second hard drive that has never had anything on it. I made this my new startup disk & upgraded the OS to OS 10.4.9 I then Tried to install FCP Studio Pro 5.1 on this drive.. this time It never got to ask me to put in another disk it came back with the same error during instalation try again!!!!!! So now I am getting ******!! but odly enough Final cut studio shows up in my aplications. When I click on it it gives me a warning that there was an error registering & once I click ok it seems to launch FCP 5.1....... ?? So is it really there or not??? & why is it not installing the other 4 discs??? and to add insult to this I have tried to install iLife 06 & I get the same error!!!! WHY!!!!!!!!!
    Another thing.. I installed FCP Studio Pro 5.1 on another Identical computer down the street & it installed no problem!!!!
    Can anyone help Please!!!!!!

    I would take a different approach.
    I would backup the old drive files to an external, and then do a clean wipe and new install of OS, updates and the FCS.
    Best way to do it, in my view.

  • "Write SAME failed" on VMWare 10

    Hello,
    I was trying to install Arch Linux on a VMWare 10 virtual machine but when I mounted the root partition (ext4) it printed: "Write SAME failed".
    How can I solve this problem?
    Thanks
    Dennis

    Have you searched the forums? A quick search gave me these:
    https://bbs.archlinux.org/viewtopic.php?id=164377
    https://bbs.archlinux.org/viewtopic.php?pid=1297289

  • Getting an "installer failed to initialize" error when installing CS5 from CD

    Getting an "installer failed to initialize" error when installing CS5 from CD
    Mac OS X Version 10.7.5

    Try using the Adobe Creative Suite Cleaner Tool
    helps resolve installation problems for CS3 thru CS6 and for Creative Cloud
    http://www.adobe.com/support/contact/cscleanertool.html
    If you continue to have problems getting the CD installation to work you can download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site or else the download will not work properly.
    CS5:
    http://prodesigntools.com/all-adobe-cs5-direct-download-links.html

  • Quicktime errors during install, uninstall, or run

    Quicktime errors during install, uninstall, or run. No error code. It just says it encountered an error and must exit.

    I located a previous response that satisfied my issue. Below is the process that allowed me to use quicktime.
    The "fatal error" in this context has (recently) been indicating trouble with old, misplaced QuickTime componentry lurking about in your system.
    (Whether or not the message is a symptom of that problem seems to depend on what version of old misplaced stuff is lurking and what version of QuickTime proper we're trying to install or uninstall ... but in recent times, there's been an uptick in fatal errors being caused by that.)
    So let's try investigating that possibility first.
    First we'll adjust some view settings on the PC.
    1. Open My Computer from the desktop or Start menu.
    2. In the Tools menu, click Folder Options.
    3. Click the View tab.
    4. In the "Advanced settings" pane under "Hidden files and folders" make sure that the "Show hidden files and folders" option is selected, and the "Hide extensions for known file types" option is unchecked.
    5. Click OK.
    Now in "My Computer" open Local Disk C: (or whichever drive your operating system is installed on).
    Open the "Windows" folder.
    Open the "System32" folder.
    What files or folders can you see in there with QuickTime in the file or folder name? (In a standard installation of QuickTime, you should see precisely two files ... QuickTime.qts and QuickTimeVR.qtx ... and no QuickTime folders whatsoever.)

  • FCP error during install.

    I keep getting an error after installing FCP 5.1.1.
    It says error during install please try again.
    Im using 10.4.7 on my ibook 1ghz 640mb ram.
    I know it will work because a friend has installed it on his.
    Any one help?

    This most often caused by a damaged or otherwise faulty disk in the package. It happens. Try cleaning the disks and then get out your receipt and serial number because your only recourse will be to call Apple for a replacement.
    bogiesan

  • Integrity constraint error during install

    We have installed htmldb on zlinux from the companion CD.
    Because we had an error during install of the flows schema we repeat it (have removed the Flows-User and Flow-Files before) using ins.sql! The apache was still running.
    Most of the new installation was fine but near the end we got:
    error creating "Procedure arguments" id=122 Ora-01400, cannot insert NULL into ("FLOWS_010500,"WWv_Flows_STEPS","SECURITY_GROUP_ID")
    declare
    Error at line1
    Ora-02291- integrity constraint(FLOWS_0150000.WWV_FLOW_PLUG_ZO_PAGE_FK) violated
    parent key not found
    ORA-06512 at "FLOWS_01500.WWV_FLOW_API line 4695
    ...

    OK, it's solved:
    I finally managed to install Apex 3.0 correctly once I figured out my error.
    I was logging in remotely to the server the dadbase was on, then trying to connect to sqlplus using 'sys/password@instance as sysdba' to run the script.
    Turns out that the problem had something to do with sys not being allowed to be sysdba when I log in remotely, or that having the username/password and instance info in there made the program think I was logging in remotely and therefore not giving me sysdba privileges.
    The root of the problem was running the install .sql without the correct privileges.
    Since I found out the database server I was trying to install on uses OS authentication, I remote-connected to the database server as the oracle user, tried to run the install .sql again after connecting to sqlplus: 'conn / as sysdba'
    and everything worked like a charm!
    ~PF :)

  • Questions about "WRITE SAME failed. Manually zeroing."

    Hi fellows,
    I've already read this old thread https://bbs.archlinux.org/viewtopic.php?id=164377
    but I have further questions:
    ok, WRITE SAME feature should enhances performance on supported hardware.
    But when I get this error, I must manually ZEROING the parameter to disable it or the parameter is already ZEROED, since it failed?
    and a second question:
    I get this error on an USB device. In the aforementioned thread this error appears with SATA.
    How can I disable permanently on an USB device, since address depends on the USB port which change?
    thank you
    Last edited by nTia89 (2015-01-06 09:59:31)

    I have the same problem with kernel 3.19 (was not happening before) booting Archlinux from USB stick (Ventura ultra).
    Plasma 5 start is now very slow. If I boot from another kernel (linux-rt) all is fine as it was before kernel 3.19 installation.
    It seems to me that also X starting is too slow before  sddm login screen.
    Using nvidia 340xx drivers (updated).
    Some suggestions?
    Last edited by hifi25nl (2015-03-19 13:30:34)

  • Itunes error during install service apple mobile device failed to start.. help

    I had to install Chrome browser in order to use my gmail account.  Now I cannot open itunes on my Window Vista computer, get a Microsoft Visual C++ Runtime Library. R6034. I uninstall itunes and reinstall itunes 64-bit itunes installer.  During install received error during the 'starting services' process "Service 'Apple Mobile Device' (Apple Mobile Device) failed to start. Verify that you have sufficient privelges to start sytem services. I ignore with the same error message so I abort. At the end of uninstalling I received the Microsoft Visual C++ Runtime Library error again. I click ok than an error from itunes. "itunes was not installed correctly. Please reinstall itunes. Error 7 (Windows error 1114). I click ok.  Help.. 

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • [SOLVED] DHCP error during install due to multiple net cards

    Hello all,
    At the "Setup Network" option during the installation, I choose eth0. Then it asks if I want to use DHCP. I select 'Yes' but get
    Failed to run dhcpcd. See /dev/tty7 for details
    while polling for DHCP. So I press Alt+F7 and the details are
    eth0: dhcpcd 4.0.10 starting
    eth0: waiting for carrier
    eth0: timed out
    When I try to manually set it up (ie select 'No' when asked if I want to use DHCP), it asks for the following: IP address, submask, broadcast, Gateway (optional), DNS Server. Then it says "Network is configured" but I still can't download the packages.
    I have a Realtek RTL8139 Family PCI Fast Ethernet NIC card (not wireless) to a Linksys Router. I've set up DHCP on it for 5 users (only two being used). By the way I have WinXP on the same computer which accesses the network fine, and net access also worked during other distros' installation.
    Any clues? Thanks.
    Last edited by AMA (2009-05-11 13:17:53)

    ralvez wrote:OK. You  have an IP address, so that rules out a problem with your Nic card.
    Sorry I was maybe a little bit unclear on my previous post, but I'm pretty sure that I don't have an IP address during installation. I would like to add some precisions. Here are my observations:
    When I type ifconfig immediately after login (as root), it shows
    lo Link encap:Local loopback
    inet addr:127.0.0.1 Mask 255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Then when I run /arch/setup, Configure Network, answer 'Yes' to DHCP, and after the error message (the one on 1st post), ifconfig gives this (which clearly shows that I do NOT have an IP)
    eth0 Link encap:Ethernet HWaddr 00:00:39:63:8C:EE
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    lo Link encap:Local loopback
    inet addr:127.0.0.1 Mask 255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Finally, when I answer 'No' to the DHCP question, and after I've entered my IP/Broadcast/Subnet Mask/DNS addresses, the result of ifconfig is the one on the previous post, that is
    eth0 Link encap:Ethernet HWaddr 00:00:39:63:8C:EE
    inet addr:172.30.201.6 Bcast:172.30.201.255 Mask 255.255.255.0
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    lo Link encap:Local loopback
    inet addr:127.0.0.1 Mask 255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    NB: I have entered the same addresses that I use normally (ie with Windows, the ones I see in cmd->ipconfig /all), but I could have entered whatever addresses I wanted. And I still don't have net access during install (ping does not return anything).
    Can you explain what are you doing to install Linux? Do you try to run the CD from within Windows or are you placing the CD in the CD bay and re-booting the machine and the CD fails?
    Of course I am booting the cd at startup (not within windows)! And the CD does not fail, or at least does not seem. Everything runs fine except the DHCP thing. So the problem is not the CD, but my computer. I'm finding a way to get DHCP working during the installation.

Maybe you are looking for