General :: Unlink Com Port And REDHAT Installation Files?

Jun 1, 2011

I tried to link USB to com port. Mistakenly I managed to link to one USB several ports. How can I unlink them in order to have only one linked? This is how it looks like!

lrwxrwxrwx. 12 May 26 16:26 com03 -> /dev/ttyUSB0
lrwxrwxrwx. 12 May 26 16:17 com10 -> /dev/ttyUSB0
lrwxrwxrwx. 12 May 26 16:22 com2 -> /dev/ttyUSB0
lrwxrwxrwx. 12 May 26 16:26 com3 -> /dev/ttyUSB0
lrwxrwxrwx. 12 May 26 16:27 com4 -> /dev/ttyUSB0

And second question, I have installation files for Redhat(73, 8, 9). Can I install them to Fedora 14? If yes, could you? please, help me with commands?

View 1 Replies


ADVERTISEMENT

General :: RedHat 9 How To Open Port?

Mar 3, 2010

On my RedHat 9 , I want to open tcp port 4965 but my server does not contain /etc/sysconfig/iptables . Can you please let me know how to open this port?

View 6 Replies View Related

General :: Hiding A File Using Unlink Command?

Feb 1, 2011

While googling for soft link and hard link i found this part

Code:
{
FILE *fp;
fp = fopen("some.hidden.file","w");
unlink("some.hidden.file"); /* deletes the filename part */
/* some.hidden.file no longer has a filename and is truely hidden */
fprintf(fp,"This data won't be found
"); /* access the data part */

[Code]...

View 9 Replies View Related

General :: Extracting Rar Files In RedHat?

Apr 26, 2011

How to extract rar files in RedHat Linux?

View 8 Replies View Related

General :: Recover Deleted Files In Redhat?

May 3, 2011

i lost below mention file in my appache server,how i can recover libphp5.so mod_actions.so

View 2 Replies View Related

General :: Recover The Windows Files From RedHat?

Jun 7, 2010

I put dual OS in my desktop. One is XP, and another one is RedHat EL5. when i installed EL5 in my system, the XP content and my personal files gone. XP is in D drive and EL5 in E drive. My personal files are in C & F drive. Now I would like to recover C & F drive files.

View 1 Replies View Related

General :: Share Files Using RedHat With A Windows Computer?

Feb 24, 2011

I just made my first RedHat Enterprise v5 installation, the thing is that i have on my network a windows server that i use for storage, i want to be able to share files between the windows server and the RH server, i already edit the smb.conf file and put my workgroup name, but i still cant see my the windows server. When o try to connect using the connect to server option it says, "could not open the location 'smb://server_ip_address/' Unknown error code: 46", i can ping the windows server

View 5 Replies View Related

General :: Upgrading Redhat To Support Ext4 For Files Over 2TB In Size

Sep 27, 2010

We are currently running Redhat 5.4 64Bit (Build 2.6.18-164.e15) however having issues with tar files that are greater than 2TB in size.

We have been told that upgrading the kernel to support the ext4 file system (supported in version 5.5?) and mounting the current 10TB nas share as an ext 4 file system may solve our over 2TB file size issues. Are their limitations within the ext3 file system that cause issues to files greater than 2TB and if this is the case Do we have to update the kernel (complete rebuild), or can we load a package on the redhat box to support the ext 4 file system Where do we get the upgrade/package. I have logged onto the redhat site and can not find kernel updates but can find the full installation packages. We are not connected directly to the internet and do not have access to the update repository

View 7 Replies View Related

Server :: Mysql In Redhat Two Machine Cluster Not Opening 3306 Port?

Jul 18, 2011

Im having a frustrating issue with my two machine cluster I setup using Conga. Everything was working great except now when lucci starts mysql the port (3306) is never opened to outside machines. I can do a "ps -ef | grep mysql" and see it running as well as login to mysql on the node it is running on - but an nmap of the machine does not show the 3306 port and I cannot login to mysql remotely and yes I turned off all iptables(iptables,ip6tables) and SElinux is disabled.What am I missing here? If I start mysql on my own (and it is using the same my.cnf as lucci is) it does show the port open and works perfect,t for some reason when lucci starts it, no dice

View 1 Replies View Related

General :: Cant Mount Redhat 5.0 From Redhat 4.0 Via Fstab?

May 5, 2011

I cant mount a directory on red hat 5 from red hat 4 using fstab.I keep getting permission denied.I mount directories on the same red hat 5 sys from other red hat 5 and 2 old HPUX systems using fstab.When I try to telnet to it i get "no route to host."

View 3 Replies View Related

Software :: Php - Transferring Files From Redhat 9 Web Files To Centos 5.5

Mar 28, 2011

I have once tried transferring files from Redhat 9 web files to Centos 5.5 /var/www/html/ directory. Ok... LAMP is installed and working fine. httpd / apache is running and mysqld is installed without root password. Now I wan't to transfer it again to secure the database from Centos 5 to fedora 13. But when I tried browsing the web to check the web files I can only see these:

[Code]...

View 10 Replies View Related

Software :: Unlink Action From Keycode ?

Jun 9, 2010

I am trying to unlink the action triggered by my fn-F5 key, which is a toggle wlan action.

I really don't know were this kind of action is defined, but I want to replace it by another one.

It should happen either by unlinking that action or by overriding.

The key is catched by HAL:

View 4 Replies View Related

General :: How To Find A RedHat Installation

Feb 24, 2011

Is there a way to obtain the RedHat Linux version freely. I was able to find a RH server version and installed to my local m/c but it takes long time when it's booting

View 5 Replies View Related

General :: Redhat Installation Using USB - Did Not Read

Jun 29, 2010

i have a usb hardisk of 320 gb and when i tried to install redhat using it my desktop did not read my usb. in other words i wish to know how to boot using usb since my cd/dvd rom is not working. is it that we have to make our device boot-able before using it .

View 3 Replies View Related

Red Hat :: Excluding Unlink To A Particular File In Audit.rules?

Apr 11, 2011

I am running RHEL 5.4 Server (32-bit) and have my audit.rules file set up per a template that I am required to use. There is one particular rule that audit is auditing the unlink of files. With this set, my log files are filling up very fast, as there is a particular app that constantly touches/ deletes a couple of files, which the unlink is catching. Here is the audit rule:-a always,exit -F arch=b32 -S unlink -S unlinkat -S rename -S renameat -F auid>=500 -F auid!=4294967295 -k deleteI commented out the "-S unlink" and my logging returns to normal (as expected). For right now, I was wondering if there was a way to set this rule up to exclude these couple of files from what auditd is capturing?

View 1 Replies View Related

General :: Nagios Installation On RedHat Linux

Jul 6, 2011

can anyone provide the steps for installation and configuration of Nagios server in Redhat Linux machine?

View 2 Replies View Related

General :: Newbie : Opinion For Redhat Installation?

Sep 17, 2010

I use xp and ubuntu 9.10 both in dual boot mode on my system and wish to install a new red hat based linux on my computer, so which is the best redhat based system to start off with : fedora or mandriva ? also, How many operating systems can i install on my system ?

View 4 Replies View Related

General :: Redhat Need To Install Firefox Installation

Jul 7, 2010

currently am doing my project in redhat linux i need to install firefox 3.5.

View 12 Replies View Related

Red Hat / Fedora :: Excluding Unlink To A Particular File In Audit.rules?

Apr 11, 2011

I am running RHEL 5.4 Server (32-bit) and have my audit.rules file set up per a template that I am required to use. There is one particular rule that audit is auditing the unlink of files. With this set, my log files are filling up very fast, as there is a particular app that constantly touches/ deletes a couple of files, which the unlink is catching. Here is the audit rule:-a always,exit -F arch=b32 -S unlink -S unlinkat -S rename -S renameat -F auid>=500 -F auid!=4294967295 -k deleteI commented out the "-S unlink" and my logging returns to normal (as expected). For right now, I was wondering if there was a way to set this rule up to exclude these couple of files from what auditd is capturing?

View 1 Replies View Related

General :: Installation - Partition A 220 GB Disk Drive For Redhat 4.8?

Feb 23, 2011

I'm installing RHEL 4.x to a hard disk that already has windows 7 enterprise installed. I would like to dual-boot both the OSes. The hard drive size is about 220 GB (of which windows 7 occupies about 50 GB).Now, is there any free and friendly tool that I can download to partition this drive ?RHEL comes with a text mode (disk druid) to partition and I could not figure out how to resize the existing windows partition. So, I'm assuming that I need to abort the linux install now and proceed to boot from another CD that contains a good partitioning tool and then later resume boot from RHEL install disk.Also, what should my partitions look like ? What size should they be ? The system is a new LENOVO with 4 GB RAM on a i5 core processor.I know that I will need atleast 5 partitions. right ?1) /boot2) /3) /home4) swap5) /var

View 2 Replies View Related

General :: Driver Installation For Nvidia Quadro Fx 380 LP In Redhat 5.4

Oct 31, 2010

I'm new to linux and trying to install the driver for Nvidia quardo fx 380 lp in redhat 5.4.From the Nvidia site I got the driver for this card to be NVIDIA-Linux-x86-260.19.12. I did check version of the gcc and kernel built by the gcc version. I also checked the following commands. # cat /proc/version Linux version 2.6.18-194.el5PAE (mockbuild@x86-007.build.bos.redhat.com) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Fri Oct 29 22:00:21 EDT 2010

[Code]....

View 10 Replies View Related

General :: Oracle Installation On Redhat 5 - Could Not Display Setup

Feb 28, 2010

I am using redhat linux 5. I am trying to install oracle 10g of linux version. When I click setup.exe from first CD. It says 'couldn't display /media/mydisc/setup.exe".

View 3 Replies View Related

General :: Redhat 5.3 Installation Using Pendrive In Standalone System

May 10, 2010

i have a standalone system in my home. i don't have cd/dvd drive and no any facility to install it form network. i want to install redhat 5.3 using pen drive on my pc.

View 3 Replies View Related

General :: Redhat 4.0 Enterprise Edition Installation - Prompting For Drivers?

Apr 6, 2010

I am trying to install Redhat linux 4.0 Enterprise edition in my system. The system starts booting from CD-ROM and starts installation. It prompts for language selection(By default English) and then key board type ( By default US type). After this it is prompting to select the drivers with the following options.

" SELECT DRIVERS", "CHOOSE DRIVERS FROM LOCATION", "BACK". Why it is prompting for drivers?. what type of drivers it is looking for? what is the solution? My system mother board type is Intel 80865.

View 2 Replies View Related

General :: Run An Executable File ( Created From Qt) Post Installation (redhat)?

Feb 24, 2011

I want to run an executable file during or post linux installation which take input from user and closes on click of "ok" button. The thing i want to accomplish is something like the screen that turn up during the installation, like setting time or selecting some packages and then pressing next button...i want to do a similar stuff like the above said using my applicatio

View 2 Replies View Related

Server :: Listing Files Hang On Redhat Over VPN?

Jan 25, 2011

I have a newly built Redhat 5.5 box. When connecting over VPN and executing either "ls -al" or "df -h", the command prompt hangs without returning any output. Have got same result with TeraTerm and Putty clients. However, other commands run fine. Also,local users are able to run "ls -al" or "df -h" successfully.Storage is local disk. Any idea what could be mis-configured.

View 1 Replies View Related

Hardware :: Redhat 5 Not Freeing Space After Deleting Files?

Oct 25, 2010

I have connected an another hard disk to my computer and mounted its drives. when I delete the files from second hard disk it is not increasing the free space. only 1.3 GB is left on that drive of second hard disk.

View 5 Replies View Related

General :: SFTP Server Port Blocked On Uni Network / Need To Change Listening Port

Oct 21, 2010

VERY new to linux, erm but I have an issue that needs solving!I recently moved to university, where their network blocks sftp port 22, this means that I cannot connect to my FTP server which is running a version of linux.Now I've got this ftp server connected to a seedbox and it was created using the following walk through..Code:I have written this guide for a friend, but I though it would be useful for others as well.

There are several guides floating around, but I found that most always cock up in some way. This one is tried and tested to work on Debian Etch (on an OVH rps, but should apply to most servers).If there is a new stable release of rtorrent/libtorrent then I will update this guide to show you how to update it (without reinstalling the whole server).

At the bottom there are also instructions to install ftp access & some network monitoring software.Basically, I would really like someone to be able to construct the commands on how to change the listen port for sftp connection on linux or add another port to the list that Linux would use so that I could put in through putty.

View 2 Replies View Related

General :: Warning: Remote Port Forwarding Failed For Listen Port 7869

Jul 20, 2010

I tried to make "ssh tunneling", but failed and got this message.

Quote:

Administrator@windstory-PC /
$ ssh -R 7869:localhost:7869 windowsstudy@192.168.0.4
windowsstudy@192.168.0.4's password:

Warning: remote port forwarding failed for listen port 7869 Last login: Wed Jul 21 01:56:04 2010 from 192.168.0.2 -bash-3.2$

1. system environment

192.168.0.2 - windows 7 + copssh
192.168.0.4 - centos 5.4 x86 + openssh

2. Guide for setting "ssh tunneling"

[URL]

3. Added this to sshd.conf

Quote:

AllowTcpForwarding yes

4. "netstat -na|grep 7869" at 192.168.0.4

Quote:

[root:maestro:~]# netstat -na|grep 7869
tcp 0 0 0.0.0.0:7869 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:7869 127.0.0.1:53539 ESTABLISHED

[code]....

5. result of "ssh -vvv -R 7869:localhost:7869 windowsstudy@192.168.0.4"

Quote:

debug3: authmethod_lookup password
debug3: remaining preferred: ,password
debug3: authmethod_is_enabled password

[code]....

6. I added 7869 for telnet service as follow;

Quote:

mytelnet 7869/tcp # My Telnet server

View 1 Replies View Related

Programming :: Edit Sshd_conf Files To Change The "#Port 22" To "Port 22" From A Script?

Feb 4, 2011

i am trying to edit sshd_conf files to change the "#Port 22" to "Port 22" from a script.

I have tried this many different ways.

sshs1='s/#Port 22/Port 22/g'
sed $sshs1 /home/l/Desktop/test

the reason i have it as a string in this instance is because $sshs1 gets a variable, but im not working on that right yet. I've tried changing the ' to ` and ". this is what i get:

sed: -e expression #1, char 7: unterminated `s' command
sed: -e expression #1, char 8: extra characters after command
sed: -e expression #1, char 8: extra characters after command
"
sed: -e expression #1, char 7: unterminated `s' command

i know it may have to do with my regex, but i cant seem to find a decent tut.

View 2 Replies View Related







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