Fedora :: F13 - New Feature (since F9) When "command Not Found"?
Jun 29, 2010
This has popped up a couple of times, seemingly randomly, as I'm working in a terminal window. I just mistyped "dirs" as "dits" and got this:
Code:
$ dits
Command not found.
* Downloading details about the software sources. Downloading list of packages..I say seemingly randomly because it doesn't do it if I just type some random gobbledeegook command and hit enter. Is this some new feature (since F9) that is trying to find the missing command?
Does anyone know what happened to the Multiseat feature that had been in the feature list at one point?To briefly summarise, a single machine with multiple graphics cards, sound cards, keyboards & mice provides multiple seats for users. Each user gets their own monitor, keyboard, mouse & perhaps audio. The rest of the machine resources are then shared.
The last I saw on the topic was this discussion, although I have a recollection that there was going to be support in a newer version of X.Org. I've googled around quite a bit, but can't seem to find anything.
Anybody know anything? It would be a great feature to have and it's frustrating to have had such an omission since F8 :-o
I downloaded mesa from their git repository a few days ago then built it and installed it. I've tried removing it just now with "make uninstall", but that feature isn't in the makefile. How I can remove it?
I'm trying to figure out how it's possible to fix so that scrolling of text works.
Example:
I ssh somewhere if I work here ls or more huge text file then I can easy have x=100 or even 1000 lines. it's possible to scroll up and down in the window to se text etc. Then I start screen cmd... then I only have that amount of screen hight and width of the original screen visible from the first window when I started the screen function. How do one configure so that it is possible to scroll indefinite if I for instance do a more command on a text file with some 1000 lines?
yum list grep samba shows samba-13 installed however when type smbclient as root it returns
"Command Not Found" and returns me to bash.
yum remove samba reboot yum install samba still nothing
smb[tab] returns : smbd, smbusers and 3 others but none that are smbc*. I'm kinda stuck for my windows shares at this point.
smbd i presumed was the deamon so i triggered that but smbclient still cant be found and when i ran smb(something) status it stated that the samba service was up and running.
users list is configured but i believe this is an issue with the command.
I'm attempting to install the Oracle Sun Ray Server Software on Fedora 15 and I've done the majority of the install and config however, the system is coming up with an error that the gdmdynamic command is not found??
Apparently this comes with gdm but I couldn't find a package correlating to this command.
Apparently it comes with Gnome/GDM.... I don't have Gnome installed in the system but do have GDM!
I'm using a java application that runs as an interactive command line (in a terminal). My problem is that it's rather unfriendly as an interaction mode as it's minimalistic: it doesn't allow going to and fro with arrows, there's no history and so on. So I have to type all commands every time and have to retype it if I missed something at the beginning of the line, or I have to copy and paste from a txt editor. The strange thing is that I have seen the same application running on a Windows box and allowing for all the sugar. So I'm not sure if it's because of the shell script I run (as opposed to the .bat) or whether it has to do with system or profile settings in my shell.
For information, the shell script starts with: Code: #!bin/sh I've replaced it with: Code: #!bin/bash
In hope I would have something closer to my normal terminal. The app runs but it doesn't change anything to the interactive mode. I'm rather clueless regarding sh/bash and so on. I've seen the manuals but I'm not entirely at home understanding and using their options. I know that there's a .bashrc and perhaps something like a profile somewhere, but I don't really know how to do things with these without risking messing up.
I recently installed Fedora 14 from KDE live CD . everything is working excellent except when I tried to do lsmod today, I got lsmod:command not found error.I checked and found that PATH did have /sbin and /sbin/lsmod does exist. But /sbin/lsmod points to /bin/lsmod (which does not exist)I did whatprovides on lsmod and found module-init-tools-3.11.1-2.fc13.i686 as the package.
I am facing the below problem:sudo /etc/init.d/xinetd reload sudo: /etc/init.d/xinetd: command not found. /etc/init.d/xinetd restart /etc/init.d/xinetd stop.
Currently I'm using RHEL 5.3 in my server. Last time I install MySQl Server and it working fine.Then i facing a problem with my server and i reinstall back RHEL. But i didnt use MySql package inside the CD to install MySQL. i install MySQl separately. I download from MySql website. My problem is, i success install MySql in my server. The service also running. But when i type.
I decided to switch from Ubuntu to Fedora Core 10 KDEdual boot installation worked perfectly... all smooth!untill i got to installing things....i wanted to install ndiswrapper, so i manually downloaded it on my second pc and transferred it trought a USB stick to the Fedora PC. When reading the 'installation manual' it clearly uses the "make" command a lot...problem is; bash error: "bash: make: command not found"So i google this and i get some solutions, all involving online repositories...so basically... i need internet to get the MAKE rpm, and i need the MAKE rpm to get the internet working... :')I tried searching online repositories but i haven't got a clue about what i need to download from there (to get the make command, or the "Development Tools") and how to install it on my fedora pc....i need help :P It would be much appreciated if someone could explain me how i could get these important packages up and running on my system with manual downloading and installing.I haven't got a clue how to do this manually... I've been on it for hours allready and I'm getting a bit fed up with it I can't understand why such an important package isn't standard included in the installation.
I've been using linux for a long time, and I just ran into a problem that has me stumped. Any time I mistype a command, it says "Command not found."... yea, I know that's normal. But it doesn't return me to my # prompt. I have to press Ctrl+C to get back. code...
I know I do have one issue with this computer, I have 2 blown caps on my motherboard. This was a dual boot system, but after a virus with winblows, I decided to switch it to strictly linux. (roommates... *grumble*) I think I was running fc10 before I wiped the hd & installed fc12. Fc12 does seem to be running slower, and I still haven't got my sound card working properly... but that issue is for another topic... -YungBlood Reborn
Code: mock rebuild -r fedora-15-i386 rpmbuild/SRPMS/deadbeef-0.5.1-1.fc15.src.rpm and getting following error in /var/lib/mock/fedora-15-x86_64/result/build.log: checking for intltool >= 0.40.0... ./configure: line 22040: intltool-update: command not found configure: error: Your intltool is too old. You need intltool 0.40.0 or later. code....
Defining tcsh aliases through a .aliases file has worked perfectly for me for years and years using cygwin and older versions of mandriva. I am encountering very annoying and mysterious problems when attempting to do the same thing with a .aliases file in a fedora 64-bit VM. Strangely, if I define aliases in the file, they won't work, but if I do so on the command line, then they will.
Here's a simple example: Suppose I define an alias for "ls" in the file: alias ls '/bin/ls' Then source the file. This happens: me: ls : Command not found. me: alias ls /bin/ls me: /bin/ls file1 file2 file3 etc. me: unalias ls me: ls file1 file2 file3 etc. me: alias ls '/bin/ls' me: ls file1 file2 file3 etc.
A second example: if I place either of these lines in my .aliases file: alias d '/bin/ls -alF !:1' alias d '/bin/ls -alF !*'and source the alias file, this happens:/ me: d Bad ! arg selector. However, if I define the alias on the command line: / me: alias d '/bin/ls -alF !*'then the alias behaves correctly:/ me: dtotal 376 drwxr-xr-x. 10 r r 4096 Apr 14 16:05 ./ drwxrwxr-x. 6 r r 4096 Feb 21 16:15 ../ drwxr-xr-x. 3 r r 4096 Apr 14 16:05 bin.v2/ -rwxr-xr-x. 1 r r 193872 Apr 14 15:35 bjam* -rw-r--r--. 1 r r 52804 Apr 14 17:20 bjam.my.log drwxr-xr-x. 77 r r 4096 Nov 17 09:49 boost/ -rw-r--r--. 1 r r 989 Nov 17 04:51 boost.css
I'm running Fedora 10 [KDE] on an Acer laptop and am having problems configuring "hot keys" for it. First thing that needs to be mentioned is that the hotkeys used to work when I was running it on Gnome without me having to do anything. I assumed that this will be the case with KDE too. In any case, I think driver installation is supposed to be quite straight forward. There are two packages: acer_acpi and acerhk and different installation instructions for each one of them. The problem I am having is when I run the makefile script for either one of these, I get the following output in the terminal:
Quote: Makefile: line 5: KERNELSRC?=/lib/modules/2.6.27.9-159.fc10.x86_64/build: No such file or directory Makefile: line 6: KERNELSRC: command not found Makefile: line 6: KERNELSRC: command not found Makefile: line 6: shell: command not found Makefile: line 6: shell: command not found Makefile: line 8: KERNELVERSION: command not found [Code].....
I think build-essential and some other packages are normally needed, but since you can't get them for Fedora (?), I groupinstalled "Development Tools" and some other group.
I am new to Linux and I am trying to convert image files to mpeg video I tried using this command images2mpg -o Vorticity.mpeg -i Vorticity-Magnitude0%d.jpeg I get an error as below bash: images2mpg: command not found
I know my way around MS Windows much better, but I just don't feel right trying to program something for Android on a Microsoft operating system. I am interested in Android programming so I followed the instructions on [URL] to install the environment on my computer...
I just installed the JDK, SDK, Eclipse successfully (or I assume):
* When I get to Step 4 where I'm supposed to run 'android' it will not run. I get the error message "android: command not found" (I am definitely in the right directory).
** When I double-click it in nautilus, it opens up in gedit. I can set the permissions in nautilus (through the properties - Allow executing file as a program) and get it to work,
1. I didn't like the icon theme and changed it to Ubuntu Mono Light. But is there a way to get the Min/Max/Close buttons to how they are in Radiance when maximized, or is that dependant on something else?
2. Is there a way to disable the Unity dock, but not the Unity feature where the Min/Max/Close go into the command bar?
In Ubuntu 10.04 grub command prompt setup command does not exist for installing grub.I am trying to recover my Feodra12 OS.Did anyone find alternate command for setup in grub command line for Ubuntu 10.04 ?
I am a linux newbie, and recently started shell programming. whenever I use 'let' command it gives me an error 'command not found'. I am using ubuntu 9.10 with bash.
Recently installed F12 through the text based install and have got to GNOME gui but when i got to system/administration i only get two options and those are for display changes. Is there some way to install the features i missed out on? namely Add/remove programs which i can't seem to find anywhere