Ubuntu :: How To Interpret FDisk And DF (Seems Conflicting)
Apr 25, 2011
It looks like I have one hard drive (30 GB) with three partitions, but df says my primary partition is under 9 GB? Shouldn't it be much larger?
Code:
$ sudo fdisk -l
Disk /dev/sda: 30.0 GB, 30020272128 bytes
255 heads, 63 sectors/track, 3649 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0004b8d0 .....
View 4 Replies
ADVERTISEMENT
Oct 6, 2010
I've got rkhunter installed and regularly do scans immediately before & after updates & if I get warnings about 'file property updates' after the update I use 'rkhunter --propupd' to give me a clean run.I'm about to setup a ubuntu computer for my nan, I want to enable automatic security updates so she doesn't have to do anything to keep her system secure. I was planning on running rkhunter when I go to her house (about once a month) and check the dates in the resulting rkhunter.log warnings with those in the var/log/apt/history.log to see if legitimate updates caused any rkhunter warnings. I've noticed though that the 'Current file modifiation time:' in the rkhunter.log warnings are incorrect.
My system seems to be about 15 days behind the actual date, I've now run rkhunter --propupd so I have no warnings but got this one off another forum post to show what I mean:
Current file modification time: 1283341157 (01-Sep-2010 06:39:17)
I believe that the '1283341157' is the time in some strange format and the date in brackets is what rkhunter thinks it might be in human format.
1) How to interpret the 'strange date format' (1283341157 in the line above)?
2) If there's a way of configuring the date in rkhunter so that they're correct in rkhunter.log?
3) If there's a better way of keeping her system up-to-date & secure, it's her first computer & she's 86 so I think setting up automatic security updates is the way to go, it'll be one less thing to overwhelm her!
View 2 Replies
View Related
Jan 21, 2011
Ah, this time you've really screwed it up without covering you traces: F14 does not interpret correctly my (possibly botched up) ACPI tables and HANGS!!! With acpi=off I have to press the power button to switch my desktop off and that is really ANNOYING. Surely the Fedora engineers could have done a better job with this one.
View 14 Replies
View Related
Mar 21, 2011
i am getting the following errors when i was using iNSPect
[root@localhost iNSpect_4_beta_3]# ./iNSpect -c out.conf -l2 out4.tr
WARNING: packetString in config file not set. Using default of " ".
WARNING: simulationSpeedAtInit in config file not set. Using default of ".01".
WARNING: simulationSpeedMinimum in config file not set. Using default of ".005".
[code].....
View 5 Replies
View Related
Aug 2, 2010
I am using Linux as my OS and using TOP command to measure the system performance. From the readings using the TOP, I have observed the following
(1) The used memory increase significantly from 7% to 99% over sometimes? Is there a sign of memory leak? Does OS play a part in used memory? Will system performance be affected? Will system crash due to 99% used memory?
(2) What is the difference between Memory Buffers and Cached?
(3) From the readings, it was observed that Buffers readings decrease, whereas Cached readings increase over time.
(5) Should TOP be used to take readings for system performance (memory & CPU usage)? What is the recommended method to take readings?
Whereas, my applications only consume a bit of memory and CPU.
View 2 Replies
View Related
Feb 25, 2010
I recently bought a Lexmark Interpret S405 printer, and the box says that it's compatible with ubuntu. I downloaded the lexmark-inkjet-09-driver-1.0-1.i386.rpm.sh, which begins installation but gives the error message The installer package is not supported by your native packaging system. The installer will exit. I also downloaded the Linux_S305_E.sh, which doesn't even begin installation. PLEASE HELP, I have two brand new Lexmark printers, (the other being an X5630) and they both refuse to install or i just have no idea how to install them.
View 9 Replies
View Related
Feb 14, 2010
I have a number of errors captured by SELinux against NetworkManager - text of one of those is below. I'm not really sure how to interpret it
[code]...
View 1 Replies
View Related
Feb 18, 2010
I access a linux server shell via putty, but many of the keys I use do not translate across, up, down, left and right all are seen as ^[[A, ^[[B, ^[[D and ^[[C; But so is C-up, C-down, C-left and C-right. And enter is seen as C-j (which move down to the next line), and backspace is seen as C-h, which is backwards delete.
How can I stop these keys being translated into other keys (so I can, for example, configure C-h and backspace to perform two different functions) and what's doing this translation (Putty, the kernel, the shell)?
View 4 Replies
View Related
Apr 18, 2010
I just ran the port scanner from the Network Tools utility a few times within a few minutes (see screenshots). How can there be different ports open each time? I know that port 631 is for CUPS, but what about the other ones? Could someone help me understand what is going on, or at least point me in the direction of some good information?
View 8 Replies
View Related
Jul 8, 2009
I used to configure and run PHP script in Redhat Linux System for a long time ago. Now I forgot almost everything in Linux. I downloaded and install Fedora 11 Live CD. Start httpd service(Appache). It does work with html but not PHP script. And I can't remember how to configure the system to interpret PHP script.
View 13 Replies
View Related
Oct 13, 2010
I'm having trouble with a bash script. I have something like this:export VAR=`command`The problem is that "command" can return this: "** NONE **". bash will then replace each of the * by the list of files in the current directory.I want the output to be uninterpreted (i.e. VAR should contain "** NONE **", not "list of files list of files NONE list of files list of files"). It shouldn't be hard but I am unable to figure it out, and I'm not sure how to phrase the problem,
View 1 Replies
View Related
May 19, 2011
I've got a system that is maxing out CPU. Running "mpstat -P ALL 3 5" shows the following.
Quote:
08:30:21 PM CPU %user %nice %sys %iowait %irq %soft %steal %idle intr/s
08:30:24 PM all 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 1001.00
08:30:24 PM 0 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 1001.00
[code]....
All 5 groups show the same. My first question is why would CPU0 be the only one with intr/s and the others do not? Info.The OS is RHEL 5.4 running as a VM on ESXi 4.1. Memory doesn't appear to be an issue, the system has 8 GB and its only using about 1.5 GB. Second question, I'm positive the process that is the problem is the tomcat process. Does anyone know a good way to see whats happening with a specific process?
View 6 Replies
View Related
Jul 9, 2011
GNU assembler 2.17 And without having to prefix them. I'm skimming through as info page and can't find any pseudo operator or assembler directive of this type. E.g. 74 would be a decimal number. But I want it to be hexa 74 without the need to write 0x74.
NOTE: as is the GNU assembler.
EDIT: Google led me to discover this:
Quote:
If you write numbers without an explicit indication of the base, the most recent `.RADIX S' command determines how they are interpreted. However, on the one hand, it says the most recent and, on the other one, it applies to GASP, the GNU assembler preprocessor. IDK if it is the same as as (the GNU assembler).
View 2 Replies
View Related
Jan 26, 2010
To reeanable CTRL-ALT-BKSP (since 11.2), you use:
setxkbmap -option terminate:ctrl_alt_bksp
It works. However if you map keys with xmodmap, it's gone. In whatever order you use them, setxkbmap and xmodmap are always conflicting. Running xmodmap immediately disables CTRL-ALT-BKSP, while running setxbbmap reverses key mappings to their default.
View 3 Replies
View Related
Mar 13, 2010
I am trying to reinstall flash as i had some troubles with flash videos and compiz. I completely removed flashplugin-installer from synaptic but when i then try to reinstall flash from synaptic i get the error showing in the screenshot. I have tried removing all flashplugin-installer related files but to no avail.
View 4 Replies
View Related
Aug 26, 2010
I think firefox vimperator is great, but unlike google chrome it completely overrides all general shortcuts, copying, pasting,s elect all. does anyone know how to restore these?
View 1 Replies
View Related
May 31, 2011
I don't mean that it prevents me from using it, on the contrary, it changes all of the text boxes to the same color, making it hard if it's not a conflicting color. I want to install dark themes such as Cobra and Aero-ion but they conflict with Firefox, and I don't want to use Chromium. Do I have to stick with basic and default themes if I want to customize or switch to Google Chromium? Can someone point out a website that, well, has ones compatible with Firefox 4?
View 1 Replies
View Related
Sep 1, 2010
I am in a production environment where ip addresses are configured in dchp but when I changes the ip address (public or private ip) of any one system then after restarting the network service it gives the message that the ip is used by any other host in the network.
View 4 Replies
View Related
May 29, 2010
This happens under slackware 13.1 32 bit and 64 bit. If scim-bridge is running, firefox will freeze the whole XWindows, especially when a pop-up window appears within firefox. Replacing scim with fcitx (Chinese only) input method solveed this problem. This annoyed me for quite a period even when I was using slackware-current because I did not know what caused firefox to behave strangely. Why no one reported this problem? I think no one uses scim and firefox at the same time here.
View 6 Replies
View Related
Jul 20, 2011
I have Fedora14. I have added virtualbox repository. On going through virtualbox.org site, I learned that virtualbox-4.1 released. I tired to update by yum update on 19.0.2011. No new package. I tried to download it from virtualbox.org (VirtualBox-4.1 Fedora14-i386). It failed on 19.0.2011 giving message that link is not operational. Today i.e. on 20.07.2011, I tired once again yum update. No new package. I tried to download from virtualbox.org. download succeed but it did not installed giving error message regarding conflicting files. Till not in repository?
View 5 Replies
View Related
Apr 20, 2010
I created an rpm that attempts to install the file /etc/rsyslog.conf (which on my system is already installed and owned by the rsyslog package). When I install this through rpm, I get the appropriate error. However, when I install the rpm through zypper, I get no complaints, and in the end two packages end up owning the file.
Is this the expected behavior? Does zypper force install rpms despite errors? I looked through all the config files, but couldn't find any setting dealing with this case. Is this something that is controlled by a config somewhere? I'm running openSUSE 11.2-0
Code:
linux:/usr/src/packages/RPMS/x86_64 # rpm -i testfile-2.0.1-0.x86_64.rpm
file /etc/rsyslog.conf from install of testfile-2.0.1-0.x86_64 conflicts with file from package rsyslog-4.4.1-3.1.x86_64
[code].....
View 4 Replies
View Related
Feb 24, 2011
#define TRIP 6
#include <stdio.h>
char error_area(char area_code, char S, char M, char L,char N,char P, char K, char R, char
[code].....
View 2 Replies
View Related
Mar 15, 2010
I installed the Eclipse IDE using Ubuntu packages. (Version 3.5.1. Package name:eclipse).A few days back, version 3.5.2 was released. I would like to update, so I added the following websites to the list of available ones:
[URL]
I then tried with Check for Updates. While on my Mac installation this results in an update to 3.5.2, on Ubuntu the program says there is nothing to update.If I try to install manually, choosing Install New Software and the then selecting the Eclipse Platform 3.5.2, I get the following error:
Cannot complete the install because of a conflicting dependency.
Software being installed: Eclipse Platform 3.5.2.M20100211-1343 (org.eclipse.platform.ide 3.5.2.M20100211-1343)
Software currently installed: Eclipse Platform 3.5.1 (Eclipse Platform 3.5.1)
Only one of the following can be installed at once:
[code]....
it is possible to update the packaged verison of Eclipse or if I should install the binary from the website?
View 3 Replies
View Related
Mar 28, 2010
I open up Synaptic Package Manager, I get the dialogue, "You have 1 broken package, use the Broken Filter to locate it." So I do, and I find flashplugin-nonfree. So I try to reinstall it, and the two packages that are installed are flashplugin-nonfree and flashpluin-installer. However, I always get this error message:
[code]...
how I can fix it? I know it has SOMETHING to do with conflicting packages
View 4 Replies
View Related
Jan 9, 2010
I ve got Eeebuntu 3.0 installed on one partition, and Fedora 12 installed on another, sharing the same /home partition, and within that, I have them sharing the same user folder. It complicates matters as Eeebuntu (with it's Ubuntu 9.04 base) still has Firefox 3.0.16, and Fedora has 3.5.6 (Adblock no longer works in Eeebuntu, I stupidly upgraded it in Fedora). I want to keep the same partition layout, but resolve these conflicts. Is there any way I can change the /home folder for Fedora, or Eeebuntu so that each one has different settings, but still be on the same /home partition?
View 3 Replies
View Related
Aug 9, 2011
Until some time ago I had a dual Windows 7 and Fedora operating system, then I completely moved to Fedora. Recently I have become interested in Scientific Linux and wanted to install it besides my Fedora. I took a back up of all my data and formatted my HDD for a clean install of both of them. This is what I did:
First I installed Scientific Linux with these partitions (contents of /etc/fstab):
[Code]...
Then I went on to install Fedora 15; I kept the same primary and extended partitions but only changed the names of "/FedoraRoot" to "/" and "/" to "/SLRoot" in the above list while installing Fedora. I also chose the boot directory of Fedora to be /dev/sda1/ which I wanted to be the /boot file for both systems while I had chosen the boot file for Scientific Linux to be "/dev/sda".
Everything went well until the final step of copying the files an error came that some of files that Fedora wanted to install in /usr/share, /usr/lib64, /usr/bin, /etc/system..., /etc/issue..., /etc/redhat-release... and /etc/rpm are already present in the Scientific Linux format and so there is a conflict and it has to terminate!!! I must have made some strange mistakes in the definitions
View 2 Replies
View Related
Aug 4, 2011
I've been using Fedora 15 LXDE for a few weeks (its been great), and decided to install the ati proprietary drivers (I used the tutorial in one of the general strickies). As soon as I rebooted, I now get the following message:
Code:
Started SYSV: Late init script for live image... ATI external events daemon. into universal adresses I can type stuff using the cursor, but it doesn't do anything. I've tried adding 'runlevel 3' to the boot options in Grub to try and prevent fglrx conflicting with Xorg but it doesn't seem to work, unless I'm doing something wrong.
View 1 Replies
View Related
Mar 11, 2010
I am trying to install gcc in RHEL 5.4
These is the output:
I can not install the glbic-common file cause it give me a conflicting error (the package is already install but it is somehow not recognize by the system)
View 1 Replies
View Related
Jun 15, 2011
I'm trying to compile a main.c file that contains a while statement. Embedded in the while statement are functions that are being called. After the while statement, I have 2 more functions being called, one to find the average(getaverage), and one to print the results (printstuff). I also used a header file (my.h) that contains all of the needed #define and #include, along with each of the void function() statements.
There isn't any problems with the while statement/ the functions in while, but when I try and compile main.c I get the following errors:
main.c error: conflicting types for 'getaverage'
my.h error: previous declaration of 'getaverage'
and then the same thing for 'printstuff'
View 3 Replies
View Related
Jun 17, 2011
I'm trying to install a program (MOPAC2007) from the source code which is a 32-bit program, but I get the following errors:
[code]...
I have installed the 32-bit libraries (gcc-gfortran.i686, glib.i686, libstdc++.i686).
View 1 Replies
View Related