centos command

View: New views
5 Messages — Rating Filter:   Alert me  

centos command

by Samo Se :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hello


   How can i run this command on centos?

i using this commands in debian

# apt-get install idzebra

 

    Zebra Server:

    $ sudo ln -s /usr/share/koha/bin /koha-zebra-ctl.sh  /etc/rc.d/init.d/koha-zebra-daemon

    $ sudo update-rc.d koha-zebra-daemon defaults

    ( Note: see man chkconfig(8) on other distros )

   

    $ sudo /usr/share/koha/bin/koha-zebra-ctl.sh start

 

    Zebraqueue Daemon:

    $ sudo ln -s /usr/share/koha/bin/koha-zebraqueue-ctl.sh  /etc/init.d/koha-zebraqueue-daemon

    $ sudo update-rc.d koha-zebraqueue-daemon defaults

    ( Note: see man chkconfig(8) on other distros )

 

    $ sudo /usr/share/koha/bin/koha-zebraqueue-ctl.sh start

 



Windows 7: Make your own home movies. Learn more.
_______________________________________________
Koha mailing list
Koha@...
http://lists.katipo.co.nz/mailman/listinfo/koha

Re: centos command

by Alf Vahau :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Google on yum

T Alf Vahau
IT Services
Uni. of PNG


altarek almoslem wrote:

> Hello
>
>
>    How can i run this command on centos?
>
> i using this commands in debian
>
> # apt-get install idzebra
>
>  
>
>     Zebra Server:
>
>     $ sudo ln -s /usr/share/koha/bin /koha-zebra-ctl.sh  
> /etc/rc.d/init.d/koha-zebra-daemon
>
>     $ sudo update-rc.d koha-zebra-daemon defaults
>
>     ( Note: see man chkconfig(8) on other distros )
>
>    
>
>     $ sudo /usr/share/koha/bin/koha-zebra-ctl.sh start
>
>  
>
>     Zebraqueue Daemon:
>
>     $ sudo ln -s /usr/share/koha/bin/koha-zebraqueue-ctl.sh  
> /etc/init.d/koha-zebraqueue-daemon
>
>     $ sudo update-rc.d koha-zebraqueue-daemon defaults
>
>     ( Note: see man chkconfig(8) on other distros )
>
>  
>
>     $ sudo /usr/share/koha/bin/koha-zebraqueue-ctl.sh start
>
>  
>
>
> ------------------------------------------------------------------------
> Windows 7: Make your own home movies. Learn more.
> <http://download.live.com/moviemaker>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Koha mailing list
> Koha@...
> http://lists.katipo.co.nz/mailman/listinfo/koha
>  

_______________________________________________
Koha mailing list
Koha@...
http://lists.katipo.co.nz/mailman/listinfo/koha

Re: centos command

by greenmang0 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



2009/10/29 altarek almoslem <medomedia_2006@...>
Hello


   How can i run this command on centos?

i using this commands in debian

# apt-get install idzebra

 

    Zebra Server:

    $ sudo ln -s /usr/share/koha/bin /koha-zebra-ctl.sh  /etc/rc.d/init.d/koha-zebra-daemon

    $ sudo update-rc.d koha-zebra-daemon defaults

    ( Note: see man chkconfig(8) on other distros )

   

    $ sudo /usr/share/koha/bin/koha-zebra-ctl.sh start

 

    Zebraqueue Daemon:

    $ sudo ln -s /usr/share/koha/bin/koha-zebraqueue-ctl.sh  /etc/init.d/koha-zebraqueue-daemon

    $ sudo update-rc.d koha-zebraqueue-daemon defaults

    ( Note: see man chkconfig(8) on other distros )

 

    $ sudo /usr/share/koha/bin/koha-zebraqueue-ctl.sh start


apt-get and update-rc.d are Debian specific commands. You need to use "yum" instead of "apt-get" and "chkconfig" instead of "update-rc.d" on Red Hat based systems like CentOS or Fedora.


--
With Regards
Abhishek Amberkar

Learn to appreciate the beauty within...

_______________________________________________
Koha mailing list
Koha@...
http://lists.katipo.co.nz/mailman/listinfo/koha

Parent Message unknown Re: centos command

by greenmang0 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



2009/11/2 altarek almoslem <medomedia_2006@...>
thanks for reply
but when using yum it can't do any thing
give me this message

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Excluding Packages in global exclude list
Finished
Setting up Install Process
No package idzebra available.
Nothing to do

what can i do


Always make sure you are posting to the list and not a private message. Before hitting "send" button please have a look at "To", "Cc", "Bcc".


No package idzebra available.

This shows that package "idzebra" is not available in CentOS repos or it may be available with some other name in CentOS repos. Try to search term "zebra" in repos to find out whether the package you are looking for is available or not.

"yum search zebra" should help you.
 
--
With Regards
Abhishek Amberkar

Learn to appreciate the beauty within...
Sent from Mumbai, MH, India
_______________________________________________
Koha mailing list
Koha@...
http://lists.katipo.co.nz/mailman/listinfo/koha

Re: centos command

by AmitG :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
 
    U can download idzebra rpm from http://ftp.indexdata.dk/pub/zebra/redhat/fc6/
  

2009/11/2 Abhishek Amberkar [अभिषेक] <abhishek.amberkar@...>


2009/11/2 altarek almoslem <medomedia_2006@...>
thanks for reply
but when using yum it can't do any thing
give me this message

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Excluding Packages in global exclude list
Finished
Setting up Install Process
No package idzebra available.
Nothing to do

what can i do


Always make sure you are posting to the list and not a private message. Before hitting "send" button please have a look at "To", "Cc", "Bcc".


No package idzebra available.

This shows that package "idzebra" is not available in CentOS repos or it may be available with some other name in CentOS repos. Try to search term "zebra" in repos to find out whether the package you are looking for is available or not.

"yum search zebra" should help you.
 
--
With Regards
Abhishek Amberkar

Learn to appreciate the beauty within...
Sent from Mumbai, MH, India
_______________________________________________
Koha mailing list
Koha@...
http://lists.katipo.co.nz/mailman/listinfo/koha




--
Cheers,
Amit Gupta
Nucsoft Osslabs
www.osslabs.biz
amitddng135@...



_______________________________________________
Koha mailing list
Koha@...
http://lists.katipo.co.nz/mailman/listinfo/koha
Cheers,
Amit Gupta
Nucsoft OSS Labs

http://www.osslabs.biz