Search found 18 matches

by lensman3
2013/09/13 02:40:43
Forum: CentOS 6 - Software Support
Topic: Minimal CentOS 6.4 - X11 forwarding fails, but only after some time
Replies: 2
Views: 1526

Minimal CentOS 6.4 - X11 forwarding fails, but only after so

Your session is trying to setup a gedit localhost:11.0 or a new xterm using localhost on "xterm" number 11. There might be a problem of running out of xterm's. My only experience doing this is over 10 years old and I never setup more than one xterm window per remote login. I don't know how this work...
by lensman3
2013/09/13 02:19:41
Forum: CentOS 6 - Software Support
Topic: ssh username redirect
Replies: 3
Views: 797

Re: ssh username redirect

I used to do something like this in pre-linux days. [quote] xhost + opal rsh opal xterm -display ${HOST}:0 -n OPAL & [/quote] This script was called "opal" and popped an xterm open on my local machine but the xterm was running on the opal computer. rsh is remote shell and has been replaced by ssh. r...
by lensman3
2013/09/13 01:57:10
Forum: CentOS 6 - General Support
Topic: Issue with 32bit Library on 64bit CentOS-6
Replies: 3
Views: 1074

Re: Issue with 32bit Library on 64bit CentOS-6

Do a "yum list *Matrix*". Get the names of the 32-bit libraries from yum and install. Then try running the program again. Run "ldd " to get a list of the .so libraries it is expecting. You will probably have to install all of them.

Or

Unintall the application and install the 64-bit.
by lensman3
2013/09/13 01:50:54
Forum: CentOS 6 - General Support
Topic: Logging off console kills GUI
Replies: 2
Views: 868

Logging off console kills GUI

What happens if you do a "CNTL-ALT-BACKSPACE" when you have a session running. It should kill your session (it does mine) and then it immediately gives me back the login screen. All my windows were killed. This sounds like you have an "exit" command in the script starting the "xstart" command. For f...
by lensman3
2013/09/13 01:33:36
Forum: CentOS 6 - General Support
Topic: Regarding bashrc file
Replies: 7
Views: 1549

Re: Regarding bashrc file

Might try a "su -shell=csh" and enter the password. Use another shell besides bash or sh or csh. That way the new shell doesn't use the bashrc. The trouble is the sh shell is a soft link to bash. "su bash -norc" won't read the rc file. That might work. Once you get it running, use the builtin comman...
by lensman3
2013/09/13 01:13:35
Forum: CentOS 6 - General Support
Topic: mpi error
Replies: 2
Views: 2002

Re: mpi error

If you do a "ldd ./mpi" in the directory you did the build in. You should get a list of the libraries the loader "ldd" is going to need to run the program. The output shows the libraries that are hooked up. Google shows that libmpi is openmpi. Is that correct. You need to install openmpi. You probal...
by lensman3
2013/09/13 00:46:37
Forum: CentOS 6 - Networking Support
Topic: LaserJet 1100 Shared Printer Help
Replies: 2
Views: 613

LaserJet 1100 Shared Printer Help

This really isn't a bug fix.

It might be cheaper to go buy an HP JetDirect compatible device that has a USB printer port. That way each computer on the network (Windows/Linux/MAC) talks directly to the printer and doesn't have to go through SAMBA. The knock off brands are fairly cheap.
by lensman3
2013/09/13 00:36:31
Forum: CentOS 6 - Networking Support
Topic: Slow NFS. CentOS 6 exported to OpenSolaris
Replies: 2
Views: 1166

Slow NFS. CentOS 6 exported to OpenSolaris

If you changed the cent006 to an IP address does it work faster. I'm just wondering if the dns lookup of cent006 is what is slow. (Fishing here). Is it important to have sync? If the disk has to flush for a write that might slow stuff down. Sync might not be necessary if the "docs" are always read-o...
by lensman3
2013/09/12 04:39:48
Forum: CentOS 6 - Networking Support
Topic: Lan Cards issue with dhclient or router
Replies: 8
Views: 1966

Re: Lan Cards issue with dhclient or router

I can think of possibly two things at this point: 1) you have iptables setup to filter port 67. You might get stop iptables long enough to see if this is the problem. iptables should be started after the network is initialized and within seconds after the IP address is returned from the DHCP server,...
by lensman3
2013/09/12 04:39:48
Forum: CentOS 6 - Networking Support
Topic: Lan Cards issue with dhclient or router
Replies: 8
Views: 1966

Re: Lan Cards issue with dhclient or router

I can think of possibly two things at this point: 1) you have iptables setup to filter port 67. You might get stop iptables long enough to see if this is the problem. iptables should be started after the network is initialized and within seconds after the IP address is returned from the DHCP server,...