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


ADVERTISEMENT

General :: Arm-linux-gcc Cross Compiler For Sparc/solaris?

Nov 27, 2010

first of all, i will be glad if i can get prebuild toolchain for target=arm1176jzf-s on host= sparc-sun-solaris2.10. ( i hav browsed but can't find prebuild one) so, i tried to establish by myself i hav established binutils first, but while trying to configure& build gcc(gcc4.4.0) , i was interrupted with following error.. error message: this error has come while building boot strap gcc for cross complier tools chain

checking build system type... sparc-sun-solaris2.10
checking host system type... arm-unknown-linux-gnu
checking target system

[code].....

View 3 Replies View Related

Software :: Error Installing Redmine 1.1.0 On Solaris 10 (SPARC)

Mar 14, 2011

I'm a DBA by trade, so I'm afraid my skills at troubleshooting errors on this app are pretty much non-existent. On my new Redmine install, I'm on the step labeled "Create the database structure".

rake db:migrate RAILS_ENV="production" --trace
(in /apps/redmine-1.1.0)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
rake aborted!

[Code].....

View 7 Replies View Related

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 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

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

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

Fedora Hardware :: What Version Support Sun Sparc

Mar 31, 2010

what version support sun sparc tell version or link load fedora support sun sparc

View 4 Replies View Related

Ubuntu Installation :: Disk For 10.10 No Longer Has Sparc

Nov 8, 2010

how to guide there should be a disk for sparc [URL] but I only see one for x86 and x64? I read somewhere that Ubuntu no longer has sparc, but the link seems to be for 10.10

View 3 Replies View Related

Server :: Net Booting A Sun Sparc With RARP And TFTP

Aug 14, 2010

I'm trying to install Debian on a Sun Ultra Enterprise 3000. See: [url]

So, I guess the cdrom is kaput. My next option is to net boot. I find the instructions here: [url]

A bit lacking. So, I want to ask if I am doing things right. Using this page and others from found via the Google, I have the following:

On Ubuntu 8.04 LTS, I ran:

Code:

to install rarpd. In /etc/hosts I have

Code:

In /etc/ethers I have

Code:

Then run

Code:

So, I think that should set up the RARP server, but I don't know. Now for the TFTP server. I follow the instructions here: [url]

except for step 4 I use

Code:

In /etc/inetd.conf I have

Code:

So I put the files from:[url]

in /srv/tftp. Then I cd /srv/tftp, and run

Code:

Then

Code:

Ok, finially, from the OpenBoot OK propmt on the Sun machine, I type

Code:

All I get is

Code:

and it just keeps doing that....

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

Debian Multimedia :: Iceweasel Won't Install On Wheezy 7.8 Sparc

Jan 18, 2015

So the other day I installed Debian Wheezy on my Sun Blade 150. While the OS is installed fine, all the webkit based browsers continuously crash after a few pages. So, I tried to download IceWeasel since it wasn't installed when I tried installing Debain off the DVD. The only problem is, it won't install as the Xulrunner version it requests is xulrunner-24.0_24.5.0esr-1~deb7u1_sparc, however the only version available on the repositories is newer. Is there any way to get the older xulrunner version, or is there going to be a fix for IceWeasel soon on Sparc?

View 3 Replies View Related

Debian :: Sparc Install But Then Can't Open Boot Device?

Apr 25, 2010

I JUST registered here as I have not used Linux in several months. Linux and I have been and off and on relationship, but after I realized Ubuntus limitations Ive pretty much only dealt only with Debian (on PPC as well as x86, and also some Suse on x86).

Anyway, so I just picked up a couple Sun Ultra 5s for free. One had 256MB RAM (4 x 64MB), a 4.3GB IDE HD (no SCSI in the Ultra 5), and booted fine in Solaris up to the login screen at which point it wasnt really any use to me since I dont know the login name or password, and really want to run Linux anyway. The other I am told needed a firmware (chip?) and basically didnt do much more than power on. However, it had a 40GB HD and 2 x 128MB RAM modules. So, I replaced the 4.3GB drive with the 40GB, and replaced 2 of the 64MB RAM modules with 2 128MB modules, for a total of 384MB RAM.

BTW, both machines have the 270MHz Ultra1 CPU. Anyway, I used my main Windows x86 machine (which Im on now), downloaded the Debian SPARC net install, and burned it to a CD. Put the CD in the Ultra 5, installation proceeded nicely, though with one disconcerting message stating the urgency of which a reboot was required (though still telling me to wait for installation to finish). I mean, the whole installation process basically went perfectly except that one odd message.

So, when install is complete, I choose finish installation, the machine reboots, ejects the CD, and then ultimately get a message saying "cant open boot device". I am very new to Sun hardware, and am by no means an expert to Linux. The only thing Ive really tried so far is to type "boot hda" which only causes the same message to appear.

From previous experience, I have written on paper the info for all of my partitions. So I think my Debian install is sitting there waiting to be utilized, but the Sun hardware is oblivious to the fact that theres a perfectly good OS on the machine yearning to be booted.

View 4 Replies View Related

Hardware :: Choosing A Distribution For Sparc Ultra45 Platform?

Jun 20, 2010

I am looking for the best distribution to run on specific hardware. I prefer PCLinuxOS to all other distributions, and I prefer KDE 3.x to even KDE 4. I would like to be able to support CDE, Gnome, and XFCE at a minimum. I work on a Sun box with Solaris 10 that I am required to run integration testing, but not allowed to modify in any way. We have other systems, some Windows and some Linux that we must also integrate into our environment, but wouldn't you know that we don't have the hardware available just yet?

I spoke with the other engineers and we decided that we want to run Linux and virtualize our other machines on that one box. In addition, we want to be able to log into these sessions on our other machines on that network. The hardware I have to work with is a Sparc Ultra45 with 2 x 250GB SCSI HDDs. I will have to install on disk 1 and leave disk 0 untouched until the Linux host is fully operational. Then we need to clone disk 0 and import the image to disk 1 as a virtual environment. I downloaded OpenSolaris 2009.6 AI for Sparc several times and burned it to several different media, but each time we tried to boot from cdrom, we failed.

The first error is that the machine ALWAYS tried to boot into the network, even when we tried Stop + A and had the network cable disconnected. We tried to boot from USB, but that also failed. Unless I tried to boot from the actual USB hub or device, the boot command returned a net boot error.

View 5 Replies View Related

Debian :: Garbled Screen On SPARC Console Install

Feb 5, 2011

So this also happened to me when trying to install an old version of Ubuntu (hardy I believe). I have a Sun Netra X1 that I am trying to install the latest stable Debian Sparc64 port on. I'm doing a TFTP boot, and am able to get the kernel to load. However, once the kernel loads the installer, the screen gets garbled (attached is a screenshot from my console session) This server has no graphics card, so I have to install using the serial console. I don't recall having this issue when I installed the last stable version. Any ideas what's going on or how to fix it? I even passed the option "DEBIAN_FRONTEND=text" to the kernel, but it didn't seem to do anything.

View 2 Replies View Related

Hardware :: Disable Broken Fan Alarm In Sparc Server?

Jun 1, 2011

We have a problem with CPU fan not spinning in Sun server. There are two very small fans attached to heatsink on CPU. We can find identically sized replacement in local electronics shop; but the problem is they all lack the third wire. I presume that if we did that, Solaris would keep alarming about fan problem.

Original fan is quite expensive (sold in pair together with heatsink), and (more importantly) cannot be easily found here. We lubricated it so it works, but that's only temporary solution, obv. So, is it possible to disable fan alarm in Solaris 10 for SPARC? If both fans die and CPU (UltraSPARC IIIi) overheats, will it shutdown before it breaks?

View 4 Replies View Related

Hardware :: Upgrading Sparc RAM On Sun Fire V125 Server

Jun 13, 2011

we wish to upgrade RAM on sun fire v125 server. it has 1Gb currently (2x512MB, I believe). Does RAM have to be ECC? registered? Does it need to have certain latency?

View 2 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

Debian Installation :: Sparc On A Sun Blade 2500 Workstation - Does Not Boot

Feb 7, 2011

I am an intermediate linux user. However, I know nothing about solaris. I am trying to install Debian Sparc on a sun blade 2500 workstation. I was told it should work. I am able to go through the debian installation process but when the box reboots it does not boot into Debian. I have now gone through the debian install process several times and now it saids there are too many primary partitions. I tried a rescue install but it saids there are no partitions installed on disk? What am I doing wrong? I am curious if I need to pass a specific argument at the command line to boot into silo? I cannot find any relevant guidance online about this problem and I cannot believe I am the only one to stumble here.

View 1 Replies View Related

Ubuntu Installation :: Forced Upgrade From 7.10 On Sparc - Doesn’t Recognize The Cd Rom

Aug 14, 2010

Got kernel panic when upgradeing from 9.04 to 9.10... Have a tough time with this sparc server. On newer disto it doesnt regognize the cdrom in installation what will result in no install. I tried all trix I found on internet about this issue but none of them did it for me. So I went back in versions. When I come to 7.10 gutsy everything seems to work, so now everything is up and running.

But now I want it back on version 9.04. Last time (a year ago) I did the same thing, and just do-release-update to current version. Now that doesnt work. Maybe becourse I need some updates to gutsy, and the gutsy repositorys is not available anywere. how I can pass this upgrade to 8.04? I set the APT::Get::AllowUnauthenticated true; to pass this far...

View 9 Replies View Related

General :: Connect To Serial Port RJ45 On Sparc Machine?

May 14, 2011

I have to connect from my linux client laptop to SPARC machine by using roll-over cable and RJ45 interface on the server. On windows I always used Tera Term but don't know how to accomplish this task from linux laptop.

Is there some kind of app like TeraTerm on linux too ?

View 1 Replies View Related

Ubuntu Servers :: Install Software - Valid Sources.list For Sparc

Jan 21, 2010

i have a recicled sun fire v240 that i need to use for central loging server, i got an ubuntu 7.10 cd that i got to install succefully in the server. So foar so good, the problem now is that i cant install any software, everytime i run apt-get update the error says:

[Code]...

I guess the old repositories configured in the old 7.10 iso are no longer valid, where can i find a valid one?

View 1 Replies View Related







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