462 Topics
![]() | |
need yuor assistance.i need to install bind9 on RedHat Enterprise 5. 1. it should run in chroot enviroment 2.conf files to have proper chown and chmod permissions for user running named daemon. 3.master.conf to have allow-transfer directive 4. named.conf to have allow-recurssion 5.location of master.conf,named.ca,localhost.zone- under /var/named 6.directory to hold … | |
I was trying to create a control script for an HP procurve switch. The chararcters being returned from the python telnet read_until command appear to contain a variety of unexpected characters. See example below. When accessing the same device using the default redhat telnet client the characters do not appear … | |
Hi, I just joined DaniWeb. I came across the forum in search of help to a particular issue. I'm a research professor at Saint Louis University. I conduct biomedical research using bioinformatics tools. As part of my role, I maintain two Linux servers (redhat) which host various bioinformatics software, custom … | |
Hi, I had Redhat Enterprise Advance Server 4 on my PC with partition, I have Windows XP and also Linux. I could browse internet on both OS. As I could not install Oracle 10G on Linux, I have upgraded my Redhat Linux to Oracle Enterprise Linux. Now I cannot browse … | |
I just installed Red Hat 9.0. I'm a Linux newb. I cannot figure out how to install my Netgear wireless router. Any tips on what I need to do in order to get this accomplished? | |
hey, i was wondering if anyone could tell me how or set me in the right direction in setting up a good web server on Redhat 9. make it as simple as possible cause i am pretty new to linux. i know the basic commands and that is about it. … | |
Hello...I wanted to install kdevelop on my fedora 8 PC ....so I did "yum install kdevelop".It installed fine. When I tried compiling a program it complained of missing g++ and gcc so I did "yum install gcc-c++" and made the PATH variable point to gcc34. Now when I try to … | |
Hi all, I am using php-4 with apache 2.0 on redhat linux. Now i need to install php-5 on separate directory without disturbing existing setup.. that is multiple php installation. thanks in advance Sg.. | |
I installed Redhat 9.0 on my Intel D865 Pentium 4 and everything seemed to be fine, But when I goto System Settings> Soundcard Detection, gnome says no soundcards were detected. And when I goto Sound & Video> Volume control, I get a message saying "Invalid mixer device" and the details … | |
I just finished installing Redhat 9 onto VMWare Workstation. I was able to install the VMWare tools but cannot seem to get into the x windows gui. I try to type in [B]startx[/B] but it returns with: [I](EE) Screen(s) found, but none have a usable configuration. Fatal server error: no … | |
I know little about linux but I need to install Cenotos 5.1 on VMWare Workstation. VMWare has a number different options as to which distro you want installed on it. But it does not have Centos. I am not sure which one to choose. They do have a few "Other … | |
I have the text file (in1.text) <<<start>20>>everything going fine or not<start>i do not know but I am trying<end><start>Trying is but we can do<startabcdefghijklmnopqrstuvwxyz<end> <<<start>20>>Trying to do things<end><<<start>20>>well try try and try again<end> I have to extract tag <<<start>20>> from file.My code is [code=cplusplus] #include <vector> #include <fstream> #include <sstream> #include … | |
i have a text file <start>welcome!30 is my class roll number<end><start>A is the first alphabet<start>12345678919<start>c++ is a good language and <start> and <end> are strings. I have to create a c++ function that will delete only those text ocurring between <start>and<end>,including <start> and <end>.Text that starts with <start> and does … | |
Currently i;m try to running a program using batch file... the batch file containing below @echo off @set local set spdis_exe="c:/Documents and Settings/Administrator/Desktop/putty.exe" %spdis_exe% "danny@10.1.1.8" -pw 12345 pause @endlocal putty.exe is a program running under Linux redhat 4.0 when the .bat running, the program successful login itself, the thing is … | |
how do in install and run java on red hat linux 9 we have already installed jre self extracting file but javac command to compile java files doesnt work we have already setpath are there any other terminal commands what is the meaning of javaconfig | |
Hi all, hope you are well. I am starting a new job soon where I will be using a red hat distro (new to me) for development purposes. Now I have had some exposure to the linux o/s (on a degree course, used Ubuntu) but I have mainly worked with … | |
I am trying to set up a backup server to backup a webserver, using rsync over SSH. [LIST] [*]Both machines got SSH/SSHD [*]Both machines got some version of cron [*]Both machines got rsync [*]Webserver is Redhat [*]Backup server is Ubuntu (testing only) [*]The machines are on different networks serperated by … | |
My servers are running RedHat ES 3. A while back, (maybe a month or two) when I came in to work in the morning, our main server was not responding at all. Nothing over the network, or on the console. The power light was still on though. Upon trying to … | |
I use redhat enterprise 5 and I want to install mysql++, which used to connect to mysql from c++. I get the following error message when install checking for MySQL include directory... configure: error: Didn't find the MySQL include dir in '/usr/local/mysql/include /usr/local/mysql/include/include /usr/local/mysql/include/include/mysql' | |
i've already XP intalled on C drive and now want to install linux on F drive that 's free and having 20 gb. but unable to do this. pls help me to install this on my pc. here is the name of linux: PCQLinux 8.0 Based on Red Hat 8.0 | |
Hi, first time poster here. Well, I would like some feedback from those out there about getting into the development side (or any side) from my situation. I do believe I am somewhat of a techie. When I was in middle/high school I was using a tad of sparc assembly … | |
does anyone know of any open source or free proxy server software that can be set up to run in a clustered arrangement?? it can be run on solaris (any version 10 preferably) or redhat or other stable linux releases. | |
Hi, I would like to know whether linux installed as default in all flavors of linux (redhat,suse) or in customized linux distributions. is not so is there any other script to be supported in all linux distributions? thanks | |
I'm getting a problem with a database resource in Tomcat 5.5.25 The error (from the log) is: [code] Cannot create JDBC driver of class '' for connect URL 'null' java.lang.NullPointerException at sun.jdbc.odbc.JdbcOdbcDriver.getProtocol(JdbcOdbcDriver.java:507) at sun.jdbc.odbc.JdbcOdbcDriver.knownURL(JdbcOdbcDriver.java:476) at sun.jdbc.odbc.JdbcOdbcDriver.acceptsURL(JdbcOdbcDriver.java:307) at java.sql.DriverManager.getDriver(DriverManager.java:253) at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1143) at org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSource.java:880) at org.apache.taglibs.standard.tag.common.sql.QueryTagSupport.getConnection(QueryTagSupport.java:274) at org.apache.taglibs.standard.tag.common.sql.QueryTagSupport.doStartTag(QueryTagSupport.java:159) at org.apache.jsp.test_002ddb_jsp._jspx_meth_sql_005fquery_005f7(test_002ddb_jsp.java:9766) at org.apache.jsp.test_002ddb_jsp._jspx_meth_c_005fcatch_005f7(test_002ddb_jsp.java:9732) … | |
Hi All Gururs, I am new to Windows System administration,i am facing a problem in windows networking.We have a small network of Windows 2000 systems, one Redhat linux machine is configured as Samba server,another linux machine is our DNS server.We are accessing the Linux Samba server from the windows 2000 … | |
I [B]HAD[/B] three partitions of my hard disk - C, D and E. My OS was Win98se. Then My brother installed Red Hat Linux in the E drive. From then everytime the pc started there were options to choose whether to start with win98se or RedHat linux. I could only … | |
I am using RedHat 9 , but it cannot boot . Can anyone teach me how to solve it ? :cry: It has not any respond at this moment each time. the message is as below: EXT3-fs: mounted filesystem with ordered data mode. Freeing unused kernel mamory: 132k freed INIT: … | |
I'm using php 4.xx, and install it in my linux operating system redhat. Cause this version does not support drawing graphic it's said should add gd library, I have already download this library for php in linux os. But I dont know how to add this lib in my php … | |
Hey, I have a small network running in my office (roughly 12 computers) and 2 of them are linux servers. One is Redhat, the second, Debian. Currently Redhat is the main web server, port 80 is forwarded to it. I want to host some websites off of the Debian machine, … | |
Hi, I am running my web application in Linux Fedora, The machine has got 2 gb MB RAM, The machine is getting slow gradually after 2 -3 hours , even though the the free memory is plenty. I launched the same application on Linux Redhat, which is having 512 MB … | |
Gday all I have been trying to enable my usb key via Red Hat 9. I have tried a number of things. I have used the command "dmesg" after i plug it in and it does not list the usb drive there. I am looking for usb something ...and find … | |
I have installed a copy of Microsoft Virtual Server on my XP machine (as a test run). I have already installed a Windows 2003 server as one of the guest O/S's and I am now trying to get a copty of RedHat Linux to also work along side. I have … | |
Hi All, The following script checks whether the filename is correct then the script proceeds to check whether you have read,write and execute permisiions to the file and displays an approriate message. [CODE]#ss23 #usage ss23 echo "enter any filename \c" read fname if[!-z "$fname"] then if [-r $fname -a -w … | |
i tried to install redhat linux enterprise edition WS version 5 on the my system with the following configuration Pentium core 2 duo 2.13 Intel D945GCL motherboard 320gb Maxator hard disk (SATA) Liton DVD/WR LG CD WRITER 1024 mb RAM BUT AM GETTING AN ERROR INDICATING THAT drivers not found … | |
Hi, I installed RH 8.0. It didn't detect my sound card which is a SB16. After installation I ran sndconfig, had no such fil or command. So I installed it since it wan't installed and it gave me the same error when I installed it. I ran the command at … | |
Okay -> due to all the Red Hat 9 talk here on the forum, I decided to install it and try it out -> installed without a hitch until the reboot -> the GUI looks as though it is too big for the monitor -> it is in black/white and … | |
I have RedHat Fedora 4/5/6, they all have IBM Java 1.4 which doesn't do GUI correctly, and is not supported in FireFox browser for Applets. Anybody know how to setup Sun Java 5 and FireFox browser Java on Red Hat Fedora 4/5/6? Thanks | |
I want to install OTRS on RedHat LINUX and facing some problems. I just follow all the steps of of installation manual and after installation when i want to login as root@localhost i received an error "[COLOR=DarkRed]Error: Can't write /opt/otrs/Kernel/Config/Files/ZZZAAuto.pm: Permission denied![/COLOR]". How can i solve this problem. | |
Hi guys, actually i'm thinking to swtich from Windows to Linux .. but i'm really confused .. there are more than 1 linux! RedHat, Suse, Mandrike ... etc what do you prefer? and what do you advise me .. ? and i'd be pleased if u gave me a brief … | |
Anyone know of a real time message board, or mIRC type thing for linux? I am running RedHat Linux 7.2 Thanks... | |
Hi, I want to learn [URL="http://www.linuxforums.org/forum/redhat-fedora-linux-help/88953-oracle-installation-fedora-core-5-32-bit.html#"]oracle[/URL] on Fedora core 5 32+ bit os that I am using at the moment, but can't not find any useful installation guides (Fedora specific) on the net. Can any one please help me out? Thanks. | |
Since red hat has split into red hat enterprise (costs money) and fedora core (free), they no longer offer red hat donwloads. Is there a way I could get red hat 7? | |
I need help immediately. When/if help is recieved I will pay $20 Paypal right away. Make the script as described below and email detailed instructions in either Word (preferred) or Word Perfect format. If you don't have either word programs Wordpad will do. I need this in my hands at … | |
I have FC 5 on my toshiba laptop and need to upgrade the kernel in order to download the driver for my wireless card: I got this msg when I initially try to execute yum: [root@localhost ]# yum upgrade kernel Loading "installonlyn" plugin Setting up Upgrade Process Setting up repositories … | |
Here is my plan to install a HighPoint RocketRaid PCI card and a 160 GB SATA drive on my Winows XP2/Linux Fedora 5 PCI I have created a Linux boot floppy with the contents below: /media/floppy/bios/Load.exe 72.0KB 7/20/2005 /media/floppy/bios/r152x101.s6e 28.0 KB 7/ 2/2004 /media/floppy/bios/Readme.txt 1.8 KB plain text document 7/20/2005 … | |
I'm new to linux and wanted to try it out becuase I'm getting tired of windows, so to try it out i downloaded vm ware. I made a an 8 GB partition and then proceeded to load redhat. my problem is that when i get to the part of the … | |
Hey guys, I'm in a Linux class right now; never used Linux before. I was given a copy of RH9 with my book and have it installed but can't load my nic on it. I go to terminal and type /sbin/ifconfig eht0 up which works. But then I try to … | |
I have downloaded the 5 images for Fedora Core 5, from fedora.redhat.com. Disks 3 and 4 are too large for a cd, and i do not have a dvd burner. suggestions? | |
With my box FC5 at work (Active Directory), I have been able to access the net , I have not logged in with my AD account , I logged in as username : root and password : forum,,,fake one (I know security implication, I have done this for test ). … |
The End.