Ubuntu Installation :: TAR Command Works But Generates Warning
May 20, 2011
May I know what is wrong in the following TAR command? It works, but generate a warning...
> tar -cpzvf /etc/a000/backup.tar.gz /etc/r000
tar: Removing leading `/' from member names
View 2 Replies
ADVERTISEMENT
Dec 1, 2010
I currently have Red Hat 5.4 installed and subscribed to red hat network for alert updates.The updates will be done by our administrator but I will like to check if the admin has done so on a weekly basis. Is there a command that generates a report or allows me to check if certain updates has been patched? I understand running a yum update will list all applicable patches. Should we just simply update all or only certain applications applicable to our organization environment?
View 2 Replies
View Related
Aug 10, 2010
I am trying to understanding package tools in ubuntu. After I read some documents on internet. I did some exercise myself. And I got some questions. I installed fex package.
Code:
# aptitude install fex
Reading package lists... Done
[code]....
View 6 Replies
View Related
Jul 6, 2010
i just tried to install Ubuntu Netbook 10.04 on my old Amilo Lifebook P Series. But after the boot screen and the choice to install Ubuntu i get stuck at the Ubuntu screen with the little dots on the bottom If I hit esc i can see the warning (process 257): GLib-WARNING **: getpwuid_(r) failed due to unknown user id (0)
View 2 Replies
View Related
Dec 28, 2010
Whenever I try and use php from the command line, I get this message:PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/imagick.so' - /usr/lib64/php/modules/imagick.so: cannot open shared object file: No such file or directory in Unknown on line 0The problem isn't the missing module, it is the warming message itself -- it is breaking scripts that rely on the output.I tried shutting off errors, changed my error reporting to:
error_reporting = E_ALL & ~E_NOTICE | E_CORE_WARNING | E_COMPILE_WARNING
And:
display_startup_errors = Off
Doesn't seem to matter though - it is almost like it isn't using the php.ini file at all
View 4 Replies
View Related
Mar 1, 2010
I have installed ubuntu Server 9.10 [ubuntu-9.10-server-i386]in ma machine. After giving the command startx i couldnt goto gui . It saying x session : warning: x rdb command not found resource not merged.
View 1 Replies
View Related
Sep 28, 2010
I have execute following command and got the following warning.
[root@sina0012 /]# serviceconf
No display information -- gtk_init not called
Gtk-WARNING **: cannot open display:
View 1 Replies
View Related
Jun 29, 2010
rpm -ivh httpd-2.0.59-1.i386.rpm
warning: httpd-2.0.59-1.i386.rpm: Header V3 DSA signature: NOKEY, key ID 751d7f27
error: Failed dependencies:
libapr-0.so.0 is needed by httpd-2.0.59-1.i386
libaprutil-0.so.0 is needed by httpd-2.0.59-1.i386
[code]...
View 3 Replies
View Related
Oct 20, 2010
i finally get my server reformat and replace with redhat server v 5.5 ... [URL] and the same thing show in rkhunter log..
like this
"
[18:00:36] /sbin/ifdown [ Warning ]
[18:00:36] Warning: The command '/sbin/ifdown' has been replaced by a script: /sbin/ifdown: Bourne-Again shell script text executable
[18:00:36] /sbin/ifup [ Warning ]
[code]....
View 2 Replies
View Related
Dec 7, 2010
I am trying to insall CPAN, apparently I do this by typing CPAN at the command line.After much else, this results in
Code:
**UNRECOVERABLE ERROR**
Could not find gdlib-config in the search path. Please install libgd 2.0.28 or higher.
If you want to try to compile anyway, please rerun this script with the option --ignore_missing_gd.
Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site]
[code]....
View 4 Replies
View Related
May 5, 2010
I just installed Ubuntu 10.04 on my Acer AS1410 netbook. I'm having a huge problem setting up a VNC server for it. I've got it all configured so I can connect to it, it loads up the gnome desktop just fine, I can move the mouse around and everything. The problem is that the mouse seems to click away constantly whenever I am remotely connected. If I hold the left mouse button down on the client end it stops this action, but as soon as I let go of the button it starts clicking away again.
View 2 Replies
View Related
May 27, 2011
I am running Debian Lenny and if I try to install something with apt-get it behaves normally until near the end when I get this sort of thing:
Code:
And more of the same. The file w3m contains this:
Code:
So what please is the syntax error and how do I correct it? What is the function of /usr/share/menu?
View 8 Replies
View Related
Jan 23, 2011
well I'll start by SPECS.
Processor: amd phenom II 965 BE
Motherboard: M4N78 PRO (Asus) newest bios
Memory: Corsair 2gb DDR2 800mhz X2 (4GB)
Video Card: Radeon 5750 1GB
Power: 620W Corsair.
HD: 320GB
I use the TV + HDMI cable. Versions tested 32BITS/64BITS (stay with x64) has no disk error. already downloaded several times. MD5 is correct well ... I'll start here with my concerns ... version 9.04 onwards does not work gives blackscreen. I think "forgotten" by the generic drivers for ATI or something that influences the video. it does not show. 9.10,10.04,10.10 none of those versions worked ... on other computers functioned normally. I found researching how to dribble and go to live. and thus unable to install. but does not work after the pc restarts. Linux does not. shows nothing ... goes to black screen with the (- FLASHING) but nothing else happens.
View 2 Replies
View Related
Sep 27, 2010
I use this command line to transcode media file
Code:
ffmpeg -i in.ts -y -threads 2 -vcodec libxvid -b 300000 -bufsize 8192 -g 300 -s 320x240 -aspect 4:3 -f mp4 -pass 1 out.mp4
[code]....
View 1 Replies
View Related
Apr 9, 2009
I use wireshark (ethereal) to moniter the traffic passing through the NIC. I find that system always sends "bad checksum" TCP/UDP packets. In CentOS 5.2 this is seldom. Does your system (5.3) send "bad checksum" TCP/UDP packet ?
View 2 Replies
View Related
Jan 23, 2010
I have a setup samba and want to get the correct security permissions when my wife creates / copies files from her camera onto the shared/mapped drive on her new laptop (windows 7) I want the permissions set to 770 or maybe 760. See my config below.
Now I can get it to create 760 but even if I change the mask it still generates the same permissions. After every change I restart the samba service. the umask is still 0022, do not know if that makes a difference? The directory permission's are correct with this mask. Do I need to look at groups?
[Code]...
View 1 Replies
View Related
Jul 17, 2010
I have two Roboards that need to communicate with one another. I have sucessfully installed Ubuntu 9.04 using the 386 kernel based on instructions found online.I can use the GUI to set up an Ad-Hoc network using one Roboard ("Create New Wireless Network"), call it Manet, and connect to "Manet" using the GUI on the other Roboard and ping/ssh between the boards. However, when I try to create the same wireless network using the command line using:
ifconfig wlan2 down
iwconfig wlan2 key off essid 'Manet' channel 5 ap any
ifconfig wlan2 up
I don't see any entry in iwconfig under "Cell". It keeps giving me "Not Associated"When I try to enter the same information on the other Roboard to try to connect to the network, it doesn't connect and under iwconfig, I don't even see any entry for ESSID. Could somebody please tell me why it works when I use the GUI and not the command line.
View 1 Replies
View Related
Oct 2, 2010
I just ran this command:
john@cmp:~/Downloads$ sudo cp * /usr/share/amsn/skins
and it came up with something like "cp omitting directory xxxx" for all directories (so each line xxxx was just a folder name. I was trying to move all directories in my Downloads folder to the skins folder u see above. But when I replaced the "cp" with "mv", it all worked fine. How come? I dont see why i can move but not copy?
View 1 Replies
View Related
Jan 28, 2011
Does anyone know why Nautilus would allow me to login to a server but not display any files, but when I log in via the 'ftp' command-line binary, it works and allows me to display all the files, make directories, etc.? I was able to login via FileZilla too.
Here's part of the log:
Code:
Response:220 Microsoft FTP Service
Command:USER ----
Response:331 Password required for ----.
Command:PASS ***********
Response:230-Welcome to the Alentus FTP server.
Response:230 User ---- logged in.
Command:SYST
Response:215 Windows_NT
Command:FEAT
Response:211-FEAT
Response:SIZE
Response:MDTM
Response:211 END
Status:Connected
Status:Retrieving directory listing...
View 1 Replies
View Related
Dec 8, 2008
Via a network traffic monitoring tool I see that my laptop is generating lots of outgoing (EDIT : incoming !!) network traffic. Although no download program is running or any other program of which I know that could be generating this much traffic. Something strange is going on and I need to know how I can find out which program( s ) are generating network traffic.
View 7 Replies
View Related
Jun 7, 2010
I sorted a large mailing list and the result is in almost sorted order, but not quite.The sort was invoked in the default manner, just "sort".See (below) a segment of the output file.(Note: the actual files have a street address following each name.I have omitted the addresses to avoid complaints about disclosing personal information on-line.) I expect all people named KATZ to be grouped together, but they aren't. This phenomenon occurs elsewhere in the output file, so it has nothing to do with surnames beginning with the character string KATZ.
View 5 Replies
View Related
Dec 17, 2010
My machine is trying to communicate with another computer. I�ve blocked the traffic with this machine with iptables (input and output traffic), but I want to find the origin of this traffic. There�re 90% of probabilities it�s a trojan, and I want to find it.I have logged the packets with iptables (and then dropped), but with this I don�t know the proccess source.I�ve tried with netstat -o, but I don�t get nothing.How can I see the Process source (i.e. the PID) of this traffic?The traffic are TCP packets, with SYN flagged active (my machine is trying to establish a connection with that IP).
View 9 Replies
View Related
Feb 2, 2011
I would like to make a keyboard shortcut to execute the following command:
Code: /usr/bin/xdotool key XF86MonBrightnessDown The command, when run from a terminal, works perfectly. However, when run via a keyboard shortcut, the command fails to execute. how I can execute my command with a keyboard shortcut. I am running Ubuntu 10.10 Netbook Edition with Unity-2d.
View 3 Replies
View Related
Jun 18, 2011
I'm trying to configure sending mail from my site under Ubuntu 10.04 LTS.I have installed LAMP and postfix. To test mail I created the file test.php with code:
PHP Code:
$to = 'mymail@gmail.com';
$subject = 'The subject';
[code]....
View 1 Replies
View Related
Jul 6, 2015
Miro worked well with Wheezy. When I upgraded to Jessie Miro started generating a python error as such:
Code: Select all~$ miro
using /usr/bin/miro.real
Traceback (most recent call last):
 File "/usr/bin/miro.real", line 183, in <module>
  from miro import startfrontend
 File "/usr/lib/pymodules/python2.7/miro/startfrontend.py", line 53, in <module>
[Code] ....
I have been searching for a few weeks trying to find an answer to no avail. I tried three different kernels, renaming ~/.miro, checked all dependencies. I reported it as a bug which sat there for a few days and disappeared.
View 14 Replies
View Related
Jun 24, 2011
i m doing certification in RHCE. i have learn much more in Linux. now i m going towards LInux hardware programming.i had solved enough questions about internal working of commands that r used in Linux. bt i m not understand hows resize2fs command actually work.i kknow this command is used to shrink or extend the partion or file system.but hows that possible.wat is the internal woring of that command.
View 1 Replies
View Related
Jan 12, 2010
I am trying to make wine work for explorer. I followed some instructions on this link [URL] To follow this link, I am supposed to
cd ~/ies4linux/ie6
cp user.reg ~/user.reg.old
gedit user.reg
1st and 2nd line went well 3rd line when I try to execute the command gedit user.reg (gedit:2573): Gtk-WARNING ** cannot open display I then /ies4linux/ie6# ls dosdevices(in blue) drive_c(in blue) system.reg(in white) userdef.reg(in green) user.reg
View 3 Replies
View Related
Oct 9, 2010
When i run $ sudo freshclam I get this message ClamAV update process started at Sat Oct 9 12:21:22 2010 WARNING: Your ClamAV installation is OUTDATED! WARNING: Local version: 0.96 Recommended version: 0.96.3 DON'T PANIC! Read http://www.clamav.net/support/faq main.cvd is up to date (version: 52, sigs: 704727, f-level: 44, builder: sven) daily.cvd is up to date (version: 12114, sigs: 138436, f-level: 53, builder: sven) bytecode.cvd is up to date (version: 80, sigs: 10, f-level: 53, builder: edwin) Since I am a beginner i don't know how to upgrade freshclam as $ sudo apt-get upgrade doesn't work. Guessing I may have to download the package and install manually just thought I'd ask before doing that.
View 4 Replies
View Related
Feb 19, 2011
Having an odd problem running a mysqldump via crontab. I have the script running on other servers and they work fine, so not sure how to actually troubleshoot, but the script looks like the following;
If I run it as a cronjob as root, it finishes in a second and a 20k file is there. If I run it from the command line as root it does the backup (takes a few minutes) but does complete the backup and can be unzipped and read successfully.
View 3 Replies
View Related
Jun 5, 2010
I have a very simple gawk script to add commas to numbers to make them more readable:
It works perfectly from the command line, but when run from cron it doesn't add the commas.
View 2 Replies
View Related