General :: Error 23 Too Many Open Files In System

Sep 9, 2010

Linux Error: 23: Too many open files in system..OS: CentOS 5.0, Oracle 10g R2..Application: Microsoft VB6, the application is opening many connections e.g. more than 3000 in 3 minutes and suddenly, the oracle instance is disconnecting and getting "too many open files in system" as error in the listenr.log file.

View 2 Replies


ADVERTISEMENT

Applications :: Error Glibtop: Open (/proc/stat): Too Many Open Files

Oct 1, 2010

I have a while(1) loop, and the error is: glibtop: open (/proc/stat): Too many open files This error occurs after about a half hour to an hour of running. I've tried running this multiple times, both with using glib_close() at the end of the loop, using glib_init() and glib_close() at beginning/end, and just using glib_init(). The strange thing is these have no effect on the actual glib_get functions.

View 5 Replies View Related

Ubuntu :: Error: To Many Open Files But None Of The Files In Them Are Open?

Jan 9, 2010

they keep coming up with Error: To many open files but none of the files in them are open?

View 4 Replies View Related

General :: Error - 533 Read Only File System When Ftp Files To Moxa

Jun 15, 2010

I'm having problem copying files from my laptop (windows xp) to moxa (linux) using ftp.

The error im getting is "533 read only file system".

Tried reboot and fsck but problem remains.

mount output below:

View 5 Replies View Related

General :: Cannot Open File In RW Mode - Filling Root File System With Log Files

Nov 3, 2010

I work for a company that makes portable devices running Linux and I was recently asked to make the underlying file system read-only for "security" purposes. Since the distribution is based on LinuxFromScratch, I know that very little writing happens at run time. So, even if the device runs on a usb flash device, I doubt that putting the root file system RO will be that beneficial. I am actually more concerned about a process actually breaking because it cannot open a file in RW mode than a process going rogue and filling the root file system with log files, etc. I'd really like to ear what kind of advantages disadvantages there really is with read-only file-systems.

View 6 Replies View Related

Ubuntu :: Error Creating File System: Helper Exited With Exit Code 1: Cannot Open /dev/mmcblk0p1: Read-only File System

May 2, 2010

I bought a new SD card which I intend to put some MP3s on - except that I can't write to it because it tells me the destination is Read Only. No-probs thinks I: I'll just reformat it.

"Error creating file system: helper exited with exit code 1: cannot open /dev/mmcblk0p1: Read-only file system"

Various chmod commands all result in Read-only file system. I tried umount then mount commands, but it couldn't find it to mount once I'd unmounted it using the same /media/ file path (I assume it's the only one).

View 9 Replies View Related

Fedora :: Error Open Files With Gedit From Terminal

Dec 4, 2010

I get error when trying to open files with gedit from terminal, here the esteps:

Code:
1. Open Terminal
2. Show: [tgp@nobocanuser ~]$
3. type: su
4. password: ******
5. Show: [root@nobocanuser tgp]#
6. Type: gedit /etc/X11/xorg.conf (or another file to edit)
7. Show: (gedit:2687): EggSMClient-WARNING **: Failed to connect to the session
manager: None of the authentication protocols specified are supported
[Code]...

View 2 Replies View Related

General :: Convert Open Office (odt) Files To Text Files?

May 25, 2011

How do you convert Open Office (ODT) documents to Text files?
I have made a report using libre office. Now I wish to continue editing the document using lyx (latex front end). So the ODT file needs to be saved as some .tex file.

I don't see an option to do this in File menu (export/save as). So is there any other plugin to do this?

View 1 Replies View Related

Ubuntu :: Unable To Mount 8GB Files System Error?

Jul 25, 2010

Compact Flash card cant be read... the error says 'not authorised'. I'm using a mutli-card reader. Do I have to do something else? It reads my SD card in the same reader no problem.

View 2 Replies View Related

General :: Files (system & User) Created After Login To System In RHEL 5.0?

Jun 4, 2010

How to find, what are the files (system & user) created after login to the system in RHEL 5.0?
Any single command available?

View 1 Replies View Related

General :: Possible To Delete All The Files Including System Files As Root?

Sep 21, 2010

If I am logged in as root in a linux system and I run command rm -rf on / folder, should it remove all the files? also the kernel?

View 4 Replies View Related

General :: Moved System Files And System Crashed

Jan 21, 2011

I cut paste sys folder, tmp folder, and many more folder to a backup storage place , after that folder icon and other icon converted into txt icon , i can make any folder but can't access, can't open storage, thrash disappear, terminal icon disappear, and also the application and places and system icons, after that someone suggested restarting may help but i can't restart it , so i unplugged the power wire and replugged it and restarted the system but it can't open , all things comes fail, and show INIT: "x" respawning too fast: disabled for 5 minutes. after each 5 mins this msg is repeating

View 4 Replies View Related

General :: How To Open Chm Files

Feb 1, 2011

Yesterday I download a book which is in book.chm format.

Now I want to read it and is it required some special s/w to read.

View 3 Replies View Related

OpenSUSE Install :: Error After Boot \ When Start The System, Opensuse Is Not Open With This Lines?

Jul 4, 2011

I set up opensuse 11.4. I updated nvidia 6600 drivers from vendor. Everything is good until automatic kernel update. When I start the system, opensuse is not open with this lines.

/etc/rc.status: line 1: /bin/ash : no such file or directory
bash: ./etc/sysconfig/chron : cannot execute binary file
X_MOUSE_CURSOR : Undefined variable

[code]....

View 3 Replies View Related

OpenSUSE Install :: Boot Failes With "fsck.ext3: Error Too Many Open Files"?

Apr 12, 2010

After upgrading from opensuse 11.1 to 11.2 I get the following error messages while booting the system caused by the initial filesystem check routines:

ERROR: Couldn't open /dev/null (Too many open files)
ext2fs_check_if_mount: Too many open files while determining whether ... is mounted.
fsck.ext3: Too many open files while trying to open ...

I found a new version of the e2fsprogs at the OBS package claiming to fix this problem. But installing this new version did not solve my problem.

Here some information about the affected system:
Operating System:openSUSE 11.2 (i586)
Installed e2fsprogs:e2fsprogs-1.41.11-4.1.i586
Number of LVs:35 (all ext3)

I can only boot if I comment out some of the filesystems in my /etc/fstab. It seems that the number of filesystems must be less or equal 32.

View 7 Replies View Related

Software :: Libgtop2 Error: "Too Many Open Files"?

Oct 1, 2010

I have a while(1) loop, and the error is:glibtop: open (/proc/stat): Too many open filesThis error occurs after about a half hour to an hour of running.I've tried running this multiple times, both with using glib_close() at the end of the loop, using glib_init() and glib_close() at beginning/end, and just using glib_init(). The strange thing is these have no effect on the actual glib_get functions.

View 2 Replies View Related

General :: How Open *.package - Files

Feb 20, 2010

I downloaded *.package file with a program archive, how open this file?

View 6 Replies View Related

General :: Vim - How To Open Multiple Files With Tab

Mar 28, 2010

How to open multiple files with tab?

View 2 Replies View Related

General :: PDFs Open In GIMP On System?

Jul 30, 2010

I installed evince on my Arch Linux system as a PDF reader, and everything was fine for a while. And then I installed GIMP. Since then, PDF files have been opening in GIMP. I've tried reinstalling evince, I've tried editing ~/.local/share/applications/defaults.list , I've tried editing /usr/share/applications/mimeinfo.cache, but PDF files still open in GIMP by default.

View 1 Replies View Related

General :: Where To Open System Command In Centos5.5

Feb 5, 2011

I install Vmware in winxp sp3, then install centos 5.5-i386 release 2 in Vmware. I want to type some command like yum install ..., but where to open system command? I searched the menu applications places system on the top of the desktop, but I am not sure which one is.

View 2 Replies View Related

General :: How Many Files Should Be Listed As Open Under Lsof

Jul 10, 2011

I am not an advanced Linux user. I have a VPS with 768MB of RAM running CentOS.I executed the lsof command as root and I see that there is a list of 3000 files. Usually, how many files should be there? My system is getting very slow, so is this list too long?How do I know which files to keep and which to close?I have seen that there are multiple copies of the same files with different PIDs. There are many log files in the list that I have not opened. Is this normal?total used free shared buffers cachedMem: 104287 492 103794 0 0 0

View 2 Replies View Related

General :: Open LDAP Configuration Files

Jul 27, 2010

I am trying to set up the LDAP database but it will not really work. Maybe some of you knows the answer.At this moment I get stuck at point 5: Load the LDIF data file into the database.

View 10 Replies View Related

General :: Open Executable Files On Ununtu?

Jan 26, 2011

best program to open .exe files on Ubunut!

View 2 Replies View Related

General :: Program To Open .spdf Files?

Feb 10, 2010

I recently installed Mint over Windows XP (yesterday) and forgot that I have a textbook that I downloaded (legally) that is marked as a .spdf file. When I try to view them Mint prompts me to choose a program to use. What program can I use to view the iles? Also, since I'm new to this, could you get me started on installing the program

View 6 Replies View Related

General :: VIM - How To Open Multiple Files With VSplit

Mar 27, 2010

Vim -o file1 file2 opens two files splitting the window horizontally. How to do that vertically?

View 7 Replies View Related

Ubuntu Networking :: Nfs Locking Files - Cannot Open For Editing, Or Open Firefox / Thunderbird?

Dec 12, 2010

Server - Ubuntu 10.04.1 lts
Client - Kubuntu 10.10

When I try to open any nfs-mounted file using OpenOffice, I get a pop-up window titled "Document in Use". The text of the message is:

"Document file 'abcde.odt' is locked for editing by:

Unknown User

Open document read-only or open a copy of the document for editing." I then have three options - <Open Read-Only>, <Open Copy>, & <Cancel> If I cp any of these files from the mounted directory to my home dir (not mounted), I can open them without problem.Also, my firefox & thunderbird date are in this mounted directory as well (sym links to ~dan/.mozilla & ~dan/.thunderbird). Both of these apps hang when trying to open, leaving two processes behind that need to be manually killed. Again, cp'ing the data out of the nfs-mounted dir onto a local dir resolves the issue, so I am 100% confident there is nothing missing or corrupted in the firefox &/or thunderbird data...

relevant entry in /etc/fstab:
server:/nfs/dan/Documents /home/dan/Documents nfs defaults 0 0
relevant entry in server's /etc/exports:
/nfs/dan/Documents client(rw)

View 8 Replies View Related

General :: Open Source Software To Run A 802.1x Authenticator (ie. NAS) Within System?

Aug 10, 2011

I have the following setup code...

I would like to activate 802.1x authentication on the Windows PCs, and have the Linux Box play the role of a 802.1x authenticator (blocking all access to the Internet until the Windows PCs have properly authenticated themselves using the 802.1x protocol, and the Linux Box checks the credentials by interrogating the RADIUS server).

I could theoretically insert a 802.1x-capable switch between the Windows PCs and the Linux Box, but this setup is embedded and the hardware cannot be changed.

Apparently the OpenWRT project solved the problem somehow, so there must be an open-source solution somewhere, but I simply cannot find it. The only links I find are for the Open1X project (http://open1x.sourceforge.net/), but the Docs link is dead.

View 2 Replies View Related

General :: Open Ubuntu In Dual Boot System ?

Dec 15, 2010

I had dual boot system with XP as the primary partition. XP became corrupted and I reformatted and made a clean install of this partition which has removed the grub loader for Ub on second partition. Is there any way to get back to Ubuntu without deleting this partition and reloading it from my live disc?

View 2 Replies View Related

General :: Unix - Remaining Number Of Open Files?

May 11, 2011

ulimit -a tells me I have a limit of 1024 open files, which is the default on my distro. Is there a way to show how many of these are currently used, or how many are remaining?

View 1 Replies View Related

General :: Unix Tool To Monitor Too Many Open Files?

Aug 13, 2011

I'm looking for a tool which can monitor whether a process is near limit of maximum open files.

View 1 Replies View Related







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