General :: -cd Command Of Urxvt Doesn't Work

Aug 13, 2010

-cd command of urxvt doesn't work

View 1 Replies


ADVERTISEMENT

General :: Sudo Command Doesn't Work

Oct 17, 2010

I want to install some software using sudo apt-get command,but it dosen't work.(my network works well) how to handle it? below is the output of terminal:

@ubuntu:~/Downloads$ sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4
Reading package lists... Done
Building dependency tree

[Code].....

View 4 Replies View Related

General :: Printing A PDF From The Command Prompt Doesn't Work?

Oct 29, 2010

I have a PDF that I built using BIRT, and that works fine. At this point I'm trying to print it using lpr or some other command. It seems as though I should just be able to type lpr invoice.pdf and it should print to the default printer. However, lpstat -t shows "Empty print file!" for the printer, and the printer doesn't do anything, let alone print the file. lpr -l invoice.pdf prints the file, but unformatted - just a bunch of characters and whitespace on a seemingly infinite number of pages.

View 2 Replies View Related

General :: Vim:ctrl+v Command To Select Some Data.But When Push Ctrl+v.It Doesn't Work?

Nov 28, 2010

" Mark the start of the text with "v", "V" or CTRL-V. The character under the cursor will be used as the start.""With CTRL-V (blockwise Visual mode) the highlighted text will be a rectanglebetween start position and the cursor."I can mark the start with "v" or "V".But it doesn't work when I push ctrl+V.

View 14 Replies View Related

General :: Change Urxvt To Be Full Screen?

Feb 26, 2011

Now I am using fedora14,my desktop is Gnome,my terminal is Urxvt.How can i change it to be full screen?

View 1 Replies View Related

OpenSUSE :: Command Doesn´t Work Anymore On 11.4?

May 23, 2011

have You noticed that mt command doesn´t work anymore on 11.4? We try to install new version to hadle robotic library, but someone has written mt command as a new, and it doesn´t accept mt -f command anymore. cpio based mt command it´s not reliable as old one. Can anyone tell where to get old mt command which is compatrible new 11.4 x64 bit version?

View 9 Replies View Related

General :: Windows - Urxvt Flashes When Running Over SSH On Xming?

Feb 1, 2010

I have a windows 7 computer running Xming 6.9.0.31. I connect to my linux box running Ubuntu Server 9.10 with plink and run urxvt. It starts up and works perfectly however the urxvt screen flashes the xming root window about twice a second.This makes urxvt impossible to work with.Everything else that I have tested over the ssh connection (xterm, xfce4-terminal, etc) work perfectly with no flashing and this same problem has happened with two other linux installations (again only with urxvt)

View 1 Replies View Related

Software :: Command 'make' Doesn't Work While Trying To Install Git 1.7.4

Apr 6, 2011

I am facing issues while trying to compile git-1.7.4 on Red Hat Linux release 8.0 (Psyche) machine. I have given steps that I have followed.

[code]....

View 3 Replies View Related

General :: Gentoo+urxvt+terminus: How To Change Font Version

Jun 27, 2011

In my Debian installation I can type extended ASCII characters such as åäö by default using the terminus font, however in Gentoo I can't get it to work so far. Nothing happens when I hit those keys, like in this thread:Missing glyphs in Terminus font, how to setup a fallback font ? But in this case I know terminus supports those characters in at least some of its versions, since it's works in Debian. So what I want is to find out how to see and choose which of the many different terminus font files is being used. I set the font in the same way on both Debian and Gentoo, using URxvt*font: xft:terminus:size=xx in .Xdefaults. Both systems use en_US.UTF-8 as default locale.

View 1 Replies View Related

Debian Configuration :: Ssh Doesn't Work After Sending Reboot Command

May 2, 2011

last week while I was using ssh to the computer1 inside a NAT as usual, I made another tunnel from the computer1 that I was connecting to, to another computer2 inside that NAT (ssh 192.168.1.130) and after making some changes in computer2 I typed reboot. The computer2 rebooted but the tunnel totally hung and I had to kill it in my laptop. Since that day I haven't been able to ssh to the computer1 as I am used to.

Here is some more information:

debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Offering public key: /home/une/.ssh/id_rsa

[code]....

View 3 Replies View Related

Ubuntu :: Java Set Path - Javac Command Doesn't Work

Mar 27, 2010

I have installed jdk1.6_0_0 to kubuntu 8.10. But javac command doesn't work yet.

How do I set path?

Here are the outputs i got from typign some commands

View 6 Replies View Related

OpenSUSE Network :: Ssh Into Local Virtual Machine - Command Doesn't Work

Jul 18, 2011

I have an appliance called my_appliance.raw. To start the appliance locally, I use:

[code]...

After that I would like to ssh into the guest from the host but just the ssh command doesn't work. firewall is disabled on guest. the ip I use is the one that ifconfig shows when I run it on guest. sshd is running.

View 2 Replies View Related

Ubuntu Networking :: LSUSB Command Doesn't Work As Well As Windows Wireless Drivers?

Sep 1, 2011

I can get the command program to work, but not the desktop program to work. Windows Wireless Driver was working, but now every time I try to start it, it won't load, and will just be an empty window. This happened after I tried to installed a driver (which was the wrong one), and I restarted the computer. After this happened, I tried to reinstall the program, but to no avail.

The command program works, but I can't use the command lsusb, because it just pauses and doesn't do anything. Do I have to wait for it to kick in. I'm pretty sure that this is not it, because when I try the lspci, this works fine (but it's not the one I need). Please help, and don't make any stupid replies.

View 3 Replies View Related

Ubuntu :: Sudo Command Doesn't Work Anymore - No Valid Sudoers Sources Found

Jan 21, 2011

I was changing some file permissions with the chmod 777 command and i accidentally executed:

Code:

sudo chmod 777 /*/*/*/*

and now i can't get root access to anything. If I try executing a sudo command i get:

sudo: /etc/sudoers is mode 0777, should be 0440
sudo: no valid sudoers sources found, quitting

View 9 Replies View Related

Fedora :: Compile From Source - Install Buddi Budget Manager And The ./configure Command Doesn’t Work

Nov 24, 2009

Ive been using linux for a few months now and every now and again i come accross a program that doesnt have a rpm package but says that it can be installed on Fedora using source. I'm familiar with build essentials and the following commands:-

tar xzvf package.tar.gz
cd package
./configure
make
make install

but from what i have read fedora uses a differnet compiler. I'm trying to install Buddi budget manager and the ./configure command doesnt work, which im guessing is because it doesnt have a configure file? Can anyone confirm how to compile from source and whether there are any tutorials specific to fedora.

View 4 Replies View Related

General :: Mail() Function Doesn't Work With HOTMAIL But Its Work With Others?

Apr 27, 2011

i have tried mail function in php to send email from the local host its work for yahoo but not with HOTMAIL whay ! actually i tried to figure it out,

View 1 Replies View Related

Slackware :: Transparency Not Working With Urxvt?

Jan 29, 2011

I'd like to conserve as many resources as possible, with that being said, I'm switching from konsole to urxvt. After compiling and configuring my ~/.Xdefaults file as such.

Code:

URxvt*termName: rxvt
URxvt*scrollBar_right: false
URxvt*scrollBar: false
URxvt*borderLess: false

[code]....

Then I run

Code:

xrdb -load ~/.Xdefaults

By the way, running Slacware 13.1 x64 with Compiz. Still no transparency.

View 14 Replies View Related

Software :: Urxvt Config For Font Spacing?

May 30, 2010

I have been mucking around with this for a couple of days and finally got Urxvt set with transparency and font spacing like I want. Does anyone else use Urxvt?

View 3 Replies View Related

General :: At Command Doesn't Start Firefox

May 18, 2011

why firefox is not started if I use scheduler command 'at'. I can start firefox from terminal. But when I use 'at hours:min' it doesn't start. I tried 'firefox &' but it doesn't start too. If instead of 'firefox' I use 'mv fileName1 fileName2' the file is renamed as expected.

Code: at now
warning: commands will be executed using /bin/sh
at> firefox &
at> <EOT> (it works with other commands)

View 2 Replies View Related

General :: 'last' Command Doesn't Show Last Shutdown?

Jul 6, 2010

I shutdown around 4 - 5 hours ago which would be around 14:00 to 15:00 time range. But as you can see there's no entry for it. Why? and how can i find when i last shutdown?

Code:
last
lyle pts/1 :0.0 Tue Jul 6 19:18 still logged in
lyle :0 Tue Jul 6 19:15 still logged in
lyle tty7 :0 Tue Jul 6 19:15 still logged in

[Code]....

View 1 Replies View Related

Ubuntu :: Launching Terminal Apps In URXVT Automatically

May 12, 2011

Problem with use of -hold|+hold on rxvt-unicode (urxvt) v9.09 on ubuntu server. On startup, I'm trying to launch terminal apps in urxvt automatically. E.g:
Code:
"urxvt -e /usr/bin/weechat-curses +hold"
or
Code:
"urxvt -hold -e mutt"

However, -|+hold does not seem to hold the terminal open. There is a flicker of a new window opening & then it's gone. I'm trying to invoke this from .xinitrc (startx-->.xinitrc) and also tried commands from inside awesome wm rc.lua (awful.util.spawn_with_shell("urxvt -hold -e mutt") seem to get same flicker result but closes immediately. I see this error in .xsession-errors, which might be relevant (do I perhaps need to specify the display??).

Code:
[1461:1634:41805904:ERROR:all_status.cc(117)]
Unrecognized Syncer Event: 7
E: awesome: a_xcb_io_cb:230: X server connection broke
urxvt: X connection to ':0' broken, unable to recover, exiting.

Code:
rxvt-unicode (urxvt) v9.09 - released: 2010-11-13
options: perl,xft,styles,combining,blink,encodings=eu+vn+jp+jp-ext+kr+zh+zh-ext,fade,transparent,tint,afterimage,XIM,frills,selectionscrolling,wheel,slipwheel,smart-resize,cursorBlink,pointerBlank,scrollbars=plain+rxvt+NeXT+xterm
Usage: urxvt [-help] [--help]
...
[-n string] [-sl number] [-embed windowid] [-depth number]
[-/+override-redirect] [-pty-fd fileno] [-/+hold] [-w number] [-b number]
[-/+bl] [-lsp number] [-letsp number] [-/+sbg] [-mod modifier] [-/+ssc]
[-/+ssr] [-pe string] [-blt string] [-e command arg ...]

Code:
~$ awesome -k
✔ Configuration file syntax OK.
link to urxvt man: [URL]

View 7 Replies View Related

General :: Sound Doesn't Work / Get That?

Jan 27, 2010

I got a sound issue with my debian system
here is some outputs
lsmod

Quote...

View 3 Replies View Related

General :: Ctrl+alt+[f1 -f3] Doesn't Work?

Jan 13, 2011

ctrl+alt+[f1 -f3] switch doesn't work, but back to ctrl+alt+f7 works normal. When i switch from ctrl+alt+f7 to ctrl+alt+f1 I see that on the dash flashes on the screen.

View 2 Replies View Related

General :: Monitor Doesn't Work / Get That?

Feb 27, 2011

I've installed Linux suse 11.3 on my laptop, but the monitor doesn't work. my laptop is a VAIO one and it's graphic card is NVIDIA GEFORCE 310m, so
what should i do?

View 1 Replies View Related

General :: Live CD Doesn't Work On Old PII?

Jan 31, 2011

yesterday I was trying to install Puppy Lucid 5.2 on a old PC (PII 533mhz 265mb RAM). First of all I have launched the live cd, then set up language, time zone and keyboard... at this point pc stopped working and stay blocked on the desktop screen with no possibility to move pointer or use keyboard. Is it possible that hardware is too old to work with Puppy Lucid 5.2? May I have to try with a lighter OS (which one?)?

View 11 Replies View Related

General :: Rmi In Fedora Doesn't Seem To Work

Oct 3, 2010

i was workin on my rmi programs today in my f12,and then i executed all the files related to the program,it did get executed! but when i type the command start rmi registry that is to start the registry system,it fails to does so:

heres the o/p:
start: Unknown job: rmiregistry

the programs luks perfect and even got executed,sorry if the question is silly to be asked over her! i am completely new to fedora!

View 2 Replies View Related

General :: Rpm Doesn't Work When Used With URL That's Redirected?

Jun 4, 2011

If I do the following, if the URL is a redirect, it doesn't work

rpm -ivh http://path/to/rpm

I have to use wget http://path/to/rpm which resolves the redirect and downloads the file, then run rpm on that file.

More for my knowledge of bash than anything else, would there be a way to redirect the file downloaded from wget into the rpm (something like redirection or pipes or something), so that they could be combined into one command and you wouldn't explicitly save the file first.

Something like... rpm -ivh << wget http://path/to/rpm

I have one more question, and that is whether there is a command in linux, such as wget, that would let me pass it a URL and output the redirected-to URL if the argument.

e.g. ('wget --someflag http://orig/url' would output 'http://url-after-redirects-followed')

View 2 Replies View Related

General :: Slackware 13 Sessions Command Doesn't Exist?

May 24, 2010

I'm running Slackware 13 - xfce4 and I got a new session in background. How could I see that session and use it? In backtrack I'm doing it via sessions in terminal but im Slackware 13 session command doesn't exist.

View 2 Replies View Related

General :: Java Sound Doesn't Work?

May 26, 2010

I just installed Fedora 12 and after downloading and running the Java Sound Demo I get exceptions. If I run just a vanilla Java program that plays a .wav file it runs silently with no sound and no exceptions.

Every other app seems to play sound. I also took some advice from this thread in the Ubuntu forums which almost seemed to work. (Installing aoss got rid of the initial exceptions in the sound demo but I still hear nothing when I play.) I'm getting frustrated by the individual hoops I have to go through to eek sound out of my speakers when running Java apps on Linux platforms!

View 2 Replies View Related

General :: Argument To Cp In Backticks Doesn't Work?

Nov 9, 2010

I tried using a command likecp `ls ~/temp/*.xyz | head -1` ./But that does not work. If I echo the value of command inside back ticks and put it manually in cp command it works.

View 2 Replies View Related







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