similar to: Terminal emulation scripting

Displaying 20 results from an estimated 1000 matches similar to: "Terminal emulation scripting"

2009 Sep 29
3
Script consumes memory
I have the following script that when executed, consumes memory and makes the system inaccessible. All process are halted. First, I don't understand what is wrong with the script Secondly, I'm surprised that Linux allows this to run unchecked to the detriment of the entire system. ---- SCRIPT ----- #!/bin/sh FTP="/usr/bin/ftp" # VMID="asystem.ourcompany.com"
2008 Apr 11
3
MS Exchange to CentOs (multiuser)
Is there a way to get mail from a MS Exchange server that is addressed as user at host.domain.com rather than the user at domain.com so that users on host.domain.com can read their mail on that host (CentOS). (I'm assuming that Exchange needs to know about host.domain.com, somehow.) Frank M. Ramaekers Jr. Systems Programmer MCP, MCP+I, MCSE & RHCE American Income Life
2009 Jun 03
1
setrubleshootd dominating
Anyone have any idea as to why setroubleshootd would be dominating the system: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 2371 root 25 0 1884m 1.8g 4100 R 100.2 44.7 680:06.40 setroubleshootd Frank M. Ramaekers Jr. Systems Programmer MCP, MCP+I, MCSE & RHCE American Income Life Insurance Co. Phone: (254)761-6649 1200 Wooded Acres Dr.
2009 Jun 03
5
Removing old kernels
I have the following kernels on my /boot: 2.6.18-128.1.6 2.6.18-92.1.18 2.6.18-92.1.22 I'm low on /boot space and need to remove the oldest version. It appears that I cannot use yum to remove since all of the versions are the same (only the release is different). I believe that I can use rpm to remove the old version, but I also need to remove them from the grub.conf. Any other
2009 Dec 30
3
chroot problem.
First, I'm trying to following along on a document on "SecurityFocus" on "Securing MySQL: step-by-step". I'm on step 3.8 "Test the configuration". I have my CHROOT directory structure setup and the chrootuid is failing (haven't figured that one out, yet). So, I simply tried a 'chroot /chroot/mysql' and got: chroot: cannot run command
2008 Mar 03
1
phpmyadmin hang..
It seems that I can never get through a phpmyadmin session w/o it hanging on "Waiting for http://....". The only way I have found to correct this is to cycle Apache. I can always get past the signon portion, but it hangs at various portions of selecting DBs or Tables. CPU is not overly active, all httpd daemons running, no myphpadmin remnants running. Can't find any problems in
2008 Apr 24
1
TCP/IP Port Relay
What is the best way to temporarily setup a port relay. I'm trying to diagnose a problem with Cisco's latest VPN client and need to determine if the problem is port number related. e.g. VPN client---------23-(Linux box to relay port)-------xx-(Telnet server) (Keep in mind this is temporary and for debugging purposes) Thanks, Frank M. Ramaekers Jr. Systems Programmer
2015 Apr 24
6
Real sh? Or other efficient shell for non-interactive scripts
I'm sure most people here know about Dash in Debian. Have there been discussions about providing a more efficient shell in Centos for use with heavily invoked non-interactive scripts? With sh being a link to bash in Centos I don't know if it would explode if the link was changed to something else, but at least the scripts we made on our own that run certain services could be changed and
2007 Dec 17
2
configure and assembler
I'm attempting to install a product and it's failing the compiler check. CentOS 5.1 + echo='/bin/echo -e' + rm -rf configure-tmp + mkdir configure-tmp + tmp_file=configure-tmp/xxx + makedirs=. + /bin/echo -e 'Checking C++ compiler... \c' Checking C++ compiler... + cat + CXX=unknown + for i in '"CC"' '"g++"' '"cc"'
2012 Sep 28
1
centos 5.8 libvirt disk options
I am attempting to use libvirtd/kvm on CentOS 5.latest to migrate a SCO OpenServer 5.0.6a VM from the old VMware server. I have converted the multiple vmdk disk files to a single file, then used qemu-img convert to create files for libvirtd, both qcow2 and raw formats. After many attempts to get this working I'm up against what appears to be a brick wall. + The VMware VMs are using
2007 Jun 15
1
process show uid not user
One of my user's processes shows up with the uid (numeric) rather than the user (alpha) on the ps command. The /etc/passwd file shows: theuser:x:500:501:The user:/home/theuser:/bin/bash But, 'ps -ef' shows the uid: 500 9041 8864 0 11:20 pts/1 00:00:00 ps -ef Allother active users show the user. Ideas? Frank M. Ramaekers Jr. Systems Programmer MCP,
2008 Jan 10
2
CentOS 5 & sendmail configuration
I'm attempting to configure sendmail to relay outgoing mail to an internal smtp server. I found that the commented line in sendfile.mc that starts with 'dnl define(`SMART_HOST'... needed to be uncommented and a valid value inserted. No problem there, but when I attempt to 'make -C /etc/mail', I get WARNING: 'sendmail.mc' is modified. Please install package
2007 May 09
3
Scripting question
I'm writing a script that has logging via a simple routine: LogIt() { Msg="$1" echo "$THISSCRIPT: $Msg" echo "$Msg" >>$LogFile } #A portion of this script sends a file via ftp: # ftp -vn >$tempfile <<$$EOD : : $$EOD #Then reads the temporary file to log while read line do LogIt $line Done <$tempfile rm -f $tempfile
2008 Jan 17
2
samba 3.0.24 works - samba 3.0.25 fails
Folks: I've got several systems attached to a 2003 domain where we use kerberos to authenticate. When I upgraded a system to the latest greatest samba things stopped working. Just to find where it happened in the different versions of samba I downloaded, built, & ran 3.0.23d to 3.0.25c using the same smb.conf file. Turns out the 2.0.23d and 3.0.24 works but from 3.0.25 on it fails.
2008 Oct 21
3
OT: Setting a CentOS to gateway a private IP address
This is mildly off topic since it has more to do with TCP/IP networking than with CentOS per se. However, at the risk of ruffling a few feathers I would like some advice on how to resolve the following routing problem: Given: dual homed host running CentOS-5.2 with eth0 = 2xx.yyy.zzz.23 eth1 = 192.168.219.1 and a Cisco gateway at 2xx.1xx.y7y.1 with the following networks: interface
2016 May 25
4
Re: Windows Server 2008 - KVM
Hi there! I have installed a new VM with Win2k8 and the serial virtio driver works fine. I don´t know why the other VM the BSOD happen! About the performance, I had the impression that only one core is used.....PID 8301 is a linux VM with 4 VCPU and 2 GB of RAM... ​ 2016-05-25 3:39 GMT-03:00 Dominique Ramaekers < dominique.ramaekers@cometal.be>: > > > *Van:* Thiago
2014 Apr 02
6
Removing a file that starts with dashes
How can I remove this file? -rw-r--r-- 1 root root 28707 Mar 31 12:31 --backup=numbered I've tried a few different methods, but most attempts interprets the file name as a switch (which it doesn't understand). TIA, Frank M. Ramaekers Jr. | Systems Programmer | Information Technology | American Income Life Insurance Company | 254-761-6649
2015 Nov 09
2
答复: How could I do the guest mount operation from the host?
Hi, I have tried usb and it doesn’t work. I don’t know if the filesystem tag could work… I find in the formatdomain docs about the filesystem: <filesystem type='mount' accessmode='passthrough'> <driver type='path' wrpolicy='immediate'/> <source dir='/export/to/guest'/> <target
2015 Oct 27
4
phpMyAdmin mbstring extension is missing
This is a fairly new install of CentOS7 and I'm trying to install phpMyAdmin (http). When I access http://server/phpMyAdmin it throws: The mbstring extension is missing. Please check your PHP configuration. There is a mbstring.ini in /etc/php.d with: ; Enable mbstring extension module Extension=mbstring.so /etc/php.ini has: : extension_dir = "/etc/php.d" :
2015 Nov 09
1
答复: How could I do the guest mount operation from the host?
Yes, my modification is like you. I doubt that if the mount operation on the host is reasonable… And what is p9? Best Regards From Jiaping LI 发件人: Dominique Ramaekers [mailto:dominique.ramaekers@cometal.be] 发送时间: 2015年11月9日 15:08 收件人: 李笳平; 'libvirt-users@redhat.com' 主题: RE: [libvirt-users] How could I do the guest mount operation from the host? For usb I meant something like: <disk