Server :: Ubuntu 8.10 - Unable To Read Configuration Data For Ventrilo

Mar 5, 2010

I am running ubuntu 8.10 on an old gateway as a server. I have vent up and running just fine. I went to configure the ventrilo_srv.ini file and now that I have made the changes, I need to restart the server program, which I am having problems doing. The following command returns the following:

sudo /home/taylor/ventrilo/ventsrv/ventrilo_srv restart
Ventrilo Server - Public - Version 3.0.3
(c)Copyright 1999-2008 Flagship Industries, Inc.
Unable to open configuration file 'ventrilo_srv.ini'.
ERROR: Unable to read configuration data. Exiting.

What am I doing wrong? Did I change something that shouldn't have been changed. I only set the name to something other than default and set the admin password.

View 1 Replies


ADVERTISEMENT

Software :: Error: Could Not Read Object Configuration Data

Jul 20, 2010

I have installed it and setup an apache conf. Nagios http page loads but shows errors on every sub-page.

Code:
Whoops!
Error: Could not read object configuration data!Here are some things you should check in order to resolve this error:

1. Verify configuration options using the -v command-line option to check for errors.
2. Check the Nagios log file for messages relating to startup or status data errors.

Make sure you read the documentation on installing, configuring and running Nagios thoroughly before continuing. If all else fails, try sending a message to one of the mailing lists. More information can be found at [URL]..Looking for some assistance, or better still PM me if you'd be willing to remote on and have a look for me.

View 14 Replies View Related

Debian :: Cups Not Starting With The Server / Getting Error Unable To Read Configuration File '/etc/cups/cupsd.conf' - Exiting?

Feb 24, 2011

cups does not start with the server. When I try to start from the terminal I get the error message

cupsd: Unable to read configuration file '/etc/cups/cupsd.conf' - exiting!
cupsd: Child exited with status 1!

The log files show nothing. cupsd.conf exists. It is user - root and group - root with permissions set at 0644.

My interpretation of this is that the program is not launching from either boot or terminal for a fundamental reason. I do not quite see what that reason is .

View 2 Replies View Related

Ubuntu :: Host A Ventrilo Server ?

Jun 5, 2010

I would like host a ventrilo server. I followed all the instructions and I get to the part where you type ./ventrilo_srv and I get this:

I don't know what causes the the unable to bind to TCP socket.

View 2 Replies View Related

Ubuntu Servers :: Starting Up Ventrilo Server ?

Jun 23, 2010

I have it downloaded (linux version). What folder should I put it in?? Does it matter?

I am new to bash so i dont know how to start the Ventrilo Server up.

I navigated to the folder the server is in and did ./ventrilo_srv and ./ventrilo_srv -d and they both come up "No such file or directory".

View 2 Replies View Related

CentOS 5 Server :: Ventrilo Server Init.d Script?

Oct 3, 2009

I just installed the ventrilo server daemon on CentOS 5.3 and I'm having 2 issues with the init.d script I wrote. Issue 1: the stop command does not work. I suspect due to an issue with where the daemon puts the pid file. Issue 2: chkconfig says that the "service ventrilo does not support chkconfig". The script is below.

#!/bin/bash
# ventrilo server
# Pull in init.d functions
. /etc/rc.d/init.d/functions
VENPATH=/etc/ventrilo
VENBIN=/usr/bin/ventrilo_srv

[Code]...

View 2 Replies View Related

Debian :: Start Script For Ventrilo Server?

Jul 12, 2011

i am looking for a start script for linux debian for vent ? i cant find one for Debian

View 11 Replies View Related

General :: Automatic Startup Of Ventrilo Server Fedora 12?

Feb 1, 2011

I'm looking for a way to automatically startup Ventrilo when my linuxbox restarts. At the moment I have to manually start it up. I know there is a way and I've tried to follow other threads but I can't seem to find a tutorial on how to do this with the Fedora 12 distro.

View 5 Replies View Related

Ubuntu :: Setup Ventrilo Server - Load Automatically On System Boot

Jul 19, 2010

I am trying to setup a ventrilo server. I want it to load the server automatically on system boot so it is running at all times. I have downloaded the server files and can manually start it, but I do not know where/how to make it start automatically.

View 1 Replies View Related

Networking :: Serial Port : Read Data, Not Reading Complete Data?

Mar 5, 2010

I have an application where I am sending data via serial port from PC1 (Java App) and reading that data in PC2 (C++ App). The problem that I am facing is that my PC2 (C++ App) is not able to read complete data sent by PC1 i.e. from my PC1 I am sending 190 bytes but PC2 is able to read close to 140 bytes though I am trying to read in a loop.Below is code snippet of my C++ AppOpen the connection to serial port

Code:
serialfd = open( serialPortName.c_str(), O_RDWR | O_NOCTTY | O_NDELAY);
if (serialfd == -1)

[code]...

View 5 Replies View Related

Programming :: Get Data From Serial Port Function Read() Blocks When Data Not Available?

Jun 11, 2009

I am using read() in c++ to get data from a serial port. However, if no data is available on the serial port the function blocks until dta arrives.Example code:

//------------------------------------------------------------
char m_readBuffer[255] = {0};
char* p_curChar = m_readBuffer;

[code]...

View 1 Replies View Related

Programming :: Data Directory In Automake - Data Is Always Read-only ?

May 9, 2010

I have some data files that should be distributed with my program. Using dist_pkgdata_DATA in Makefile.am, I get these files installed to /usr/local/data/share/package-name. The problem is that data is read-only, and my program needs to modify it. Playing with dist_sharedstate_DATA, dist_localstate_DATA, dist-data_DATA varibles, I got different installation directories, like /usr/local/com, usr/local/var, but data is always read-only.

How can I distribute modifiable data files with my package? I need some common directory for all users, or maybe local data in a user directory.

View 1 Replies View Related

Ubuntu Servers :: Get Image Of Server With All Configuration Files And Data?

Feb 23, 2011

how to get image of server with all configuration files and data. Without data loss.

View 5 Replies View Related

Server :: Unable To Copy Data To Remote Server Using Ncftp Command

Jul 16, 2011

I am unable to use ncftp command I have defined all variables used. i have to copy the data to another server FTPS. When i am executing this command it is throwing error

ncftp -u : option unknown

I am copying total script what i am executing in my server. Please some one tell me is there any pistake in using the ncftp command , or tell me some other commands to copy data to remote server

BAK="/opt/DBbackups"
NOW=$(date +"%d-%m-%Y")
FTPU="username"
FTPP="password"

[code]....

View 6 Replies View Related

Red Hat / Fedora :: How To Get All Configuration And Data From Virt-manager Server

Feb 23, 2011

I install redhat server at virt-manger and i configure my rpms and others tasks and it works fine.

My question is how to get all configuration and data from this virt-manager server to use it at another PC virt-manager ?

View 3 Replies View Related

Ubuntu Servers :: Cups Does Not Start - Error "cupsd: Unable To Read Configuration File"

Feb 23, 2011

cups does not start with the server. When I try to start from the terminal I get the error message cupsd: Unable to read configuration file '/etc/cups/cupsd.conf' - exiting! cupsd: Child exited with status 1!

The log files show nothing. cupsd.conf exists. It is user - root and group - root with permissions set at 0644. My interpretation of this is that the program is not launching from either boot or terminal for a fundamental reason. I do not quite see what that reason is ..

View 2 Replies View Related

Debian Configuration :: Start X Server In A Read Only Root File System?

Apr 27, 2010

For my project, it's absolutely necessary to have a read-only root partition system. I have a writable /opt/project partition.But, I also need to start x server. startx This tries to write to some temporary files and fails as / is readonly. Is there any how-to on how to move this temporary files to the writable portions of the file system.

View 3 Replies View Related

Server :: Mounted UFS Ro Under But Unable To Read All Folders?

Jul 1, 2011

I have a low maybe medium experience with linux and no experience with unix and migrating from freenas to Ubuntu.I'm trying to transfer 12 TB of data from UFS file system to ext3 file system under Ubuntu 10.04. The server has two 16TB virtual disks (raid10) and one 4TB virtual disk (raid10 too).I mount the UFS virtual disk in Ubuntu with this command:

Code:
mount -r -t ufs -o ufstype=ufs2 /dev/sda1 /home/ufsdisk
I am able to read only 6TB of data instead of 12TB. The missing folders can be seen in

[code]...

View 2 Replies View Related

Red Hat / Fedora :: Server Unable To Read File Systems At Boot Up

Mar 4, 2010

I restore tape backup on my Linux server. At the time of booting the server it cannot able to read the filesystems.

I am getting the following message,
Code: Your system appears to have shutdown uncleanly
Forcing file system integrity check due to default setting
Checking root filesystem
fsch.ext3: file system has unsupported features (S) (/)
e2fsck: Get a never version of e2fsck! (FAILED)
*** An error occurred during the file system check.
*** Dropping you to a shell; the system will reboot
*** when you leave the shell.
Give root password for maintenance (or type Control-D to continue):

View 4 Replies View Related

Ubuntu :: Unable To Read DVDs, Able To Read CDs?

Mar 15, 2011

The titles says about everything. CD's are perfectly automounted.WhenI insert a DVD however (I tried various DVDs), absolutely nothing happens, as if I would have inserted nothing or a blank DVD.I already read lots of threads and nothing o help... Here are the outputs of a few commands that might or might not be useful.A line I added myself in fstab which appears completely useless:

Code:
/dev/sr0 /media/dvd auto utf8,user,noauto,exec 0 0
Code:

[code]...

View 4 Replies View Related

Ubuntu :: Unable To Configuration Server After Installing 11.04?

Jul 22, 2011

I did a fresh install (the installer erased 10.04 and installed 11.04) of Natty. Now as soon as I boot into Ubuntu I get the error "There is a problem with the configuration server....exited with status 256" This comes up before the log in screen, and once I type in my password, after as well.Also, I'm getting the error The configuration defaults for GNOME Power Manager have not been installed correctly.contact your computer administrator.

I cannot log in. I just get sent back to the log in screen.I have searched and searched for a solution to both of these errors, and it seems that no one can find a solution to the configuration server error.

View 1 Replies View Related

Server :: Unable Able To Do Complete Cluster Configuration

Feb 1, 2010

I m Not able to do complete my cluster Configuration. I have done my Cluster configuration but when i m running the system-config-cluster command the cluster configuration window appear, but after closing the window it is giving me the following error [root@node1 ~]# system-config-cluster. # when the window opens, I get the below error. When I did a search everthing pointed to the 2 rpms. I verified the version of the rpms cman and openais, they are:

cman-2.0.98-1.el5
openais-0.80.3-22.el5

error code res was not 0, it was 1 error string was /usr/sbin/cman_tool: Cannot open connection to cman, is it running? When I try to issue service cman start, I get the error:

[code]...

View 1 Replies View Related

Hardware :: How To Read Data From /dev/video0

Jul 17, 2010

I have an Acer Laptop with a built-in Crystal Eye webcamwhich works (tested it with luvcview).The camera is represented by /dev/video0.I would like to read data from this device, but i don't manage to do it.

This code Code: #include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>

[code]....

View 3 Replies View Related

Programming :: Read Data From A Socket?

Aug 24, 2010

I need to read data from a socket but it should be always listening because data arrives continuously .. I thought something like this would do it but it doesn't work .... I already set the socket options before

Code: char databuf[1024];
int datalen = sizeof(databuf);
if(read(sd, databuf, datalen) < 0)
{

[Code]....

View 9 Replies View Related

General :: Read Data From The Sosreport?

Feb 18, 2010

how can i open the sosreport after generating it from the systemi need to know how to view the data inside it

View 1 Replies View Related

General :: Utility To Read DIMM VPD Data?

Sep 9, 2010

Do we know of any utility that would read DIMM VPD data in the system? DIMMs on PCIe Card

View 3 Replies View Related

SUSE :: Unable To Boot Properly - System Is Unable To Read Startup Information From Hard Drive

Jan 19, 2011

I am running the latest suse release downloaded directly from their website. I ran the installation after buring the dvd and everything seemed to be working fine. after the installation i ran updates and used it for a little bit. When i shut it down that night and went to restart it I got an error that stated the OS wasnt there. I then went through the installation and everything and it retained the information from the installation before (web history etc.) but for some reason every time I reboot or shut it down the system is not able to read the startup information from the hard drive and will not come on without me re installing it.

View 9 Replies View Related

Ubuntu :: Disc Drive Will Read Data DVDs, But Not Audio Discs?

May 31, 2010

I'm having trouble with my optical drive (an LG GH22NP20).I can read a data DVD, but when I put in a standard audio CD it does not recognize it.I hear it spinning around in there, but if I check /media/ there are no files listed.?

View 4 Replies View Related

Ubuntu :: Keeping Mangler (Native Ventrilo Client) Working

Apr 13, 2011

I have had an on going problem with my system and Mangler. I use a creative usb fatality headset. When I am in Windows it works fine for ventrilo. If I boot into Linux and load up Mangler I can get it to work, but then after a while no one can hear me, but I can hear them and the Mangler icon in the system tray turns yellow instead of green. I have the audio settings in Mangler set for my USB head set.

My head set will consistintly work in Audacity. When I go into the pulse audio settings and set the drop box down to my head set it will show default audio every time I go back into the audio settings. If I reboot then plug in the headset and then reste the drop down to head set it will work. If I open a game or something it will close sometimes other times I think it just takes time. I have had the same propblem on Ubuntu 10.04, Kubuntu 10.10, and openSUSE 11.4.

View 3 Replies View Related

General :: Cannot Read The Chip Data On The Buffer File

Sep 1, 2010

Im having xeltek eeprom programer but I cannot read the chip data on the buffer file, when I read the chip using programer the datas are being sent to the buffer I can just see the adress line ,hex line and ascii line then I dont know which is the exactly data ,

View 1 Replies View Related







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