Software :: Debian Squeeze Wrong RAM Reading?

Jul 10, 2011

I'm running Debian 6 (squeeze) amd64 version and as I look on the total memory size, it only reads 3224184k but my machine actually has 4GB of RAM installed. What could be the issue?

View 6 Replies


ADVERTISEMENT

Debian :: Unstable Squeeze To Stable Squeeze?

Apr 10, 2011

I am still running the linux-image-2.6.32-5-686 kernel a computer with squeeze. I installed squeeze on it when it was unstable. I would like to bring up to the new stable state.Should I do apt-get install linux-image-2.6.32-5-686or should Iapt-get dist-upgrade

View 1 Replies View Related

General :: Why Is Reading A FILE Faster Than Reading A VARIABLE?

May 4, 2011

I don't understand the results of a simple performance test I ran using two basic scripts (running on a high end server):

perfVar.zsh :

#!/bin/zsh -f
MYVAR=`cat $1`
for i in {1..10}

[code]...

Performance test result:

> time ./perfVar.zsh BigTextFile > /dev/null
./perfVar.zsh FE > /dev/null 6.86s user 0.32s system 100% cpu 7.177 total
> time ./perfCat.zsh BigTextFile > /dev/null
./perfCat.zsh FE > /dev/null 0.01s user 0.10s system 91% cpu 0.118 total

I would have thought that accessing a VARIABLE was way faster than reading a FILE on the file system... Why this result ?Is there a way to optimize the perfCat.zsh script by reducing the number of accesses to the file system ?

View 3 Replies View Related

Ubuntu Networking :: Broadcom On 2.6.34 - Reinstall Error Code: Reading Package Lists ... Done Building Dependency Tree Reading State Information

May 20, 2010

i installed kernel 2.6.34 to fix my lid closing issue, and that went great. but now when i go to reinstall my broadcom i get this error. Code: Reading package lists... Done Building dependency tree Reading state information... Done bcmwl-kernel-source is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 1 not fully installed or removed. After this operation, 0B of additional disk space will be used. Setting up bcmwl-kernel-source (5.60.48.36+bdcom-0ubuntu3) ... Removing old bcmwl-5.60.48.36+bdcom DKMS files...

[Code].....

View 9 Replies View Related

Debian :: TAR - File Has Changed While Reading

Dec 17, 2010

I am using a backup system with cron + tar. Since the server is very busy, I get often the cron-email: "The file XYZ has changed while reading". This message is a bit annoying and I see it as critical point in my backup system. I believe that this file is then not in my backup. (Is that correct?) Let's imagine the hard disk dies and I have to recover the system and my personal data, and in the night the mysql-table XYZ was not in the backup, because it was in read-usage. I would then have lost this table forever. Is there any way to tell TAR, that it should force the file to be included (if in read-usage, then wait 2 seconds and try again)?

View 9 Replies View Related

Debian :: Reading From USB Keyboard Device?

May 1, 2010

I am running Debian off a CF on a SBC board (TS-7200). I am connecting via serial ttyAM0. It has a 2.4.26 Kernel running a Sarge distro of Debian.

I am using a terminal in windows to work on the device via serial. (Tera Term)

I am trying to read the input from a keyboard usb device. However, I want to eventually be able to read from any HID device. I currently have a Dell keyboard plugged into usb. lsusb gives:

Bus 001 Device 001: ID 0000:0000
Bus 001 Device 002: ID 413c:1003 Dell Computer Corp.
Bus 001 Device 003: ID 413c:2010 Dell Computer Corp.

[Code]....

View 1 Replies View Related

Debian :: Reading An External NTFS USB Drive?

Feb 1, 2010

I've installed libfuse2 and ntfs-3g. Now when I reboot, the drive shows up in fdisk. In Gnome File system, the folder shows up in /media as /media/Storage. I didn't issue the mount command, it went there automatically. In terminal, I can access Storage and read/write to files on it. BUT, if I double-click the folder in Gnome, I get a brief glimpse of all the folders in Storage, then they disappear and the drive unmounts. The desktop icon goes away, and I can't see it when I issue sudo fdisk -l. I can get it back with a reboot. I've tried an entry in /etc/fstab, but that makes no difference. I didn't find anything specific to address this on this forum or after Googling.

View 4 Replies View Related

Debian Multimedia :: KDE Reading Too Much From Network Drive

May 2, 2015

I have a server set up with Samba. On the desktop side I use KDE. I can clearly track intensive smbd activity, being the first on the iotop results page. Another thing is that after reading from the server's HDD, it seems to write on the desktop's SSD. It does this intermittently.I really want to know how can I stop this. It's very annoying and I bet I don't need it since, using previous versions of Debian, I could go well without this activity.

View 2 Replies View Related

Debian Hardware :: The Drive Isn't Reading Discs?

Jan 28, 2010

The drive isn't reading discs. Dmesg says PIO255(auto-tune) requested, PIO4 selected, UDMA33MHz.

An inexpensive drive with many failures noted on Google.

What command would I enter in grub following "ro quiet" to change the mode?

View 5 Replies View Related

Debian Installation :: Lenny Install Not Reading Media

May 5, 2010

I've installed Lenny a few times before, but something is going wrong here this time. I couldn't remember the exact method I used to put an image on a disc, but I tried over 10 ways, and every time, after starting up, it says something along the lines of please select different boot device or insert bootable disc and press a key. There's a bunch of options to make these images in Windows apps, but I did one solid way that should have worked i believe.

This was to zcat boot.img.gz > /dev/sdx and so on, then copy the mini.iso to the usb drive (instead of previously making cds). I thought maybe my cd drive wasnt working, but the usb drive, when selected as primary boot drive had same issue. I didnt see any errors in its creation on the usb drive either. Running AMD64, have three hard drives plugged in, thought maybe the newest drive had an issue, so I tried different combinations of unplugging power and data cords of each and once all hrd drives. Using this computer right now, actually, XP is running. A command prompt version of squeeze is installed, its having some difficulties, thats why i would like a new install.

View 3 Replies View Related

Debian Configuration :: Dropbox Install For Debian Squeeze From Source Code

Feb 19, 2011

how to install Dropbox for Debian Squeeze from source.Please read everything before you begin. I prepared it as I installed Dropbox for my own system. Please Note: I use sudo, you may have to use root or 'su' from the command line. If you don't know the difference between sudo and su, then you shouldn't try this until you know. At the time I did this, the lastest dropbox version was 0.6.7.

View 7 Replies View Related

Debian Multimedia :: Squeeze Compiling Dwm From Debian Source / Reality Check

Aug 18, 2011

Below is the recipe I've used to compile dwm from source on Squeeze

su
apt-get install devscripts debian-keyring
apt-get build-dep dwm
exit

It all seems to work, however debuild gave an error about secret keys. Is this a sensible procedure? What happens in the (probably unlikely) event there is another source patch?I've gone to a tiling window manager as the result of the purchase of a wide screen LCD monitor. I like to have some stuff down the right hand side when running Firefox and OpenOffice in the main panes. Any configuration tricks welcome. Modern screens are the wrong shape!

View 6 Replies View Related

Debian :: Upgrade Debian Stable Kernel From Squeeze Version?

May 26, 2010

I've just install debian squeeze version, or the testing one, but I am not really happy with it. Is not listening me all the time. If I install the debian stable I don't have internet connection. Is it possible to update the kernel somehow using the testing version?

View 12 Replies View Related

Debian :: Debian Squeeze / Gnome Icon Themes Don't Change

Feb 8, 2011

I installed Debian Squeeze with Gnome today. I'm unable to change from the default icon theme. I can change themes, but the icon theme remains default.Things I've tried:

- I've made a new user account.

- .gtkrc-2.0 in my home is auto-generated, .gtkrc.mine does not exist.

# -- THEME AUTO-WRITTEN DO NOT EDIT include "/usr/share/themes/Darklooks/gtk-2.0/gtkrc" include "/home/haunted/.gtkrc.mine"

# -- THEME AUTO-WRITTEN DO NOT EDIT

- I've tried installing a theme into my /home/.themes.

- I've reinstalled gnome-settings-daemon.

- Tried changing themes then doing a full reboot.

- Cursed it periodically.

View 2 Replies View Related

Debian Installation :: ISO Image For Installing Debian 5.06 On Squeeze Repo

Sep 18, 2010

I want to install Debian 5.06 64 bit on squeeze repo. Where can I find its netinstall ISO?

View 6 Replies View Related

Debian :: Installing Command Line Debian Squeeze System On Eee PC 701

May 29, 2011

I have been trying to install a command line Debian Squeeze system on n Eee PC 701., but have run into a number of problems:

1) All install info I can find assumes that the person wants to install a GUI system of some sort.
2) The Eee PC has a unique 2 MB. partition that needs to be preserved, so no guided install.
3) The Eee PC has an SSD instead of an HD. Most postings I have seen recommend an install without a swap partition, but the install (both live and text) seems to choke and despite a fresh formatting of the existing partition, claims to be overwriting existing files.
4) I can understand from the wiki that the Eee PC wireless driver (Atheros) should be included in Squeeze, but when the wireless connection and password is added, the installer claims that the password is not correct, despite me having checked it a number of times.

I hope someone can help me out. I just want to use the Eee PC for low resource stuff done on the cli like using a text based web browser to access the net through a wireless router and to hook it up to an external USB HD and to my stereo, to play my music collection.

View 14 Replies View Related

Debian Configuration :: Installed Firestarter Firewall On Debian Squeeze?

Apr 5, 2011

I installed Firestarter firewall on debian Squeeze.Now i note there is a gui available in System->Administration which apparently does not need to be running all the time - its not set up to start on boot.When I boot I notice the boot message has a line saying "Starting Firestarter firewall .... failed"When I am logged in and type "/etc/init.d/firestarter status" as the Firestarter FAQs say, I get"Firestarter is running... ... (warning)"I can run the gui manually and still same message.

View 2 Replies View Related

Debian Multimedia :: Customize Desktop Debian Squeeze Xfce?

May 11, 2011

I just a newbie.i want to try customize my desktop.i found a website shown linux desktop very greatfull, like this :but i don't know how to start it.any expert guys please let me know the guiding for me to start this.

View 1 Replies View Related

Debian Multimedia :: 'Startup Disk Creator' For Debian Squeeze?

Jun 14, 2011

Found this 'Startup Disk Creator' in Ubuntu,it is useful,how we get it install in Debian Squeeze? There's a Unetbootin for Debian,but it pull in lots of qt stuff,I don't like it.

View 2 Replies View Related

Debian Multimedia :: No Synaptic Package Manager In Debian Squeeze?

Aug 22, 2011

I have installed Debian Squeeze 6.0.2.1 amd64 from DVD-1.iso (4.4 GB) and I cannot install Synaptic Package Manager or Wine because they are not in the repos.

[Code]...

View 5 Replies View Related

Debian Hardware :: Debian Squeeze Memory Amount Incorrect?

Feb 23, 2011

Fresh install of Debian 6.0 (squeeze) and the memory shows 3.8 GB. I have 6 sticks of 2 gb on the board.

Pertinent dmesg lines: AMI BIOS detected: BIOS may corrupt low RAM, working around it.

3083MB HIGHMEM available.
883MB LOWMEM available.
Bios tests 12 gb of ram fine.

View 4 Replies View Related

Debian :: Radeon Xpress 200 Problem On Debian Squeeze - Kernel 2.6.30

Sep 18, 2009

After dist-upgrade a few days ago, X refuses to kick in.

Xorg.0.log reads

Code:

Fatal server error:

no screens found

Please consult the The X.Org Foundation support at http://wiki.x.org

Please also check the log file at "/var/log/Xorg.0.log" for additional information. lshw reads that Xpress 200M is claimed by radeonfb driver.

At this moment, no fglrx packages are installed.

System is Toshiba laptop.

I do not think ATI dropped support, however, even without fglrx, nothing works.

View 7 Replies View Related

Debian :: Installing Latest Nvidia Driver On Debian Squeeze ?

Nov 9, 2010

I installed Debian Squeeze with no issues. I went to install latest Nvidia driver as done previously with Lenny. Used instructions that worked on lenny from "the trooper" [url]

Downloaded th latest driver for my GeForce 7300 GS vidio card, driver package NVIDIA-Linux-x86-260.19.12.run

Used "method # 2 as described in HOW TO,as it worked perfectly in the past on Lenny. Only syntax I changed was instead of gdm I typed gdm3 as it appears that is the new name for gnome in Squeeze.

Did as folows:

Now the trouble showed up, Unfortunatly I can only go off my memory. A question was asked stating that something did not match, it needed a 3 and the driver had a 4 version or somethng of this sort. then it asked if I new what I was doing (and I lied) and selected yes. And whammo, it didn't work. (This question was asked when i did in Lenny and it is working perfectly still on that system). I now can not boot to GUI, I notice when system boots it starts in "S" mode although I select normal boot from grub2.

Not too bad if I got to reinstall as little is on the system. I just want to know what I am missing on the instalation deal or should I be going about this difrently with Squeeze.

View 14 Replies View Related

Debian Installation :: Debian Squeeze On The Dell Mini 9?

May 22, 2010

This topic began in the Debian Development forum here I have successfully completed both the install and the after installation configuration. I have a fully functional system on this little baby, inspite of the fact that wireless (Broadcom bcm4312), ethernet (Realtek) and sound were initially broken.

There is a lot of assistance out there on the web. In the previous thread, I was having trouble installing any debian on a usb stick. The issues that needed resolving were 1. Bad stick

2. Incompatible kernels between boot.img and .iso

3. The method of copying .iso to the stick that finally worked was wget My first successful usb install was Lenny. Even though I upgraded the stock system with lenny-backports, I could not get wireless, ethernet or sound working the only connection I could get to the internet was through my 3g stick and that was not performing up to it's capability. I manually configured wvdial to get that working.

I attempted an upgrade to squeeze several times and each time the upgrade trashed the system. I finally found squeeze boot.img and .iso files from an eee pc blog. This allowed a fresh install of Squeeze and I was making progress. The little atom processor would not handle the b43-fwcutter driver, so I compiled one from the Broadcom site written especially for the atom processor. Now I had cable broadband supplied wireless. I got my ethernet working with help from the Gnome site technical specs on Network Manager. Simply changing ifupdown=false to ifupdown=true in the network manager config file.

Sound was activated by help from a blog entitled "Debian on the Dell Mini 9" My head is spinning now or I would be more specific and instructive on all I did to get this baby up and running. If anyone asks, I may do a how-to.

PS: Posted from that Dell Mini 9 running Debian Squeeze.

EDITED: Correction of typing errors.

View 6 Replies View Related

Debian Installation ::Can Only Get To Command Prompt With Debian Squeeze

Feb 10, 2011

Debian Lenny worked just great. That was my first experience of Debian. The installer recognised all my hardware and the system was soon up and running brilliantly with a few tweaks. Confident of Debian's reliability, I decided to move to Debian 6 and did a fresh install, with downloads of the new operating system rather than a distribution upgrade. The installation routines have not worked for the same computer system. I don't know if its hardware not being recognised by Debian 6 that were recognised without a problem by Debian 5??

At first, the boot-up flipped at "Waiting for /dev to be fully populated," there was a kernal panic then Debian disappeared. No signal was sent to the monitor and I had to switch off the computer manually
I was able to look into the Debian 6 OS from Arch Linux, installed on different partitions of the same hard-drive. I am able to overwrite the Debian files as root from Arch.
My i686 machine has PATA IDE drives.

Why are 2) dbus and the 3) avahi-demon failing? I need to get them started first so that I can get an internet connection and try and correct the problem with X and the wrong Nvidia driver. Is there some configuration I can do either from Arch, where I am now, or the bash prompt on Debian? Thanks in advance.

View 14 Replies View Related

Debian Multimedia :: Install VGA Driver On Debian Squeeze

May 22, 2010

I want to install VGA driver on debian squeeze. my VGA is "Intel Corporation 82G33/G31 Express Integrated Graphics Controller".I do not know which driver I must install for this VGA.Does Linux recognize related driver ?

View 3 Replies View Related

Debian :: Wrong Path When Trying To Run File

Oct 20, 2010

I try to run a file in a directory different that i am on now, and it tries to run it in my current dir, what can be the problem example: I try to run: /usr/bin/php /var/www/mydir/file.php and i get this error: The file /var/log/var/www/mydir/data/file.txt is not exists this file.txt is called from the script i try to run. I guess it might be something needed to be changed regarding to path settings, but really no idea if i am right and what i should do.

View 3 Replies View Related

Debian :: Connecting To Wrong AP On Boot?

Aug 17, 2011

Squeeze with lxde. Using network-manager-gnome to manage wifi. I have to disconnect from a nearby unprotected AP to connect to my WPA2 AP. It has stored the pw for my AP; I don't have to type it in when I connect, but it always wants to hit the unprotected Motorola AP by default.

View 4 Replies View Related

Debian :: Grub 2 Autoconfiguring For The Wrong Partition

Jul 24, 2010

A while ago I moved partitions from sda1 to sda6 because the original partition wasnt big enough. So when I update grub (now grub 2) it resets everything to sda1 and I've no idea how its doing it. Does anyone know where grub 2 gets the default partition from or does it just select sda1 automatically?

View 3 Replies View Related

Debian Hardware :: Wrong Frequency After Overclocking

Jul 22, 2011

I have a problem with CPU frequency at overclocking.Normally the processor is clocked at 2.7 GHz (13.5x200), Debian detects it correctly. When I overclock it (in the BIOS of course) to 3.3 (11x300), BIOS at booting shows everything correctly.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved