The error tag has no wiki summary.
0
votes
1answer
13 views
Compilation error on fedora 14
I installed fedora version 14 using virtual box but when I try to compile a program then displayed command not found. After that I tried to install g++ compiler using commands but, the way I followed
...
11
votes
1answer
118 views
Why bash encapsulates syntax error both with grave accent and with an apostrophe?
When bash is reporting a syntax error, it encapsulates the text which has raised the syntax error both with grave accent and with an apostrophe, like this: `...'. Any idea why?
Here's an example:
$ ...
0
votes
0answers
31 views
Configuring VMWare 7 Workstation on Fedora 20 x86_64 KDE
When I first time around installed VMWare, it Installed successfully and when I ran the program it got me to where you have a dialog box to select the kernel module, now when I install it the program ...
19
votes
1answer
603 views
Do I need to worry about “tail: unrecognized file system type 0xbeefdead”?
I'm trying to follow a regular text file with tail -f -n 50 filename. I get the information from the file just fine, except I always get this error message:
tail: unrecognized file system type ...
1
vote
1answer
39 views
Installing Lispworks on rhel 6.5 Workstation. Error when loading application
Does anybody know what this error means and how to get Lispworks Personal edition to run on Redhat?
Error:
Error during GUI startup:
Could not register handle for external module "-lgthread-2.0":
...
0
votes
0answers
13 views
Unable to boot New solaris ramdisk image in SAM - Bad Magic number error
I am trying to create a new ramdisk for SAM with 1GB space from the provided "disk.s10hw2". Below are the following steps (following the thread in OTN: Booting problem with custom built solaris10 disk ...
0
votes
0answers
20 views
C# project not building. Error says mono is not configured correctly. On a rhel 6.5 Workstation
I'm using Eclipse, and I installed the emonic plugin for C# and the .net. When it autobuilds a project I get this error:
BUILD FAILED
Mono 3.5 Profile (mono-3.5) is not installed, or not correctly ...
0
votes
2answers
35 views
Trying to use TLS SMTP against Exim, getting Security Error back; what's wrong?
OS: FreeBSD9 64 Bit
MTA: EXIM4 with TLS with Self Signed Certificate.
I am using
telnet myserver.com 25
EHLO [email protected]
STARTTLS
It says
TLS go ahead
And then I issue
MSG FROM: ...
1
vote
1answer
86 views
Unable to log in. xsession-errors file looks like it could be useful if I understood
I am unable to log in to my account, having recently installed Linux Mint. I had this problem with Ubuntu 13.10, and no amount of re-installations seemed to fix it. However, Mint gives me a very ...
1
vote
1answer
70 views
Linux Debain Squeezy Distro: Weakerth4n, Kconfig && make issues
I am running the Weakerth4n linux operating system on my old dell d600 laptop I got at Defcon for $80 USD. Anyway I had a question about making certain programs (like Virtual Box) this may be as ...
0
votes
0answers
12 views
Qtiplot installation on Slackware
I need to install QtiPlot on my Slackware system. I have got the package from Slackbuilds.org, but each time during installation I am getting this following error:
unzip: cannot find or open ...
4
votes
2answers
144 views
What is BASH printing “bash: cd: write error: Success”?
I noticed this several times today. If I type cd ../Directory to change to another directory, it prints "bash: cd: write error: Success". I can't determine what other previous commands might be ...
1
vote
1answer
33 views
What does this key code qualifier mean?
I know that in general this means that I have a "bad disk". But I'm after a more specific reason for why I am getting these messages from the kernel:
sd 15:0:0:0: [sda] Attached SCSI disk
sd ...
2
votes
2answers
243 views
Unable to install g++
How to fix this:
sahil@sahil-XPS-L501X ~ $ sudo apt-get install g++
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be ...
1
vote
1answer
44 views
Read-only file system error while creating a directory?
I have got one of our production ubuntu machine setup by PRODUCTION Unix team here in our company but somehow when I am doing like this -
root@machineA:/test01# ls -lt
ls: reading directory .: ...
1
vote
1answer
91 views
Error launching Safari with PlayOnLinux
I've installed PlayOnLinux with the following commands:
wget -q -O- http://deb.playonlinux.com/public.gpg | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_precise.list -O ...
0
votes
3answers
359 views
Problems using NTFS file system with kali linux
Using kali linux 1.0 in dual boot with windows 8.
I have an NTFS partition (D: on windows)
I usually mount it on both OS.
I face the following problem
Windows disk repair utility keeps on reporting ...
-1
votes
2answers
306 views
dpkg: dependency problems prevent configuration of initramfs-tools
I started an upgrade of my Kubuntu 12.04 system with this command, as usual:
sudo apt-get --show-upgraded dist-upgrade
I came back later and it had failed:
Preconfiguring packages ...
(Reading ...
2
votes
3answers
751 views
Java “Could not reserve enough space for object heap” even though there is enough RAM
I am currently having some issues running Java. It won't start because of heap issues. But I have more than 9 GB Ram free (or even 16 GB if you assumed the cache would be empty). This is the error I ...
0
votes
1answer
57 views
Unable to launch Gnome System Log Viewer after setting filters
I am unable to launch Gnome System Log Viewer after setting some filters. This is so, even after rebooting and reinstalling this GUI program. I found the following relevant line in /var/log/messages:
...
0
votes
1answer
187 views
mei 0000:00:16.0: init hw failure
When I boot up I get the following errors:
mei 0000:00:16.0: init hw failure.
mei 0000:00:16.0: initialization failed.
(they don't prevent the bootup, I'm just curious as to what they are and if ...
0
votes
1answer
26 views
How to write log before instalation
My computer crashes while trying to load the kernel from a LiveCD with the message "unable to handle kernel paging request". I'd like to reproduce the error output on a forum to get some ideas on ...
3
votes
1answer
109 views
Wget out of memory error kills process
I wanted to backup all my .vcf files from my carddav server (ownCloud). The script is very simple and is the following:
$ wget -Avcf -r -np -l0 --no-check-certificate -e robots=off --user=user \
...
0
votes
1answer
113 views
Error 127 when trying to install ms-sys
I just installed Fedora 20 and am trying to install ms-sys. However, when I do "make", I am presented with the following error:
"cc -O2 -ansi -pedantic -Wall -c -I inc -D PACKAGE=\"ms-sys\" -D ...
2
votes
2answers
70 views
Error message on terminal despite using 2> symbol
Why does this command show error message despite using 2> symbol?
cat < foo 2>bar
bash : cannot open foo : No such file or directory
-1
votes
1answer
59 views
How to install libesedb? Build error
I'm trying to build the libesedb package so I can read edb files.
I went to: http://code.google.com/p/libesedb/wiki/Building and found the following:
tar xfv libesedb-alpha-<version>.tar.gz
cd ...
0
votes
1answer
913 views
Windows Remote Desktop login failed with Ubuntu Server 12.4
So, I have a server that I have RDC (Remote Desktop Connection) set up on, and I am looking at making it globally available on the internet so that I can access it from anywhere. I am currently in the ...
0
votes
0answers
77 views
What's the problem with fsck.ext3?
It seems there is some problem with my HDD in my satellite box. The box records to and plays video from the HDD, but occasionally it hangs (it was stable before). It's Linux version ...
6
votes
1answer
63 views
List of error messages available for a command in Unix
Is it possible to find out what error messages a command includes?
For example I want to see the list of error messages that mkfs.ext3 command will print in different error situations.
Shall I look ...
1
vote
1answer
37 views
How do I remove the 'split lines' error in Bluefish?
How can I stop this error from occurring every time I start Bluefish editor?
Of course, apart from shortening long lines...
Bluefish 2.2.4, running on Fedora 19.
Edit:
I have done this in ...
2
votes
1answer
133 views
KVM to Ovirt VM migration
I installed ovirt on a machine that was already hosting KVM virtual machines. I am now trying to migrate those VMs over to RHEV format, but I am receiving SASL authentication errors using virt-v2v.
I ...
2
votes
1answer
130 views
Unable to install SciPy
I need to use the module skimage, which calls the module SciPy (I need to find contours)
import numpy
from sys import argv
from PIL import Image
from skimage import measure
# Inicialization
...
1
vote
1answer
46 views
`ls` behavior on EACCES error for /root and /root/some-rubbish
I'm trying to code a clone of the ls command as part of a school exercise. I'm wondering why the following output is displayed by ls:
$> ls -- -test_dir /root /root/some-rubbish
ls: ...
0
votes
1answer
121 views
Occasional error from bash on AIX: Interrupted system call
I am experiencing problems with process substitution in bash on AIX
It happens very rarely, apparently only when the server is loaded.
An example error message is:
line 9: /tmp//sh-np-7841523: ...
0
votes
1answer
234 views
Error while Compiling Subversion with a custom-compiled Apache on a shared server
Am using a RHEL 5.5 shared server, my user has complete access to /opt folder.
No root access, cant write to /etc, /usr etc.
So, I downloaded httpd-2.4.6 and httpd-2.4.6-deps onto /opt (ie. ...
0
votes
1answer
106 views
playonlinux crashing on Fedora 19
I installed playonlinux using the default repository and when I run the command 'playonlinux' its getting crash and prints this output
Traceback (most recent call last):
File "mainwindow.py", line ...
2
votes
1answer
80 views
How to have a bash script perform a specific action on errors of _each_ command?
Similarly to set -e performs an exit on "uncaught" $? != 0, I'd like to have this event trigger the execution of another command, e.g. a logger call. How can this be done?
0
votes
1answer
140 views
How to make a GRUB Rescue Disc?
I am afraid that my GRUB is corrupted (I do a lot of experiments on my PC) and I know that I will not be able to reinstall Debian (downloading takes up a lot of time).
Also, I am just 13 so I don't ...
2
votes
2answers
76 views
Testing which modules are unloaded with modprobe
I'm currently searching for the right driver for my Broadcom BCM4313 network/wifi device.
At first no network was recognized at all, now I managed to connect, but the connection is really slow. I ...
1
vote
1answer
84 views
Unwanted messages every time I attempt to login?
I am using Linux Mint Olivia and it worked fine for past couple of months but from yesterday it keep showing these message whenever I want to login to my PC:
Keys: Press S to skip mounting or M for ...
1
vote
3answers
2k views
sudo: no tty present and no askpass program specified
I have a perl script that I fork from another script that I launch from a web browser via mod_perl. The forked script (which ends up running as apache) needs to sudo service X stop as part of a ...
3
votes
2answers
377 views
Why does Bash history not record this command?
The command printf "#!/bin/bash\n" > t generates an error(bash: !/bin/bash\n": event not found), but hitting the up key does not recall the command so that I can modify it. Why is that?
(What I ...
0
votes
0answers
37 views
Compiling Wine 1.7.1 in Gentoo
Trying to compile Wine 1.7.1 with the great new D3D and Opengl patches.
I proceed like this:
Download the GIT source code from here: ...
2
votes
2answers
56 views
Different error messages when using different strings in terminal
When I insert, for example, unix.stackexchange.com followed by Enter in terminal, I get the following error:
unix.stackexchange.com: command not found
This is ok and as I expected. But when I insert ...
2
votes
3answers
92 views
Syntax error in shell script
I have this script to divide a file over a 100000 or even more in 50000 lines.
desc()
{
echo ...
1
vote
1answer
317 views
Error installing Fedora 19
I'm trying to install Fedora 19. After my computer booted from installation DVD for about 20 minutes, it displays white screen with 'Oh no! Something has gone wrong.' message. I've tried 3 times and ...
1
vote
1answer
1k views
“No such file or directory” on files that exist? [duplicate]
In the past day, I've found at least 4 binaries that say "bin-name: No such file or directory" when I try to run them. Even if I type part of the name and tab complete it, I get the same error. I'm on ...
0
votes
2answers
63 views
md5sum check fails for git-man-pages.tar.gz package
When I try to verify the integrity of git-man-pages package I downloaded from "http://code.google.com/p/git-core/downloads/detail?name=git-manpages-1.8.4.tar.gz&can=2&q=" it fails with error.
...
0
votes
1answer
507 views
E: Some index files failed to download. They have been ignored…” when tunning “sudo aptitude update”?
This is what the end of output after I run sudo apt-get update on Ubuntu 12.04:
Ign http://apt.typesafe.com unicorn/main Translation-en
35% [Working]W: Failed to fetch ...
1
vote
1answer
374 views
Why do I get kicked out of a FTP session once I run a command?
Why do I get kicked out of a FTP session once I run a command? It seems that once I successfully login into a server is get the following after running a command such as "ls" (I've enclosed the error ...












