Debian Programming :: Uniqueness Test Failure On Wheezy / Virtualbox
Nov 15, 2013
Python's test case to test uniqueness of uuid.uuid1() in test_uuid.py is failing on wheezy on Virtualbox. However, when I change it to use uuid.uuid4(), it's successful always. I don't have wheezy installed on a bare machine to test.I faced this problem when installing Python 2.7.6 on my virtualbox. This is blocking a successful installation.
Below is a test file I created:
Code: Select allimport uuid
def test_uuid():
uuids = {}
for u in [uuid.uuid1() for i in range(1000)]:
[code]....
View 0 Replies
ADVERTISEMENT
Sep 12, 2013
I run Wheezy Xfce 64-bit. I went through the Synaptic listings and added Python 3.3.2 and Tkinter for it, and that works fine; but for some reason PyGtk is available only for Python 2.7, not for Python 3.3, unless I'm just using the wrong way to try to find it. Is there a PyGtk available for Python 3.3 in Wheezy, and, if so, how do I install it and then import it once it's installed?
View 1 Replies
View Related
Dec 21, 2014
I have both 32 bit and 64 bit libs installed with gcc multilib.
I tried following options, but the result is still a 32bit elf:
# cc -mips64 -mabi=o64 -mlong64 -mgp64 -c gendian.c
# file gendian.o
gendian.o: ELF 32-bit LSB relocatable, MIPS, MIPS64 version 1 (SYSV), with unknown capability 0xf41 = 0x756e6700, with unknown capability 0x70100 = 0x1040000, not stripped
The machine is running 64 bit os:
# uname -a
Linux debian 3.2.0-4-5kc-malta #1 Debian 3.2.63-2+deb7u2 mips64 GNU/Linux
Both 4.6 and 4.7 gcc have been tried, and both have the same issue.
Fixed: need -mabi=64
View 0 Replies
View Related
Aug 25, 2010
Dell Mini 9 Netbook with Windows XP OS died. It has a 16GB SSD. I was in the middle of installing HP printer software when it shutdown unexpectedly. Then upon turning it back on it says something about a media test failure, check cable and then Operating System Not Found. I've been able to boot using Damn Small Linux using an external cd drive.
When I type 'fdisk -l' I get:
Disk /dev/hda: 15.4 GB, 15408046080 bytes
255 heads, 63 sectors/track, 1873 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/hda doesn't contain a valid partition table
My wife has lots of pictures on the drive that she would like so I took it to a couple data recovery places and they were charging anywhere from $1000 just for jpegs up to $2600 for all files retrieved. That's more than I can budget for this. So my wife accepted the fact that the pictures are gone, but I figured I might as well try what I can because we have nothing more to lose.
I thought I'd try to get a hard drive cubby and attach it through USB to a working PC, but apparently Dell's SSDs are proprietary and the design is not accommodated. I thought maybe just the partition table information got erased somehow, so I tried using gparted and it found nothing. Whenever I use cfdisk and create partitions, I quit cfdisk after writing and it still says there is no valid partition table. I have no other ideas as to what I can do.
View 1 Replies
View Related
Jan 16, 2011
I've searched and read lots about trying to get gnome-shell to run in Virtualbox(v4) with no success on my end. Lots of the posts are outdated and are using Virtualbox 3.
So anyone have any tips or hints for testing the Gnome-shell? (I'd prefer to test in with 10.10 in Virtualbox 4, but am open to upgrading to 11.04 if necessary)
View 9 Replies
View Related
Aug 23, 2010
I downloaded Ubuntu 10.4 netbook edition for my toshiba satellite a105 laptop (windows XP) burned it to a CD, restarted my computer with the disc in drive, pressed f12 at the appropriate time, chose to boot from CD. after sitting for a second i get error PXE-e61 media test failure, check cable. and then it boots XP normally. how do i get around this to install linux!
View 4 Replies
View Related
Jul 1, 2010
I tried to install fedora in my pc. First I insert fedora dvd and install as per procedure then finally system says like that your installation is completed please reboot ur system. So, before reboot I tried to eject my fedora dvd but it couldn't come out. So after click reboot I eject that dvd. And I got error msg like "media test failure exiting intel boot agent". How can I overcome this error.
View 3 Replies
View Related
Apr 27, 2010
my error when trying to run a VB (Virtualbox). Error as copied from error box. install the virtualbox-ose-modules package for your kernel and execute 'modprobe vboxdrv' as root. VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).
[code]...
I get this when trying to launch a VB after making one with wizzard.
View 6 Replies
View Related
Sep 3, 2011
i have fresh installed debian wheezy xfce4, and using slim to start it but i can't get reboot, shutdown and thunar can't open flash and others volumes. i using .xinitrc (exec ck-launch-session startxfce4)
View 3 Replies
View Related
Mar 30, 2011
I am giving Wheezy a whirl and am having with screen blinking ever 30 seconds.
View 5 Replies
View Related
Aug 3, 2010
Running VirtualBox 3.2.6 under some host OS (should be irrelevant which one, right?), I created a machine, intending to install Fedora 13 on it. Got the Fedora 13 Live CD iso image, and an 8.6 GB virtual hard drive, completely blank. I set the machine to boot off the Live CD image. The Live CD boots nicely and I get to its desktop. I open "Install to Hard Drive"...and nothing happens. No error message, zip, nada. Inspection of the system shows a series of odd file systems, but I have no clue what they are for and whether they're usable or not.
The sticky [URL] mentions that the blank virtual hard disk should be partitioned and formatted beforehand...So I did, using the Live CD's Disk Utility (Applications: System Tools: Disk Utility). Although the sticky states the small /boot partition should be ext2 or ext3, the Live CD installer proposes to reformat it as ext4. Shouldn't we have formatted it as ext4 right away, then? Also, the installer set the /boot partition's size to 524 MB, not 200 MB as recommended by the sticky.
OBSERVATION: This was not easy because VirtualBox sets the display to 800x600 at most, and the Disk Utility spills beyond those confines WITHOUT PROVIDING SLIDERS. It was sheer luck that the required buttons (create partition, format partition) were barely reachable (at the bottom edge of the screen). This is a serious problem, because increasing the VirtualBox display size can only be done *after* installation (see for instance[URL] - since this guest addition requires rebooting the guest OS, it probably won't stick to the Live CD).
Once those two partitions are prepared and the virtual machine rebooted, "Install to Hard Drive" works as expected.
OBSERVATION: It is absolutely inexcusable that the Live CD installer (Anaconda?) does not propose to do this partitioning and formatting for the user. It is even more inexcusable that it should fail without giving any feedback whatsoever to the user.
Aside: VirtualBox's guest additions does not work correctly (for 3.2.6 anyway). The Devices: Install Guest Additions menu merely mounts a CD image VBOXADDITIONS_3.2.6_63112) without any feedback (expected feedback because the menu ends with an ellipsis). The CD, once opened, has an Open Autorun Prompt button...which fails to do anything. Manually running autorun.sh also fails. I had to manually invoke VBoxLinuxAdditions-x86.run from a terminal to get anywhere. Even then I was unable to go higher than 1024x768.
View 6 Replies
View Related
Mar 6, 2010
I've gone through the trouble-shooting procedure discussed in the "lwfinger" stickies. My results are shown below. Output of all test steps looks fine until I run "ifconfig" - no valid IP address is reported. My access point works fine with other devices (including an existing 11.1 install).My detailed trouble-shooting output is shown below.
TROUBLE-SHOOTING SUMMARY
- wpa_supplicant software is installed
- network controller data are identified by "lspci" commands (no switch, -v, -n), including:
[code]...
View 9 Replies
View Related
Nov 29, 2010
But when Squeeze goes from 'testing' to 'stable' in December... does Wheezy get promoted from 'sid/unstable' to 'testing' at the same time?.
I started my life in Linux with and currently use Ubuntu, and it runs decent(barely). However, I just upgraded to Ubuntu 10.10, and because of strange little issues and increasing bloatware, I have been forced to strongly consider the "mother OS": Debian.
The reason for my original question is that I want to run whatever the current "testing version" is. And if Wheezy gets promoted at the same time Squeeze does, then I will just wait the 4 weeks instead of slogging through another install(I prefer fresh installations vs upgrading within). I know the test versions of Debian are a bit more active than stable, but I have used Ubuntu for over 2 years, so I have some experience dealing with Terminal commands, package management, gnome, etc...I am also currently VirtualBoxing a copy of Squeeze.
View 6 Replies
View Related
May 20, 2011
I got "stuck" with stable up to now and want to upgrade to Wheezy. But, although I've done this before, I'm having a dependency problem I wanted to ask about before breaking my system somehow. This is the /etc/apt/sources.list, ready for Wheezy:
[URL]
So, I regularly use aptitude as my package manager. After updating the database with aptitude update, trying aptitude full-upgrade gives me a huge of conflicts.
[code]....
But, if I use apt-get dist-upgrade, I get no conflicts. if I dist-upgrade with apt-get, will that affect my daily usage of aptitude (which I prefer)? I know APT is a single database and apt-get and aptitude are just different interfaces, but I guess differences might rise when marking packages as automatically or manually installed.
View 7 Replies
View Related
Aug 7, 2011
Is it possible to run kde in Wheezy without udev? I am asking this because the modesetting failure is manifested as soon as udev tries to populate the /dev directory.
View 6 Replies
View Related
Apr 19, 2015
I dont want openjdk packages on my system, in Kubuntu I had a few troubles with them trying to make SqlDeveloper to work around. So this is what I see after a java -version:
Code: Select alledgardo@debian:~$ java -version
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
edgardo@debian:~$
I've been uninstalling openjdk from synaptic and with other few commands on the terminal so far and I think I probably broke it. I have no /usr/lib/jvm folder only /usr/lib/java/jdk1.8.0_45.But everytime I wish to start up Eclipse it shows the logo for a few seconds and that's it.... never gets opened. And in /usr/bin$ I only have this symbolic link....
Code: Select alllrwxrwxrwx 1 root root 22 abr 19 18:57 java -> /etc/alternatives/java
I've tried different tutorials I found surfing the web but none of 'em seem to work.
View 2 Replies
View Related
May 4, 2010
I want to copy files from an incoming directory, but don't want to copy a file if it hasn't finished being written. I thought of using fuser, but it doesn't seem to be very reliable. I vi'd a file in one window and then ran fuser against the file name and got nothing back. I'm just writing a simple bourne script on RHEL.
View 5 Replies
View Related
May 19, 2015
I've had a weird issue recently with Java/Spring. Basically, it would work on all machines but my trusty Debian box. Macs for devs, Ubuntu for production and some devs have it too. This annoyed me, because of course Debian is the greatest and it must work there too! Also, Java is based on the whole write once run anywhere concept, I have never really had a problem with code behaving differently on different Java installs of the same version, even on completely different OSs it seems to behave itself very well. URL....
I moved up to Jessie and the problem goes away. I can only conclude that some library that is called by Java got upgraded, somehow influences the order in which Spring resolves its dependencies. Probably the fact that other devs build on Ubuntu and have got it working there, and the upgrade to Jessie brings my libs more in line with what Ubuntu will be running has done the trick.
View 0 Replies
View Related
Nov 19, 2015
I am trying to install octave 4 in my debian wheezy, and I am getting following error after I have executed ./configure
checking for sgemm_ in -lmkl... (cached) no
checking for sgemm_ in -framework vecLib... no
checking for sgemm_ in -lcxml... (cached) no
checking for sgemm_ in -ldxml... (cached) no
checking for sgemm_ in -lscs... (cached) no
checking for sgemm_ in -lcomplib.sgimath... (cached) no
checking for sgemm_ in -lblas... (cached) no
checking for sgemm_ in -lblas... (cached) no
configure: error: A BLAS library was detected but found incompatible with your Fortran 77 compiler settings.
I have tried to find a solution about issues installing octave 4 from binaries. I can not use octave from the repository as it is old for my studies.
View 1 Replies
View Related
Jun 1, 2011
when gnome 2.32 might be ready for Wheezywhen gnome 2.32 might be ready for Wheezy. I'm in hopes that Wheezy will NOT have gnome3, and I'm somewhat confident of that, but I play in both Debian and Ubuntu and I'm thinking about trying to get the Ubuntu devs to port Debian's gnome version 2.32 into their Oneiric Ocelot via package 'gnome-desktop-environment'. (It's currently at 2.30).
View 5 Replies
View Related
Jan 6, 2013
Just re-installed Wheezy to ssd-drive and noticed that everything works much faster than before. For the older install I made some changes to /etc/fstab (I think) which I found from the web. I don't remember exactly what changes.
Question is: what's the situatation with Wheezys beta4-release and ssd-drive? Do I have to edit something at the moment, or does the installer notice ssd-drive and make everything needed?
View 7 Replies
View Related
Nov 11, 2015
I have upgraded the packages on wheezy and I see lots of errors
Code: Select allaptitude update aptitude upgrade.
I see Code: Select allErrors were encountered while processing:
mysql-server-5.5
ntp
rsyslog
apache2.2-common
apache2-mpm-prefork
apache2
bind9
corosync
[code]...
Still I am not able to install the dependencies.
View 13 Replies
View Related
Jul 12, 2011
My Squeeze version is extension three and I had it loaded on my Seagate 1 TB SATA drive. Extension three Squeeze is still on the SATA drive. I loaded Wheezy on my 80 GB Western Digital IDE setup up as a master with my Plextor IDE CD/DVD ROM setup as the slave drive.
Squeeze on my version was LXDE and Wheezy on my version is Gnome gdm3. My Squeeze was loaded with Lilo 22.8 and my Wheezy worked with the regular bootloader. I am just wondering if I use Disk Utility to delete the extension three of Squeeze if it will make both versions unusable.
View 4 Replies
View Related
Apr 11, 2011
This is Wheezy x86_64. I tried two different ways to install kernel 2.6.38 on my machine and both have failed. First thing I did was to follow this guide [URL]... el-26.html) and try to compile the latest stable from kernel.org. I don't know why, but it turns into kernel panic when I try to run it. Second thing I did was to install the liquorix 2.6.38, and that also fails, seeming to boot but hanging a second short from the login. I don't know what I'm doing wrong. Is there a special way to install kernels in Debian? This is the first time I tried compiling a kernel, so it's quite likely that the problem is sitting 6 inches from the computer screen. Also, how would I remove those kernels since they're obviously not working? I know I could remove them from the grub menu but I'm not sure how to completely delete them.
View 12 Replies
View Related
Sep 6, 2014
I will preface this post by stating I am a beginner in Linux in general. I am trying to add a 4TB hard drive to my LVM set up. I started by partitioning the disk using fdisk. After that I went to add the disk as a physical volume. When I ran pvdisplay I noticed that the disk was only showing as 2 TB.
After some research it appears that anything over 2 TB isn't supported by fdisk. Instead I need to use "parted" or "gdisk" . So I used the following command "sudo gdisk /dev/sda" and recieved this,
Partition table scan:
MBR: MBR only
BSD: not present
APM: not present
GPT: not present
Found invalid GPT and valid MBR; converting MBR to GPT format. THIS OPERATION IS POTENTIALLY DESTRUCTIVE! Exit by typing 'q' if you don't want to convert your MBR partitions to GPT format!
I was about to pull the trigger and enter "w" when I saw the message "THIS WILL OVERWRITE EXISTING PARTITIONS" which scared me away.
So does this message only refer to the previous partition I had created on /dev/sda? Or is it all partitions?
View 6 Replies
View Related
Mar 9, 2010
I wrote a test program to get the CPU utilisation. I hope to extend it to take cpu utilisation on multi core machines. Hear I used the equation for taking cpu utilisation given at [url] of JmSchanck post. But when I match the output of my program against 'top' and 'system monitor' output it seems quite high. Sometimes cpu utilisation goes more than 100%.
So the given equation in that url is correct? can anyone give me the equation to take CPU utilisation?
Code:
View 3 Replies
View Related
Apr 7, 2009
I am trying to use a shell script to find a string in a file and do something when found. code...
What should happen is pppd will start in a different process and stream it's output to pppdout. pppdout should be created in the current folder. Then the script should periodically check the pppdout file for the string Script (which eventually will appear, some seconds later) and when found exit the script. Ultimately the script will do something useful when the text is found. However, the output from the program is a repeating: 'scriptname.sh: 12: FOUND: not found'
Where scriptname.sh would be the name of your script and 12 refers to the line with 'done'.
Why does grep not find the text, or at least why deos my script not check the grep output correctly?
View 10 Replies
View Related
Mar 20, 2011
I wanted to make some modifications to a Kate plugin, so I cloned the git repository, started doing a few changes, and it compiled. The problem is that when I run it, it uses the version of the plugin installed in the system, not the one compiled with Kate.
View 1 Replies
View Related
Mar 20, 2011
I've been reviewing some source code recently which contains many conditional compilation statements, and I found it hard to understand the code not knowing whether some macro is defined or not. Is there any way to test whether a macro is defined?
View 2 Replies
View Related
Jun 8, 2013
Every time i click 'System Settings', it says that it is Starting, but nothing else happens after that. I can access 'Advanced Settings', but not 'System settings'. A
View 13 Replies
View Related