Debian Configuration :: Cannot Get Ksh To Have Super Tab Completion Power

Oct 27, 2010

I cannot get ksh to have super tab completion power. Is it possible? I would like

apt-get in<tab>
and
apt-get install icewe<tab>
to auto complete

I am using lenny and ksh93

edit: Another problem. If I set ksh as /bin/sh I get errors during boot. Is it just me? Is it possible to set ksh as /bin/sh?

edit2: One more question. ksh does not seem to tab complete symlinks Is it just me? Any way to get it to recognize symlinks?

and my .kshrc
# Environment variables.
export PAGER=more

[code]....

View 5 Replies


ADVERTISEMENT

Debian Configuration :: Tab Completion Within FTP Server

Nov 14, 2015

I'm having a lot of difficulty trying to use tab completion while working in my FTP server from a terminal.I access this server with other Linux distros and OSX and the completion works fine. I've tried changing a lot of Debian config, but it seems to only affect the completion within the local scope.

Tab completion does work for system related tasks, no problem.

System:
Debian 8.2/Kernel 3.16.0-4-amd64

FTP Server:
Trendnet TS-I300 NAS with FTP/upnp

Settings:
Enabled in bashrc:
Code: Select allif ! shopt -oq posix; then
   if [ -f /usr/share/bash-completion/bash_completion ]; then
         . /usr/share/bash-completion/bash_completion
   elif [ -f /etc/bash_completion ]; then
         . /etc/bash_completion
   fi
fi

View 5 Replies View Related

Debian Configuration :: Understanding Super Hybrid Engine Settings?

Sep 15, 2010

I've got an Atom-based EeePC1000 with 2.6.34-0.slh.11-sidux-686.The DebianEeePC wiki ( as the following information.As of kernel 2.6.30, the "Super Hybrid Engine" is supported: /sys/devices/platform/eeepc/cpufv contains a value which is 256× the number of available settings plus the current setting; you write a number n (0 ≤ n < number of available settings) to it to alter the setting.

View 2 Replies View Related

Debian Configuration :: Searching For Power Miniserver?

Jan 20, 2011

My ASUS Wl500g Premium v1 (with NSLU Linux) now working not only as router, but SSH/OpenVPN-client.Now I want mini-server on Debian for1. Torrent-client;2. Samba-server;3. vsftpd/OpenSSH/OpenVPN-servers.I've already chosen this:Intel "D525MW" (Atom D525-1.80Ghz, iNM10, 2xDDR3 SO-DIMM, SATA II, D-Sub, SB, 1Gbit LAN, USB2.0, mini-ITX)2 * SO-DIMM 2Gb DDR3 SDRAM SEC (PC8500, 1066Mhz, CL7) original2 * 1000Gb Hitachi "Deskstar 7K1000.C HDS721010CLA332" (SATA II)and I'm searching for a case (that can take on board 2 HDD 3.5) and powerfull RAID-controller.

View 1 Replies View Related

Debian Configuration :: Increased Power Consumption On Kernels >= 2.6.38?

Jun 29, 2011

According to Phoronix [URL]... aspm&num=1 (which seems to only test Ubuntu kernels) the problems should affect all users of the affected kernels, including Debian's, but that article provides a fix. I don't remember anyone here mentioning lower battery life and increased heat on their mobile platforms, though.

View 1 Replies View Related

General :: Make Zsh Completion Behave Like Bash Completion?

Jun 2, 2010

I switched to zsh, but I dislike the completion. If I have 20 files, each with a shared prefix, on pressing tab, zsh will fully complete the first file, then continue going through the list with each press of tab. If I want one near the end, I would have to press tab many times.

In bash, this was simple - press tab and I would get the prefix. If I continued typing (and pressing tab), bash would complete as far as it could be certain of. I find this behavior to be much more intuitive but prefer the other features of zsh to bash.

Is there a way to get this style of completion? Google suggested setopt bash_autolist, but this had no effect for me (and no error message was printed upon starting my shell).

View 1 Replies View Related

Debian Configuration :: Kernel Panic: Power/level Is Deprecated?

Jul 13, 2011

I am currently having issues with system freeze when unmounting portable hard drives. This happens almost every single time. Normal USB sticks are fine and do not produce the freeze. I am using kernel 3.0.0-rc6, however the issue also persists when switching back to 2.6.39. This is the error message i get when freeze occurs, reverting to terminal output:

WARNING! power/level is deprecated use power/control instead
Jul 13 18:26:49 destiny kernel: [ 6196.892776] Call Trace:
Jul 13 18:26:49 destiny kernel: [ 6196.892803]  [<ffffffffa008feec>] ? scsi_setup_blk_pc_cmnd+0x15/0x104 [scsi_mod]

[Code]...

View 2 Replies View Related

Debian Configuration :: Power Usage (laptop Battery) And Zen Interactive Tuning?

Jun 17, 2015

Since according to liquorix.net the kernel

Code: Select alluname -a
Linux t 4.0-5.dmz.3-liquorix-amd64 #1 ZEN SMP PREEMPT Debian 4.0-12 (2015-06-14) x86_64 GNU/Linux

incorporates Zen Interactive Tuning and this

[URL] .... wrote:Tunes the kernel for responsiveness at the cost of throughput and power usage.

View 2 Replies View Related

Debian Configuration :: Where Hard-disk Power Management Can Be Found In Squeeze

Feb 19, 2010

I am trying to figure out where the harddisk power management can be found in Squeeze. Before it was in the scripts under /etc/acpi, but in Squeeze it's not. I'd like to be able to change the hdparm -B value from 128 to 200 when using battery.

View 3 Replies View Related

Debian Configuration :: Gnome-power-manager Prevents Suspend Key From Working

Nov 19, 2010

I decided to upgrade my Asus Eee 900 from Lenny to Squeeze, to fix some issues that I was having. I did a fresh install using the beta1 netinstall cd image, and now my system is mostly working as I'd like it. Overall it seems quite good, and it even boots much faster than it did with Lenny.

I've encountered a problem, though. The suspend key doesn't work. I installed the package 'hibernate', and now the system can suspend via a command (which seems to work properly, although I haven't tested it extensively). I've noticed that the squeeze system doesn't have a command that my other Lenny systems do, 's2ram'. And I've noticed also that a package, uswsusp, which seems to be related to this kind of thing, can't be installed because it's not in the repositories: Package uswsusp is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'uswsusp' has no installation candidate

View 10 Replies View Related

Debian Configuration :: Power Management Utility Screen Go Black After 10 Minute

Jan 1, 2011

I disable that from the gnome power management utility screen go black after 10 minute. It's very annoying since I cannot watch a movie in that way!

View 6 Replies View Related

Debian Configuration :: Gnome Power Manager Display Setting Not Respected?

May 19, 2011

Despite having the Gnome Power Manager set to put the display to seep after 30 minutes, it always happens after 5 minutes. The display will go blank but still lit, and then it powers off after the 30 minutes. Surely, if I set it to 30 minutes, the display should power off then, and not just blank after 5? I have no screensaver packages installed so it's nothing to do with that.

View 2 Replies View Related

Ubuntu :: Buttons References - Use The <Super>ButtonX (<Super>Button1 For The Enabled Compiz Screenshot Plugin)?

Jun 5, 2011

how to use the <Super>ButtonX (<Super>Button1 for example for the enabled Compiz Screenshot plugin)? I also notice there is configurable buttons 1 throught 20 under the various options. At first I thought the ButtonX was a mouse button. Maybe it is with some anticipation of there being eventually being a possible 20 buttons on the mouse. I know the Super key is the Key with the Windows logo on it. But I don't know what to do to get the needed Super Key / Button combination. After having enabled Compiz's Screenshot plugin by its default, I don't get an image after hitting any of the Super key and mouse button combinations. I'm running Ubuntu 11.04.

View 2 Replies View Related

Debian Multimedia :: Xfce4-power-manager Doesn't React To Power Button / Fix It?

Jun 4, 2010

I use Squeeze with Xfce. My problem is that recently (after the xfce updates) the xfce power manager doesnt react to the power button - it is set to suspend. I dont have gnome-power manager or anything like it running.
If i reboot the computer, the power button will work but if i suspend and resume, it doesnt work again.
The computer is built on an Asus M3N78-VM mobo (2GB RAM/Athlon3200+ single core).

acpi_listen detects the button press.

Any thoughts?

View 2 Replies View Related

Debian :: Squeeze Upgrade - Tab Completion Does Not Work

Mar 15, 2010

Since upgrading my laptop to Squeeze, terminals (tested Gnome terminal and xterm) show simply a "$" prompt; machine, path and username are missing. What's really annoying though is that tab completion doesn't work, it inserts a tab character instead. Fooling around showed me that typing in the command "bash" brings everything back to what I'm used to. So in my dire newbiness do I ask, how do I reenable bash as the default shell for these programs?

View 5 Replies View Related

Debian Multimedia :: Completion For Command Parameters In Gnome-terminal?

Aug 14, 2011

Out of X I have auto-completion for a command parameter (e.g. 'aptitude upd(ate)') but in gnome-terminal I have auto-completion only for the command, not for its parameters. Is it possible to have that?

View 1 Replies View Related

Debian :: XKB - Super - Not A Modifier In Custom Layout

May 29, 2011

I've written my custom keyboard layout, where I'm trying to remap the Menu key as Super. The key gets remapped, however Super is not recognized as a modifier key, unlike with a standard layout I've used as a comparison. What puzzles me is that the left Windows key, which I never refer to in my custom layout stops working as well.

Here is the relevant section of my custom layout:

Output of xev command shows the key has been remapped correctly:

View 2 Replies View Related

Debian Multimedia :: Avertv Super 009: Not Working?

Apr 5, 2011

I am running Debian Squeeze stable on a bare atom board. Only yesterday I installed an analog PCI TV tuner (AverTV Super 009). But I am unable to tune any TV/FM channel. Is it that the stock squeeze kernel doesn't have driver for this particular card? Or I'm missing some bits in configuration? Do I need to upgrade kernel (is any later kernel available in backports)? Here is some info that you may require:

[Code]...

View 4 Replies View Related

Debian :: Root / Super User Access On KDE Version

Mar 16, 2009

After a week of working with Debian, I decided to install the KDE3 version straight from an NetInstall CD. This fixed some issues for me as well as made networking and folder sharring a snap! But now its time to add all the extra packages I need.

Here's the problem: Using any kind of Package Manager yields the same results:
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (var/lib/dpkg/), in another process using it?
RESULT=100

I've tried apt-get from root command line and the KPackage Manager that comes with KDE3 with same results. I have only one user that was created during Debian install. I'm having some other problems, from what I've seen on the net, they all seem to point to not having proper Super User access (I'm guessing here). What could cause this error? AND/OR How do I make sure I have top level access to the configure the system? (I tried logging in as "root", but the login errored out saying that this was not allowed).

View 8 Replies View Related

Debian Installation :: Super Grub2 Will Work After Vista Reinstall

Mar 16, 2011

I have a dual boot system. I need dual boot as my dictation software is only available for Windows. In the future I am going to try a virtual machine, but dictation and audio did not work properly the last time I tried in VM. But unfortunately for now I have a dual boot machine with Vista and Debian 6. Unfortunately, I am going to have to reinstall Vista. Or to be more accurate I'm going to install the 64-bit version instead of the 32 bit that came with the computer. I have the 64-bit version that I no longer use from one of my other computers.

Anyway, I have to install Windows which will overwrite my grub2. Is there anyway I can make a backup or reinstall grub2 after I install Windows. I really don't want to reinstall Debian 6 squeeze. Can they make some sort of a backup of gurb2 before I do this. I checked out the Internet and I found something called Super Grub2. It apparently will allow me to boot back into Debain 6 so that I can install grub2 again. Assuming, Super Grub2 even works then how do I reinstall grub2 once a boot into Debian 6? Has anybody tried Super grub2, does it work? It's kind of hard to test it, with a working version of grub2.

View 3 Replies View Related

Debian Hardware :: HDA Intel Super Quiet With Newer Kernels?

May 27, 2011

I'm running kind of a mix between Wheezy and the occasional package from Sid. I've got the 2.6.32 kernel installed, as well as 2.6.38 and 2.6.39.

With the first kernel (2.6.32), my sound is normal, everything works fine. With the latter two, even using the same driver, my sound is quiet even with the volume up all the way, not to mention that somehow the available volume controls change along with this update. I was wondering if anyone else has experienced something similar, and if they managed to fix it or work around it without just booting into the older kernel?

View 2 Replies View Related

Ubuntu :: Configuration Settings For The GNOME Power Manager

Mar 22, 2011

Have not been installed correctly.

This message comes up as I am logging into my account. Upon entering my password it goes back to the logon screen.

Booting into recovery mode and different kernels doesn't help.

View 2 Replies View Related

Software :: Configuration Default For GNOME Power Manager Not Correct

Oct 26, 2010

After trying to backup my hard drive on my HP Mini 210-1054TU notebook PC, On start up the users menu comes up (A little changed) and when I sign in it comes back with a window flag that say: The configuration defaults for GNOME power manager have not been installed correctly.I can booth with a stick and see my files and directory but, I am not allowed to open any. There is no access to a terminal or anything but, the users menu. It appears to take the password as, if not right, it would say so but, only comes back with same menu and window flag.Ironic, I was trying to backup my files so I would not lose them.

View 1 Replies View Related

Fedora :: Gnome-power-manager Configuration Defaults Not Installed Properly?

Nov 19, 2009

My monitor kept powering down after 20 minutes so I installed Gnome-power-manager by yum so that I could change the settings. After the installation and every time I try to use it I get a message saying:

Quote:

Install problem!

The configuration defaults for Gnome Power Manager have not installed correctly. Please contact your computer administrator

I'm now unable to effect a change in the power settings and the display keeps turning off.

1) Is someone able to post their config file from a working F12 install? I believe it's /etc/dbus-1/system.d/gnome-power-manager.conf but not certain as I don't have one ;-)

2) ~/.gconf/apps/gnome-power-manager/%gconf.xml is empty - is it empty for someone with a working install?

3) how I can change the power settings without the gui - I'm googling on this point and will post the answer as and when I find it.

Code:
[ecvej@desktop ~]$ uname -r
2.6.31.5-127.fc12.x86_64
Edit: In case it is relevant, this is the contents of my /etc/gconf/gconf.xml.system/%gconf-tree.xml

[Code]....

View 2 Replies View Related

Ubuntu :: The Configuration Defaults For Gnome Power Manager Have Not Been Installed Correctly

Oct 10, 2010

I was using simple backup config to backup home to an external drive and it was working fine for the past week or so and today after the backup the computer was restarted and I am unable to log on. I get an error message saying. "the configuration defaults for gnome power manager have not been installed correctly "

I did some googling and the problem is that / is full. I have been trying for the past three hours to delete some space on / so that I can log on. I used ctr-alt-f1 and I can log on there but whatever command I use to delete the root trash it fails. I get an error message saying /root/.local/share/Trash/files/ is not a file or directory.

delete root trash so I can log onto this computer. I have used every variant of sudo rm -r /root/.local/share/Trash/files/ that I could find including one using Chmod. I have already tried the commands found in this tutorial [URL]

I also reinstalled gnome but that did nothing.

View 4 Replies View Related

Ubuntu :: Partition Full - Gnome-power-manager Configuration Defalts

Feb 26, 2011

One day I was using Gparted and following this I rebooted and had this came up

"Install problem! Configuration defaults for Gnome Power Manager have not been installed correctly. Please contact your computer administrator."

Initially from reading the forums I figured it was because my Ubuntu partition ( I dual boot Windows 7 and Ubuntu 10.4) filled up for some reason.

I used a boot CD and cleared some files in /media. It seems like I kept about 17 GB of backups there for some reason.

The problem is that even though I cleared this out, I still have the same message.

I could just reinstall, but I want to try to keep my data for once, especially my virtualbox harddisks, unless someone can suggest a way to save it and reuse it.

View 2 Replies View Related

Ubuntu :: Configuration Deaults For Gnome Power Manager Have Not Been Installed Correctly?

Feb 27, 2011

I just tried to start up Ubuntu and got the following error message. "The configuration deaults for gnome power manager have not been installed correctly. Please contact your computer administrator."

I then get a black screen, with the menu bar at the bottom, and a choice of who to log in as. No matter who I choose I get the same error message and then it takes me back to the same screen. It also gives me the choice of what session to use but again, no matter what I choose it just takes me back to the error message and the same screen. I am running Ubuntu 10.10 on an Eeepc 901. I have the Netbook version installed, but I was using the desktop session. The last time my computer worked I ran update manager and it updated some Intel driver i think. Sorry I can't remember the exact details. Not sure if this is something to do with it.

View 1 Replies View Related

General :: Configuration Defaults For GNOME Power Manager Have Not Been Installed Correctly

Dec 17, 2010

Opps should raed GNOME power manager problem, but im sure you all guessed.I get an error when i try and log in.The configuration defaults for GNOME Power Manager have not been installed correctly. Please contact your computer administrator."I did try and follow the advice on other threads but nothing works so far.

I have an eepc- no cdrom drive.Right now im in malaysia so i dont have anyone to help me out. If you have any suggestions make them simple please i dont care if i loose everything on my computer just need it to work again

View 5 Replies View Related

Ubuntu :: Isnt Working - Configuration Defaults For GNOME Power Manager Have Not Been Installed Correctly

Jul 16, 2011

My ubuntu isnt working after i write my password and press enter it does nothig but gives a massage ''the configuration defaults for GNOME power manager have not been installed correctly'' the recovery console doesnt work too(same problem) the problem appeared after i installed bittorent client called smth starting with 'd'.

View 4 Replies View Related

Ubuntu :: Error Message Says "configuration Defaults For GNOME Power Manager Has Not Been Installed Correctly"

Aug 18, 2011

error message says "configuration defaults for GNOME power manager has not been installed correctly";however, my laptop was working fine this morning. Now it does not even let me sign-in. I was attempting to install a back-up software using the "Accessories" button icon and the computer stopped working. Now it won't let me even sign-in.I use Ubuntu 10.04 and had done an update successfully (or so I thought), but what do I do now?

This message is coming to you from my desktop computer while the problem exists on the Dell laptop. Its model number is Inspiron 9300.

View 2 Replies View Related







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