I am attempting to install a small rpm that will give command line access to an integrated array controller on my system so that I can add more local disk. When attempting to apply the package I am receiving an error indicating that there is not enough space available on the filesystem. I have expanded the filesystem several times today in order to try and resolve this issue and also moved ~1.5G of files to another filesystem but I am still receiving the error.
Code:
[root@frenzy1a.mgmt.qa:~]# rpm -ivh /tmp/hpacucli-8.35-7.0.noarch.rpm
Preparing... ########################################### [100%]
installing package hpacucli-8.35-7.0.i386 needs 18MB on the /opt filesystem
[root@frenzy1a.mgmt.qa:~]#
[code]....
I have rebooted the server a couple of times and ran fsck as well.
I have a backup drive formatted ext4 which got filled to no space left, so I deleted some files and folders to make space on it , emptied the trash, files and folders are gone , but it stll says I got no drive space left on it and cant copy a file to it because it thinks its full lol I freed up like 15gb of space on it , have rebooted several times ..
Today morning I logged on to one of our servers (through ssh -X) to perform a routine maintenance. When I tried to open a GUI application, it failed to connect to the X server of the workstation. Eventually I ended up issuing the command
Code:
df -h /
and shockingly it showed that / is 100% used. I checked / using
Code:
du --max-depth=1 -xh /
to check the sizes of the individual directories, which showed that only about 18% of the / is used and that confused me badly. There was no quick solutions when I googled around; but luckily I found the following link which nicely explained the issue I had:
[URL]
All I did was found out the services responsible for those unreleased files (using lsof +L1) and restarted them. That is it. Now df reports only 18% of the disk is used and all my X things started working again, thanks to Walker.
SERVER INFO:[root@bml pts]# uname -aLinux bml.xxx.co.uk 2.4.18-6mdk #1 Fri Mar 15 02:59:08 CET 2002 i686 unknownCan someone explain exactly how 'who' builds its user list?I have a problem where it's listing a user on my server, but I can not kill them.
# [root@bml pts]# who | sort ... simons pts/52 Nov 2 12:33 (derby1)
I am trying to run a simple piece of code but is failing on the count of the ping. I want it to report only 1 ping to my remote server and if no ping then error with a message or else the rest of the code will proceed.
Its basically telling me that my rmt server is alive and ready to take connections etc etc.
My Fedora Core 8 server came with OpenSSH Server 4.7p1 installed. I could not find a YUM package or RPM for 5.2p1, so I installed it manually and rebooted. Now if I do a version check with "sshd -v", it reports it's version as "OpenSSH_5.2p1", but if I connect with Putty, it reports "SSH-2.0-OpenSSH_4.7". Do I have two versions of OpenSSH running or what's going on?
was prompted to dl some updates after a fresh install but it was only partially successful, and whenrebooted, the screen froze with the mssge:Cannot open Konsolekit sessionPermission of the setup uid in not correct.
I am a bit worried about my linux vserver box. No more memory is left. To investigate this issue, i was looking at "top". But it deeply confuses me. It seems that no more memory is left, altough the process list in top never adds up to 100%
I want to boot into a new kernel like 2.6.34 over the default 2.6.18 RH/centos kernel. i know you cant copy the .config file and use it since there are so many changes so what is the best way to compile the kernel and get the right settings?
Question: "where/how can I look for the correct repository to install X application?, let say I want to install synaptic, or google chrome or X, I know I need the right repositories added to my sources.list.. but what are the right repositories?, is there a "repository finder" or someting like that?
I have been trying to download the CentOS 5.5 DVDs. I have tried the ftp mirror and the http mirror and do not come up with the same checksum as is displayed. I am getting the following. I get the following sums:
After adding what I thought were the correct entries in /etc/sudoers so I'd be able to run commands without needing to sudo them, I keep having to. My sudoers file entries look like this:
Code: ## Allow root to run any commands anywhere root ALL=(ALL) ALL user_me ALL=(ALL) ALL
## Allows people in group wheel to run all commands %wheel ALL=(ALL) ALL user_me ALL=(ALL) ALL
## Same thing without a password %wheel ALL=(ALL) NOPASSWD: ALL user_me ALL=(ALL) NOPASSWD: ALL
I have also confirmed that I'm a member of the wheel group in /etc/group: Code: wheel:x:10:root,user_me And yet, I still have to sudo to do pretty much anything.
I have installed Kubuntu Lucid x86 10.4 LTS for the first time. Has anyone got a link that explains how KPackageKit gets the IP address of the repositories? I can install packages using sudo apt-get install xxx OK . KpackageKit tells me I have updates from the repositories. I can select them all and apply , but I get an error that it can't find the repository under a 192.168.100.129:8080 address . Which is not a surprise . I am using mirror.optus.net as a repository and can ping it fine on the command line. So is there somewhere else that KPackageKit maps IP addreses ? I have tried another mirror mirror.aarnet.edu.au and got similar results. My local sub-net is not 192.168.100 and have tried setting fixed IP on the local sub-net and different DHCP addresses and still the same error.
About three weeks ago I bought a new PC and installed Debian Squeeze. I have a Samsung SyncMaster 2494hs monitor connected to it. Until about an hour ago the monitor resolution was 1920x1080 and there were no problems. Anytime I clicked on system -> preferences -> monitors, the monitor preferences displayed the monitor name (Samsung whatever) as well as the resolution (1920x1080). An hour ago I did my normal daily upgrade via synaptic (synaptic -> mark all upgrades -> apply). When the upgrade were finished, the system indicated that a restart was required, so I restarted.
After the reboot, my monitor's resolution is set at 1152x864. System -> preferences -> monitors shows the monitor name as unknown and the max resolution available is 1360x768. Xrandr shows the max available resolution as 1360x1360, which is obviously wrong. According to discover I have an ATI graphics card. I've also run ddcprobebut that outputs about 15 lines and then stops with edidfail. I do not have an xorg.conf on my system or, if I do have one, it is not in /etc/X11.
Using a python script, I am gathering various info about all the ethernet adapters installed. For this I am parsing all the directories(each directory represent a ethernet adapter) inside"/sys/class/net/" directory.Is this is the correct place and de-facto standard for listing ethernet adapters?I am concerned about modern distros as well as a bit older ones for the presence of this directory.
I ssh into a ubuntu box with username "ubuntu" and I can become root without entering a password via "sudo su". How can I scp files onto this box using the ubuntu@ username? It does not allow me to do so using root@. The error is:scp: /etc/: Permission denied.
When I try wget URL... I get failed: connection timed out.I have created br0 as a bridge over eth0 to run this VM. The host has this IP 172.30.8.135.The host has access to internet through eth0 and this is the output of route inside the host.
I've been trying to identify all files on my cut-down version of Damn Small which contain the text string "User Agent:" in them. Because it's only 120Mb in its entirety, I'm quite happy to have grep search the whole system. I'm using this command, but it just generates errors as you can see:
I am hoping someone out there is an avid dungeons and dragons player who possibly uses maptool. I am having issues getting connected to a server. I can't even join a server. This is making me barking mad. Everything else seems to work great. I can surf the net, email, everything but get maptool to recognize my correct IP.
I have tried all the ways possible by changing settings in BIOS, changed the ROM, even the hard disk but nothing worked to install red hat 5 in my system. I tried to install in my laptop and it was done but not in my desktop. I m using HP dc7900 convertible minitower.
Is this seriously the ONLY way to report a bug? I can't just fill out a form somewhere without running software to do it? When I try to do it the way explained in the guide, it tells me that I'm using a stable version of Xubuntu, and that only people running dev versions (like 11.10) can report bugs.This seems absurd. Are they saying that all stable releases are perfect in every way? Surely one must be able to report a bug for them...
I removed an ntfs partition I had in my HD and then resized my home partition with gparted to occupy all the available space. The resulting partition is supposed to be 129GB, and gparted/partition magic see that size. But the system does not, and all tools report the old partition size and the same free space I had before resizing.
what is the correct process for updating an application installed via the './configure, make, make install' sequence?For example, I have an app checked out via a git repository, on which I run the 'make install' on to install. Then a few days later I run a git pull to update to the latest release, do I just run the same sequence again or should I 'make uninstall' first?
When I install some packages Yum seems to behave correctly until the the very end when it gives the error: xxx-package was supposed to be installed but is not! I am lookng for any advice which might solve the issue. Below is an example of the yum output.