Networking :: Chkconfig: Cannot Add Conky

Sep 12, 2010

I want to start my conky while system boots. what i am getting is:

[Code]....

View 2 Replies


ADVERTISEMENT

Fedora Networking :: Command Line And Did A Couple Of Chkconfig Things And Entered Ip Address?

Jan 8, 2010

F10 trying to key in static ip address. Have followed guidelines on turningoff NetworkManager and turning on network. i went to command line and did a couple of chkconfig things and entered ip address, with subnet. when i do ip addr show i see under eth0 inet 192.168.3.11/32 which is 255.255.255.0, i'm pretty sure. i do not see gateway. when i go to system/network get prompted to log into root, network config window opens. icheck eth0 and the subnet mask is 192.168.3.1, the gateway, which is in correctly, in the gateway slot, as well. i still can not ping to from my xp based multihomed router.

View 3 Replies View Related

Ubuntu :: Conky Quirk - How To Get Conky To Start Normally Without Having To Do Manual Restart Everytime Login

Jun 26, 2011

I have conky installed and set up as a startup application, however everytime I log out and back in conky creates itself as a new window:

How can I get conky to start normally without having to do a manual restart everytime I login?

View 3 Replies View Related

Debian :: Conky - Full Screen Config / 2 Conky Configs?

Jun 13, 2011

Said that all the config i find put all the info in one place of the screen, in this example on the right side:

url

or like conky colors where you can put in either side, or other complex examples that use folders with images..that at least i need one day to study all the variables it has...

What i want is something simple, in my black background i dont want images and effects, only white simple text.

My problem is: i want for instance my specs above, my log info in the middle, my music info bellow (above my clock) and in conky config i'm hitting my head in the wall....

For instance if i use my facebook script to appear in the midle how the hell can i put my music info bellow without ruined the facebook in the midle...do i need 2 conky configs?

View 4 Replies View Related

Ubuntu :: When Type "conky" In Terminal It Returns With Conky: Invalid Configuration File

Feb 1, 2011

when I type "conky" in terminal it returns with Conky: invalid configuration file '/home/user/.conkyrc' Conky: missing text block in configuration; exiting ***** Imlib2 Developer Warning ***** : This program is calling the Imlib call: imlib_context_free(); With the parameter: context being NULL. Please fix your program. I've tried completely uninstalling, rebooting, then reinstalling, still same error?

View 3 Replies View Related

Server :: Chkconfig: Cannot Add New Service

Mar 8, 2010

I've just created a new chkready script. but on trying to add it will the following command I get an error:

Code:
$ chkconfig --add languagetool
service languagetool does not support chkconfig

PS: Just learned how to write a chkconfig script.

View 5 Replies View Related

CentOS 5 :: Chkconfig Vs. Update-rc.d?

Feb 24, 2010

I'm trying to bring up a server on CentOS5 -- working from Debian instructions.

I've just installed postgres and an init.d script postgres8-2.4. My Debian instructions next tell me to execute:

update-rc.d postgresql-8.4 defaults

...which doesn't work on CentOS.

Searching Google, I see that I should use chkconfig instead. But it doesn't work either. My guess is that I to add code to the init.d file, but what?

View 4 Replies View Related

Ubuntu Networking :: Not Showing Up In Conky

Aug 20, 2010

I have everything working fine, but the main reason o wanted to use it was to monitor my network usage etc.. As you can see in the scrot the network is blank. If anyone knows how i can get my conky to show the network here is my conkyrc

[code]....

View 7 Replies View Related

Fedora :: Add Chkconfig Support To The Script?

Jun 17, 2010

I want to write init.d script, I find some material (It will be wonderful, if you will give some more materials to read) and i have nice script, but it says

Code:
service test_script does not support chkconfig

Where I can read about how to add chkconfig support to the script?

View 3 Replies View Related

Ubuntu :: Chkconfig Won't Turn On Dovecot

Nov 15, 2010

I want dovecot to start at boot and I can't seem to get this to work.Initially, I installed chkconfig and tried to run "sudo chkconfig dovecot on". This generated a whole bunch of errors about upstart and insserv not getting along properly. I patched chkconfig according to a post on this page:URL...

View 5 Replies View Related

General :: Disable Kudzu Without Using Chkconfig?

Feb 20, 2011

How do i disable kudzu without using chkconfig?

Code:
/sbin/chkconfig --level 3 kudzu off
Is there any other way of doing it .
for example by modifying parameter of any file.

Basically i want kudzu to be disabled during the first run of the machine after installation. I have full access to the filesystem without starting the machine(its a virtual machine).

View 10 Replies View Related

Software :: Chkconfig In Solaris Sparc?

Feb 18, 2011

Usually I use LINUX and I can set the running scripts under /etc/init.d and I can check this with 'chkconfig'. But now by Solaris I got "chkconfig: not found"

View 2 Replies View Related

CentOS 5 :: Unable Rc6.d Shutdown With Chkconfig

Feb 1, 2010

i am trying to add a script on rc6.d using chkconfig but it doesn't work. I am missing something but i dunno what. I try with a test script /etc/init.d/test cat test

#
# test test
#
# Author: Maurizio Marini
#
# chkconfig: 2345 98 02
# description: this is a test

[Code]...

View 8 Replies View Related

OpenSUSE :: Failed: Conky Hardcore "Conky Transparency With KDE (3 And 4)"

Jun 19, 2010

I have a problem with conky. It draws a black background instead of using pseudo-transparency. I ofc tried to achieve this with feh but to no avail. All the instructions here failed: Conky Hardcore! Conky transparency with KDE (3 and 4)

[Code]...

View 1 Replies View Related

Fedora Servers :: Service X Does Not Support Chkconfig?

Jan 9, 2009

I found and modified the following file. It starts JBoss just fine. However, chkconfig refuses to --add it - saying the file doesn't support it.

its in /etc/init.d, root:root, rwx,rx,r and the first few lines...

#!/bin/sh
# chkconfig: 345 100 25
# description: JBoss App Server
# processname: jboss

[Code]....

View 9 Replies View Related

General :: Create A Service Using Chkconfig In CentOS?

May 16, 2011

I want to be able to create a service so that the bash script will run every time the server boots up.

I am running CentOS 5.

I have been reading about chkconfig and creating a file in /etc/init.d for chkconfig to handle but I cannot seem to get it to work whenever I 'chkconfig servicename on' and then 'service servicename start'

When I do chkconfig --list my service is listed there.

Can someone provide me with a sample of the file I need to create in /etc/init.d and how to get everything running?

View 2 Replies View Related

Ubuntu :: Doesn't The Chkconfig Command Exists?

Mar 11, 2010

doesn't the chkconfig command exists for ubuntu? or is it only for red hat systems?

View 9 Replies View Related

Server :: Creating An Initscript That Chkconfig Identifies?

Aug 31, 2010

I'm on a CentOS server and for the past hours I have been trying to unsuccessfully make a script that will start a binary and keep it running if anything goes wrong with it.

This is what I have:

Code:
#!/bin/bash
# counter daemon
# chkconfig: 345 20 80
# desc: counter daemon

[Code]...

Does anyone know how I can make the script start my application?

View 7 Replies View Related

General :: Chkconfig Rsh On- Error Reading Information On Service -rsh

Aug 12, 2010

I am trying to configure rsh on..but it comes up with a error message error reading information on service -rsh...

when i query rpm -q rsh..It displays rsh package..

View 1 Replies View Related

General :: Use Chkconfig To Set The Bigd Daemon To Start At Runlevels 2 & 3?

Nov 22, 2010

How would you use chkconfig to set the bigd daemon to start at runlevels 2 & 3?

View 3 Replies View Related

Server :: Chkconfig Runs Script With Different PATH Values?

Oct 7, 2010

I have a question regarding the user that chkconfig runs as. My chkconfig script calls some other scripts to start up a tomcat instance. But the secondary scripts use %JAVA_HOME and for some reason the user it's running under doesn't have that defined. I can call the scripts directly as the root or as another user and it works properly. But I added an echo in the script and when chkconfig calls the script it has a much smaller $PATH and no $JAVA_HOME.

View 3 Replies View Related

Fedora :: "#chkconfig --level 345 Dhcpd On" Into A Network With Existing DHCP Server?

May 21, 2011

what happens if "#chkconfig --level 345 dhcpd on a network with existing DHCP server"

View 2 Replies View Related

General :: List The 'chkconfig --list' In Alphabetical Order?

Jan 7, 2010

list the 'chkconfig --list' in alphabetical order

View 3 Replies View Related

Fedora :: Can't Get Conky To Start

May 13, 2010

I'v installed conky (from the repo) on my Fedora 12 x64 box, and i'm very pleased with it. However I can't get it to start at login.I'v tried shell scripts that include a delay (i tried delays of up to 30 secconds), and there is no change.

View 5 Replies View Related

Ubuntu :: Conky Stays On Top?

Aug 14, 2010

I've tried other solutions, but none work for me.Here is my .conkyrc

Code:
######################
# - Conky settings - #

[code]....

View 3 Replies View Related

Ubuntu :: How To Disable Conky On Top

Sep 3, 2010

how do i make this conky not to be on top of others on startup? i have to killall conky then activate conky to use it normally.

View 2 Replies View Related

Ubuntu :: Can't Compile Conky 1.8.1?

Oct 22, 2010

I just did a fresh install of Ubuntu 10.10 and i thought I'll just compile the latest version of conky.
So i did:

Code:
./configure --prefix=/usr --enable-audacious=yes --enable-iostats --enable-curl --enable-rss --enable-weather-metar --enable-weather-xoap --enable-imlib2 --enable-lua-imlib2 --enable-lua --enable-lua-cairo --enable-wlan All good. I finally install everything and manage to get configure to finish but once I type make it exists in the middle.

Code:
[...]
mv -f .deps/conky-ccurl_thread.Tpo .deps/conky-ccurl_thread.Po
gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE="/usr/etc/conky/conky.conf" -DPACKAGE_LIBDIR="/usr/lib/conky" -pthread -[code]....

View 1 Replies View Related

Ubuntu :: Cannot Get Started With Conky

Nov 24, 2010

I recently installed Ubuntu and I came across Conky.I was fascinated with this software and installed it using terminal codes. At first it rand with the default config file loaded. then i PC shutdown due to a power failure. now conky does not start and after searching over the net i found out that my conky config file is missing. I pasted the conky config fiel yet to no avail.

It gives me this error while running it in Terminal

Code:
Conky: /home/shazzy/.conkyrc: 30: no such configuration: 'on_bottom'
Conky: /home/shazzy/.conkyrc: 63: no such configuration: 'border_margin'
Conky: use_spacer should have an argument of left, right, or none. 'no' seems to be some form of 'false', so defaulting to none.

[Code]....

Here's the link to the site. I'm not sure how do i set this up as my conky config.

Link to ConkyConfig

View 2 Replies View Related

Ubuntu :: Why Does My Conky Look So Ugly?

Dec 23, 2010

I've been trying to set up Conky and everytime I try to put in new code that I've copied and pasted I always get it to look super crappy for some reason..Also why is it going to the bottom left instead of top right?

View 7 Replies View Related

Ubuntu :: Conky - How To Configure

Mar 30, 2011

I would like some help with Conky. I have no Idea how to configure it and all the guides are soo confusing to me. I would like it to be clear, have some basic PC info about my computer and show me the weather.

View 3 Replies View Related







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