I'm only partially new to Linux. I'm running Fedora 11. I've just set up two machines, I thought to be identical. Evidently I missed something. I had some problems getting the network started on the second machine, and I must have forgotten a name change somewhere. Anyway, after doing lot's of comparisons between the boxes, editing and renaming and re-linking the ifcfg-GigaStorey file, they are both functioning. The problem is that whenever I start or restart the network on box 2, it reports the following error:
Bringing up interface GigaStorey: RTNETLINK answers: File exists Error adding address 192.168.1.6 for eth0. [ OK ] The file ifcfg-GigaStorey is linked in the following directories /etc/sysconfig/network-scripts /etc/sysconfig/networking/devices code....
Like I said, it's not super critical, just annoying. The networking comes up ok, but the error is puzzling. I figure if I learn what this problem is I'll be one step closer to my Linux beanee.
I am attempting a java.bin silent install using two files.
The bash script is this: sh jdk-6u20-linux-x64.bin -i silent -f /<location>/installer.properties 1>console.txt 2>&1 sleep 5 #this may be unnecessary, just testing it
I'm installing a small application for BankID. Installation is made through a shell-script, applikation installed in /usr/local/lib. Everything seems to go fine, but when I try to start the application I get error message: Code: /usr/local/lib/personal/personal.bin: error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory But libidn.so.11 is there (64-bit system so checking both lib & lib64):
when a remove a user from the system using the domain userdel guest the user gets removed but the /home/guest doesn't get removed so i remove it by command rm -rf /home/guest then i recreate the user by giving in the command useradd guest now it gives the error mailbox file already exists what does it mean when it says so though this command creates the user.
I have a program that has a GUI which I have placed in /usr/local/bin however when I invoke the program I receive the following error:
Unable to find a supported JDK or JRE version. Version 1.3.1 or higher is required. Check your installation and use +javahome to specify the JDK or JRE location
I have since installed Java into the usr/local/ directory however I am now just totally Lost! Additionally, I believe that i have tried to install Java several times with no luck.
Questions:
1) Where should java be installed to have system wide access to all programs?
2) How can I place the Java location in my $PATH? here I am going to need very easy and detailed instructions?
3) Is there a way to ensure that the location where I intall java gets updates?
I installed new jre in linux. but i when i checked env variable $JAVA, it is showing old version. how to set the default java env variable to new installed location
Code: ~ $ /usr/java/jre1.6.0_25/bin/java -showversion Error occurred during initialization of VMjava/lang/NoClassDefFoundError: java/lang/Object
That's the error I get. When trying to run a java app with the firefox plugin, the browser simply crashes if it's the 64bit java or tells me it's not installed if it's the 32bit version.
I'm at a loss as to what to do. I think it has something to do with leftover gunk from a previous version I misinstalled(Is that even a word?) Anyway, the only thing that google could come up with was a solution for windows which laid blame on Bill Gates for having a bunch of pf (java prefetch) files stuffed into c:windows for no apparent reason. The solution was to delete them, but I can't seem to find the java prefetch folder in linux. The method I used is downloading the rpm from java.com the rpm2tgz then installpkg then cp libnpjp2.so to firefox plugins folder.
I have Ubuntu 9.10. The batter drained several days ago, and now when I attempt to boot I simply get a string of indecipherable error messages which last for about 5 minutes, and the screen then goes completely black. I am not able to even get to the login screen. Windows 7 Starter boots fine, so it's definitely a software issue. Any solutions short of completely reinstalling? I really don't want to lose all of my data.
I'm getting the following error which seems quite odd. Trying to change the server to my local country's update server results in the same error (with slightly different URL). I've also disabled any extra repositories I was using.Code:W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/maverick/ReleaseUnable to find expected entry extras/source/Sources in Meta-index file (malformed Release file?When trying to upgrade to Natty I get the same error, just for the natty path:Code:W:Failed to fetch http://archive.ubuntu.com/ubuntu/dists/natty/ReleaseUnable to find expected entry extras/source/Sources in Meta-index file (malformed Release file?)
I was trying to install a newer version of Firefox and thought I would just try to install the newer RPM for Fedora without doing anything else and this dialog message appeared. Could not do simulate: Can't install /home/kbs/Downloads/firefox-3.6.4-0.4.build6.fc13.remi.i586.rpm as no transaction
We have a server running suse 9. I had to do a reboot yesterday. the server dropped off the network, but did not reboot. It was attempting a connect, but I don't know why or to what. These are the lines that I saw on the screen:Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1) ))
I looked through my command history to verify I hadn't done anything stupid. The only thing I had done since my last zypper command was to install ngspice....WITH zypper.
Looks to me like libreadline.so.6 is corrupt.
Is there a way I can "update" or reinstall libreadline.so.6 with an uncorrupted version without bricking my OS? I looked into uninstalling libreadline.so.6 from Yast Software Manager (GUI) but it throws all kinds of warnings about how it can't complete operations and it will break links and such....so I'd like to avoid it unless a guru says otherwise.
Just ran into a problem involving mdadm, a disk which had been in a raid array, and an attempt to reformat. Basically, I went to reformat some partitions which had been in raid, and one of them threw the error andy@andy-desktop:~$ sudo mkfs.ext3 /dev/sdb5 mke2fs 1.41.11 (14-Mar-2010) /dev/sdb5 is apparently in use by the system; will not make a filesystem here! An attempt to umount revealed it was not mounted. lvdisplay and fuser did not reveal anything to me, so I just started looking around. I was graphically navigating /dev and noticed a /dev/md_d0 which did not look like /dev/md_d1 etc (it was missing a little arrow). I had not seen this notation before (my raid was md0), but figured it couldn't hurt to try stopping it.
andy@andy-desktop:~$ sudo mdadm --detail /dev/md_d0 mdadm: md device /dev/md_d0 does not appear to be active. andy@andy-desktop:~$ sudo mdadm --stop /dev/md_d0 mdadm: stopped /dev/md_d0
After this, the partition formatted fine! I saw a lot of instructions including zeroing the partition and removing a logical volume, but the above was the only thing which worked for me! Just posted it in case it helps someone else. I know I've not been terribly technical!
I have scenrio where i have to check first whether the files exists or not then count of records should not be equal to zero and file should be of current day not the previous day then only process my next task.There are three files totally.please let me know how to write script to achieve the same.
I have a rather strange issue I'm attempting to fix here. One of the servers I work with had a log file reach 2GB in size and stopped logging. The software which is logging to said file cannot be stopped or restarted and does not provide a way to rotate log files -- poor design, I know. So in my infinite wisdom (or stupidity, however you want to read that), I truncated the log file in place with:
Code: >vmsproxy.log When I realized the log file was not being appended to, I checked lsof output and it
I'm having a problem getting likewise to connect to a Windows 2008 R2 server on our network.
[code]....
Error: Lsass Error [code 0x00080047] 9502 (0x251E) DNS_ERROR_BAD_PACKET - A bad packet was received from a DNS server. Potentially the requested address does not exist. I have already read up on this a little bit. Both servers are within a minute of each other, so I am not concerned about server timing. I am not sure where to go from this point. Everything I have read seems to indicate that this should "just work".
I noticed that a bit after I had updated Ubuntu 10.04 through the Update Manager, I couldn't print at all! (I run ubuntu 10.04 on my laptop and have a networked HP Officejet 6110xi all-in-one printer connected to a comp running Windows XP home on the same LAN). Everything works when I boot up in windows vista, so the problem is definitely in Ubuntu.
First, I checked the printer jobs and it said that there was an error with a filter or something. Restarting the job didn't do squat, so I decided to try reinstalling my printer, but get the same CUPS error "error-client-not-possible" right after I click "Apply". I then Googled the issue but didn't find much of anything, so I thought I'd try reinstalling CUPS. No luck there either... Same error again and again.
I am having some problems uninstalling wubi. Its not in the uninstall programs or coming up and a boot option when i boot my computer anymore. So i went out and downloaded the newest version, and tried to install it. Cause i thought that it had been removed maybe by anti-virus or something. When i clicked on it to install it said i had a previous version that i had to uninstall. So i clicked OK. It started to uninstall and then i got an error message. I tried it again and got the some error message.
I have a directory called /data In this directory I have some files like abcejb.jar,12_ab_ejb.jar, shejb.jar, test I need a shell script like... 1st I want to check if there is any ejb file exists in the directory using some condition If ejb files exists I want to redirect the ejb files list to a file called list. Now I want to copy all the files in the list file to some remote system.
we have installed vignette software on the linux box and would like to uninstall it. To uninstall it we need to delete one file named vpd.properties. When we used locate vpd.properties, the file is found in 2 places. But when we used the ls -a in those locations the file is not seen. basically we want to remove that file. If we do rm vpd.properties, this also doesn't work. Also when we used find -H vpd.properties the file is not found. What is wrong here. I am sure the file vpd.properties will be added to file system as part of vignette. Can anyone suggest what could be wrong here.We logged in as root user to remove this file. Installation is done twice using root and vignette user ids. Thats why file is located in 2 places.
I have a script that runs each day at 6am and looks for files created within the last day and outputs the text to a file which it emailed to me. Im wanting to change it so that it would say something like "phone system backup complete" or "websense back complete" and say fail if its not there.
My dovecot installation crashes after sometime, normally within one day. If I restart the process manually it works again for sometime but eventually it crashes again.
Code:
root# service dovecot status dovecot dead but pid file exists
This is a follow-on to "samba write failure crashes linux". It has the dmesg output when the write failure occurs.The remote server is os/2 v4.50 fp3.The failure occurred in this instance attempting to write a file from the localhost to a samba-mounted resource on a remote host. The failure always happens when at least 3 MB have been transferred. Smaller files are not a problem.
Other cases: 1. Saving any email (thunderbird) attachments to the localhost, 2. Downloading anything to the localhost using Firefox.
The most notable aspect are the phrases "kernel BUG" and "invalid opcode".
I'm using OpenSUSE 11.4, trying to install to an iSCSI partition. I'm using gPXE to boot to my iSCSI volume. This works fine, and pulls up grub with my boot options. I think boot the openSUSE 11.4 entry, which kicks off the boot process. I see the steps for running DHCP on the interface, but when it gets to iscsiadm, there's an error logging in to the iSCSI target portal along the lines of "15 - already exists. After that things start to fall apart - I/O errors, mainly, and the system completely fails to boot. What's going on and what this already exists message means?