Gnome config daemon gconfd-2 running out of file descriptors


 
Thread Tools Search this Thread
Operating Systems Solaris Gnome config daemon gconfd-2 running out of file descriptors
# 1  
Old 04-27-2012
Gnome config daemon gconfd-2 running out of file descriptors

Hello,

I need to increase the maximum number of open files for the Gnome configuration daemon, /usr/lib/gconfd-2. There is one of these for each username, no matter how many sessions they've got.

We have lots of people using DTUs to log into a Sun Ray server using the same account (bad idea, I know, but it wasn't my bad idea), and we are hitting the default limit of 256, as confirmed by errors in /var/opt/SUNWut/log/messages, and by counting the number of descriptors in /proc/<pid>/fd. The server is running Solaris 10 x86.

So what's the best way to increase the limit? I want to do it just for this process, not for every process owner by that username.

Regards,
Phil T
# 2  
Old 04-27-2012
This is Unix, so there's always more than one way to skin that cat...

I would suggest the OP review the man pages for project(4), resource_controls(5), projadd(1M) and others related to projects.
# 3  
Old 05-02-2012
I've read the man pages, and can't find a way of using projects to set default resource limits for a given executable (in my case /usr/lib/gconfd-2). How can I increase limits for processes running this image, but not for other processes?

This would be easy if I had control over whatever starts gconfd-2 (I could use newtask for example), but I don't.
# 4  
Old 05-02-2012
Check -c option of newtask.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

vnc viewer presents black screen along with GNOME settings daemon errors.

Hello folks, I'm remotely connecting through VNC to two machines, each running Red Hat 5.9, from mine which is running Windows 7. Both connections were working well before. However, now one of the machines only gives me a black screen, with a pop up that says: "There was an error starting... (1 Reply)
Discussion started by: Miguel E. Perez
1 Replies

2. UNIX Desktop Questions & Answers

Gnome config file

Hi Guys If i go to systems -> Preferances -> Look and Feel -> Windows i can click on the radio box for "Super (or "Windows Logo") is there a config file i can change it in instead i can not find it thanks Adam (0 Replies)
Discussion started by: ab52
0 Replies

3. Shell Programming and Scripting

Find hangs with automountd daemon running

Hi, I am trying to find files with specific name using find / -name core -print.. this command is hanging and never completes as it is searching for all the automount filesystems ..i cant eliminate using "! -fstype nfs" as this is not a nfs filesystem pls let me know if anyone know how to... (2 Replies)
Discussion started by: to_bsr
2 Replies

4. Shell Programming and Scripting

Doubt in the daemon running script

Hi I was going through one of my pjct script .Please let me know the logic for the deamon is running or not as i think the condtn should be vice-versa. daemon_list = 'idp1278' FAIL=0 for p in ${daemon_list} do fail=0 ps -fu workarea | grep ${p} > /dev/null 2>&1 if ] then ... (1 Reply)
Discussion started by: mani_isha
1 Replies

5. Solaris

Port status/Running daemon

Hi, I need to run an application (Hudson) listening to port 8080 on a remote Solaris server. I have managed to start that application and tried to access it with my browser from my local PC, but unsuccessfully. I need to find out what is blocking the access to that port (or any other). A... (9 Replies)
Discussion started by: JVerstry
9 Replies

6. UNIX for Dummies Questions & Answers

daemon running in AIX checking

how do u check if a daemon is running in AIX.. Is it ps -ef|grep daemon lssrc -s demon ??? Thanks! (0 Replies)
Discussion started by: karthikosu
0 Replies

7. UNIX for Advanced & Expert Users

Display program running on CDE via GNOME

Hi All, I have one AIX box (5.1 with CDE running) and one Linux box ( FC3 with GNOME on it). What I want to be able to do is : SSH from the Linux box into the AIX box and then open an X term to launch a X window application. I am not able to do that. My guess is that the window mangers and... (4 Replies)
Discussion started by: navinxavier
4 Replies
Login or Register to Ask a Question