Networking :: DNS Server Location?
Feb 10, 2009Do all ISP have DNS server?
View 4 RepliesDo all ISP have DNS server?
View 4 RepliesIn fedora 10 I want to browse the share files in our windows network. When I want to use 'connect to server' with user name and password. It says:
"Cannot display location smb://servername/"
"No application is registered as handling this file".
Recently we have deployed a new server with ubuntu 10.4 64 bit, but I am now scp files to the server, the server is located in a another location the it says scp connect stalled and Idea about this.
View 2 Replies View RelatedI have a openvpn server configured and users are using from remote location. I got some errors in the /var/log/messages file as:PHP Code:
Dec 18 16:09:37system openvpn[7221]: x.x.x.x:58983 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
Dec 18 16:09:37 system openvpn[7221]: x.x.x.x:58983 TLS Error: TLS handshake fai
[code]....
I keep getting this, ever time I try to map a shared drive on other systems with my small network. 'unable to mount location failed to retrieve list from server'. This used to work.
Main System UNBUNTU 10.10, GNOME ver. 2.32
Sys2 Windows XP Pro, SP3
Sys3 Windows XP Home SP3
[code]....
Mine is used as a server for the above, and also for me to work on. For some reason, I keep getting permission failure. Setting up a share on sys2. sys3, sys4, sys5 can see and read it. My main sys cannot. None of the systems can see the Main one & the main one cannot read any of the others.
Chain ufw-after-forward (1 references)
target prot opt source destination
Chain ufw-after-input (1 references)
[code]....
My network has several machines on it. They are all connected to a single router. Two of the machines are running Windows Vista, one Windows XP and one Fedora 11. When I go to places.network, I see an icon that says Windows Network. If I click on it, I get the message: Unable to mount location, Failed to retrieve share list from server. When I had Ubuntu running on this machine, I had no problem seeing and connecting to the Windows Vista machine.
View 11 Replies View RelatedMy network was running happily with no problems. After clicking "Places," then "Network," I double-clicked "Windows Network." My wife's laptop appeared merrily ready to be clicked. I browsed through and accessed the "Public" folder. Ubuntu auto-mounted the "Public" folder on the Windows Vista machine to the desktop.
THE REASON:I wanted to change the icon to a disk so it would mimic a "mapped" drive like in Windows. I right-clicked the shared folder mounted on the desktop, clicked "Properties," and then clicked the picture of the folder. I then clicked through to "/usr/share/icons/Human/scalable/devices" and selected the "drive-harddisk.svg" icon. The icon changed and I could still browse. I unmounted and re-mounted the folder with no problems, then changed back the disk to the regular folder icon.
THE PROBLEM: After restarting the computer, if I click "Places," then "Network," then double-click "Windows Network," I'm greeted with the following error message: Unable to mount location. Failed to retrieve share list from server.
WORKAROUND: Opening Firefox and typing smb://IP-of-wife's-laptop shows the share list. I can open and access the "Public" folder no problem.
It seems this is a common problem. I used Samba to configure and connect the computer running Ubuntu 11.04 with my Windows Visa workgroup. This is a wired, not wireless, connection.
In Ubuntu, under Network, I can see the name of the other computer (NOVA_MORAI), but when I click, I get the error:
Unable to mount location - Failed to retrieve share list from server
I tried the nmblookup command, here is the output:
eleos@Planet-Morai:~$ nmblookup NOVA_MORAI
querying NOVA_MORAI on 192.168.1.255
192.168.1.2 NOVA_MORAI<00>
And:
eleos@Planet-Morai:~$ nmblookup -A 192.168.1.2
[Code]....
There it it. But when I try the findsmb command, it does not show up.
The error message seems common, but I have been trying solutions all day, and I am still not getting a connection.
I'm having trouble connecting to my freenas server.
It's part of my windows network and when I try to connect to it,I get this message: Unable to mount location,Failed to retrieve share list from server.
Is there something I need to enable on the server or my OS(CIFS or something)?
I installed Apache server with Debian 5.0.2 Lenny. I am trying to write a script which would analysis web log files. I found the log files on /var/log/apache2. There is an access log file, `access.log`. My question is what configuration file determines the location and the name of the access log file. How can I change them? I used CustomLog in /etc/apache2/apache2.conf like below.LogFormat ": %h %l %u %t "%r" %>s %b" common
CustomLog /home/test/my_log_file common Apache2 generated /home/test/my_log_file. But no logs were written in the file even after I run `/etc/init.d/apache2 restart`. Ichanged the log file location. It still didn't work. However, Apache2 still wrote logs in the file `/var/log/apache2/access.log`
I'm working with a program that uses Open Motif to create all of the widgets, including the Open File dialog box (obviously). However, Open Motif being kinda old-timey, 80's vintage, and for the most part now an abandoned project, it is quite clunky. So, actually what I need to do is to open some files located on my work server. I have already successfully connected to the relevant server directories with Samba, and with programs built with GTK+ (such as GIMP) I can open files across the network because I have created a bookmark in Nautilus, and those bookmarks appear in the Open File dialog box created by GTK+. Now, Open Motif is different: it doesn't see network locations, orNautilus shortcuts. When I type "smb://serveripyadayada" in the search folder, it really doesn't like it and complains. So, what do I do? Can I get somehow Open Motif to open a network location? Or can I do a run-around and place a shortcut in the file system that points to the network location?
View 2 Replies View RelatedI have been testing ubuntu 10.10 maverick, it has some nice features. Anyway I am missing the possibility of writing manually the folder you want to go on nautilus using the Location bar. It was used to have some kind of icon which you can click and it switched between graphich breadcrumbs or the location of the folder and you could changed it manually, you know what I mean?
View 2 Replies View RelatedI have my webserver with cpanel , and I have a FTP location. I wanna backup to the FTP location directly, because I dont have enough space on the server to back up first then rsync over the data, I have this script I need a little help in getting it to backup directly to the ftp location , or is there a simpler way .
Code:
#!/bin/sh
# System + MySQL backup script
# Full backup day - Sun (rest of the day do incremental backup)
# Copyright (c) 2005-2006 nixCraft <url>
# This script is licensed under GNU GPL version 2.0 or above
code....
I have an apache server setup where I have different rules using <location>. Essentially, I have a test environment "/test/" and I would like to capture the logs for activity in this location and direct it into a separate log. I know that perhaps I should have set up virtual hosts, but I wasn't aware of them at the time and the change over can not be accommodated at the moment (the change control wouldn't be agreed). I was wondering if it could be done using environment variables.
At the moment I use:
Code:
tail -f /var/log/httpd/error_log | grep "/test/"
but this does miss out some messages, particularly multiple line SOAP messages.
I cannot find the packages contain virt-manager and virt. Does anyone know where these are located on the CD or ISO?
View 3 Replies View RelatedI have an opensuse server which handles 5-8 sites, a mail server and a nameserver.I will move it to a new location and I'll have a different IP. Now, I didn't configure the server myself, so I don't know what to do so that the mail server, the sites and the nameserver to work in the new location with a new IP.
Does it suffice to change the IP of the nameserver from my domain registrar? What any other modification I'll have to do in order for the mail and sites to work at the new location?I searched tutorials on moving a server to a new location but I didn't find any...
How can I find the lynx location path on my server via SSH
View 2 Replies View RelatedWhile configuring the yum through proxy i was configures with some address(10.x.x.x). after the proxy address has been changed(172.x.x.x).according to new proxy address i made changes in all locations in my system. but when i am trying to download through command line still it is trying to connect old proxy address(10.x.x.x). finally i come to know that, still some location old proxy address(10.x.x.x).is there. how to troubleshoot this issue.(how to find the location) i was try to debug find the output below
[Code]....
We have moved from a Windows based SMTP server to Sendmail on Cent 5.5. We have a special application that was written to look at the "BadMail" folder on the Windows box. I am told by my developers that it is capable of monitor remote locations and they just need to know the format or extension of the badmail files.
My question is what is the default location of the badmail folder in Sendmail? This is a default install from CentOS.
I use Samba, NFS, RSync and FTP/TFTP in my multi-location setup.
Is there a CentOS standard place to put my sharable file space? I've seen /usr/local/, /var, /var/samba, /user and /share. I have gotten to the point of preferring /share, but I want my servers to adhere to standards in case I am not available. Another alternative is to create a user name that matches the group name and using that user's home directory for the shared file space. This would solve the issue of shared departmental mailboxes and backups, not to mention (though apparently, I'm going to) SELinux configuration... Maybe I've just answered my own question...
What are other people's opinions?
I'm about to recompile PHP from source and was planning to download the source code to my Ubuntu machine. Is there a standard place where all the source code goes? I know that PHP has many dependencies and would like to hopefully put it in the right place so as to satisfy as many as possible.
View 6 Replies View RelatedI'm trying to install VMWare server on Ubuntu 10.10 and I can't pass the step where I'm asked to write location of C headers.
I've installed kernel-devel, linux headers and build-essential
I've downloaded kernel-devel via google, and linux headers by writing this command:
Code:
I typed right location and the installation won't continue, and asking me again and again to write this location.
In my case, this location is: /usr/src/linux-headers-2.6.35-23.generic/include .
One of my clients needs a backup of his svn repository. I see that this is possible using svadmin dump command. I see where the location of the source repository is, but I don't see anything in documentation as to where the actual dump file is located. I need to know where the dump file is so I can scp or rsync the file to another server for backup.
View 5 Replies View RelatedI've been looking into libtrash to give me the ability to recover files that users mistakenly delete from Samba/Netatalk/ProFTPD shares.But I have some questions about getting a specific libtrash configuration.We have a RAID6 shared files partition and all our users have full read and write access to /mnt/raid6/shared through Samba/Netatalk/ ProFTPD...Reading through all the docs supplied with libtrash it seems to suggest that the trash folder can only be located in the user's home folder.
This has prompted a couple of questions:
1) Having gone through the docs, I can't find a place to specify the location of the trash folder.I can specify the name of the trash folder, but it seems like it's automatically created under the user's home directory.I'm looking to have the trash folder also stored on the RAID6 partition.Because the boot/OS drive is a smaller 120GB drive, and the RAID6 is 4TB. So if someone deleted 3TB of files, the trash folder wouldn't be able to take them all as the trash folder's on the 120GB boot drive.
Is there a way to specify the absolute location of the trash folder?I'd like to have a single trash folder for all users of the machine.
2) Since this is a server, most of the daemons will be running as user nobody/samba/ whatever. Not an actual interactive user account with a home folder etc.
I have read the note about this in the docs and it seems that user nobody will need write access to the trash folder in order to put files in there.However it will rarely be the case that it's an interactive user removing files from the terminal. I'm only looking for protection if any of the server daemons remove files.
Does libtrash run in the background or is it only active when an interactive user is logged in?Since it seems libtrash is activated by a variable in /etc/profile
Is libtrash suitable for what I'm looking for?Anyone got any alternate suggestions for what I'm trying to do?Is there something I could be doing on the filesystem level? The FS of the RAID 6 array is ext3 but can always change that if there's something better out there!OS is CentOS 5.5 64bit
In 9.10 I could access my auto-mounted network location with something like /home/user/.gvfs/sharename. This was particularly useful for F-Spot because that's the only way I could get it to import photos from my server.However, in 10.04 I no longer have a .gvfs folder and can't find a way to import photos from my server in F-Spot.
View 3 Replies View RelatedI am having problems sharing my external hard drive.
It is plugged into my Ubuntu LTS media centre computer and is just a standard USB Seagate HDD. It works fine when I access it from the same computer it is plugged into, both in Ubuntu and Windows machines.
I have set it up as a shared resource using the shares-admin app and at the same time, shared the home folder of that machine. I can access the home folder fine from my laptop over the network but when I try to access the external HDD, I get the following error msg: 'Unable to mount location - failed to mount Windows share'.
My laptop has the same OS as the media centre - Ubuntu LTS 10.04 Lucid. I am trying to access the share via Places > Network. I'm not sure why it comes under Windows shares because neither machine has Windows on. The network is a Wi-fi home network.
i found that 10.04 hasn't edit location icon at location bar of nautilus. how to get it?
View 2 Replies View RelatedI added this line to the fstab file:
Code:
//SERVER/dfs/users/USER /media/USER cifs uid=1000,gid=1000,username=USER,password=PASSWORD 0 0
and when I try to run
[Code].....
The line worked fine on Ubuntu 10.04 but is causing this error on 10.10
I've signed up with a hosting company and have access to logs of visits to my website. How can I process these logs to obtain the geographic location of visitors from their IP number? If there's a way of bash scripting this, it would be ideal, or a dedicated softare that could read in the log file and output the location for each visit
View 4 Replies View RelatedI have two Windoze 7 laptops (i know, i'm evil) one Windoze Vista desktop, one Android 7" tablet, one Windows mobile 6.1 PDA and one Ubuntu 10.10 laptop. everything can read and write to everything except for the Ubuntu machine. i Can't see the Ubuntu machine from windoze or the droid, and like wise, my windoze and droid can not see the Ubuntu laptop. I keep getting the error "UNABLE TO MOUNT LOCATION", "Failed to retrieve share list from server."
this is what I have tried. Followed about 20 videos on you tube (to no avail.) Edited my smb.conf file (to no avail.) Uninstalled then reinstalled samba (to no avail.) Smashed my head into the screen several times (to no avail.)I was able to get 9.10 & 10.4 working O.K. But 10.10 has got me stumped. I did a search through this forum, but nothing seems to work. I don't restart Samba, I restart the laptop (better?)