General :: /etc/inputrc Does Not Seem To Be Recognized As User On Ubuntu 8.04.2 LTS?

Jun 13, 2010

On a new installation of Ubuntu 8.04.2 LTS, logging in as a standard user does not maintain the keybindings (whether through sudo su - or direct from ssh).As the root user everything is fine and /root/.inputrc does not exist (only /etc/inputrc) which has its default settings.In addition setting a ~/.bashrc and ~/.profile to the same as the root user (and chown'ing to user:user) has no effect.

View 1 Replies


ADVERTISEMENT

Programming :: .inputrc And Readline Key Binding?

Feb 10, 2010

I can find eC-f and eC-b in /etc/inputrc and they work. However, I find the eC- key combination a bit of a finger reach and I use forward-word and backward-word a lot so I wanted to add a key modifier combination that was easier. I have tried several different versions of key binding in ~/.inputrc but nothing seems to work. Here is the latest version of my .inputrc:

# Bill's inputrc for ReadLine
# '$include' directs readline to the file
# with 'universal' settings.
# Place 'export /etc/inputrc' in .bash_profile

[code]....

Meta (ALT) -b works (does backward-word) for some reason but M-C-b doesn't. Meta (ALT) -f gives me the window menu, as it should. I don't want to change that. But ~/.inputrc gives me nothing with ALT(Meta)-CTRL-f. I was kind of hoping to figure out how to substitute M-C- for e on my local or users .inputrc and readline for many of my user's bindings.

View 1 Replies View Related

Ubuntu :: Sd Card Not Recognized - How To Make It Recognized

Jun 2, 2010

I just installed Ubuntu 11.04. The drive was formatted when I installed so it's 100% Ubuntu. The only major problem I have encountered is that Ubuntu will not recognize my SD cards. I really need to access these cards, all my film footage is on there. I think the internal SD card reader (If such a thing exists) would have been deleted during the installation process. I am a greenthumb to Ubuntu and have never used it before so I am rather stuck...

View 7 Replies View Related

Debian Hardware :: HDD Not Recognized In BIOS But Recognized Upon Boot

Sep 18, 2014

I have a backup HDD with a different distro for my laptop and i can boot into it via external usb or if swapped into the laptop. This HDD/install in question is debian testing and was working fine, the issue arose suddenly. I was first suspecting a failure of hardware somewhere on the motherboard, but the hdd i was using with an external usb adapter also works when installed into the machine. also, the HDD is recognized once i have booted using the external HDD and distro, but it is not recognized by the bios. so i dunno, my first guess is something became corrupt within the testing install, but i guess its also possible that there is some wrong with the HDD but thats not immediately apparent as all the data is still accessible.

Should also note that the HDD with testing on it is also recognized when connected via the external usb adapter, while booted from alternative distro/HDD.

Also. just tried this, but i can get the testing HDD/disto to boot if connected externally. it was going pretty quick, but there i did catch a line about a corrupt filesystem. any commands to run to see what might be going on?? log files to look at?

View 0 Replies View Related

Software :: Makefile - File Not Recognized - File Format Not Recognized Collect2 - Ld Returned 1 Exit

Mar 27, 2010

I was installing DYMOUM from [url]. "make" command is issuing this error:

Code:

Prior to this, ns-2.34 was working fine. Patches are applied very well.

I am in under fedora 9 and:

Code:

View 9 Replies View Related

General :: Ubuntu New User: Can't See New User In Home Directory

Jul 28, 2011

i'm new to linux and just installed Ubuntu and decided to play around with it. i just executed

Code: useradd test which supposedly creates a folder in the home directory '/home/test' but when i look in there i can't see it i also did a

Code: grep test /etc/passwd which returns: 'test:x:1001:1001::/home/test:/bin/sh' which i believe means it is meant to exist.

Addendum: I have also now noticed that when i log in and log back in i have the option to login as 'test' but it prompts me for a password which i did not set :s

View 5 Replies View Related

General :: Create User Add File With Default Password And Force User To Change It?

Feb 2, 2010

I want to add 50 new users, not on the server yet I want to add them all to group Accounting - with 1 option, not user by user I want to setup a default password for them all, and have it say something like 'You must now change password or no access will be permitted' Any other options I also want to do once, not for each user?

View 3 Replies View Related

General :: Change Password For Newly Created User And Root User Using Graphical?

Jan 15, 2010

I am using mint 8 for a 2 weeks, I am noob to linux but I like Mint than any other linux distro which is great alternative to windows. I have a problem regarding password reseting.

1. My laptop automatically get logged in without asking user name and password.

2. I tried to change password for newly created user and root user using graphical way but it does not work.

2. I can perform administrator task using only OEM user which is default inbuilt user of mint.

How can make my laptop to ask password when mint get booted? How to change password for other users?

View 1 Replies View Related

General :: Write A Shell Script That Allows Only User 1 And User 2 To Execute A Program?

Feb 25, 2010

I've looked everywhere but I can't find where to change the default box for incoming mail, or am I on the wrong track. It's a nuisance having to change folders and I can't configure wastebin to empty on exit.And I can't get kmail to import from evolution. Do I have to go to the evolution storage and do it manually, and if so, how do I do that?

View 1 Replies View Related

General :: Login As Other User Using Shell Doesn't Load The Profile For That User?

Dec 11, 2009

I am using the sudo command to log on locally as another user by the following command:

sudo -u theotheruser -s
or
sudo -u theotheruser sh

As I see it, this initiates a new shell with the mentioned other user.However, this doesn't load that users profile from his home directory.Is there a way to automatically read the users profile when login in with selected command? I am mostely interested in getting a working prompt when logged in.

View 11 Replies View Related

General :: Give User Access To Directory In Another User's Home

Mar 8, 2010

I'm developing an application in which one user must run java software that I'm compiling as another user. I wanted to give user A permission to see the bin direcory of my workspace, which is in the home directory of user B. I was wondering how can this be done? I gave the bin direcotry full read/execute premissions, but since it's in my home directory user A can't navigate to it.

I know there are a few ways I could get around the problem but they arn't very elegant. I was wondering if there is a simple method for giving a user access to a specific directory without giving access to all the parent directories. I tried symbolic link but user A still can't access it, and a hard link to a directory isn't allowed in Linux. I don't feel like making a hard link to every single file in the bin directory, and I'm not sure that would work anyways, since every recompile overwrites them.

View 7 Replies View Related

General :: Difference Between Regular User And System User (and Groups)

Sep 28, 2010

What is the difference between creating a "regular" user and creating a "system" user on Linux?

For example:

Code:

adduser john

Code:

adduser --system john

Similarly it seems there are normal groups and system groups. Doing an internet search and reading man pages does not give much information on the whole concept of system and regular user/group.

View 1 Replies View Related

General :: Space Is Not Recognized

Jan 5, 2010

I have RHEL5 on 1 drive and I cloned the drive to a larger 2nd drive on the same machine using "dd" via clonezilla.The image copied and the partition size remained the same. I wanted to take advantage of the additional space on disk 2 so, using Gparted, I resized the main partition to make it larger.After that action, I performed df on the partition and it returned the original size. But when I brought up a tool named "system-config-lvm", it reported back the larger size.Who's telling the truth? More importantly, why the discrepancy?

View 5 Replies View Related

General :: Second NIC Not Recognized In RHEL5?

Jan 3, 2011

I have installed a second NIC to my Desktop on LINUX (Oracle Enterprise Linux 5). However, it does not get recognized while I'm performing the install and only eth0 card shows up.

View 5 Replies View Related

General :: Ubuntu 10.10 Installation Disc Not Recognized By Apt-get Command?

Apr 1, 2011

I am trying to install the Broadcom wireless driver BCM4311 on my Acer Extensa 5420. I have consulted several help forums and tried several suggested ways of doing it. They all seem to require using b43-fwcutter, and my Ubuntu 10.10 installation always refuses to fetch it from the installation disk. The most straight-forward approach I have tried is as follows:

1. From the console, I type: sudo apt-get install b43-fwcutter

2. The command works for a while, then responds by asking me put the disc labelled " Ubuntu 10.10_Maverick Meerkat_ - Release i386 (20101007)" into the CD-ROM drive and press ENTER.

3. I insert the installation disc containing the installation program that I downloaded from the Ubuntu web site into the drive and press ENTER, but just get the same request again.

The file on the installation disc is named "Ubuntu-10.10-desktop-i386.iso", and the disk does not have a label. I have tried renaming the installation file with the intention of burning a new disc that would be recognized, but the name being requested is not a valid file name for Windows (so I can't do it on a Windows machine), and it also seems to be inappropriate for Ubuntu (it has spaces and may be too long). I also tried keeping the same file name and burning a disc with the requested label, but the burning software would not accept such a long label.

View 2 Replies View Related

General :: Disable User And Change User Password Using SSH?

Oct 5, 2010

How do I disable and change the user password using SSH on a Linux

View 3 Replies View Related

General :: Change All Files Belonging To One User To Another User?

Jul 20, 2011

I'm looking for a Linux command that can change ownership of all files belonging to a given user,preferably in a targeted directory, to another specified user. My dream command would look something like this. chuser -R --olduser tom --newuser jerry

This is my scenario... I have a backup file (.tgz) with user and group information preserved in it. It was taken from a web server running Apache and MySQL. The files in the backup are from across the system and contain files from several different users and several system type accounts and it is key that when restored on the new server the settings are not lost. The problem is that the users on the machine the files are being restored to don't match the ones in the backup file. For instance both machines had a MySQL user but they have different user ids and there are several user ids that existed on both machines that belong to different users. This means there is no way to sync the users on the new machine to the ones on the old machine. I can find all the users files with the find command like this...

find /decompressed-backup-dir -uid 1050
or
find /decompressed-backup-dir -user tom

If, as I suspect, there is no way to do what I want with a single command then perhaps there is a way to pipe the results of the find command to another command to handle the ownership change?

I could do this with a PHP script but there are 4GB and tens of thousands of files in the backup so I don't want to use PHP or Perl but I would be happy with a shell script that could handle it.

View 2 Replies View Related

General :: USB Drive Not Recognized (Error -71)

May 9, 2010

My Friend's Pen Drive, which was working well very well just few days ago, is not being recognized after getting used by a virus affected machine. Its not on fdisk -l or lsusb. However in dmesg I can see the following:

[977.300013] usb 5-2: new full speed USB device using uhci_hcd and address 2
[977.420014] usb 5-2: device descriptor read/64, error -71
[977.644023] usb 5-2: device descriptor read/64, error -71
[977.860013] usb 5-2: new full speed USB device using uhci_hcd and address 3
[977.980013] usb 5-2: device descriptor read/64, error -71
[978.204013] usb 5-2: device descriptor read/64, error -71
[978.420013] usb 5-2: new full speed USB device using uhci_hcd and address 4
[978.828015] usb 5-2: device not accepting address 4, error -71
[978.940015] usb 5-2: new full speed USB device using uhci_hcd and address 5
[979.348013] usb 5-2: device not accepting address 5, error -71
[979.348292] hub 5-0:1.0: unable to enumerate USB device on port 2
[1017.848015] usb 5-2: new full speed USB device using uhci_hcd and address 6
[ 1017.968012] usb 5-2: device descriptor read/64, error -71
[ 1018.192017] usb 5-2: device descriptor read/64, error -71
[ 1018.408014] usb 5-2: new full speed USB device using uhci_hcd and address 7
[ 1018.528012] usb 5-2: device descriptor read/64, error -71
[ 1018.752023] usb 5-2: device descriptor read/64, error -71
[ 1018.968012] usb 5-2: new full speed USB device using uhci_hcd and address 8
[ 1019.376019] usb 5-2: device not accepting address 8, error -71
[ 1019.488011] usb 5-2: new full speed USB device using uhci_hcd and address 9
[ 1019.896016] usb 5-2: device not accepting address 9, error -71
[ 1019.896308] hub 5-0:1.0: unable to enumerate USB device on port 2
[ 1049.984016] usb 5-1: new full speed USB device using uhci_hcd and address 10
[ 1050.104014] usb 5-1: device descriptor read/64, error -71
[ 1050.328014] usb 5-1: device descriptor read/64, error -71
[ 1050.544014] usb 5-1: new full speed USB device using uhci_hcd and address 11
[ 1050.664018] usb 5-1: device descriptor read/64, error -71
[ 1050.888019] usb 5-1: device descriptor read/64, error -71
[ 1051.104025] usb 5-1: new full speed USB device using uhci_hcd and address 12
[ 1051.512014] usb 5-1: device not accepting address 12, error -71
[ 1051.624101] usb 5-1: new full speed USB device using uhci_hcd and address 13
[ 1052.032014] usb 5-1: device not accepting address 13, error -71
[ 1052.032991] hub 5-0:1.0: unable to enumerate USB device on port 1

What these Errors actually mean and how Can I get this pen drive Back to work?

View 3 Replies View Related

General :: 5 In 1 Card Reader Not Recognized / Fix It?

Apr 9, 2010

I am very new to Linux. I installed ubuntu 9.10 on my Acer 3050 aspire. It works very well except for a few issues. I can not use my 5 in 1 card reader, nothing shows up in "computer" except "cd/dvd" and "file system". My lg phone does not show up when using my data cable as mass storage, and the touch pad is too sensitive, (i have adjusted the settings listed under mouse/touchpad but to no avail. The biggest problems is the card reader and phone. Can this be fixed?

View 14 Replies View Related

General :: Bluetooth: Phone Recognized, But Nothing Gets Done?

Mar 17, 2010

How do I get basic bluetooth stuff working? Put in USB dongle and it was automatically recognised:
Quote:

ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)

The hcitool scan command works to give the name of the phone and its address thing:
Quote:

hcitool scan

But although when I operate the mobile, cell phone to "Browse files" in the bluetooth menu the computer puts up a bubble saying 'connected' the phone say: 'Connecting fail'.

View 2 Replies View Related

General :: Cannot Log In, Home Directory Not Recognized?

Aug 10, 2010

I have tried googling many times for answers, but haven't yet found a solution to my problem (maybe its my selection of search terms).I screwed up my debian system by trying to setup an ftp server with vsftpd very quickly withouteading much documentation (very stupid) as root. I must have screwed up the something to do with the home directory for my user because now cannot even log in with my usual username and password when the computer starts up. All the computer says when I try to log in is:

Unable to cd to 'homemyusername'I can log in as root with Debian single user mode, so I am hoping I can reset my home directory so it works again. Also, I cannot seem to ever get the gnome login screen just a terminal login screen.

View 7 Replies View Related

General :: External TB HD Not Recognized By OpenSUSE 11.3/

Jan 16, 2011

I have gone through Mint, Ubuntu, Fedora, and continue using them on different PCs but I recently had a problem with my graphics card on new releases.. another story all together.So I am using OpenSUSE 11.3 on my Dell inspiron 1526 AMD 64 bit. I have always been able to plug in my external HD and have it show on my desktop. Now with OpenSUSE something is different. I tried other flash drives, all show up and open to view on their own, but my 1GB ext HD doesn't. I am not a pro with the Terminal yet but I prefer to use it and am good at reading and copying commands from online.

jason@linux-z81g:~> lshal -m

Start monitoring devicelist:
04:35:12.017: computer_power_supply_battery_BAT0 property battery.voltage.current = 12479 (0x30bf)
04:35:17.813: usb_device_1058_1102_57442D574341553432313937303738 added
04:35:17.833: usb_device_1058_1102_57442D574341553432313937303738_if1 added
04:35:17.839: usb_device_1058_1102_57442D574341553432313937303738_if0 added
code....

as you can see it says "My Book" which is the name of my ext TB but where is it and how do I mount it?

View 14 Replies View Related

General :: Nokia X6 Not Recognized On Mint

Jul 6, 2011

how can i get my nokia x6 phone to be recognized on mint 10 via usb cable...plug in my cable and nothing...tried nokii nothing...bluetooth far too slow when i try it...i know it has something to do with the usb ports and the phone code...but i not sure...sorry very green here and next to no techno knowledge...ta for any info...

View 1 Replies View Related

General :: File Format Not Recognized?

Mar 17, 2011

How to deal with file not recognized: File format not recognized

View 2 Replies View Related

General :: Usb Flash Drive Not Recognized?

Oct 16, 2009

I am having trouble with getting my flash drive recognized. I would love a simple answer.

View 4 Replies View Related

General :: Used Alias Command For Ll And Now Ll Is Not Recognized?

Dec 3, 2010

I used the alias command to make ll be ll -lrt. I have linux 5 and using the bash shell. now I can't even use ll, only ls. when I go into the bin directory, ll is not in the list and the normal color codes for bash are not showing either...folders blue, etc

View 4 Replies View Related

Software :: /usr/lib/libgd.so - File Not Recognized - File Format Not Recognized

Jul 22, 2009

I'm trying to cross-compile glibc 2.2.3 for PowerPC 405 using ELDK 3.0 on a x86_64 machine.

I have unzipped glibc-2.2.3 in a temp directory and configured using:

The configuration seems to run fine but when I do make I get the following error:

This is the error in the config.log file:

I have installed the libgd package using apt-get install libgd2-xpm-dev and I also tried recompiling using libgd2-noxpm-dev package but I still get the same error.

View 2 Replies View Related

General :: Vfat Partition Not Recognized By Windows 7?

Dec 13, 2010

I have a 320GB external HDD with 2 partitions, both primary:

1. vfat 100GB
2. ext3 remainder

Both were formatted when I created them with qtparted. Windows 7 sees them, and says they are healthy, but does not recognize the vfat partition. Is it too big, perhaps? Short of moving everything off the vfat partition and recreating it with W7, how do I fix it? I think W7 uses some sort of extended fat32 now?

View 7 Replies View Related

General :: Bluetooth Mouse Connects But Not Recognized

Feb 19, 2011

I'm running Debian squeeze on a Fujitsu Lifebook AH550 under kernel revision 2.6.37. For the most part, everything is good, but I can't get my Verbatim Bluetooth mouse (model 96991) to work. It's fine with the Debian 2.6.32 kernel, so I know that the hardware is recognized and any required configuration files are in place. I've evidently missed some kernel configuration parameter, unless perhaps some driver has changed since 2.6.32 which renders my mouse incompatible.If I run bluetooth-properties, I can see that a mouse is configured. I've tried removing that device and adding a new device. The mouse is found immediately, and, according to the dialog, is configured successfully.

View 7 Replies View Related

General :: Cannot Get Online / Flash Drives Not Recognized

Jan 30, 2010

I cannot access the web/ wireless internet...not my flash drives are being recognized.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved