Red Hat / Fedora :: Any Limitation On Number Of File Descriptors That Can Be Opened

Dec 23, 2008

Is there any limitation on the number of file descriptors that can be opened. If yes how to find the maximum number of file descriptors that can be opened at a time.

View 2 Replies


ADVERTISEMENT

Ubuntu :: How Can Max File Descriptors Be Set

Jan 14, 2010

I have run into a limit of 1024 file descriptors. I have searched a lot and have tried various solutions.How can the max file descriptors be set in Ubuntu?

View 1 Replies View Related

Red Hat :: Default File Descriptors

Sep 2, 2009

Can someone please tell me how to permanently increase the default file descriptors limit on RHEL4?right now ulimit -n is 1024...I'd like to increase it to around 10000

View 1 Replies View Related

General :: File Descriptors With Pipes

Jun 4, 2010

File descriptors with pipes-Can someone help me with this three situations, what would happen?

a) a process open the same file twice and read through two file descriptors
b) a process does fork and both parent- and child-processes read parallell
c) two processes opens and read from same file.

View 5 Replies View Related

Server :: Runing Out File Descriptors

Nov 9, 2010

Its my Friend Problem .any one can tells that how can the file descriptors limits can be raise for the squid. In cache.log running out of file descriptors warning is coming.

View 3 Replies View Related

General :: How Many File Descriptors Accessing A Given File

Nov 28, 2010

On linux, is there a way to count the number of file descriptors open to a some file?

View 1 Replies View Related

Software :: Free File Descriptors Constantly Zero

May 24, 2010

I am using sabayon 5 - 32bit OS. I experience dullness and sluggish performance now and then.So number of free file descriptors is constantly zero , checked by utilising a while loop sleeping for 5 secs.would this be the root cause of the sluggishness I face in accessing application (media player)Also USB transfer is very very slow and sometimes it gets stuck

View 1 Replies View Related

Software :: No Standard File Descriptors For Init

Jan 10, 2011

I have a weird problem with one of my servers. When system is booted and right before I should se "INIT 2.86 starting..." message, all the messages disappear. Only kernel messages get logged to console and later login prompt, but nothing in betweek (there are 20+ services starting successfully, just without emitting a single character).I checked /proc/PID/fd of the boot script (in my case called /etc/rc.d/rc.boot but that does not matter).

The only significant difference in hardware to other servers is that this one runs RV350 AP [Radeon 9600] graphic card.Now, my question is: where could those FDs go or why are they not opened?Does anyone have a clue about this, or a hint?

View 5 Replies View Related

Fedora Servers :: Executive File Cannot Be Opened / Solve This?

Feb 4, 2009

I have a server installed with a Fedora 8 and the other client PC were installed with Windows XP. Recently, I copied an educational courseware (this courseware is developed specially for Windows based PC) into the Linux-based server. I found that the .EXE (application file) :were unable to be opened in all of the clients and also the server. How can I solve this problem?

View 7 Replies View Related

General :: Fork Behavior While Copying File Descriptors

Jun 17, 2010

I am quite confused about the following description on fork. Could you please explain it ?The child process shall have its own copy of the parent's file descriptors. Each of the child's file descriptors shall refer to the same open file description with the corresponding file descriptor of the parent.For example, I am opening a socket and then fork. Now, does the child have a separate socket or is shares it with the parent. Does I have any impact on using it in child?

View 2 Replies View Related

Server :: Total Free Allocated File Descriptors Always Zero

Jul 23, 2010

I have problem with free allocated file descriptors it's always zero!

View 2 Replies View Related

Fedora Installation :: Error - The File Upstart-sysvint.0.65.9.fc14.i686.rpm Cannot Be Opened

Nov 20, 2010

it's the installation media or the ISO is broken because i have reburned / redownloaded the fedora14 multiple times with the same result. I even tried burning the disc on a different computer just to make sure the burner is still working. This is the error i am getting when the "Starting installation Process" dialog displayed.

"The file upstart-sysvint.0.65.9.fc14.i686.rpm cannot be opened. This is due to a missing file, a corrupt package or corrupt media. Please verify your installation source" I remember fedora 13 and below i have to use nousb command or something similar to get fedora installed properly but not for fedora 14. It just pops up with the message above.

View 8 Replies View Related

Fedora :: Plugin To Open Pdf Files In A New Tab, Acroread Does But Doesent Remember The Last View Of The Last File Opened?

Apr 24, 2011

I was looking for a plugin to open pdf files in a new tab, acroread does but doesent remember the last view of the last file opened. So, is there a way to open pdf files through evince or okular within FF?

View 1 Replies View Related

General :: Program That Reads Multiple Pipes / File Descriptors And Writes To Standard Output

Feb 23, 2011

Is there already a program that reads multiple pipes or file descriptors and writes to the standard output (not splitting lines).Like cat, but reading all files simultaneously and preserving lines.It is needed to avoid coding of select/epoll loops or using multithreading in simple programs. Like "select loop for bash".

View 1 Replies View Related

Programming :: Kernel Module - Task_struct / Files Struct, Open_fds, And The Open File Descriptors In Task?

May 1, 2010

This for Kernel 2.6.29.6. I'm trying to code a kernel module that displays process information.

how to count opened file descriptors per task. I have been able to write a module that lists all the current process names along with their pid number in /var/log/messages. Basically, I cycle through the ring of processes using the macro for_each_process(task) and printk the comm and pid of each task. I'm trying to see how many file descriptors each task has open. I've been reading up in books and all over the internet. At first I thought I needed to access max_fds under files_struct, but that just lists the maximum number of file descriptors that can be opened per task, which by default is set at 256. I then thought about counting the elements in the fd_array. But then I learned that every task's fd_array is initially set at 32. Now I know that I need to access open_fds of type fd_set * in files_struct. open_fds is a pointer to all the open file descriptors. The problem is that I don't know how to access a pointer of type fd_set.

Is there a good guide or book that really focuses on type fd_set and open_fds? Every book and resource I've read never really go into depth on this. relationship between files struct, open_fds, and the open file descriptors in task?

View 4 Replies View Related

Fedora :: Download A .torrent File:"/tmp/Manchester_Orchestra___I_m_Like_A_Virgin_Losing_A_ ___-1.torrent Could Not Be Opened?

Dec 7, 2010

I use deluge and it worked for a while then randomly I got this error message when trying to download a .torrent file:"/tmp/Manchester_Orchestra___I_m_Like_A_Virgin_Losing_A_ ___-1.torrent could not be opened, because an unknown error occurred.Try saving to disk first and then opening the file."

View 2 Replies View Related

Programming :: Get File Descriptor Of An Already Opened File?

Jul 20, 2011

Is there any method to get the file descriptor of a file which is already opened by some other process?

Or any method to get the File descriptor from the filepath ?

View 2 Replies View Related

Red Hat / Fedora :: Track The Number Of Requests That A File Gets Downloaded And Viewed ?

Apr 10, 2011

I want to track the number of requests that a file gets downloaded and viewed.

What I have is mp4 files on the server and they could either get played in flash player or downloaded via mobile or whatever.

I need to see how many times that files gets downloaded or viewed. Since its in a php page I am able to track the number of views. But I want to able to track the direct downloads.

I was thinking something along the lines of htaccess redirect to php then to file.

But that would mess up the player from playing the file I would think. I am not sure how to make that happen with the htaccess either though.

View 1 Replies View Related

Ubuntu :: Mplayer Once Opened A File

Feb 22, 2011

I have this wma file that I want to play and I looked around and found alot of ways to make this happen. However, none has work for me. But first let me explain my problem. I have these wma files that just wont work but they worked once before. Now when I try to open the files all I get is some message that the file can not be opened. I have done many efforts to make it work including things like medibuntu. BTW, there was this once moment that when I tried to open the file it PLAYED! but then after it did not open.

View 3 Replies View Related

Ubuntu :: ZIP File Cannot Be Opened As Archive

Jun 20, 2011

I'm not 100% sure if this is the right spot for it, but I'm having trouble unzipping files. I've downloaded a good few fonts from dafont.com, from different authors and with different browsers and I still get errors. First I opened the .zip with Archive Manager

Code:
7-Zip 9.04 beta Copyright (c) 1999-2009 Igor Pavlov 2009-05-30
p7zip Version 9.04 (locale=en_ZA.utf8,Utf16=on,HugeFiles=on,2 CPUs)
Error: /media/42E6F8E2366C0906/Fonts/panhead.zip: Can not open file as archive
Errors: 1

I then tried
Code:
ross@Ross-PC:~$ unzip /media/42E6F8E2366C0906/Fonts/panhead.zip
and got this output
Code:
Archive: /media/42E6F8E2366C0906/Fonts/panhead.zip
End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive.
unzip: Cannot find zipfile directory in one of /media/42E6F8E2366C0906/Fonts/panhead.zip or /media/42E6F8E2366C0906/Fonts/panhead.zip.zip, and cannot find /media/42E6F8E2366C0906/Fonts/panhead.zip.ZIP, period.

I do have p7zip-full installed, but it isn't a .7zip file?

View 8 Replies View Related

General :: Tell GEDIT To Reload Currently Opened File?

Jul 29, 2010

I am using GEDIT and I would like to have a shortcut key that allows me to tell GEDIT (on Ubuntu) to force reloading from file system the currently opened file.

How can I do that?

View 3 Replies View Related

Ubuntu :: Mkv Video File Cannot Be Opened By The Mplayer?

Jun 5, 2011

-The Mkv video file cannot be opened by the Mplayer due to something that I don't know. I try to open it via the gnome-terminal and end up with something like this:

The, I try to play it with VLC media player. Everthing seems fine but after few minutes, I can see the lagging of the video and distractions on the screen.

Then, I've open my Windows 7 and play the mkv files with the KMplayer, everything is fine. No lagging, no distractions.

I've already updated the ubuntu-restricted-extras. I've already installed the libxine1-ffmpeg and nothings good appeared.

I've already installed the mkvtoolnix-gui (which is i don't know what is it) but similar prob appear.

how did play mkv files? With no lags or disctractions?

View 1 Replies View Related

General :: Desktop Configuration File Cannot Be Opened?

Oct 14, 2009

i am not able to open desktop configuratuon file in open suse 11.1.i think it could be due to absence of pluggins etc.

View 3 Replies View Related

General :: Recover Deleted File If It Is Still Opened By Some Process?

May 13, 2011

$ cat important_file > /dev/null &
[1] 9711
$ rm important_file

[code]....

View 2 Replies View Related

Programming :: Know Which File Under The Folder Is Being Opened / Created For Writing?

Apr 23, 2010

My program need to monitor the foler to know which file under the folder is being opened/created for writing. I add the folder into watch list using inotify_add_watch, when a file -- say 'AA' -- is created, I'll get the event through read api call. But the inotify_event only have file name 'AA' and a event mask. these parameters can't help me to know how the 'AA' is created/openned. So I have to scan the /proc folder to get to know how is 'AA' created/openned. I don't think this is a efficient way, especially if there are lots of files are openned/created in a short time span.

View 3 Replies View Related

Ubuntu :: E: The Package Lists Or Status File Could Not Be Parsed Or Opened

Dec 5, 2010

E: Read error - read (0: Success)
E: Problem closing the gzip file /var/lib/dpkg/status - close (0: Success)
E: The package lists or status file could not be parsed or opened.

View 1 Replies View Related

Ubuntu :: Synaptic Manager - Status File Could Not Be Parsed / Opened

May 7, 2011

When I am opening the synaptic manager its showing the following error:
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_natty_main_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.
E: _cache->open() failed, please report.
So How can I open it?

View 1 Replies View Related

Ubuntu :: The Package Lists Or Status File Could Not Be Parsed Or Opened?

May 22, 2011

I keep getting this messageCould not initialize the package informationAn unresolvable problem occurred while initializing the package information.Please report this bug against the 'update-manager' package and include the following error message:'E:Encountered a section with no Package: header, Eroblem with MergeList var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_natty_main_bina ry-i386_Packages, E:The package lists or status file could not be parsed or opened.'

View 2 Replies View Related

Ubuntu :: Error - E: The Package Lists Or Status File Could Not Be Parsed Or Opened.

Mar 19, 2010

Looks like my package manager was severely screwed. Any package manager-related command I try to run results in the following message in the console:

Code:

E: Read error - read (5: Input/output error)
E: The package lists or status file could not be parsed or opened.
Anything - aptitude, apt-get.

I removed all my sources.lists, I tried running apt-cache clean It didn't help. This is really serious. Not only am I unable to do anything with packages (update, remove, install), but the machine is really slow because of this.

View 9 Replies View Related

Ubuntu :: Gnumeric Argues \ Opened It And Then Get A Dialog Warning Me The File Already Exists?

Dec 22, 2010

Whenever I edit a spreadsheet in Gnumeric, I have to have an argument about saving the edited version. First, it says it wants to save it in Gnumeric's XML format instead of whatever format I opened it in, and then I get a dialog warning me the file already exists,is it OK to overwrite it? All my spreadsheets are either .odt or .csv. I just want to be able to open, edit and save without an argument every time. It's like telling a child that it's bed time and having the same argument every night, and it's getting on my nerves.Is there a setting where I can get gnumeric to obediently save the edited version, or do I just have to put up with the slower opening times of LibreOffice instead?

View 4 Replies View Related







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