CentOS 5 :: Can't Type Parantheses () In Console?
Dec 6, 2009I have CentOS 5.4 installed within a Virtual machine using VMware 6.5. After my install I found that I couldn't type parentheses by pressing SHIFT+9 or SHIFT+0.
View 1 RepliesI have CentOS 5.4 installed within a Virtual machine using VMware 6.5. After my install I found that I couldn't type parentheses by pressing SHIFT+9 or SHIFT+0.
View 1 RepliesThis is a problem regarding VxWorks. Sometimes i am not able to type anything in the command prompt of vxWorks console.
-> if i type anything here, it takes it as an enter key>
-> Why is this behavior? It doesn happen always. Any bug in vxWorks?
I found such simple example of awk
Code:
awk '
BEGIN { a = "1abc 2def"
b = gensub(/(.+) (.+)/, "\2 \1", "g", a)
print b }'
However I don't understand why the regular expresion in parentheses doesn't work how I woud expect. If I delete the .+ so it does the same.
Code:
awk '
BEGIN { a = "1abc 2def"
b = gensub(/() ()/, "\2 \1", "g", a)
print b }'
I wanted to use a regular expression in parantheses like ([/+[]()]) to get the specific letters.
Code:
awk '
BEGIN { a = "1abc 2def"
b = gensub(/([/+[]()])/, "//\1", "g", a)
print b }'
But why the regexp in () isn't working
I`m looking for a a X-Window in CentOS. At the moment I work with console only in text mode
View 2 Replies View Relatedwhen i open the shell console i get this error message Konsole is unable to open a PTY (pseudo teletype). It is likely that this is due to an incorrect configuration of the PTY devices. Konsole needs to have read/write access to the PTY devices.Now from what i have read i need to change some permissions, but i have no idea how The second problem related to Terminal, no command prompt appears so i cant type anything to run a programme
View 12 Replies View RelatedI wonder if there is a file containing configuration parameters of linux console.Currently I have to manually config console parameters every time.
View 6 Replies View RelatedOnce you have VLC open, select file, it only lists certain file types. Now if you go down to the bottom you can tell it to use other types (like *.*). How does one set it so one does not have to go down and change the file types every time? So that it shows all file types, all the time, by default.
View 1 Replies View RelatedI've downloaded a big file from another server via "wget" to my /backup/ directory, and after the download was compeded I did run "ls" and the error was:ls: full_plesk_backup: Value too large for defined data type.
View 13 Replies View RelatedWe new have server with VmWare ESXi4.1 and we created virtual machine with CentOS5.6.This CentOS5.6 virtual machine will be used as webserver. We need to backup all files and have access to these files. We are going to keep all websites, databases, backups on data storage (NetApp FAS2000 series).
We have two options to how to use this storage:
1: We can mount storage volume directly to CentOS5.6 by NFS.
2: We can add storage via NFS to VmWare and then add new virtual disks to CentOS5.6 by VmWare vSphere client.
What option would you recommend to use? Which option is better, faster and more secure? My thoughts:If we mount storage volume directly to CentOS5.6 so we can access .snapshot directory there is all snapshots. So it's easy to access all backed up files. NetApp has snapshot system and we can schedule to make snapshots automatically, so we don't need to setup any additional backup utilities in CentOS5.6. But we don't have any NetApp snapshot restoring software license so copy/paste from .snapshot directory is only option.
If we add storage to VmWare firstly (by NFS) and then add new virtual hard disks to CentOS5.6 by VmWare vSphere client so we have to setup rsnapshot(or any similar utility) to make backups in CentOS5.6. But NetApp will also make backups of .vmdk files. So it's like double backups, lol :) If storage crashes so we screwed in both ways, I think.
I have installed a CentOS server with no GUI. I am trying to get RHGB work on startup. I did:
yum install rhgb
It installed rhgb and vte. I added 'rhgb' to the line in my /boot/grub/menu.lst :
Code:
default=0
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.18-238.el5)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-238.el5 ro root=LABEL=/ quiet rhgb
initrd /boot/initrd-2.6.18-238.el5.img
I need to start a xen domain from console with xm command but the 'new' sub command is missing?
[root@sambie xen]# xm new CENTOS-5.3-PDC
Error: Sub Command new not found!
I configured the serial consol on centos5 as follows
# dmesg |grep tty
Kernel command line: ro root=/dev/VolGroup00/LogVol00 console=tty0 console=ttyS0,9600n8
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A[code]......
But I could not consol Centos server from my labtop (win xp) Is there missing or wrong configurations ?
linux console always displaying the following error, is harddisk problem? it is using 1TB Seagate harddisk.
View 2 Replies View RelatedWe are currently troubleshooting the following error, which was repeatedly being displayed on the console:
kernel: Northbridge Error, node 2<0>K8 ECC error."
After replacing all of the memory, the error remained, so we tried updating to the latest kernel. (Currently having to use centos-plus because we are using XFS)
After the kernel update the error disappeared fro 5 days (previously UNHEARD of - would often repeat several times a day), it appeared again and hasn't appeared since.
It does not seem like any real damage is done here - and I would like to suppress this error somehow. Optimally I would like it to only be forwarded to the log files - and NOT be displayed on the console.
Could someone point me to an easy way to set that up?
When I run 'parted' and then type 'print' to see the partitions that are available, I see two entries: /dev/sda1 and /dev/sda2. /dev/sda1 is of ext3 type whereas for /dev/sda2 nothing is specified for file system type. The LVM flags are set for /dev/sda2.
When I tried to resize /dev/sda2, it gives me the error "File system type not recognized". let me know how to find out the file system type of the partition.
Where can I set the 1440x900 wide screen text console on my laptop?
View 1 Replies View RelatedI just install xen and kernel-xen version 2.6.18-194.26.1.el5xen, booting into the xen kernel dom0 shows me continous colorful scrambling and scrolling. I can ssh to dom0 and get correct display but the dom0 console is where it shows the colorful garbage scrolling. i have the Supermicro X7DC motherboard with a XGI Z9 graphics card. GUI is not installed and I don't have the rhgb parameter in my grub.conf. My grub.conf is plain and unmodified.
#boot=/dev/md0
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
[Code].....
I had successfully installed centOS,i am able to login as root.I created local users.But unable to login via console and FTP.As per the logs there were some LDAP issue,so i disabled LDAP and disabled PAM config as well.Now i am able to login to the FTP with the local users created.unable to login to the centOS console with the local user.
View 2 Replies View RelatedI have updated bind using yum on a Centos 5.3 server, after restarting, I have this error now.
Error in named configuration:
zone localhost/IN: loaded serial 42
/var/named/mydomain.hosts:20: unknown RR type 'SPF'
My version of is : bind.x86_64 30:9.3.6-16.P1.el5
Ok so I am doing a fresh install of 5.3 .... At the begning of the install after i get into it a get a screen that says "What type of media contais the packages to be installed?" with options... Local CDROM, HD, NFS Imahes, FTP, HTTP.I have a LG GH22NP20 that installed 5.2 fine on the system..... And can load the cd....?>
View 19 Replies View RelatedI have a server with two hard disks SATA (500 GB), I installed centos in one of them, desire to know how I can mount the other hard disk empty and without format, so that this hard disk always appears mounted when "reboot" the system.
View 1 Replies View RelatedSAN admin needs me to change the host port_type from an NLPort to an FPort,is[/sys /class /fc_host/host1/port_type] however i can not find anywhere to change this.the driver in question is Fusion MPT.
View 2 Replies View RelatedI am very new to this site. Is there a good tutorial on installing CentOS X86_64 on VMware Server Console?
View 2 Replies View RelatedI use CentOS and i need to set resolution or font size so that i can see more lines of logs at a time on the main console of my CentOS box.
View 3 Replies View RelatedI found two questionss when I installing CentOS 5.2 X86_64 and it made me puzzled。Wrongs are follows:1.Jan 9 20:55:36 Linux kernel: powernow-k8: vid trans failed, vid 0x8, curr 0xaJan 9 20:55:36 Linux kernel: powernow-k8: transition frequency failedThis wrong information always appearing in console, have tried BIOS default setup.2.Jan 15 21:31:14 Linux kernel: Buffer I/O error on device sdb2, logical block 2498412546This wrong information always appearing in starting time, altogether 8 times My system:AMD Opteron 270 x2 (2000Mhz,Socket 940,Dual-core)TYAN S2882-D (AMD 8131+8111 Chipset)Qimonda ECC Reg DDR400 2G x2CentOS 5.2 X86-64
View 5 Replies View RelatedI would like to connect via SSH or similar to my servers located in a remote DC from a laptop running centos5. I normally do this on a puter running dows, and using secureCRT. Just wondering if centos has something built in for this, or if there is some preferably free software I can get.
View 7 Replies View RelatedI installed Centos server and when I type this command to edit my network IP address I get this error.
View 5 Replies View RelatedIn my system around 73gb(pc-desktop) i have,1 primary partition(windows)-25gb, 1-extended partition(remaining gb) 3 logical partitions were there in (under) extended partition in one of the logical partition is d:drive. in my hard disk d: drive is -/dev/sda5
previosly i was fat -file system , (d:drive-/dev/sda5), i remember i changed the d: drive(d:drive-/dev/sda5) file system to ext4file system ,with following command using terminal
After doing(changing the file system)this one ,i couldnt see the d:drive data
By doing that
1q) Did i reformatted the partition? i think the new filesystem(ext4) has no knowledge of the data that was on it when it had a FAT filesystem.
2q) How to do undo operation,i tried to change the filesystem type to fat/ntfs in terminal using command --sudo mkfs -t FAT /dev/sda5.
Result:its showing text message-'mkfs.FAT: No such file or directory'(not in single quote)
I had very imp data in d:drive
I just loaded octave. I ran through a few examples of how to implement a script file. Everything works until I get to "plot". When I run the "plot" command I get the following.
octave:2> test1.m
error: can't perform indexing operations for <unknown type> type
sh: gnuplot: not found
Just to double check my work, I ran the following code:
y=[1 2 3];
plot(y);
I am copying the file form one directory to another directory using shellscript.
Here i want to get the Mimetype/Content-type of the file.
How to i can get the MimeType.