LXLE 12.04.4 sources list issue
  • vaikus84vaikus84
    PMPosts: 65
    Processor    AMD Sempron(tm) 2600+
    Memory    507MB
    Audio AdapterVIA8237 - VIA 8237
    ATA SAMSUNG HD502HJ
    _NEC DVD_RW ND-3500AG

    Cache Size256kb
    Frequency1827.08MHz
    BogoMIPS3654.16
    Byte OrderLittle Endian

    fpuFloating Point Unit
    vmeVirtual 86 Mode Extension
    deDebug Extensions - I/O breakpoints
    psePage Size Extensions (4MB pages)
    tscTime Stamp Counter and RDTSC instruction
    msrModel Specific Registers
    paePhysical Address Extensions
    mceMachine Check Architeture
    cx8CMPXCHG8 instruction
    apicAdvanced Programmable Interrupt Controller
    sepFast System Call (SYSENTER/SYSEXIT)
    mtrrMemory Type Range Registers
    pgePage Global Enable
    mcaMachine Check Architecture
    cmovConditional Move instruction
    patPage Attribute Table
    pse3636bit Page Size Extensions
    mmxMMX technology
    fxsrFXSAVE and FXRSTOR instructions
    sseSSE instructions
    syscallSYSCALL and SYSEXIT instructions
    mpMultiprocessing Capable
    mmxextExtended MMX Technology
    3dnowextExtended 3DNow! Technology
    3dnow3DNow! Technology

    PCI Devices
    Host bridgeVIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge (rev 80)
    PCI bridgeVIA Technologies, Inc. VT8237/VX700 PCI Bridge (prog-if 00 [Normal decode])
    RAID bus controllerSilicon Image, Inc. SiI 3124 PCI-X Serial ATA Controller (rev 02)
    IDE interfaceVIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06) (prog-if 8a [Master SecP PriP])
    USB controllerVIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81) (prog-if 00 [UHCI])
    USB controllerVIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81) (prog-if 00 [UHCI])
    USB controllerVIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81) (prog-if 00 [UHCI])
    USB controllerVIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81) (prog-if 00 [UHCI])
    USB controllerVIA Technologies, Inc. USB 2.0 (rev 86) (prog-if 20 [EHCI])
    ISA bridgeVIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T800/K8T890 South]
    Multimedia audio controllerVIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
    Ethernet controllerVIA Technologies, Inc. VT6102 [Rhine-II] (rev 78)
    FireWire (IEEE 1394)VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev 80) (prog-if 10 [OHCI])
    VGA compatible controllerAdvanced Micro Devices, Inc. [AMD/ATI] RV280 [Radeon 9200 SE] (rev 01) (prog-if 00 [VGA controller])
    Display controllerAdvanced Micro Devices, Inc. [AMD/ATI] RV280 [Radeon 9200 SE] (Secondary) (rev 01)

    Board
    NameGA-7VASMFS
    VendorGigabyte Technology Co., Ltd. (www.gigabyte.com.tw)


  • vaikus84vaikus84
    PMPosts: 65
    New status update!

    This error comes into play because of python in relation to this processor and motherboard combination!
    I hope this gets investigated properly. Since this will not go away.

    This problem plagued LXLE 12.04.3 as it does now LXLE 12.04.4.

    I will mention also that this system has a separet SATA controller on a PCI slot.

    And as a result the sata2 hdd that's connected to it is shown as sdf not sda !
  • ZakaZaka
    PMPosts: 202
    You've chased the 'culprit' this far and it sounds like you have that one in a million combo that is striking out regarding the ppa issue.

    You could probably live with the HDD designation.

    If the problem is the combination of the cpu/mobo ~ can you change the cpu?  The Sempron 2600+ should be 'upgradeable' and for a board that old, compatible cpu's are nearly free.  I'm thinking one of the Barton core Athlons would probably work fine.
  • vaikus84vaikus84
    PMPosts: 65
    Thank you for the food of thought Zaka. But I live in Estonia and no-one here gives away working hardware unless you are less fortunate and living on social care.
  • vaikus84vaikus84
    PMPosts: 65
    An update.Tried 3.5 kernel. Same python error.

    alar@GA-7VASMFS:~$ uname -a
    Linux GA-7VASMFS 3.5.0-51-generic #76~precise1-Ubuntu SMP Fri May 16 16:52:52 UTC 2014 i686 athlon i386 GNU/Linux
    alar@GA-7VASMFS:~$ sudo add-apt-repository ppa:linrunner/tlp
    You are about to add the following PPA to your system:
     TLP is a power management tool for Linux. It brings you the benefits of advanced power management without the need to understand every technical detail.

    Project homepage: http://linrunner.de/tlp
     More info: https://launchpad.net/~linrunner/+archive/tlp
    Press [ENTER] to continue or ctrl-c to cancel adding it

    Exception in thread Thread-1:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
        self.run()
      File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 99, in run
        self.add_ppa_signing_key(self.ppa_path)
      File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 132, in add_ppa_signing_key
        tmp_keyring_dir = tempfile.mkdtemp()
      File "/usr/lib/python2.7/tempfile.py", line 322, in mkdtemp
        name = names.next()
      File "/usr/lib/python2.7/tempfile.py", line 141, in next
        letters = [choose(c) for dummy in "123456"]
      File "/usr/lib/python2.7/random.py", line 274, in choice
        return seq[int(self.random() * len(seq))]  # raises IndexError if seq is empty
    ValueError: cannot convert float NaN to integer

  • vaikus84vaikus84
    PMPosts: 65
    Could it be that python tries to use a logical core to do the math and since it has only one core it fails to do that?
  • vaikus84vaikus84
    PMPosts: 65
    https://docs.python.org/2/c-api/init.html

    Read "Thread State and the Global Interpreter Lock" and onwards.
  • vaikus84vaikus84
    PMPosts: 65
    This is a similar config to my junker case. Not the same processor and RAm!

    http://browser.primatelabs.com/geekbench2/view/73302
  • vaikus84vaikus84
    PMPosts: 65
    Could it also be an LXDE bug. Although I encountered the same issue in Linux Lite 1.08 32bit which has XFCE DE!