Ubuntu :: Bash No Longer Supports The Character?
Mar 25, 2011
A very strange problem started for me today. I SSHed into a server and could not type the letter 'i'. It would work fine if I was not in an SSH session, but consistently and repeatedly broke when I started SSH. I rebooted my machine, and the problem now occurs any time I'm using Bash, whether SSHing or not. For the record, I'm doing all this in the standard gnome-terminal.
First: it is not a problem with my keyboard. As you can see, I am perfectly capable of typing the letter 'i' in a browser window. In fact, capital 'I' works fine in bash as well. If I start nano from Bash, I can type the letter 'i' all day long, but when I exit to the Bash prompt, again I am unable to.
What's even more bizarre, I cannot even paste the letter 'i' into bash, either via Ctrl+Shift+v or by middle mouse clicking. This makes it impossible for me to type commands like 'vim' or 'exit'. Bash scripts, however, appear to have no problem with this particular character. Now, I've commented everything out of my .bashrc file, but that didn't help. I got rid of my custom .xmodmaprc file. Still nothing. Keyboard layout is U.S. English. I removed all Keyboard Shortcuts that involve the letter 'i'. Rebooted half a dozen times, still no luck.
My workaround at present is to use zsh instead of bash. Everything works fine with it, but I'd really like to get this thing fixed.
View 4 Replies
ADVERTISEMENT
Jan 8, 2010
My question concerns NCMPCPP ( the frontend music player ). I installed, configured NCMPCPP a while ago and it worked like a charm.
But yesterday some colours just changed back to the default for some reason. From : Code: http: (double slash) img37 (dot) imageshack (dot) us/img37/1865/firstss.jpg To : Code: http: (double slash) i45 (dot) tinypic (dot) com/24nij34.jpg Going into the preferences of the terminal : Code: http: ( double slash )i46 (dot) tinypic (dot) com/2j26q9z.jpg As you can see, it is using the default colour yellow. I created another profile already, changing those two colours to black and grey, but I don't think this is a good solution.
I checked the error.log file : Code: TagLib: ID3v2.4 no longer supports the frame type TDAT. It will be discarded from the tag. I'm guessing it has something to do with that.
View 8 Replies
View Related
Mar 27, 2010
1.What character instructd the shell to interpret a special character as an ordinary character?
2.What directory contains some of the utilities available on the system in the form of binary files?
3. What command is used to search the location of a utility?
4. What command is used to instruct the editor to write the file and quit the editor?
5. What key quits the more utility and displays the shell prompt?
6. What command starts a child shell as the super user, taking on root's identity and environment?
7. Which wildcard characters can be used for searching all the files in the system that start with "A"?
8. The user name or login name of the super user is????
[Code]....
View 10 Replies
View Related
Apr 30, 2011
i have a script where i need to pass an argument "1234:-)"if i run this as ./shell.sh 1234:-)it wont work because invalid character. i need to handle this with expect utility so if i pass it as ./shell.sh "1234:-)"no issue in bash but expect does not recognize this.
View 7 Replies
View Related
Mar 11, 2011
I have bash script which has lots of echo statements and also I aliased echo to echo -e both in .bash_profile and .bashrc, so that new lines are printed properly for a statement like echo 'Hello World' the output should be I even tried using shopt -s expand_aliases in the script, I am running my script as bash /scripts/scriptnm.sh; if I run it as . /scripts/scriptnm.sh I am getting the desired output.
View 4 Replies
View Related
Dec 23, 2010
I have a BASH shell script with embedded SQL script. The SQL script fetches the data from oracle server and the data contains more than 8 spaces in the value (eg, 28051630 A) and the data is written to flat file using the below syntax:
$ORACLE_HOME/bin/sqlplus -s ${CONNECT_STRING} >${out_file} <<!!
.. sql query..
!!
The problem is that whenever the data is written to ${out_file} spaces are getting converted to TAB character
eg, 10 spaces (in Oracle) converted to 1 TAB and 2 spaces 7 spaces (in Oracle) converted to 1 TAB and 1 space Also, from above example you can see the width of TAB char is not constant (8 in first example and 6 in second example) Is there any way that I can stop shell script to convert spaces into TAB character as I want the data as it is from Oracle DB (i.e. only spaces not TABs)
View 3 Replies
View Related
Aug 11, 2009
Is there a way to process individual characters one-by-one from a text file in Bash, or is that hoping for a little too much from this lovable old clunker?
View 13 Replies
View Related
Aug 9, 2010
As exposed in a previous thread : 11.3 64b nvidia kde4 : font color bug in konsole I have a problem in the konsole terminal . I chose the Fixed [misc] font and i want the size 3. But for some unknown reasons konsole wants to display some chracaters and some words in bold . As This font doesn't exist in size 3 in bold, it displays the bold characters in size 7, which is the smallest available bold size for this font set (Fixed [Misc]) . It makes any of these bold characters unreadable as they are too large compared to the room they have to be displayed. How can i prevent konsole , bash , htop or any program responsible for this behaviour, to display such bold character ?
View 3 Replies
View Related
Mar 29, 2010
I need show the number of process per user, and after the date of the oldest process per user also.
With "ps -eo user | sort -u" i get all users that are running any process. And with "ps U username | wc -l" i get the number of process that the user "username" is running.
But how can i merge both commands for do what i need? Like a FOR or something like that. There is any method of make a FOR using the list that i get with the first command?
And then for show the date of the oldest process.. with "ps U username | sort -k 4" (4 is TIME field) i can show the process of the user "username" sorting they by time. But how can i get the date of the process takes longer running?? I can get only the time, but no the date.
View 9 Replies
View Related
Mar 20, 2010
Ok, so I find myself ripping audio CDs frequently, which I then lame to mp3's to put on my media player. I usually define the --ta and --tl (artist and album) ID3 tags and batch encode each album, but don't bother with the track tags as I'd have to do each one seperately.
So, I'm working on a script to do all this for me, extracting info from 'pwd' etc. to fill in the blanks for --ta, --tl and --tt (track name). All is working well, except that I can't get sed to pass on the "" character to lame to escape spaces.
Here's what I've got so far: (trouble spot is bolded - no need to pay attention to the rest of it)
Code:
All this does is pass a 'space' on to lame, which it takes as an invalid argument.
View 10 Replies
View Related
Jun 12, 2011
I was messing around with the alternate character panel app and made a custom character set. I then wanted to put it on a new panel and created a new panel. I moved the character set to that panel, and then started to mess around with the panel settings (auto hide, show hide buttons, and expand, to be specific.) So far so good, until I moved the panel from the right side of the screen to the top. I already had a panel here, and it seemed not to like hiding a panel when there was already one on the top.
When the new panel hid itself, all my panels stopped responding (any clicks on them did nothing) and my processor started going at 100%. I tried a reboot and the only thing that changed is that now I can't even see my panels. I'm guessing I need to change the settings back manually through the prompt, but I don't know how to do that. I am using 10.04 and have not upgraded gnome since upgrading to 10.04.
View 1 Replies
View Related
Sep 19, 2010
I experience this since kde 4, but it never really was that bad because once in a while on updating kde I also deleted the .kde folder in my home-folder and everything was fast again.
But I haven't done this for a while now and kde take really long to load. Is there any folder to clean up there without deleting the whole .kde-folder and loosing all my settings again?
View 14 Replies
View Related
Mar 5, 2010
i just wanted to know is there any IM messanger that supports webcams? i mean i m using pidgin. but it doesnt support webcam ( tell me if im wrong) i like to use yahoo. facebook ( i know it doesnot provide webcam ), myspace,
View 1 Replies
View Related
Jun 13, 2010
I've looked all over the net (believe me, EVERYWHERE), and I can't find anything. I sort of need a program that supports webcam so I can communicate with my family when I leave town in a few weeks. I've tried aMSN, emsense, Pidgin (webcam hasn't worked in that program for ages, heh), empathy (just audio works), skype, ekiga, and so on.
View 2 Replies
View Related
Jan 2, 2011
Does anyone know of a download manager for Ubuntu that supports filesonic.com? I've used Tucan to download from rapidshare and megaupload, but unfortunately, it doesn't support filesonic. Any ideas? A friend suggested wget, but that's not really the type of download manager I'm looking for.
View 1 Replies
View Related
Jul 25, 2010
Can any one list the Kernal supports for ARM926
View 4 Replies
View Related
Dec 30, 2010
how Xrandr supports Dual screens. I am attempting to setup Dual Screens on a Ubuntu 10.10 System with an ATI twin head card (DVI + HDMI) Non-mirrored, separate desktops However on connecting a device to the HDMI output - the DVI screen output appears to loose all panels, icons. Only the mouse pointer & desktop background remains.
I believe the output is defaulting from screen 0 to screen 1. I found a solution by creating two devices in xorg.conf and assigning one for each separate screen. BUT this created a new problem of loosing my mouse pointer. how I can get my mouse pointer working or the correct way to setup dual screens.
[URL]
View 9 Replies
View Related
May 5, 2011
i've a system relies on Linux version 2.6 i need to add a usb camera for this system as it supports somekind of cams wich i doesn't need .shall i need to add module & driver & may HAL and recompile kernel again !? i'm using ubuntu10.10 which i use it to recompile kernel for this system
View 6 Replies
View Related
Jun 10, 2011
Does Fedora supports Touchscreen computers? I am planning buy a new desktop computer and there are several models that come with touchscreen, I don't really care about this feature , I just want to know if Fedora can operates under a touchscreen system. If Fedora doesn't support touchscreen systems, Is there any plan to integrate this option in a near future?
View 1 Replies
View Related
Feb 19, 2010
I'm trying to figure out whether my system supports PCI Express without opening up the box. lspci doesn't mention "Express" or "PCI-e" anywhere, but dmesg reports that a "PCI Express Hot Plug Controller Driver" is in use.
View 3 Replies
View Related
Feb 9, 2011
Is there any IRC client that supports VI keys? The ''obvious'' script VimIRC is and has been broken for so long it's not even funny. Do you know any IRC clients on Linux, GUI or Curses, that provides some of that nice vi usability? Or could some of the existing clients be scripted to use? Irssi, XChat, even ERC would do?
View 2 Replies
View Related
May 18, 2010
want to know enable 32-bit IO-support on my hard driveusing hdparm . But before I enable 32-bit support , I want to knowwhether my hard drive supports 32-bit IO or not. I tried the -I option with hdparm , but it is not telling clearlywhether it supports 32-bit or not. The following is the output from the hard drive of my system (hdparm -I ) .
=====
Commands/features:
Enabled Supported:
[code]...
View 1 Replies
View Related
Jan 11, 2010
Google suggests that the latter, Mac software running on Linux, isn't possible. However, it also returns results that haven't changed for some time, which is why I'd like to know if anything has changed since then. Namely, Safari. Despite only having used an actual Mac once, I like Safari, and so far have the Windows version working fine under Wine. However, one of the things stopping me using it more is add-ons. In Firefox, I use Xmarks. Xmarks supports Safari - on a Mac. To my knowledge, this is no Windows Safari version. So, if I can't run it on the Windows version for now, what I want to do is run the Mac one instead, and use it there, if possible. I suspect neither is actually possible, at least for now. But it's always nice to have confirmation.
View 4 Replies
View Related
Feb 17, 2009
Cent OS 5 support 8 GB Memory on a 32 Bit System?
View 4 Replies
View Related
Mar 31, 2010
Does anyone have a kernel that supports Atheros network cards? I am using ASUS EEE PC netbooks and none of the kernels I have access to have drivers installed for the NICs. I am having issues when I try to build my own kernel and maybe someone has a precompiled one? Either that or if someone has a basic, step-by-step guide to building your own custom kernel. This is my first time building a kernel and I am kind of lost. This isn't actually for running Ubuntu I will be using it in an imaging program called FOG. I just need a kernel that will support these NICs so I am able to do some imaging.
View 5 Replies
View Related
Jun 8, 2010
With what command i can check whether my Ethernet card supports gigabit speed Ethernet or not?
View 1 Replies
View Related
May 30, 2010
I have installed the Wubi version of Ubuntu 10.04 on my Dell 1537 Studio laptop. Additionally, I have installed the GDK plug ins for .MP3 file support. When the installation completed, there was a message indicating the installation was successful, but it was unable to install one plug in. I am able to play .MP3's, but I can not add them to an audio disk project in Brasero. When I have Brasero do a search for the missing software, it can not find what it needs.
View 3 Replies
View Related
Oct 3, 2015
How do you check if a computer's video card will support Kernel Mode Switching BEFORE OS installation?
In this example I have an Acer Aspire AST180-UA381B.
Manufacture website says my video card is: Integrated nVidia MCP61
[URL] ....
Nouveau code list says: NV4C (MCP61) GeForce 6150LE / nForce 400/405, GeForce 6150SE Quadro NVS 210s / nForce 430
[URL] ....
I want to know:
1. How to tell if my graphics card will support KMS before I install the OS?
2. If it does not support KMS which kernel options should be passed to get it to work properly with the nouveau driver?
3. Ultimately I am looking for a tool that should be included in the installation screen that will:
a. identify your hardware: list the hardware detected on the screen
b. highlight with color code any hardware listed that is not supported or poorly supported: in this case graphics drivers
c. perform a quick benchmark test of your hardware: In this case I want the benchmark to tell me what capabilities my graphics card has.
d. automatically recommend and set the best kernel parameters for a successful boot: if the graphics card needs nomodeset or modeset=0 or whatever I want it to do it for me.
Also I started a personal blog about this issue which I intend to compose into guide to assist others with this question. [URL] ....
My goal is to create a boot disc that will automate proper installation of graphics or other hardware for a system BEFORE installation. I would like to see this feature included in the Debian installation screen.
View 14 Replies
View Related
Mar 31, 2010
I have an OpenBSD server and I access i'm trying to access it via serial port with a Opensuse computer. I have been using Minicom but its 2 emulation types (vt102 and ANSI) Dont seem to be working for me. Is there a terminal emulator for linux that supports wyse50? That would be best.
View 4 Replies
View Related
Jan 22, 2010
Which fonts dows xterm support?Is there any command to know the list of those fonts?
View 1 Replies
View Related