Ubuntu Installation :: /proc/sys/vm/vdso_enabled Missing On 10.04 LTS?
Feb 25, 2011
I have a rather ancient build environment where I switch into using chroot. The script looks like this:
Code:
echo 0 > /proc/sys/vm/vdso_enabled
echo 4096 > /proc/sys/vm/mmap_min_addr
chroot `pwd` /usr/bin/env -i
HOME=/root TERM="$TERM" PS1='[CR]u:w$ '
[Code]....
View 1 Replies
ADVERTISEMENT
Jul 6, 2010
I've got the F13 LiveCD that I was able to boot and use using the "nomodeset" boot option. From the desktop I'm trying to perform an Install to Hard Drive. I've read the Install from LiveCD post regarding the creation of a /boot partition and a / root partition. I've tried creating them without the LVM group and with. But every time I appempt to install I get...
An error occurred mounting device proc as /proc: mount failed: (9, None). This is a fatal error and the install cannot continue.
Hardware is a Sager 8887 (P4, 3.06HT, 60GB HDD, Radeon 9000 graphics adapter)
View 7 Replies
View Related
Jan 6, 2010
Only lately I notice that my CentOS 5.2
(Linux centos52-64-fuj 2.6.18-92.el5 #1 SMP Tue Jun 10 18:51:06 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux)
does not detect a second core according to /proc/cpuinfo
Quote:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 15
[Code]....
View 10 Replies
View Related
Jan 5, 2011
new user and have had a crash boot up and get the following: missing modules (cat/proc/madules;is/dev) Alert! /dev/disk/by-uuid/13bf007d-3bab-48et-b91a-babe68ab3223 does not exist
View 9 Replies
View Related
Dec 1, 2014
I have an asus pc, and its network hardware is not recognized by debian, the drivers are not even in the list provided during the installation process. I managed to download them from another pc, but if i try to make them and install them, i'm stucked because Make is not installed on debian (nor is sudo).So i need a connection to install the drivers that provide me a co0nnections..
View 4 Replies
View Related
Dec 18, 2010
I am trying to use eciadsl in ubuntu 10.10 in order to connect my Prolink H9601 USB ADSL modem(Conexant based) to the internet.eciadsl worked to some extent in ubuntu 9.10 but in ubuntu 10.10 it returns [EciAdsl 1/5] Setting up USB support...
I presume this is because ubuntu 10.10 does not mount USB device filesytem (usbfs) in /proc/bus/usb folder and i can't manually create this folder therefore making it impossible to mount usbfs manually into this folder.
View 3 Replies
View Related
Oct 28, 2010
I want to know how much time the computer is performing IO read/write during a time interval, so that i can compute the percentage of time spending on IO. I look at /proc/diskstats, and notice that there are these fields:
Field 1 -- # of reads issued
Field 2 -- # of reads merged, field 6 -- # of writes merged
Field 3 -- # of sectors read
Field 4 -- # of milliseconds spent reading
[Code].....
How can this happen? I thought the maximum value of the read and write time should not exceed the total time. Am I doing something wrong? Are there any other methods to get the disk IO time?
View 1 Replies
View Related
Aug 13, 2010
I am setting up a mail server. After installation of shorewall-common, shorewall-doc
Following this link http://flurdy.com/docs/postfix/
For setting up
It requires me to copy thge content of /usr/share/doc/shorewall-common/default-config/rules to /etc/shorewall
cp /usr/share/doc/shorewall-common/default-config/rules /etc/shorewall/
But i observed that the folder default-config is missing. I have purge it apt-get and reinstalled but still it does it have that folder. What could cause this thing and how can i go about it?
View 1 Replies
View Related
Jul 30, 2010
i want to change permissions for /proc/sys/net/ipv4/ip_forward and permission denied.when i want to delete it , operation not permitted.i know it is dynamically created file . but i want to chenge its permittion to read-only or delete it
View 2 Replies
View Related
Jan 11, 2011
How do I change permissions to open /proc/1 thru all/fd at once? In my case, that would be 1 thru 3357
View 5 Replies
View Related
Mar 9, 2010
I recently installed a newer kernel to get the open source driver for my ATI card, but am now getting the following error between booting and logging in: Warning: unable to find suitable fs in /proc/mounts. Is it mounted? After doing some research I can see it has something to do with apparmor. My questions are:
1. Can I somehow get rid of this error message? Or rather, is there a solution for this problem?
2. If not, as seems to be the case, is my system safe and secure? Will I face any issues by ignoring this error?
View 2 Replies
View Related
Nov 12, 2010
I have just installed ubuntu with a USB key, I have Vista installed in drive C: and I created a partition (L: ) and installed Linux root (/ ) in that one.When there was the screen where I could choose the boot loader i left the default option instead of choosing Windows Vista Loaderand now I can't boot Vista anymore.
In grub i see a windows vista option, but that option brings me to a recovery partition and not to the real operative system. I know that vista is not broken because when I used wubi I was able to boot from the vista bootloader without any problems, but I never could boot vista from grub because it brought me to that recovery partition.I can access all my files on the disk from ubuntu, but I would like to be able to restore the vista boot loader and use again windows when I need it.Is there a way to restore vista's boot loader? I tried to do automatic startup repair from the vista recovery cd but it says that no problem could be found.
View 9 Replies
View Related
Jun 10, 2010
the difference between /proc and /sys? Also, When enabling public-key authentication using SSH, what file on the remote machine must be modified and how?
View 1 Replies
View Related
Feb 17, 2010
I recently built a new computer. For CPU, I am using AMD Athlon II X2 @ 2.8GHz... However, when I do cat /proc/cpuinfo, I get the following:
processor : 0
vendor_id : AuthenticAMD
cpu family : 16
model : 6
model name : AMD Athlon(tm) II X2 240 Processor
stepping : 2
cpu MHz : 800.000
cache size : 1024 KB
and same thing for processor: 1 Notice that for cpu MHz, it says 800.000. However, that is not correct... Shouldn't it say 2800? Is this a bug? Am I looking at this wrong?
View 2 Replies
View Related
Mar 1, 2010
My filesystem is almost full and the problem is in the proc folder.What does that folder contain and can I delete something from it?
View 1 Replies
View Related
Aug 10, 2010
I've been using Digikam and it's a huge blow to my system memory. Even after quitting I still feel my computer to be slightly slower. I tried running the commands from [URL] but I get this instead
bash: /proc/sys/vm/drop_caches: Permission denied
View 4 Replies
View Related
Sep 3, 2010
Uploaded with ImageShack.us
Here was I get on my screen.
I don't know why this is happened. But before I rebooted, I could not see any content on Windows like update or shut-down (if I tried to install something and it asked for confirmation, that window was blank. Or before I shut down, I had to push enter, since that windows was blank.)
I don't think I installed anything and computer was working just fine before.
I don't want to reinstall everything again.
View 5 Replies
View Related
Sep 16, 2010
Trying to change permissions on a file in /proc/sys/fs/inotify. The command syntax are:
Code:
sudo chmod u+w max_user_watches
and the result is:
Code:
chmod: changing permissions of `max_user_watches': Operation not permitted Also tried to change it when logged in as root, same results. Parent directory permissions are dr-xr-xr-x, and are the same up the chain. Tried to change the directory permissions to u+w, that didn't work either. FWIW, /proc is part of the / partition, and it has ~600MB free space.
View 9 Replies
View Related
Dec 31, 2010
I'm new to Linux and wanted to get experience with Ubuntu Server for my new build NAS, because just a NAS OS wouldn't be enough for me. I wanted a server so I can also setup a PDC and webserver.So currently I'm installing ubuntu server 10.04 onto my newly assembled server via usb stick(didn't build in dvd rom drive) I checked the BIOS before loading the OS onto the computer and everything is detected.
there's 1 thing that keeps bugging me. After installation i get a message that the install is complete and usb sticks and all devices should be removed to prevent it from booting the install again.However when i remove the usb stick and I reboot the server I get the following message on the screen:
missing operating system
or
can't find operating system
When I do let the usb stick in, it boots into Ubuntu Server and i can see all my configurations that I made eventhough during install I chose to install it on the HD and paid attention to it I wouldn't touch the usb stick.From here on i could configure the rest, like samba, and give my server an static ip address via the command line.Back to my problem: what can i do to make my server boot from HD without that I have the usb stick in?
View 5 Replies
View Related
Mar 28, 2010
I have a script that needs to extract certain information form the /proc/net/ip_conntrack file once in a while. I do not wish to run this script as the root user.
Default permissions for the file is:
I can change it with:
But that does not stick after a reboot. Is there some configuration file for file-permissions in the /proc directory in Ubuntu Server 9.10? Or do I just have to stick a chmod line in some startup script?
View 1 Replies
View Related
May 29, 2010
How can I obtain the user that owns the process from /proc/process_id? Is it the Uid in /proc/process_id/status ? If so why are there 4 values there?
View 2 Replies
View Related
Jan 7, 2011
ubuntu 10.10
I have a remote control (imon --> Harmony) that acts like a mouse. My goal is to remove that feature. Iam using lirc with Linux input layer (/dev/input/eventX) because Imon driver doesn't work at all. To get Linux input layer to work you need to choose the imon device.
Code:
cat /proc/bus/input/devices
Code:
I: Bus=0003 Vendor=15c2 Product=ffdc Version=0000
N: Name="iMON Remote (15c2:ffdc)"
P: Phys=usb-0000:00:12.1-2/input0
[Code].....
View 9 Replies
View Related
Sep 25, 2010
I'm getting these Message during Lenny startup:
Code:
mount : according to mtab, procbususb is already mounted on /proc/bus/usb failed.What's wrong and howto solve this problem?
View 2 Replies
View Related
Mar 30, 2010
Red Hat Enterprise Linux Server release 5.4 (Tikanga) 2.6.18-164.11.1.el5xen (Xen release for virtualisation)
I'm trying to track down a problem with a utility that used to work and now hangs indefinitely. Since its hanging, I suspected a locking problem, and went to have a look for the process ids in /proc/locks; I get:
148: FLOCK ADVISORY WRITE 30279 ca:21:49153 0 EOF
148: -> FLOCK ADVISORY READ 30282 ca:21:49153 0 EOF
Now as near as I can tell this shouldn't be my problem, since the two ADVISORY locks - one READ and one WRITE - shouldn't conflict with one another. But I'd like to understand it all the same. I haven't been able to find any kind of definitive guide for the format of /proc/locks entries, but what I did find in the manuals specifically states:
"Each lock has its own line which starts with a unique number. "
Which is obviously not true; both of my lines start with the same number. Also, since most search engines don't seem to play nicely with symbols, I can't find any reference to what the "->" means.
View 3 Replies
View Related
Jul 15, 2011
I am currently writing a JAVA script to monitor certain unix processes through JConsole. Upon having lots of trouble with runtime.exec, i decided to bypass the top/ps command call and just get the information straight from /proc/*pid*/whatever.Now i can pull back any information from any of the files I want, and the current way i determine the CPU usage of a process is as follows:
Add the UTime and STime of that process from /proc/pid/stat then divide my pidCpu by UTime + STime + NTime from /proc/stat, then multiply that by 100, should give me the % cpu usage a process is using, right?Theory being if I get the jiffies assigned to my process, I can divide that by the total jiffies the cpu assigns. However, my results seem to vary from the ones gathered from top and ps. What am I doing wrong?
View 3 Replies
View Related
Aug 8, 2010
unknow filesystem in my computer./proc/sys/fs/binfmt_miscPlease help me for remove this filesystem.How i do remove this filesystem?OS : ubuntu 10.04
View 2 Replies
View Related
May 23, 2011
I just discovered that you can automount an ext4 filesystem with acl enabled by running "tune2fs -o acl". (I knew about tune2fs but did not dare to use it until now). However, the acl mount option does not show up in /etc/mtab and /proc/mounts. Can I ignore this, or is there a way of telling the system about the actual mount options?
Edit: I can do "tune2fs -l <device> | grep acl | awk '{print $4}'" and if that isn't empty I can update /etc/mtab with "mount -f -o remount,acl <device>", but like the udev rule I previously messed with this seems lumberingly unelegant to me.
View 2 Replies
View Related
Jun 22, 2010
I want to know what's going on here. I'm used to find files in my Debian box usingfind / -type f -print0 | xargs -0 grep -l "foo"but it's been a while since this type of search simply stops at the /proc/kcore directory. I know it has something to do with memory. Is this normal?
View 1 Replies
View Related
Aug 24, 2011
/proc/bus/usb/devices should not be used anymore (and can't be mounted anymore on Ubuntu 11.04) But what is an alternative to it, for use in a terminal? I could easily grep that output to look for a certain device, but I'm lost in all the /sys/ entries...
View 1 Replies
View Related
Jan 13, 2010
Is there a simple way to determine the CPU socket from the output of /proc/cpuinfo. Determining the type of processor is simple enough, but the processor I have (Celeron) has two different possible sockets. The output of /proc/cpuinfo is:
processor : 0
vendor_id : GenuineIntel
cpu family : 15
[Code]...
I've looked on the Intel processor finder web site with appropriate filters, but the stepping values do not appear to match anything.
View 1 Replies
View Related