"xfile add" gets progressively slower on Linux system

Hey all,
I have a TCL script which uses "xfile add" to add about 1800 files to a project. On a Ubuntu 10.04 deployment, I get almost no problems. But on Red Hat 6.3, as well as Ubuntu 12.04, each call to "xfile add" gets a little slower, until it takes about 10 seconds to add a file. Making a single call to "xfile add" with a big list doesn't appear to help.
Has anyone else seen this behavior before? Is there a work-around for it? 
Thanks

I had the same issue and managed to work around it by first adding the sources to a list and next adding the list to the project:
set xfile_list []
lappend xfile_list "File1.vhd"
lappend xfile_list "File2.vhd"
lappend xfile_list "FileN.vhd"
xfile add $xfile_list
This reduced my ISE project creation time from 2h15min to below 4 minutes!
Best regards,
Bart

Similar Messages

  • SCCM 2012 PowerShell script gets progressively slower with each machine added to a collection

    Firstly, I hope this question firs in this forum.
    I have a PowerShell script that I created the imports a CSV file and adds the machine names to a collection as a direct membership. There are 5000 machines total in the list. When the script first starts, the average per machine is just a few tenths of a
    second. Once it reaches about 10% the average is up to almost 4 seconds and that time is getting larger with each machine. I tried using the CMDLets for SCCM but they were even slower than the WMI seemed to be.
    What is the reason for this increase?
    Is there anything I can do to not have this happen?
    My script:
    $ErrorActionPreference= 'continue'
    $FilesInFolder = Get-ChildItem $PSScriptRoot
    $CSVFiles = $FilesInFolder | where {$_.extension -eq ".csv"}
    $SiteCode = "US1"
    Function AddToCollection-WithWMI
    ForEach ($File in $CSVFiles)
    $CollectionStart = Get-Date
    $CollectionName = $File.Name.TrimEnd(".csv")
    $PClist = Import-CSV $File.FullName
    Write-Host "Populating Collection: " $CollectionName
    $i = 1
    $PCRollingTime = New-Object System.TimeSpan
    ForEach($PC in $PClist)
    $PCStart = Get-Date
    $ResourceName = $PC.SerialNumber
    Write-Host $i "of" $PClist.Count
    $ResourceQuery = Get-WmiObject -Namespace "Root\SMS\Site_US1" -Class SMS_R_SYSTEM -Filter "Name = '$ResourceName'"
    $CollectionQuery = Get-WmiObject -Namespace "Root\SMS\Site_US1" -Class SMS_Collection -Filter "Name = '$CollectionName' and CollectionType='2'"
    $CollectionQuery.Get()
    IF($ResourceQuery -ne $null)
    #Create new direct membership rule
    $NewRule = ([WMIClass]"\\Localhost\root\SMS\Site_US1:SMS_CollectionRuleDirect").CreateInstance()
    $NewRule.ResourceClassName = "SMS_R_System"
    $NewRule.ResourceID = $ResourceQuery.ResourceID
    $NewRule.Rulename = $ResourceQuery.Name
    #Commit changes
    $CollectionQuery.CollectionRules += $NewRule.psobject.baseobject
    $CollectionQuery.Put() | Out-Null
    $NewRule = $null
    ELSE
    Write-Host "No Device ID found for: " $PC.SerialNumber
    $CollectionQuery = $null
    $ResourceQuery = $null
    $PCFinish = Get-Date
    $TimeSpan = New-TimeSpan -Start $PCStart -End $PCFinish
    $PCRollingTime = $TimeSpan + $PCRollingTime
    If(($i % 25) -eq 0)
    $CurrentAvgPerPC = $PCRollingTime.TotalSeconds / $i
    Write-Host "The current average is" $CurrentAvgPerPC "seconds."
    $SecondsToETA = ($CurrentAvgPerPC * ($PClist.Count - $i))
    $ETA = Get-Date
    $ETA = $ETA.AddSeconds($SecondsToETA)
    Write-Host "The Estimated time of complete is" $ETA
    If(($i % 250) -eq 0)
    $PCRollingTime
    $i++
    $CollectionQuery = Get-WmiObject -Namespace "Root\SMS\Site_US1" -Class SMS_Collection -Filter "Name = '$CollectionName' and CollectionType='2'"
    $CollectionQuery.Get()
    #Initiate the collection evaluator
    $CollectionQuery.RequestRefresh()
    $CollectionFinish = Get-Date
    AddToCollection-WithWMI

    I haven't checked the complete code, but it doesn't look very efficient. For example I would take the collection query out the loop for all the pcs, simply because it's always the same and would save you about 4999 queries.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude
    ^^ This 
    Additionally, you could likely replace most of the WMI calls you do with the built in SCCM PowerShell cmdlets.  The two lines below will check to see if a Device Object for a specific PC exists and if it does, adds it to your collection
    $PCID = Get-CMDevice -Name $PC.SerialNumber
    if ($PCID -ne $null) {
    Add-CMDeviceCollectionDirectMembershipRule -CollectionName $CollectionName -ResourceId $PCID
    If you want to check to see if the collection exists before trying to add devices to it, you can use the Get-CMDeviceCollection cmdlet.
    Get-CMDeviceCollection -Name $CollectionName
    Moo.

  • Mouse input gets progressively slower

    Anytime I use 64 bit Photoshop CS6 the mouse's responsiveness on the canvas gets slower and slower. After about half an hour or so it'll be at the point where a click takes a couple seconds just to register. This is the case using any tools on the canvas, nothing else is delayed. The size or type of file doesn't make a difference. Closing and reopening fixes the problem but after a while it inevitably returns. It isn't present in Illustrator or any other program.
    I haven't altered my installation or added any plugins or anything. When I searched for this problem I found similar issues being attributed to a wacom tablet, but neither a tablet nor it's assorted drivers have been anywhere near this computer. The computer itself is fairly powerful with 8GB of RAM, a GTX 660 with updated drivers, and an FX-8350 eight core processor
    Can anyone please offer any advice? This is becoming a frustrating problem.

    Despite what it says, I'm on Windows 8.1
    Adobe Photoshop Version: 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00) x64
    Operating System: Windows NT
    Version: 6.2
    System architecture: AMD CPU Family:15, Model:2, Stepping:0 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2
    Physical processor count: 4
    Logical processor count: 8
    Processor speed: 4018 MHz
    Built-in memory: 8157 MB
    Free memory: 4621 MB
    Memory available to Photoshop: 7163 MB
    Memory used by Photoshop: 57 %
    Image tile size: 132K
    Image cache levels: 4
    OpenGL Drawing: Disabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: GeForce GTX 660/PCIe/SSE2
    Display: 3
    Display Bounds:=  top: -868, left: -1600, bottom: 32, right: 0
    Display: 2
    Display Bounds:=  top: 32, left: -1680, bottom: 1082, right: 0
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 1080, right: 1920
    Video Card Number: 1
    Video Card: NVIDIA GeForce GTX 660 
    OpenCL Unavailable
    Driver Version: 9.18.13.3523
    Driver Date: 20140304000000.000000-000
    Video Card Driver: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um
    Video Mode: 1920 x 1080 x 4294967296 colors
    Video Card Caption: NVIDIA GeForce GTX 660 
    Video Card Memory: 2048 MB
    Video Rect Texture Size: 16384
    Serial number: *removed*
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\
    Temporary file path: C:\Users\JULIAN~1\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      C:\, 223.2G, 162.9G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2012/01/18-15:07:40   66.492997   66.492997
       adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
       AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
       AdobeOwl.dll   Adobe Owl 2012/02/09-16:00:02   4.0.93   66.496052
       AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
       AdobePIP.dll   Adobe Product Improvement Program   6.0.0.1654  
       AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
       adobe_caps.dll   Adobe CAPS   6,0,29,0  
       AGM.dll   AGM 2012/01/18-15:07:40   66.492997   66.492997
       ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
       aif_core.dll   AIF   3.0   62.490293
       aif_ocl.dll   AIF   3.0   62.490293
       aif_ogl.dll   AIF   3.0   62.490293
       amtlib.dll   AMTLib (64 Bit)   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
       ARE.dll   ARE 2012/01/18-15:07:40   66.492997   66.492997
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2012/01/18-15:07:40   66.492997   66.492997
       BIBUtils.dll   BIBUtils 2012/01/18-15:07:40   66.492997   66.492997
       boost_date_time.dll   DVA Product   6.0.0  
       boost_signals.dll   DVA Product   6.0.0  
       boost_system.dll   DVA Product   6.0.0  
       boost_threads.dll   DVA Product   6.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.0.5.19287   2.0.5.19287
       CoolType.dll   CoolType 2012/01/18-15:07:40   66.492997   66.492997
       data_flow.dll   AIF   3.0   62.490293
       dvaaudiodevice.dll   DVA Product   6.0.0  
       dvacore.dll   DVA Product   6.0.0  
       dvamarshal.dll   DVA Product   6.0.0  
       dvamediatypes.dll   DVA Product   6.0.0  
       dvaplayer.dll   DVA Product   6.0.0  
       dvatransport.dll   DVA Product   6.0.0  
       dvaunittesting.dll   DVA Product   6.0.0  
       dynamiclink.dll   DVA Product   6.0.0  
       ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
       FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
       filter_graph.dll   AIF   3.0   62.490293
       hydra_filters.dll   AIF   3.0   62.490293
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       image_compiler.dll   AIF   3.0   62.490293
       image_flow.dll   AIF   3.0   62.490293
       image_runtime.dll   AIF   3.0   62.490293
       JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession   2.1.2.1640  
       mediacoreif.dll   DVA Product   6.0.0  
       MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.8428  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.8428  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.8428  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS6   CS6  
       Plugin.dll   Adobe Photoshop CS6   CS6  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (64 bit)   3.0.0.383  
       PSArt.dll   Adobe Photoshop CS6   CS6  
       PSViews.dll   Adobe Photoshop CS6   CS6  
       SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
       ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
       tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   6.0.0.24
       WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112   0.17112
       wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
       3D Studio 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Accented Edges 13.0
       Adaptive Wide Angle 13.0
       ADM 3.11x01
       Angled Strokes 13.0
       Average 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Bas Relief 13.0
       BMP 13.0
       Camera Raw 7.0
       Chalk & Charcoal 13.0
       Charcoal 13.0
       Chrome 13.0
       Cineon 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Clouds 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Collada 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Color Halftone 13.0
       Colored Pencil 13.0
       CompuServe GIF 13.0
       Conté Crayon 13.0
       Craquelure 13.0
       Crop and Straighten Photos 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Crop and Straighten Photos Filter 13.0
       Crosshatch 13.0
       Crystallize 13.0
       Cutout 13.0
       Dark Strokes 13.0
       De-Interlace 13.0
       Dicom 13.0
       Difference Clouds 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Diffuse Glow 13.0
       Displace 13.0
       Dry Brush 13.0
       Eazel Acquire 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Embed Watermark 4.0
       Entropy 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Extrude 13.0
       FastCore Routines 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Fibers 13.0
       Film Grain 13.0
       Filter Gallery 13.0
       Flash 3D 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Fresco 13.0
       Glass 13.0
       Glowing Edges 13.0
       Google Earth 4 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Grain 13.0
       Graphic Pen 13.0
       Halftone Pattern 13.0
       HDRMergeUI 13.0
       IFF Format 13.0
       Ink Outlines 13.0
       JPEG 2000 13.0
       Kurtosis 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Lens Blur 13.0
       Lens Correction 13.0
       Lens Flare 13.0
       Liquify 13.0
       Matlab Operation 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Maximum 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Mean 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Measurement Core 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Median 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Mezzotint 13.0
       Minimum 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       MMXCore Routines 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Mosaic Tiles 13.0
       Multiprocessor Support 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Neon Glow 13.0
       Note Paper 13.0
       NTSC Colors 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Ocean Ripple 13.0
       Oil Paint 13.0
       OpenEXR 13.0
       Paint Daubs 13.0
       Palette Knife 13.0
       Patchwork 13.0
       Paths to Illustrator 13.0
       PCX 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Photocopy 13.0
       Photoshop 3D Engine 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Picture Package Filter 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Pinch 13.0
       Pixar 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Plaster 13.0
       Plastic Wrap 13.0
       PNG 13.0
       Pointillize 13.0
       Polar Coordinates 13.0
       Portable Bit Map 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Poster Edges 13.0
       Radial Blur 13.0
       Radiance 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Range 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Read Watermark 4.0
       Reticulation 13.0
       Ripple 13.0
       Rough Pastels 13.0
       Save for Web 13.0
       ScriptingSupport 13.0
       Shear 13.0
       Skewness 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Smart Blur 13.0
       Smudge Stick 13.0
       Solarize 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Spatter 13.0
       Spherize 13.0
       Sponge 13.0
       Sprayed Strokes 13.0
       Stained Glass 13.0
       Stamp 13.0
       Standard Deviation 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Sumi-e 13.0
       Summation 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Targa 13.0
       Texturizer 13.0
       Tiles 13.0
       Torn Edges 13.0
       Twirl 13.0
       U3D 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Underpainting 13.0
       Vanishing Point 13.0
       Variance 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Variations 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Water Paper 13.0
       Watercolor 13.0
       Wave 13.0
       Wavefront|OBJ 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       WIA Support 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Wind 13.0
       Wireless Bitmap 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       ZigZag 13.0
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

  • Progressively Slower Connection Speed

    Hi,
    I'm having some difficulties with my BT Broadband speed. The connection is getting progressively slower. Each time the router recycles I get a lower connection speed.
    According to the BT Wholesale checker I should be able to get 6.5-8Mbps but I've never seen > 3Mbps and am currently <2Mbps.
    ADSL Max
    Up to 7.5
    6.5 to 8
    Available
    Fixed Rate
    2
    Available
    I tried resetting the router tonight and got the following in my event log entries:
    23:35:07, 15 Jul.
    ( 58.190000) ETHoA is up -​ VPI: 0, VCI:35
    23:35:07, 15 Jul.
    ( 58.190000) DSL is up
    23:35:06, 15 Jul.
    ( 56.710000) DSL noise margin: 9.00 dB upstream, 9.00 dB downstream
    23:35:05, 15 Jul.
    ( 56.640000) DSL line rate: 448 Kbps upstream, 1984 Kbps downstream
    23:34:43, 15 Jul.
    ( 34.020000) WAN Auto-​sensing running.
    The helpdesk details are:
    1. Product name:
    BT Home Hub
    2. Serial number:
    +068340+NQ33251108
    3. Firmware version:
    Software version 4.7.5.1.83.8.130.1.17 (Type A) Last updated 03/05/14
    4. Board version:
    BT Hub 4A
    5. ADSL uptime:
    0 days, 00:11:03
    6. Bandwidth:
    448 / 1984
    7. Data sent/received:
    2.0 MB / 8.0 MB
    8. Broadband username:
    [email protected]
    9. BT FON:
    Yes
    10. 2.4 GHz Wireless network/SSID:
    BTHub4-7QH7
    11. 2.4 GHz Wireless connections:
    Enabled (802.11 b/g) 20 MHz, WPS enabled
    12. 2.4 GHz Wireless security:
    WPA and WPA2
    13. 2.4 GHz Wireless channel:
    Automatic / 1
    14. 5 GHz Wireless network/SSID:
    BTHub4-7QH7
    15. 5 GHz Wireless connections:
    Disabled
    16. 5 GHz Wireless security:
    WPA2
    17. 5 GHz Wireless channel:
    Automatic / 0
    18. Firewall:
    Default
    19. MAC Address:
    cc:33:bb:d0:29:00
    20. VPI/VCI:
    0 / 38
    21. Modulation:
    G.992.1 Annex A
    22. Latency type:
    Interleaved
    23. Software variant:
    24. Boot loader:
    I have a shielded cable connecting the router to the line-box and the line-box has an ADSL filter faceplate which ought to mean I don't need filters anywhere in the house. This was fitted by a BT engineer.
    I would be grateful if anybody could make a recommendation as I've tried everything I can think of.
    Thanks in advance,
    Simon Burrows
    Solved!
    Go to Solution.

    Hi,
    I've left the router up for several days now with no decrease in connection speed:
    5. ADSL uptime:
    7 days, 00:01:00
    6. Bandwidth:
    448 / 1984
    I've tried the quiet-line test with a corded phone and get a constant buzz.
    The next thing I've tried is to disconnect the ADSL filter faceplate from the line-box and have plugged a different ADSL filter directly into the line-box. The quiet-line test still yields a buzz, albeit slightly quieter.
    Now that I've reset the router (turned it off whilst swapping cables around), I now have the following (with a different ADSL filter):
    00:00:08, 23 Jul.
    ( 65.750000) DSL noise margin: 10.00 dB upstream, 9.00 dB downstream
    00:00:08, 23 Jul.
    ( 65.680000) DSL line rate: 448 Kbps upstream, 1952 Kbps downstream
    5. ADSL uptime:
    0 days, 00:02:53
    6. Bandwidth:
    448 / 1952

  • How do i add Linux systems to be monitored using Virtual agent/SNMP in OLT?

    Dear All,
    I need to know the process to add Linux systems to be monitored using Virtual agent and SNMP in OLT ?
    I have added my details to Virtual agent and chosen ssh and all i get is cannot connect
    Appreciate if someone can give me the detailed screenshot by screenshot process.
    Regards
    Praveen

    On 05/13/2010 09:30 AM, Raja Vengala wrote:
    >
    Yes, the problem is with the old packaged PLINK.exe. Downloaded version is working smoothly. Any reason for shipping the old version ??
    From: Mikael Fries
    Sent: Wednesday, May 12, 2010 11:56 PM
    To: Praveen Arora; Drupad Panchal; Matthew Demeusy; Ashish Dave; Raja Vengala
    Subject: RE: OLT Linux system moniting issue
    Praveen
    I have set up LINUX and virtual agent configs a couple of times, and it has worked pretty ok.
    What I found was that you might have to download a newer version of PLINK.exe and put that onto your OLT system.
    (with the packaged version, I also had some communication issues)
    Try to download the lates plink.exe and see if that works…
    (you may want to restart you system after replacing plink.exe)

  • OAS 4.0.7 on SUSE Linux 6.1 gets very slow or hangs

    Hallo out there,
    we installed OAS 407 on a SUSE Linux 6.1 system with ORACLE
    Server 8.0.5.0.0. After long time solving installation problems,
    we are now able to start OAS via the OAS-Manager html page.
    And we are able to launch a simple PL/SQL-application, which
    produces the output of a system table. Now, the thing is, that we
    can start this application once or twice or maybe a few times
    more but then the system hangs or gets very slow, so that only a
    hard reboot of the server machine works.
    We configured the NR_TASKS parameter in tasks.h to get ulimit to
    512 for the user processes. System seemed to work better then,
    but maybe only a little bit better.
    We have also got problems with domain-names and node-names, which
    sometimes are just machinename, then machinename.domainname, then
    again machinename.badister.(none) .
    If there is anyone out there who has got the same problems or
    solved them, please tell me.
    Ralf
    null

    I have wasted a lot of time trying to get OAS 4.0.7 to run with
    a 2.2 kernel... it doesn't work, even after you've fixed all the
    problems like to ps command for example, the listeners hang. I
    now have it working on a 2.0 kernel, which is reasonably stable,
    although I have to do a reboot every few days!
    Michael Seiwert (guest) wrote:
    : Hi,
    : I have a problem with installing the OAS 4.0.7 on my SuSE 6.2
    : System. The 8i Database works fine.
    : 1. When I try to start oasctl start & it complains about my ps
    : utils ... Threads not shown etc. ..
    : 2. What have to be done to run the Database Browser in
    : DBUtilities ?
    : Logger Tables, PLSQL Catridge ... are installed!
    : 3. How could I check with a little PL/SQL Application that
    : the OAS works ??
    : 4. I've heard about a patch on "oracle-ftp.oracle.com"
    : /patchset/internet/linux/oas40701-patch..
    : Maybe this patch solves my problems ???
    : I hope someone could help me with my problems!!!
    : Thank you very much!
    : Micha
    null

  • My MacBook has been "moving to trash" 4 items for a LONG time now.  I can't force quit this or stop it in any way. Does anyone know how I can get this to stop, I'm pretty sure its slowing my whole system down because it is constantly working on this.

    "Moving Items to Trash" has been up on my desktop for days now. I don't know who to get rid of this and believe its slowing my WHOLE system down.  Does anyone know how I can get rid of this, cancel it, forece quit, or anything? HELP!

    Try force quitting
    Press Command + Option + Esc

  • Can't get windows 8.1 with dual boot for fedora (linux) . system is UEFI .

    Can't get  windows 8.1 with  dual boot for fedora (linux) . system is UEFI .

    Hi,
    Any update here?
    We may seek help at Fedora forum as Milos suggested, if convenient we could share the related thread link here for reference.
    In addition, please also check the information in the similar thread:
    Dual Boot Windows 8 and Linux?
    Best regards
    Michael Shao
    TechNet Community Support

  • ALSA: snd-via82xx - No sound but system gets very slow

    Hello!
    I'm using the Onboard sound chip on my Fujitsu-Siemens D1607 mainboard. It' A Sigmatel STAC9758/59 Chip and runs with snd_via82xx module (worked with SuSE 9.1 so far, at least stereo-out but no LineIn). Now when i load the module as discribed in the ALSA howto an unmute Master and PCM i still get no sound, but my system gets very slow (applications start ten times slower, loading websites also takes much more time). But snd_via82xx seems to load without errors.
    ArchLinux is uptodate and i'm using a custom Kernel 2.6.7 because i need some special settings for my AVM Fritz!Card DSL.
    Does anybody have any hint?
    CU ActionNews

    Hmm ... is tried it at root only . Strange is that even CD doesn't work. No sound. Unfortunally this config works perfectly under WindowsXP so speakers should work so far. Realy strange .... this is was amixer says:
    amixer
    Simple mixer control 'Master',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Front Left: Playback 31 [100%] [on]
    Front Right: Playback 31 [100%] [on]
    Simple mixer control 'Master Mono',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined
    Playback channels: Mono
    Limits: Playback 0 - 31
    Mono: Playback 31 [100%] [on]
    Simple mixer control 'Headphone',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Front Left: Playback 0 [0%] [off]
    Front Right: Playback 0 [0%] [off]
    Simple mixer control 'Headphone +3dB Boost',0
    Capabilities: pswitch pswitch-joined
    Playback channels: Mono
    Mono: Playback [off]
    Simple mixer control 'Headphone Amp',0
    Capabilities:
    Mono:
    Simple mixer control '3D Control - Switch',0
    Capabilities: pswitch pswitch-joined
    Playback channels: Mono
    Mono: Playback [off]
    Simple mixer control '3D Control Sigmatel - Depth',0
    Capabilities: volume volume-joined
    Playback channels: Mono
    Limits: 0 - 3
    Mono: 0 [0%]
    Simple mixer control 'PCM',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Front Left: Playback 31 [100%] [on]
    Front Right: Playback 31 [100%] [on]
    Simple mixer control 'PCM Out Path & Mute',0
    Capabilities:
    Mono:
    Simple mixer control 'Surround',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Front Left: Playback 0 [0%] [off]
    Front Right: Playback 0 [0%] [off]
    Simple mixer control 'Center',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined
    Playback channels: Mono
    Limits: Playback 0 - 31
    Mono: Playback 31 [100%] [off]
    Simple mixer control 'Center/LFE Jack',0
    Capabilities:
    Mono:
    Simple mixer control 'LFE',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined
    Playback channels: Mono
    Limits: Playback 0 - 31
    Mono: Playback 0 [0%] [off]
    Simple mixer control 'Line',0
    Capabilities: pvolume pswitch cswitch cswitch-joined cswitch-exclusive
    Capture exclusive group: 0
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Front Left: Playback 31 [100%] [on] Capture [on]
    Front Right: Playback 31 [100%] [on] Capture [on]
    Simple mixer control 'Line Input Source',0
    Capabilities:
    Mono:
    Simple mixer control 'LineIn Jack',0
    Capabilities:
    Mono:
    Simple mixer control 'CD',0
    Capabilities: pvolume pswitch cswitch cswitch-joined cswitch-exclusive
    Capture exclusive group: 0
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Front Left: Playback 31 [100%] [on] Capture [off]
    Front Right: Playback 31 [100%] [on] Capture [off]
    Simple mixer control 'Mic',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive
    Capture exclusive group: 0
    Playback channels: Mono
    Capture channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono: Playback 0 [0%] [off]
    Front Left: Capture [off]
    Front Right: Capture [off]
    Simple mixer control 'Mic Boost (+20dB)',0
    Capabilities: pswitch pswitch-joined
    Playback channels: Mono
    Mono: Playback [off]
    Simple mixer control 'Mic Input Source',0
    Capabilities:
    Mono:
    Simple mixer control 'Mic Select',0
    Capabilities:
    Mono:
    Simple mixer control 'Mic1 Jack',0
    Capabilities:
    Mono:
    Simple mixer control 'Video',0
    Capabilities: pvolume pswitch cswitch cswitch-joined cswitch-exclusive
    Capture exclusive group: 0
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Front Left: Playback 0 [0%] [off] Capture [off]
    Front Right: Playback 0 [0%] [off] Capture [off]
    Simple mixer control 'Phone',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive
    Capture exclusive group: 0
    Playback channels: Mono
    Capture channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono: Playback 0 [0%] [off]
    Front Left: Capture [off]
    Front Right: Capture [off]
    Simple mixer control 'IEC958',0
    Capabilities: pswitch pswitch-joined
    Playback channels: Mono
    Mono: Playback [off]
    Simple mixer control 'IEC958 Output',0
    Capabilities: pswitch pswitch-joined
    Playback channels: Mono
    Mono: Playback [off]
    Simple mixer control 'IEC958 Playback AC97-SPSA',0
    Capabilities: volume volume-joined
    Playback channels: Mono
    Limits: 0 - 3
    Mono: 3 [100%]
    Simple mixer control 'PC Speaker',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined
    Playback channels: Mono
    Limits: Playback 0 - 15
    Mono: Playback 0 [0%] [off]
    Simple mixer control 'Aux',0
    Capabilities: pvolume pswitch cswitch cswitch-joined cswitch-exclusive
    Capture exclusive group: 0
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Front Left: Playback 0 [0%] [off] Capture [off]
    Front Right: Playback 0 [0%] [off] Capture [off]
    Simple mixer control 'Mono Output Select',0
    Capabilities:
    Mono:
    Simple mixer control 'Capture',0
    Capabilities: cvolume cswitch
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 15
    Front Left: Capture 15 [100%] [on]
    Front Right: Capture 15 [100%] [on]
    Simple mixer control 'Mix',0
    Capabilities: cswitch cswitch-joined cswitch-exclusive
    Capture exclusive group: 0
    Capture channels: Front Left - Front Right
    Front Left: Capture [off]
    Front Right: Capture [off]
    Simple mixer control 'Mix Mono',0
    Capabilities: cswitch cswitch-joined cswitch-exclusive
    Capture exclusive group: 0
    Capture channels: Front Left - Front Right
    Front Left: Capture [off]
    Front Right: Capture [off]
    Simple mixer control 'Exchange Center/LFE',0
    Capabilities: pswitch pswitch-joined
    Playback channels: Mono
    Mono: Playback [off]
    Simple mixer control 'External Amplifier',0
    Capabilities: pswitch pswitch-joined
    Playback channels: Mono
    Mono: Playback [on]
    Simple mixer control 'Front Jack',0
    Capabilities:
    Mono:
    Simple mixer control 'Input Source Select',0
    Capabilities:
    Mono:
    Simple mixer control 'Input Source Select',1
    Capabilities:
    Mono:
    Simple mixer control 'Rear Jack',0
    Capabilities:
    Mono:
    Simple mixer control 'Sigmatel 4-Speaker Stereo',0
    Capabilities: pswitch pswitch-joined
    Playback channels: Mono
    Mono: Playback [off]
    Simple mixer control 'Sigmatel Surround Phase Inversion Playback ',0
    Capabilities: pswitch pswitch-joined
    Playback channels: Mono
    Mono: Playback [off]
    Simple mixer control 'VIA DXS',0
    Capabilities: pvolume
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Front Left: Playback 30 [97%]
    Front Right: Playback 30 [97%]
    Simple mixer control 'VIA DXS',1
    Capabilities: pvolume
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Front Left: Playback 31 [100%]
    Front Right: Playback 31 [100%]
    Simple mixer control 'VIA DXS',2
    Capabilities: pvolume
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Front Left: Playback 31 [100%]
    Front Right: Playback 31 [100%]
    Simple mixer control 'VIA DXS',3
    Capabilities: pvolume
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Front Left: Playback 31 [100%]
    Front Right: Playback 31 [100%]
    Should be ok, but perhaps you guys find something wrong.
    in dmesg and /var/log/messages i do not find anything uncommon. Most of the messages are status messages from pppd .
    CU ActionNews

  • How to run the oracle form in linux system

    Hello all,
    My config is :-
    Forms [32 Bit] Version 10.1.2.0.2 (Production)
    Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    I can easily run my on Windows and Linux platform untill i am not use java bean in my form. After using the getMacaddress JAVA BEAN. I am not able to run my form on linux platform. If i remove the java bean from my form than form will run on linux.
    I am not familiar with linux so i am not able to trace the problem basicaly i don't  know which version of jre is used by linux system and i don't know how to find it.
    Please guide me.

    Now i install the jdk 1.6.0_20 and add into the jdeveloper 10.1.3.
    and i change my code for get mac id is -
    package demo;
    import java.net.InetAddress;
    import java.net.NetworkInterface;
    import java.net.SocketException;
    import java.net.UnknownHostException;
    public class App{
       public static void main(String[] args){
    InetAddress ip;
    try {
    ip = InetAddress.getLocalHost();
    System.out.println("Current IP address : " + ip.getHostAddress());
    NetworkInterface network = NetworkInterface.getByInetAddress(ip);
    byte[] mac = network.getHardwareAddress();
    System.out.print("Current MAC address : ");
    StringBuilder sb = new StringBuilder();
    for (int i = 0; i < mac.length; i++) {
    sb.append(String.format("%02X%s", mac[i], (i < mac.length - 1) ? "-" : ""));
    System.out.println(sb.toString());
    } catch (UnknownHostException e) {
    e.printStackTrace();
    } catch (SocketException e){
    e.printStackTrace();
    in form i create one jave bean area and add the implement class is
    demo.get_info.
    and on B1 (button) when-button-pressed
    :T1 :=GET_CUSTOM_PROPERTY('BEAN_MAC',1,'get_info');
    No error comes and no out put comes. So please guide me how to use the getHardwareAddress to get mac id.

  • Hi, I am using an old PC P2 450Mhz, 256 MB Ram. Is ver 3.6.16 ok for my system or will it slow down the system? Thanks

    Hi, I am using an old PC P2 450Mhz, 256 MB Ram. Is ver 3.6.16 ok for my system or will it slow down the system? NODD is the anti-virus. I am not happy with IE or goolge as these are taking too much space. Thanks

    The system requirements for Firefox 3.6 are:
    * Pentium 233 MHz (Recommended: Pentium 500 MHz or greater)
    * 64 MB RAM (Recommended: 128 MB RAM or greater)
    You exceed the minimum and are just short of the recommended processor. It should run OK but the only way to tell will be to try using it. Note that using add-ons can slow Firefox down, so if you start installing quite a few you may get performance issues.
    https://www.mozilla.com/en-US/firefox/3.6/system-requirements/

  • Progressively slower speeds

    This is my last effort to get my Infinity back to the speed it was a few weeks ago before I give up and change provider.
    First, some back story, I didn't pay my bill on time, and got disconnected because of it. When I did pay my bill and got reconnected, the speed wasn't quite where it previously was before I was disconnected. I usually get around 37mbps which is roughly what I signed up for (40 mbps) but what I was getting was around 35 mbps. Since then, it's gotten progressively slower.
    As I'm typing this, I'm getting anywhere from 22 mbps, to around 30 mbps, It's fluctuating quite a bit. To add to that, my ping for online gaming has gotten progressively higher.
    After numerous calls and live chats to the extremely unhelpful indian call centre, and after being told time and again that the speed I'm getting is in the acceptable range (which I don't think a loss of about 8 mbps is at all acceptable, especially when I'm paying the same price) this is the final effort I'm making to fix this issue, if it still can't be resolved, then I'm afraid I'm switching provider to someone else. I'm truly fed up with being flat out lied to by the customer service, once being told that the maximum my line can handle is 35mbps which is an utter lie because I've already achieved higher speeds than that.
    Sorry if this comes across as aggressive but I have had enough of spending weeks on the phone to BT to try and sort this, Hopefully someone here can help.
    Solved!
    Go to Solution.

    It looks like DLM has fixed your data rate to raise your noise margin in an attempt to deal with instability on your line. Interleaving has probably been added to your line profile for the same reason and this will impact your pings.
    The instability could be due to a line fault.
    Once the instability has been removed, for example by an engineer fixing the line fault, then your speed and ping should return to normal.
    If you found this post helpful, please click on the star on the left
    If not, I'll try again

  • Front-End Service Starup Error: Store procedure to GET progress vector failed.

    Hi,
    We have a two front end servers in our Lync deployment and I'm getting an interesting error message on one of the servers when the "Lync Server Front-End Service" is starting up. All the services on that server will eventually start but I'm pretty
    sure it's affecting users in some way.
    Here is the error message in the Event Viewer:
    Log Name:      Lync Server
    Source:        LS User Services
    Date:          2013-09-17 8:00:32 AM
    Event ID:      32194
    Task Category: (1006)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      BGC-VAN-LYNC2.domain.ca
    Description:
    Store procedure to GET progress vector failed.
    Execution Error: 0x00000000(ERROR_SUCCESS).
    Native Error: 8144.
    Error Details: [# [Microsoft][SQL Server Native Client 11.0][SQL Server]Procedure or function SyncReplicationGetProgressVector has too many arguments specified. #].
    Cause: This may indicate a problem with connectivity to local database or some unknown product issue.
    Resolution:
    Ensure that connectivity to local database is proper. If the error persists, please contact product support with server traces.
    Event Xml:
    <Event xmlns=>
      <System>
        <Provider Name="LS User Services" />
        <EventID Qualifiers="50158">32194</EventID>
        <Level>2</Level>
        <Task>1006</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-09-17T15:00:32.000000000Z" />
        <EventRecordID>16971</EventRecordID>
        <Channel>Lync Server</Channel>
        <Computer>BGC-VAN-LYNC2.domain.ca</Computer>
        <Security />
      </System>
      <EventData>
        <Data>0x00000000(ERROR_SUCCESS)</Data>
        <Data>8144</Data>
        <Data>[# [Microsoft][SQL Server Native Client 11.0][SQL Server]Procedure or function SyncReplicationGetProgressVector has too many arguments specified. #]</Data>
      </EventData>
    </Event>
    The error happens 15 times every minute, following with this event:
    Name:      Lync Server
    Source:        LS User Services
    Date:          2013-09-17 8:23:46 AM
    Event ID:      32189
    Task Category: (1006)
    Level:         Information
    Keywords:      Classic
    User:          N/A
    Description:
    The following Fabric service for routing groups have been closed:
    {F515134C-71B7-52FD-B0C3-6A9DB39CF750}
    {8A5D6B36-2A01-53DB-BC4E-3286C05E0836}
    {B35AAFC9-F6BF-5FFE-8C31-4AA5C36B2065}
    {69223418-78DC-5066-81A8-78E05914EC7B}
    {80414C96-1137-5DDC-8387-C3EA7A54B078}
    {641E6ABD-B862-55A1-B1B1-C83BC92D2F85}
    {1EA68EA4-77F7-5CFC-B781-0093CBC18403}
    {2FDE333D-FF7F-5D6A-B85B-93ADC1EAC12A}
    {A43BBA3A-8963-51C4-BD7A-19E1EC3DDFDB}
    {D3F4532F-61C8-5072-9B3B-3E2CCF15442F}
    {4449243E-5E96-56AC-AB6B-C5E785543542}
    {58B30261-65B6-5F6A-BC50-60F85782D052}
    {DB4B76B0-2510-5BF8-A7B1-8B37BD3AA7B9}
    {917CC217-966B-56AC-A912-97BA64BA13EB}
    Anyone knows what this is about and how to resolve this?
    Thanks,
    VH.

    Hi,
    Please try to reset registrar state:
    http://tsoorad.blogspot.in/2013/04/lync-2013-ee-pool-wont-start.html
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make
    sure that you completely understand the risk before retrieving any suggestions from the above link.
    Kent Huang
    TechNet Community Support

  • How can you connect Ipod to a linux system?

    Bought our study abroad student an Eee PC computer that will work well in his home country of Africa. My boys got Ipods for Christmas and I gave him one too. We are unable to find a way to get it to connect to his linux system. Is is possible?? It is an Ipod Nano 4th generation. Thanks!

    The iPod is designed to work with iTunes however is no version of iTunes for Linux so there's no simple answer to your question. You'd be much more likely to find a possible solution by posting in one of the many Linux discussion websites. Linux Questions would be a good place to start, you'll find the forum at this link: LinuxQuestions.org

  • HOWTO: Repairing a headless Arch Linux system that fails to boot

    The scenario...
    I have a "headless" (no monitor or input peripherals) Arch Linux computer that is connected to a local network via a wireless adapter, and accessed from other computers via SSH.
    Earlier today I accidentally broke its kernel so it did not boot anymore.
    Idea: Temporarily connect a monitor to the computer, boot from a live CD (like the Arch Linux install CD), then chroot into the system and fix it.
    Problem: I didn't have a compatible monitor at hand.
    Idea: Log in to the live CD session from another computer via SSH.
    Problem: The live CD can't auto-configure the headless computer's wireless connection, and setting it up manually while working "blind" would be a major hassle. A direct LAN connection to the router wasn't available either.
    Idea: Connect directly with a laptop via an Ethernet cable, and then use SSH from the laptop => This solution worked for me!
    If you find yourself in a similar situation, you can follow this tutorial which describes the solution that worked for me in detail...
    You need:
    a copy of the Arch Linux install CD (I used the 2013-05-01 version)
    an Ethernet cable
    a keyboard (might be dispensable, with additional preparation)
    a functional Arch Linux laptop (or other computer within physical range)
    Step 1) Prepare the live CD...
    I used the plain Arch Linux install iso, burnt to CD.
    By creating a carefully customized version of the live CD using Archiso, you might be able to eliminate the need for steps 2 and 4 - however that's not covered in this tutorial.
    Step 2) Prepare the laptop...
    The laptop needs to be configured in such a way, that the live CD's attempt to automatically establish an Ethernet connection with it will succeed:
    a) IP address
    In my case, the Laptop's wireless adapter had an IP address in the range 192.168.1.*, connecting it to the local network and Internet via the central router 192.168.1.1.
    The Ethernet connection between the laptop and the headless computer becomes a separate mini-network, for which I decided to use IP addresses in the range 192.168.0.* (note the different third number). Specifically, I set the IP address of my laptop's Ethernet card to 192.168.0.1. You can do this by running the following as root (replace "eth0" with the name of your Ethernet interface):
    ip link set eth0 up
    ip addr add 192.168.0.1/24 dev eth0
    b) IP forwarding (optional)
    While we're at it, we might as well enable IP forwarding, so that the live CD session on the headless computer will be able to directly use the laptop's outgoing Internet connection (which will make it much more convenient to install/upgrade packages during the repair session). To enable this, run the following as root (replace "eth0" and "wlan0" with the names of your laptop's Ethernet and wireless interfaces, respectively):
    iptables --table nat --append POSTROUTING --out-interface wlan0 -j MASQUERADE
    iptables --append FORWARD --in-interface eth0 -j ACCEPT
    sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
    c) DHCP
    The live CD will assume there's a router on the other side of the Ethernet link, and ask for an IP address via DHCP. So all we need to do, is run a dhcp server on the Laptop that will answer this request. It's surprisingly easy: Just install the package dnsmasq, and put the following in the file /etc/dnsmasq.conf (again replacing "eth0" as appropriate):
    interface=eth0
    dhcp-range=192.168.0.2,192.168.0.2
    By setting the start & end values of dhcp-range to the same IP address, we enforce that this specific IP address will be used by the live CD on the headless computer.
    Then start the daemon by running the following as root:
    systemctl start dnsmasq.service
    Step 3) Connect everything and boot up the live CD...
    Connect the laptop and the headless computer via the Ethernet cable.
    Connect the external keyboard to the headless computer.
    Then put the Arch Linux install CD into the headless computer's drive, and boot. Wait a minute or so to give the CD time to load its boot menu (you should hear the CD drive spin up and settle down again). Then hit ENTER on the connected keyboard, to activate the default menu choice (which will boot straight to a live Arch Linux session with root privileges).
    You can check whether it booted up and successfully initialized the Ethernet connection, by ping'ing the IP address that was specified in step 2c) from the laptop:
    ping -c3 192.168.0.2
    Step 4) Start the SSH server...
    Unfortunately, the Arch Linux install CD doesn't automatically start its SSH server, and also it uses a randomized root password. To make SSH connections possible, you will have to use the connected keyboard to type in some stuff "blindly" (but it's simple enough):
    type "passwd" (without the quotes)
    type in a new password of your choice
    press ENTER
    type in the same password again
    press ENTER
    type "systemctl start sshd" (without the quotes)
    press ENTER
    Step 5) Connect from the laptop via SSH...
    Now you can open an SSH connection, by executing the following on the laptop (when it asks for the password, enter the one you chose in step 4):
    ssh [email protected]
    Step 6) Profit!
    Within this SSH shell on the laptop, you can now do whatever you would usually do to fix an Arch Linux system from a live CD.
    You'll probably want to chroot into your Arch root partition, which is very easy thanks to the arch-chroot tool that is included on the live CD (replace "/dev/sda3" with the name of the headless computer's root partition):
    mount /dev/sda3 /mnt
    arch-chroot /mnt
    If you set up IP forwarding as described in step 2b), then Internet access should magically work in this shell without any further configuration, so you can freely use pacman etc. inside the chroot.
    Enjoy!
    Last edited by sas (2013-07-26 22:17:03)

    It is definitely able to recognize the USB and DVDs as separate drives; it gives the option of booting from USB, and it gives the memory capacity of the USB drive I used as a live USB, and the memory used for the live CD.  But when it comes time to actually boot, something is going wrong.
    I would suspect it is a problem with the BIOS, if not for the fact that I had a similar issue on my previous system, which used a completely different motherboard.  If it is the same issue, it would either have to be a problem with the DVD drive (although I don't know why it would be against loading some live CDs but not others) or perhaps the way I created the live CDs.  Although, again, I don't understand why the Linux Mint 32-bit DVD would work fine, while both 64-bit DVDs would not.
    I will try using a different DVD drive to boot the DVDs, and if that does not work, I'll try creating a new Arch live CD to see if I can resolve the issue.  But if anyone has any ideas, it would still be greatly appreciated.

Maybe you are looking for

  • Updated to latest version and now always crashing. Won't open now and won't send the crash report. What do I do?

    This is what the crash report has under details: AdapterDeviceID: 0x0416 AdapterDriverVersion: 10.18.10.3412 AdapterSubsysID: 1977103c AdapterVendorID: 0x8086 Add-ons: %7BF53C93F1-07D5-430c-86D4-C9531B27DFAF%7D:1.0.0.2,%7B972ce4c6-7e08-4474-a285-3208

  • PLD for Sale Order

    Hi all! In PLD, when i enter quite information on End of Report but these information are displayed in next page( of End of Report) only at middle of page. It's not display on the top of pgae. Therefore, there is space in nect page. How can i delete

  • Would like to be able to select and move multiple folders in one operation.

    Unless I'm missing something really simple here, there doesn't seem to be any easy way of selecting and moving multiple folders at once. Here's a little example of a simple task I want to do. I presently have a multitude of folders each seperated by

  • Tax related problem in miro

    hi experts, I am getting a problem in posting through MIRO. Puchase order having net price Rs. 4000/- after calculating tax the amount will be Rs. 4714/-. In MIRO when I ticked calculate it is showing a balance amount. I have also cked purchased  ord

  • How to backup chat history in a messenger app

    I did buy a new iPhone 5. And when I went to Apple store to get my new order, I found all the chat history or document history in messenger or picture fixing apps were restored in my new iPhone 5. Please, anyone knows how to backup chat history in me