Red Hat / Fedora :: Get The Info About What The DevmapperVolGroup_ID_10726-LogVolV Network Path?
Sep 3, 2010
I got dumpped into a enviroment where my knowladge of linux is sadly (yes sadly I actually want to learn more ) little. I have a server that was configured with a mapped drive.I have done the following and cant find where this is pointing. Checked the FSTAB and mount and df -lh and did a vi on the cronjob that does the copying and everything just gives me basically this information... brw-rw---- 1 root disk 253, 7 Jun 19 16:22 devmapperVolGroup_ID_10726-LogVolV How do i get the info about what the devmapperVolGroup_ID_10726-LogVolV Network path actually is, and edit it for that matter.
View 1 Replies
ADVERTISEMENT
Jun 8, 2011
Is there a command that display all network info. I'm looking for ip address, subnet mask, gateway, and dns. If there isn't a single command could someone please write me a shellscript that can do this?
View 3 Replies
View Related
Jun 8, 2011
I am having a situation where I couldn't connect to Internet through wireless and LAN cable. I have done ifconfig, it only shows me "lo" info. May I know how can I bring up the LAN and wireless?
View 2 Replies
View Related
Oct 21, 2010
how to add a path to PATH variable permanently so that it remains persisent even after closing shell and rebooting the system when i added a path, to variable it remained there as long as i didn't closed the shell. but when i reopened it ,changed were undone.
View 2 Replies
View Related
Jun 1, 2009
I am trying for the last many days to setup my opensuse 10.3 as Samba PDC Server according to the URL mentioned below, but in vain:How to setup SUSE 10.3 as Samba PDC - openSUSE When ever I try to join a Windows XP machine to the domain setup on Opensuse, I get the error:'The following error occured while attempting to join the domain. The network path was not found'. What could be the reason for this error despite of the fact the I am able to ping the FQDN of the PDC from the XP machine, but the XP machine simply denies to join the domain because of the above mentioned error.
View 7 Replies
View Related
Jan 16, 2011
I found the following function in /etc/profile file.
[Code]...
1. I dont undestand what "if ! echo $PATH | /bin/grep -qE "(^|:)$1($|:)"" this if statement actually comapres??
2. Also what is the difference between PATH=$PATH:$1 & PATH=$1:$PATH
View 14 Replies
View Related
Mar 8, 2010
I'm trying to get my computer connected to the internet at work. how to set up a connect in ubuntu or any other Linux system. So I'm completely on my own. I went into windows to get my IP address, subnet Mask, gateway address, and DNS server. I put these in using sys>admin>network>wired connect | dns. Nothing works. I went to Network Tools and tried to ping the dns server and another address given from the Ubuntu help menu. Nothing. In network tools, I see two options under devices, loopback interface and ethernet (eth0). I can't do anything with loopback and it has the standard 127.0.0.1 255.0.0.0 showing (shadowed). So i skipped that and then clicked on the ethernet option and the "configure" button becomes active. The ip and such that I put in seem to be showing there, but when I click on "configure" I get something like "The interface doesn't exist". the network proxy setting is "direct internet connection". Seems that since I can connect when in Windows, I ought to just be able to get all the information I need and set it all up in Ubuntu. Maybe I don't have enough info from Windows, and maybe I'm not putting things in the right places in Ubuntu.
View 6 Replies
View Related
Jun 23, 2010
I want to get info about network interfaces in C , is there any library for this purpose ?
View 1 Replies
View Related
Dec 30, 2008
I want to implement a cross layer approach. I want to pass the network information such as delay from the MAC layer to Network layer. Can you tell me the way I am new to this. I am using linux (fedora). I think some system call will do the trick. Correct me if I am wrong. (I want to implement QoS matrices)
View 1 Replies
View Related
Jun 14, 2011
When I add some path in .bashrc by commenting out old path and adding new one like this:
#EXPORT HOME_PLAY=/home/gem/old_play
EXPORT HOME_PLAY=/home/gem/play
EXPORT PATH=$PATH:HOME_PLAY
After saving above changes, I enter the command: source ~/.bashrc Now if I do echo $PATH, the path shows both the old PLAY_HOME and new PLAY_HOME. This is really bad and messes up a lot of things in my project. This problem only goes away if I logout or reboot, a rather very long process. What is happening is that the old path is added to new path element and the old path includes the old path element you want to remove.
View 10 Replies
View Related
Aug 6, 2010
so i cannot install anything because update-info-dir file is missing from /var/lib/dpkg/info/ .. I've searched for the last day and a half for a way to fix this, but nothing. can't even update dpkg because of this. so how do I bypass or fix this so I can install stuff (this is a fresh install of ubuntu 10.04 lts Lucid Lynx).
View 9 Replies
View Related
Mar 23, 2010
running Windows 7 64bit with VMware Workstation 7.01-build 227600. I have some knowledge of Linux, I have installed f12 and have updated the system as of 03/22/2010. All updates completed successfully.
1) How do I install VMTools on the f12 (after mounting the CD/DVD tool package)
2) How do I update the gcc files it says are dependencies?
Here's what I get on installation:Before you can compile modules, you need to have the following installed...
make
gcc
kernel headers of the running kernel
and then I am prompted for this input from the install script:
Searching for GCC...
The path "" is not valid path to the gcc binary.
Would you like to change it? [yes]
and this is where I get stuck. How do I get around this or satisfy the requirements for the install?
View 5 Replies
View Related
Apr 3, 2011
I tried to use scp like..scp -p 1234 111.222.333.444:/home/anonymous/asdf.asd /home/cognita/
This command asked me password and after typing password it showed Set Basic Path and didn't copy..
View 9 Replies
View Related
Dec 20, 2010
My situation is that I've got a desktop within my university domain named 'pc1'. There are several other machines in my office as well, e.g., named 'pc2'. Every time, when I want to run some of the codes written by my group, I need to use 'ssh' to connect 'pc2':
Code:
ssh -X pc2.cs.xxx.edu
cd /home/cs/group1
As my machine pc1 is under the same domain as pc2, is there a method to mount '/home/cs/group1' directly? (I've got the user name and password)
Then I can run the codes under '/home/cs/group1' directly on my machine.
I checked 'mount' command, but hasn't got a clue how to do it.
View 3 Replies
View Related
Jan 8, 2010
Many of you know how important is the analysis and planning of the targeted environment before the attempt of a successful penetration test. I got the idea, and I am trying to draw the network design in order to visualize things better. Many tools can be used to do that, I used hping3 as it comes with BT4, my favorite dist for pentesting, others include tcptraceroute, firewalk-5.0 (discontinued by developers...), etc.
What in fact is done by the program (hping3) is TCP/IP packet injection (with the SYN bit enabled) hop-by-hop until it reaches the final host (destination). By sniffing the traffic, I could determine the TTL of the various responding hosts within the path until my packet "got there".
As far as I know the default behavior of a network would be to decrement the TTL of a device as long as I go deeper on the network (meaning that I am getting closer the targetet IP). Like, for example, in a network with 3 devices (routers) before my targetet IP it would be something like this:
Quote:
123.123.123.123 TTL 255 (my gateway)
123.123.123.133 TTL 254
123.123.123.143 TTL 253
177.177.177.177 TTL 124 (target IP)
Demonstrating that the host is Windows based (TTL starts at 128) and is placed 4 hops from me. What I know by the notice though, is that sometimes the TTL increases. Likewise:
[Code]...
View 1 Replies
View Related
Aug 24, 2010
I need to add a network path to a configuration file, but I can't figure out how to write the path.
The command dir \computernamesharename works in a Windows command line.
ls //computername/sharename/ does not work under Linux. ("No such file or directory.") ls smb://computername/sharename/ does not work either.
Nautilus shows the location as smb://computername/sharename/, and I can read and write in the shared directory, so it's mounted and I have access.
So how do I get it to work? How do I specify the path so a command line will recognize it?
View 3 Replies
View Related
Feb 28, 2010
I have got a Arch Linux laptop running KDE. I have recently purchased a Dlink DNS 323 network attached storage and have installed Debian Lenny on it. I have been connecting to it via ssh and have created a network folder on Dolphin for easy GUI access ( using ssh protocol). However I cannot seem to figure out how to download stuff directly to the network drives. In firefox, it does not allow me to browse to the Dlink when I try to specify the download path.
View 3 Replies
View Related
Mar 8, 2010
a new hardisk and a reinstall later I find myself face with 2 problems now. firstly I followed, [URL]... which seemed to work fine, accross the network I can "see" all the workgroup computers. Now try login to karmic's or (other linux box) jaunty, can't find network path. tried turning off the firewalls, still no go. the two linux boxes can chat merrily, and the 2 windows boxes can chat, but to each other. however after fidling a bit , on karmic i now get
Quote: Could not display "network:///" Nautilus cannot handle "network" locations
so firstly how do i reinstall everything, the how deal with windows.
View 3 Replies
View Related
Jan 10, 2010
I would like to know if there is a fairly easy "How To" for setting up my home network. I have 2 XP SP3 computers and 2 Linux with ver. 9.10. The XP boxes can see each other and share files and folders. I can see from an XP box one of the Ubuntu machines, but can't access any of the files or folders.
I get the following when I try: \Lstoragemusic is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions. The network path was not found.
View 9 Replies
View Related
Jun 3, 2010
I installed vbox and windowsXP as guest and fedora13 as host. As discussed in [URL] i have run: Quote: $ VBoxManage sharedfolder add "WinXP" -name "Downloads" -hostpath "/home/rudra/Downloads" --readonly but in guest, as i prompted Quote: net use x: \vboxsvrDownloads it gives error: Systemerror 53 has occured the network path was not found
View 6 Replies
View Related
Oct 8, 2010
I use this command:
Code:
find ./ -atime +360
to figure out the files that haven't been accessed since 360 days. The command above will return results like this:
Code:
/uploads/2010/02/some-file-name.ext
/uploads/2009/08/another-file-name.ext
... etc
I'm taking here about tins of directories, thousands of files. I'm looking to find a command that makes me able to move the results above to another path, and to create that path once it doesn't exist like below:
Code:
mv /uploads/2010/02/some-file-name.ext /old-files/uploads/2010/02/some-file-name.ext
But I want the executed command to create this path
Code:
/old-files/uploads/2010/02/
If it doesn't exist.
View 6 Replies
View Related
Jul 17, 2009
Java applet not loading image with relative path(e.g. images/1.jpg) but loads image with absolute path(i.e. from /root/user/images/1.jpg) . This is a problem when i want to host the applet on web server
View 2 Replies
View Related
Feb 21, 2011
I have a program that takes a relative path as input appends it to a some path string to get the actual path.
Now all I can input is the relative path. So if I want to go one level above my input will be ../mypath.
If I know the depth of the path used internally, I can use .. as many times to go to the root directory and then give the absolute path. But suppose I do not know the depth of the directory, can I construct a relative path string such that it considers it as a relative path. One way could be to have enough .. in the path string so that I can force an absolute path for some maximum depth of path.
Is there some path string syntax that I am not aware of but can achieve this?
View 2 Replies
View Related
Apr 26, 2011
Experimenting with shell variables, accidentally deleted the path variable how could I return to the original path value. What kinds of problems will I have if I don't have a path variable.
View 3 Replies
View Related
Dec 11, 2010
i format and reinstall centos after that i create one sambha share and valid users restart smb service but i am unable to access it from windows pc shows network path not found any other service need to start
View 2 Replies
View Related
Sep 14, 2009
I have a path c:windowsackup I need this string to be changed into /windows/back/up I used the command -bash-3.00$ echo windackup | sed 's/\//g' but the output is windbackup
View 7 Replies
View Related
May 31, 2011
Current script:-
prefix=user@my-server:
find . -depth -type d -name .git -printf '%h�' | while read -d "" path ; do (
cd "$path" || exit $?
[code]....
How shall i go about changing the absolute path to relative path, so that /home/git/mirror/android/adb/ndk.git gets converted to /mirror/android/adb/ndk.git //echo <command> "$prefix$PWD.git" ?? - anything for relative path?
View 7 Replies
View Related
Jun 10, 2011
i had just install apache , mysql and php 5...apache is starting from localhost but how to test php ?
i created a file named as " info.php " which contain the foll code <? php phpinfo(); ?> but i m confuse how to save it in " var/www/html/ " which is a root directory of apache and from where we can acess the info.php files by http://localhost/info.php
how to run the file info.php ?
View 5 Replies
View Related
Apr 19, 2009
I am trying to figure out how i can add the path /usr/sbin/ into the $PATH variable. I want this to be used from the normal account. I am bored settinh this manualy each time my computer starts.
View 2 Replies
View Related
Jul 30, 2010
I was using Opensuse on Virtualbox earlier today. I issued the tail -f /var/log/messages command on Opensuse 11.3 to see the messages. Then I logged in from my Mac into Opensuse 11.3. I noticed that Opensuse was displaying realtime messages of the things happening. For eg, I entered a wrong su password and it displayed that too. But no such things were happening on my Fedora 13 installation. So is there any way if I could get some realtime messages on Fedora 13 too like the one on Opensuse..?
View 4 Replies
View Related