Debian :: Lxterminal Not Showing Full Output From Commands.

Aug 4, 2010

I'm currently running Testing/Sid on my machine with Fluxbox as my window manager.Yesterday I noticed that I was not getting full output from commands using lxterminal.First off I tried another terminal,which was the xfce4-terminal.The result being exactly the same,missing output.I have also tried re-generating my xorg.conf,and yes you guessed it no change.Getting desperate I also tried dpkg-reconfigure console-setup,still missing output from lxterminal.So to sum up why do I get the full output with xterm but not lxterminal which I have been using previously for some time.

View 5 Replies


ADVERTISEMENT

General :: Ps -A In Script Not Showing Full Output?

Feb 25, 2010

i have a problem with ps, and pgrep when used in a script. with the -A option it does not print all processes and pgrep on a known running process returns nothing. So I made a script with nothing but "ps -A" and the shebang and it does show all of them. Also, ps -A on the command line is showing all processes. I am running this script as root and it is owned by root.edit: I have ps -A in a function called in a case and if I put ps -A outside the function and case it shows all. how is where it's at changing it's output

View 2 Replies View Related

Ubuntu :: Sda1 Full, Cleanup Commands Not Working

Oct 25, 2010

I have had the same problem of /dev/sda1 becoming full and have been able to fix it with the commands:

sudo apt-get clean
sudo apt-get autoremove
sudo dpkg --configure -a
sudo apt-get update
sudo apt-get upgrade

But this time I am still unable to free significant space. Here is the output of various commands.

df -h
/dev/sda1 5.6G 5.4G 0 100% /
varrun 498M 108K 498M 1% /var/run
varlock 498M 0 498M 0% /var/lock
udev 498M 76K 498M 1% /dev

[Code].....

View 1 Replies View Related

General :: Commands Fail With Disk Full Messages

Feb 9, 2010

I've been getting error messages indicating my disk might be full, but I don't really think it is. It is so bad that I could not log on via Gnome, but fortunately I was able SSH into my box. Once in, however, I can't even create a directory!

View 14 Replies View Related

Ubuntu :: Up Arrow In Terminal Not Showing Previous Commands?

Apr 9, 2010

The other day I was practicing some of the famous Awk One-liners and noticed something interesting in the bash shell on ubuntu 9.04. Some specific awk commands would execute correctly but when I tried to use an up arrow to re-run the command that particular command was not present in my history. Is this an issue specific to me? specific to awk? Completely random?

View 2 Replies View Related

General :: Different Output Of FTP Commands

Jul 31, 2009

I am getting different output of FTP commands in linux and unix. We are migrating an application from unix to linux.

The following output i am getting in unix and linux.

In UNIX 64 the dir command will give the details along with pathname at end ( BOLD )

But in RHEL 5 i am just getting the file name.

Is thery any way to get the pathname in dir command of FTP in RHEL 5.

View 2 Replies View Related

Ubuntu :: Compact View Not Showing Full Filename?

Jun 7, 2011

I am having a small issue with how Ubuntu displays my files. In Windows 7, I typically view my files in the "list format." In Windows 7, when in that format, it displays the entire file name of my files. In Ubuntu, "compact view" is the same format as "list" from Windows 7. The only difference is, it does not show the entire filename. Kansas - Carry on my Wayward son.mp3 for example, is viewed as Kansas - Carry on m... This is really not a big deal. And I get it, compact means compact. I can just use Ubuntu's "List View" to see the entire file names of files. But that's not my preferred way of viewing files. I was wondering if there was a way to make "compact view" show the entire file of my files.

View 4 Replies View Related

General :: Thunderbird Not Showing Full Mesage After Reply

Jun 27, 2010

Sam and I are going to the fair on sunday around 2 if anyone wants to join us. Lets get some deep fried butter.As you can see the first message is cut off in the last message, it just says Sam... no plus sign or anything for me to be able to view the whole message including everything that was said throughout multiple emails. This happens to every single one of my emails, if someone replied again to this the original message just would no longer be on the email at all and I'd have to search it out in previous emails which is a pain.

View 2 Replies View Related

Ubuntu :: Brasero Disc Burner Not Showing Full Space On DVD-R?

Mar 31, 2010

I'm using Ubuntu 9.10 and Brasero Disc Burner to burn .iso's (NON-ILLEGALLY. I'm burning linux distros on them.) . I'm using Sony DVD-R's that on the disk say 4.7 GB, but it says 3.7 on Brasero.

View 4 Replies View Related

General :: Replace A Character With The Output Of Some Commands Using Sed?

Mar 16, 2010

rm -f /www/emailout/template.html
TODAY=`date '+%d-%m-%y'`
DBRUN=`ps ax | grep dtd `
sed -e 's/ncTODAY/'"$TODAY"'/g' -e "s/ncdbrun/'"$DBRUN"'/g" /www/emailout/test1.html > /www/emailout/template.html

But, I can't get the output of $DBRUN ?

View 14 Replies View Related

Programming :: Allow Interleave Output When Run Commands Concurrently?

Feb 23, 2011

I am working on the shell using c language. I just would like to ask when I run some command in the backgrounds, how can I allow interleave out? I want to the output like this:

shell> command1
shell> command2 &
shell> command3

[code]...

View 3 Replies View Related

Programming :: Write Output Of Two Commands To A File?

Oct 12, 2010

I'm writing output of top command to a file However since top does not provide time I would like to append the 'date' command and then write all this to a file.

so something like top -d 1 -b; echo 'date' >>file

View 1 Replies View Related

General :: Using Cut On File Full Of Ls -l Output To Display Only Filenames?

Oct 7, 2010

I have a file that contains "ls -la" output. I would like to display only the filenames, none of the other information before it such as permissions, ownership, size, and date.Would the cut command be the best way to hit this, or should I use Vim or sed?

View 6 Replies View Related

Server :: Rsync Showing Wrong Output?

Feb 16, 2011

Iam comparing 2 filesystem using the below command.rsync -navrz --exclude=logs/* /opt/otm/ glrrd@105.78.7.100:/opt/otm/The output showing the files which are same in size and timestamp that are to be sync.Iam using rsync 2.6.3 version so i dont have itemize changes option to debug the problem.Is there anyway i can find the how rsync is finding the difference between the 2 filesytemEx: filesystem1

-rw-rw-r-- 1 glog glog 39132 Nov 26 2009 FinJ-code_2003-10-22_12h17_CEST+0200.jar
-rw-rw-r-- 1 glog glog 39132 Nov 26 2009 finj.jar
-rw-rw-r-- 1 glog glog 954987 Nov 26 2009 jakarta-taglibs-standard-1.1.2.zip

[code]....

View 3 Replies View Related

General :: Which Commands To Use To Output The Current Users Logged Into The System

Apr 27, 2010

Which commands do you use to output the current users logged into the system and accessing a specific file?

View 5 Replies View Related

Programming :: Python : Pass Output Of System Commands To Variable?

Jan 25, 2011

I'm trying to write a python script that will use the current user's name when interacting. Ex: when started, it should say "hello daweefolk" when I am logged in.
I've tried
Code:
username=os.system("echo $USER")
but the variable remains empty.
What is the correct code?

View 1 Replies View Related

Ubuntu :: Shell Command Output Not Showing Immediately?

Jan 18, 2011

This is an extremely weird issue that I can't find any help with on Google. It is minor but extremely annoying.

When I type in a linux command in the terminal, (e.g. "ls -la"), and then press enter, the cursor goes to the next line and just sits there, as if its processing some long command.

If I press enter again, I see the ls output as well as my prompt twice. It's like the terminal window isn't auto-scrolling, but I've also seen this happen when there wasnt even enough text in the console screen to warrant a scrollbar. Has anyone seen this before and know what I need to do? I hope what I'm asking about makes sense.

View 3 Replies View Related

General :: Prevent Hidden Folders Showing In Output?

Sep 27, 2009

ls -R recursively lists subdirectories encountered, is there a way to prevent hidden folders showing in the output?

View 2 Replies View Related

Ubuntu Servers :: Useful Server Information - Php File - Runs A Few Commands And Echoes The Output

Jan 25, 2010

Php file that basically runs a few commands and echoes the output. It's for checking things like temperatures etc, space free.

You can see it in action here: [url]

I've attached the actual php file.

Two questions:

1) What more can I add to it to give me even more information?

2) I want to add hddtemp but it requires sudo to run. How can I get around this?

View 4 Replies View Related

Slackware :: Showing Command Output On The Screen While Simultaneously Logging It?

Feb 4, 2010

I'm still learning about bash scripting. Not too long ago, with a lot of help from folks on this forum, I developed the following script to keep Slackware -stable up-to-date:

Code:
#!/bin/bash
#update_slackware.sh

[code]....

View 3 Replies View Related

Fedora :: Fc14 Amd64 Gnome - Hiding Hidden Files In Dolphin And Showing Full Location In Nautilus?

Apr 4, 2011

Trying the various settings (and noticing ubuntu gnome users recently had the same exact OPPOSITE problem -- they can't SHOW hidden files in dolphin) to hide my hidden files in dolphin is not working. The settings are saved OK, but those damn (ending in tilde, ie "~") files do NOT ever hide! I even see the correct little green recycling symbol on them, indicating they're identified as such, but no actual hiding goes on..

Nautilus, which I've used before (but have grown tired of, and was looking forward to dolphin), also has a weird issue that seems to have appeared with FC13 (I'd been using FC12 'til now mostly because of this) - there's no way (AFAIK) to tell it to show the location; to see it, you have to click Go->Location each time. Previously I could set it to print out the whole file or server path and it would stay that way when I opened new windows.. This is on fresh install & update.. kernel is 2.6.35.11-83.fc14.x86_64.

View 1 Replies View Related

Ubuntu :: How To Add LXTERMINAL To Task Bar In LXDE

Sep 26, 2010

Is there a way to add lxterminal to the LXDE task bar?I noticed that it was not listed as a selection under Add/Remove Panel Items and when clicking Add, the "plugins" listed do not include this.I previously used LXDE with Mandriva and their implementation included it on the Task Bar.

View 4 Replies View Related

Software :: Lxterminal Titlebar Missing

Jul 28, 2010

An issue is when I open lxterminal and the title bar is not there, I have to right click on the top of screen to minimize/maximize it, after minimize and maximize it, the title bar appeared partially and close/minimize/maximize buttons never show up. I recently did a Mandriva LXDE 2010.0 to 2010.1 upgrade when this issue started happening.

View 2 Replies View Related

Fedora :: Using Lxterminal To Connect To A Telnet Session On Another *nix Box

Jun 22, 2011

I am using lxterminal to connect to a telnet session on another *nix box.

After I connect, I always have to enter the command

Code:
export TERM=xterm

is there anyway to automate this?

View 3 Replies View Related

Ubuntu :: Replace Gnome-terminal With Lxterminal?

Mar 20, 2010

Is there a way to completely replace my gnome terminal with the lxde terminal (lxterminal)? I use the nautilus open terminal extension quite a bit, and I'd like to set this to use the lxterminal, but I'm not sure how. Is this possible?

View 3 Replies View Related

Ubuntu :: Byobu As Default In LXTerminal/Lubuntu?

Dec 2, 2010

I'm running a small server on a Lubuntu install, and I'd like to have new terminals start in Byobu, or at least screen. However, I can't figure out how to make Byobu start automatically. The built-in "Start Byobu with login" option doesn't seem to do anything, although it does add a line to my ~/.profile. How can I set Byobu as my default shell?

View 1 Replies View Related

Programming :: Valgrind Output Showing Addresses Not Code Against Errors - 2 Errors From 2 Contexts (suppressed: 0 From 0)

Feb 26, 2010

I am running Valgrind on my program. It shows me two errors but mentions only addresses against them and not actual code even on a debug build.

The output is

==23002== Memcheck, a memory error detector.
==23002== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al.
==23002== Using LibVEX rev 1575, a library for dynamic binary translation.

[code]....

View 1 Replies View Related

Ubuntu :: Starts Conky But Also Shows "output To That Terminal So You Can't Do Any Other Commands To That Terminal"

Jan 24, 2010

if you do the command conky in terminal, it starts conky ofcourse, but it also shows output to that terminal so you can't do any other commands to that terminal, Is their an option like you can do with the '&' sign in other cases? If you do the '&' sign with conky it still gives output, also the conky -d command gives output...

View 9 Replies View Related

General :: When Type "crontab -e" To Edit The File, It Is Not Opening In The Editor & Showing Output As "285"?

Aug 8, 2011

when I type "crontab -e" to edit the file, it is not opening in the editor & showing output as "285". I just wanted to edit crontab, So could anybody please tell me which is the real file of crontab, so I can manually edit that file using vi editor or nano. Or if that default editor is corrupted when I type "crontab -e", how can I change default editor before using "crontab -e" command. I will be waiting for your kind reply

View 2 Replies View Related

Server :: When Executed Last Command Its Showing System Ip Logged In Time And Logged Out Time The Output?

Feb 27, 2011

logging in a server through putty in the same network when i executed last command its showing system ip logged in time and logged out time the output as followsthis is my system
oot pts1 xx.xx.xx day month date time in time out timeand similarly am geeting other than this likeroot :0day month date time still logged in this is from more than 3 days its logged in

View 2 Replies View Related







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