Slackware :: Du: Total Does Not Match Detail?
Jan 30, 2011
Kernel: 2.6.21.5, O.S.: GNU/Linux (Slackware 12.0).du (GNU coreutils) 6.9.Sort of a stupid question, maybe. But can you explain this?
Code:
root@foo:~# du -h
8.0K ./.links
[code]....
View 2 Replies
ADVERTISEMENT
May 21, 2011
I don't understand why, but my Slackware is totally crash after ~10min work. My guess is Nvidia is fault. Which logs I could see where the problem is? X (startx) work fine. My video card is: geforce 240. installed slackware 13.37 64 bit.
View 6 Replies
View Related
Jan 20, 2011
I'm running 13.1 on a Dell Latitude D630 with 4GB of RAM. My problem is that Slackware doesn't seem to see all of the available memory. Here are the #s being reported (just including pertinent #s rather than all output)...
Code:
free -m
total: 3546
[code]...
View 14 Replies
View Related
Nov 23, 2010
I have installed Slackware 13.1 without a problem and have a working wired ethernet connection. However I need to set up wireless but each time I try to do this using wicd I have a total system crash during the start up screens at the very last line before the welcome line appears.
Nothing works to resolve it, and I need to press and hold the start button and restart. I have checked the md5sum, installed the software again several times but the same happens each time which results in me having to reinstall.
I have installed wicd using slackpkg update, then slackpkg install wicd.
I have also tried downloading wicd from the slackware /extras folder and installing it on its own. Either way the same happens.
I have tried various manual approaches to setting up wireless following various links but again without success.
I now have a clean install again but am not wanting the same to happen.
Can anyone suggest what I might need to do?
I am using an intel Pentium 4, 2.53 ghz, 512Mb ram, GeForce4 MX 440.
View 13 Replies
View Related
Jan 5, 2010
I am using a AOC 19" LCD on a system with an on board Nvidia GeForce 4 MX and I cannot get X to start with 1280x1024, the max for the monitor.
Here is the sections for xorg.conf
It always defaults to 160x1200, which the monitor proclaims "Out of Range" and I have to in through Display Setings to set to 1280x1024. What do I need to put in xorg.conf to default to 1280x1024.
View 6 Replies
View Related
Aug 10, 2010
seemed to have buggered up installing netbeans on my slackware 13.0 machine. I got the source (the zip file), which i copied into the extracted slackbuild, then did a
Code:
./netbeans.SlackBuild
It all seemed to work fine, at the end it told me my package could be found in /tmp. So i went there and did a
Code: root@slackLap:/tmp# slackpkg install netbeans-6.8-i586-1_SBo.tgz
Looking for netbeans-6.8-i586-1_SBo.tgz in package list. Please wait... DONE
No packages match the pattern for install. Try: /usr/sbin/slackpkg reinstall|upgrade
ps i'm running 32bit slackware 13.0
View 3 Replies
View Related
Oct 21, 2010
I have the following query:
Code:
$sql="SELECT table1.datetime, table1.user_id, table2.ip, FROM table1,table2 WHERE id='$id' AND (table1.id = table2.id AND table1.datetime = table2.datetime)";
In table2 the datetime fields are about 1 to 2 seconds off due to the source of the data, which I cannot change.
Is it possible via a query match table1.datetime & table2.datetime by HH:MM (ie. to the minute instead of to the second)?
View 1 Replies
View Related
Apr 18, 2011
I want to check my system general log file by
Code:
It is not showing me detail.
View 18 Replies
View Related
Jun 5, 2009
I need to discover more detail error kernel panic in my linux box, some body know any way do dump in kernel Linux?
View 1 Replies
View Related
Apr 18, 2011
I want to check my system general log file by the following command.
PHP Code:
It just show me only these two lines Normally every day at morning I check all system general log files and some times it is too much long that I press space bar to go my prompt.
View 5 Replies
View Related
Oct 8, 2010
I have decided to jump from windows to Opensuse and experince more of an Linux world. Windows always stores its boot detail in MBR similarly for Linux too but i have learnt that in many different installation of Linux that we can store in the first part of the Partition but trying out i have always failed to start, since the MBR fails to identify it. I have also tried EasyBCD and adding the link to Grub as the first partition but that too it din't work.
Question 1: i hate to writing multiple times on my MBR.
Question 2 Also let say due to some reason if i have to reinstall my windows the GRUB get lost. How can i restore back.
View 9 Replies
View Related
Dec 22, 2010
I have two machines, both are centos 4.4 (one is a virtual machine, the other is not) they are treating file timestamps differently. Below is an example from each of the machines to demonstrate.
Code:
[behaving as expected]
-bash-3.00$ ls -1t --full-time
[code]...
View 2 Replies
View Related
May 16, 2010
finding UNIX networking commands in detail?
View 6 Replies
View Related
Mar 10, 2010
Normally to find out some info on a package we have installed on our system, i pop open a shell window and execute: yum info <packagename> and this returns a lot of useful info (in this example, lets consider GIT) about statistics on currently released packages:
Code:
Name : git
Arch : i386
Version : 1.5.5.6
Release : 4.el5
Size : 8.4 M
Repo : installed
Summary : Core git tools
obviously using a few commands at the shell is a little bit easier than this, but some users may be using software without ssh access enabled.
[Code].....
However, is there a way to do 'yum info' like commands via the web browser on packages that are released but that we haven't yet installed or updated to? Or even on packages in other repositories (RPMForge, CentOSPlus) without having to configure our version of YUM in include those repositories so we can query them? I guess in the debian-sphere, the way i used to do stuff like this was via their website. Like for git, i did:[URL]
View 3 Replies
View Related
Mar 29, 2010
My server is running Red Hat 4.1.2-44.I am having an issue with it hanging (website doesn't respond, can't connect via SSH (it's a remote server)) after 4am on every 3rd Sunday or so.A reboot is required to get the server responding again.I have checked every logfile I can find and found nothing that helps me. The thing I have noticed is that some of these log files start afresh after the reboot so my initial thoughts are that it is a logrotate issue or something similar.
The last activity I can find before the reboot (at 8:32) is in the logfile /var/log/cron:
Mar 28 04:22:01 crond[9356]: (root) CMD (run-parts /etc/cron.weekly)
Mar 29 08:32:39 crond[3884]: (CRON) STARTUP (V5.0)
[code]....
View 7 Replies
View Related
May 13, 2010
To get the kernel messages of new java process, i refer the details from /proc/<java pid>/stat and /proc/<java pid>/statm files. For some java processes, I didn't find any details in the /proc/<java pid>/statm file. It has only 7 number of 0s. But /proc/<java pid>/stat file has the details. And also this kind of process will have the life time of nearly 1 minute.
Kernel version using: Linux-2.6.18-8.1.8.el5 Is there any possibility of java process without the memory details in the /proc/<java pid>/statm file? If it is possible, how to know the memory related details of that processes?
View 1 Replies
View Related
Jan 4, 2010
I am going to parse the Cisco voip CDR(Call Detail Records), please tell me the field format of the CDR files.
View 1 Replies
View Related
Oct 31, 2010
What could be the cause of this?
Code:
I've deleted all the syslogs now, since it prevents me from using the system properly, and it seemed to keep expanding every time I freed space.
After deleting syslog entries:
Code:
Daemon.log seems to suggest it's an NTFS issue, as it's filled with copies of this entry(with different dates and times).
Code:
View 2 Replies
View Related
May 19, 2010
I have 10.04 installed full install on my computer Have been using ubuntu since 8.10 i want to take 10.04 off and reinstall windows7 how do i go about it ,i don't want to uninstall but 10.04 has been a total nightmare for me, programs that ran on 9/10 now no longer work on 10.04
View 2 Replies
View Related
Sep 23, 2010
I was just trying to get used to everything and I noticed something in the task bar that said you have updates that failed to install (or something along those lines). So I opted to install them manually with YAST2 and during the installation some of the files were failing to download, I was unsure what to do with these files (their was a ton of them, I had to actually sit at my pc for over an hour because I couldn't let it go through on it's own due to all the failing downloads and installs) and so I just decided to skip them, everything seemed to be going along normally. Then my computer froze, so I restarted and tried to boot into opensuse and it kept freezing, (I even went to my brothers house to play the xbox with him for a while) and no matter how long I waited for it wouldn't boot into opensuse. I tried the failsafe mode and it just kept coming up with an error (I probably should have written the error down, I wasn't really thinking about that at the time) and after about half a dozen tries, decided to reformat everything all over again.
So with these failing downloads in YAST2, what am I supposed to do with them? If I retry they just keep failing, so the only other options are abort and skip, am I supposed to skip them or is that what caused this to happen in the first place?
View 5 Replies
View Related
May 19, 2011
I just got in trouble with my internet company because my daily upload is too much.
Is there a way I can limit the total upload from my pc? I'm using Gentoo.
Is there a way to do this in Linux?
View 1 Replies
View Related
Jan 6, 2010
How can I get the total arguments in perl.To be more specific if I try to execute the command
Code:
perl -w myperl.pl ash ok kumar
I should be able to get all the command line arguments.
I know that @ARGV will store only the arguments passed but not the entire arguments.
View 14 Replies
View Related
Jun 16, 2011
I'm experiencing constant system freezes, and was wondering which log file to view in order to determine what is causing it. I switched over from linux mint as it was giving me the same issues now being experience on my debian setup.
When my system does freeze, the keyboard is unresponsive (caps lock won't even turn on) and I have to use the power button to get out of it. The only thing that does work is my wireless mouse which I can still move around.
View 14 Replies
View Related
May 27, 2010
Just installed fedora 13. Everything is great except for the total lack of sound. I'm trying to use the onboard audio. Motherboard is asus M4A89TD. In alsamixer all of my devices are turned on to max.
Code:
$ lspci | grep Audio
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) (rev 40)
05:00.1 Audio device: ATI Technologies Inc HD48x0 audio
Code:
$ lsmod
Module Size Used by
tcp_lp 2055 0
fuse 54749 4
ipt_MASQUERADE 2208 1
iptable_nat 5420 1
nf_nat 19059 2 ipt_MASQUERADE,iptable_nat .....
When I open pavucontrol, under output devices it lists 'HDA ATI HDMI Digital Stereo (HDMI)' and 'Internal Audio Analog Stereo'. I think the correct device needs to be the the ATI SB one, but is missing from the list.
View 14 Replies
View Related
Nov 14, 2010
Lets assume we have a 100mbps connection between two servers in same switch. then How much is the total throughput of the connection between servers. For example if I am downloading with 70mbps from other server , do I still have 100mbps upload BW available ? or 30mbps is available ? in other words for a 100mbps connection , the limit of download+upload is 100mbps ? or we have 100mbps download and 100mbps upload available ?
View 12 Replies
View Related
Feb 5, 2011
For various reasons I want to completely uninstall Suse 11.3, including the stuff in GRUB, and start again,without upsetting my other distro which is also in the GRUB options. This so I can do a fresh clean inatall when I'm ready.I know I could just reformat the relevant partitions, but I guess that doesn't deal with the GRUB issue?
View 3 Replies
View Related
Sep 20, 2011
I am analyzing memory usage on a Linux system. When I run vmstat -s, I see the following:
waffleman@waffle-iron:~$ vmstat -s
3549184 K total memory
3206708 K used memory
1918012 K active memory
1037320 K inactive memory
342476 K free memory
[Code]...
I know the system has 4096 MB of RAM installed, but why does it show only 3466 MB? Can this be interpreted as total "available" memory? Perhaps the missing 630 MB is being used by the kernel and cannot paged out?
I also tried this on on an Embedded Linux system and saw a similar result. The DRAM chip has 128 MB, but only 124 MB shows up in vmstat.
View 1 Replies
View Related
Jan 11, 2010
I have a toshiba A135 laptop that has been running an old old version of Ubuntu, mainly because I didn't have it set up to receive automatic updates. I decided to upgrade it (to version 8.10), and in the middle of the upgrade, it froze. I had no choice but to reboot the computer. Once I did, it would no longer boot. I tried booting in recovery mode and "fix" the broken packages, and that didn't fix it. When I boot the computer it prompts me to enter my username and password, and then it sits at the blank pink screen forever and doesn't advance on into the desktop.
The next thing I tried was booting from an ubuntu 9.10 disk in hopes that once I was inside the computer, I could at least back up some files that I didn't want to loose on an external hard drive - especially if I was going to end up having to reinstall.
I am able to get to the alternative boot source screen and select boot from cd. Then I select "trial run of ubuntu 9.10 and it just sits at a black screen with the cursor flashing forever. Now I'm at a loss. I would like to be able to at the very least get into my computer and save some files to my external drive but I can't seem to able to do it.
View 5 Replies
View Related
Apr 1, 2010
Sometimes I connect to the internet via a "wired" connection (interface usb0), sometimes via a dial-up connection (ppp0).
Stupid annoying arbitrary data transfer limits imposed by ISP make me want to keep a running total of data uploaded and downloaded, so I can keep an eye on this and hopefully avoid using up my allowance. program that will keep this running total for me, across all interfaces? Or maybe someone has a script that can do this?
View 2 Replies
View Related
May 27, 2010
I ran the upgrade from ubuntu 9.10 yesterday and it's now a mess. Is there something I can do to refloat this ship?
The file download stage seemed to be working OK: I was watching it when it only had three minutes left to go. I went away and came back a few minutes later and the screen had gone black. OK I thought, this must be all part of the plan, so I went away and came back over an hour later: still nothing. I decided, perhaps foolishly, to press the power button and boot it up.
Eek! Now I get the following errors:
mounting none on dev failed: no such device
chroot:cannot execute /etc/apparmor/initramfs: no such file or directory
Then the message Ubuntu 10.04 LTS cruncher tty1 and a login prompt. I can log in OK but don't know what to do next to recover the situation.
Rather alarmingly there is some activity on the system: lots of messages beginning with a number like [22.71309.
View 9 Replies
View Related