General :: Clinet Is Not Able Resolve Name

May 17, 2010

I am trying to setup a DNS on Fedora12. Here is my /etc/named.conf file

Code:
options{
listen-on port 53 { 127.0.0.1; 172.17.70.150; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";

[Code]...

View 5 Replies


ADVERTISEMENT

Slackware :: Samba Clinet Not Working Right In KDE4 And Slack 13.1?

Jun 1, 2010

needed was working either out of the box or with the addition of a few slackbuilds from Slackbuilds.orgOne or two problems which I will make separate posts for :Problem with the samba client - my home server has a large samba share on it that I need to access from teh laptop that is running 13.1. If I type smb:/ into the dolphin or konqueror address bar, I get to see the network and the servers. I even see the shared folder on the server. However, on trying to open this folder I get : Quote:The process for the smb://<my-server-name> protocol died suddenlyI know that the server is serving OK, because from the command line I can do a

Code:
mount.cifs //<same-server-name>/<folder-name> /<somewhere-on-my-filesystem>
command and I can browse the shared folder from that <somewhere-on-my-filesystem> either at the command line

[code]....

View 3 Replies View Related

General :: Why 'dig' Could Not Resolve Name To IP

Feb 25, 2010

Code:

root@localshot:/etc/rc.d# host dc3
dc3.test.com has address 192.168.1.2

Code:
root@localhost# nslookup dc3
Server: 192.168.1.100
Address: 192.168.1.100#53

[Code].....

Why 'dig', could not resolve name to IP, whereas 'host' and 'nslookup' could...

tested on RHEL5 and Slackware 13

View 2 Replies View Related

General :: Can't Connect To Network / Resolve This?

Jan 5, 2011

I have a problem:

I am on Debian. I configured my nic with a static ip (192.168.1.56).

When I try to connect to a network, initially with ifconfig eth2 I get (correctly):

eth2 inet addr:192.168.1.56 ....
inet6 addr: fe80:221:ff:fe96:4598/64

but after a few seconds the 192.168.1.56 disappears and after some other seconds disappears the inet6 address too.
When I press in the nm-applet it requires me the password but in the meantime it try to connect.

At uni, the connection is a DHCP one. It works for the first few seconds but after it doesn't.

Any possible solution?

Here it is the relevant part of the syslog: (static ip configuration)
http://pastebin.com/u3BPAsda

View 1 Replies View Related

General :: ACL - Permission Denied / Resolve This?

May 17, 2011

I'm hoping someone can help me out with this issue I'm having using acl(s). I have a user I want to grant access to logs I have stored on my server. I am doing this by setting up an acl to that directory where the logs are stored. My settings seem to look fine, however I cannot read or even reach the directory with the said user; we'll call him "userP".
Here is my code:

To ensure userP has access to the parent directory (jboss) code...

Not sure what I'm doing wrong here: there are no errors in the logs; just "Permission denied" however I try to get to the directory.
Does anyone know what I'm doing wrong?

View 4 Replies View Related

General :: Getting Gray X Screen When Using VNC / Resolve This?

Mar 18, 2011

I'm trying to setup an Ubuntu 10.10 desktop that will allow any number of vnc connections. When I try to connect (from Win7 using UltraVNC, which has worked for me using a comparable Red Hat RHEL 5.5 setup), I get a flickering gray X screen with no apps running, as if it were starting X over and over. I'm trying to make this display Ubuntu's login screen at that point.

I have installed vnc4server and xinetd. My xinetd config is code...

View 7 Replies View Related

General :: How Yum / Apt-Get Resolve Dependency Errors

Mar 22, 2011

Say if I want to install openssh in traditional way with ./configure then make and make install which works fine in Fedora but not in Ubuntu as it gives error for a Mailer program when ran ./configure, as sendmail is by default installed in Fedora but not in Ubuntu. What I need to know is how yum/apt-get resolve this dependency problem? Is there any file in the OS where it's listed all the dependencies along with the package names like in Redhat installation CD there are some XML files where it lists all the packages along with their dependencies.

View 2 Replies View Related

General :: 'sudo -i' And Resolve Host

Mar 10, 2011

why does a machine try to resolve host when I issue 'sudo -i' or some other command prefixed with sudo.What is happening in the background?

View 11 Replies View Related

General :: Can't Resolve Hostnames On Ubuntu 11 / No DNS?

Jun 24, 2011

I recently assembled a new computer with both Windows 7 boot and Ubuntu 11.04 boot.For some reason, I can not resolve domain names at all on in Ubuntu while Windows 7 works just fine. I'm wondering if I have improperly configured my network settings. I am trying to configure this machine to have a static IP on my network of 192.168.1.3..The machine definitely has its network card installed properly and in Ubuntu I can access numeric ip addresses anywhere via browser or ssh.When I type in "google.com" in a browser I get an instant 'server not found' error page.

Anything that is described in my hosts file seems to work just fine. I can ping my router which has a LAN IP of 192.168.1.1 just fine with no packet loss.Also, I am unable to access this machine via ssh from any other machine on the network.

View 14 Replies View Related

General :: Way To Resolve Dependencies Automatically?

Aug 13, 2009

Is there a way to resolve these dependencies automatically?

View 2 Replies View Related

General :: Drive Don't Recognize DVD's / Resolve This?

Aug 1, 2011

Using Ubuntu 10.10, and a Aopen CD/DVD Drive, that when purchased it was suppose to read and write to everything. But my system will not recognize blank DVD-R or RW.
Everything works on the CD's writing/reading. I can play DVD movies, but thats it.

After many searches I found these posts and checked them out without any problem:
http://ubuntuforums.org/showthread.p...light=DVD+disk

DVD Writer not detecting DVD-Rs
http://www.linuxquestions.org/questi...&pp=50&page=12

I followed the Medibuntu instructions on http://www.medibuntu.org/
and that did not help either.

I purchased four different purchases of DVDs to make sure the problem was not the disks. I had that happen to me a few time with CDs.

I do not get any errors of any kind. The drive light goes on and off like it should.

View 13 Replies View Related

General :: Not Able To Log Into Text Console / Resolve This?

Jan 7, 2010

I have just come over from the darkside (Microsoft) and am finding problems with a few items.

I am trying to configure the monitor/video card as I am having problems with the nvidia geforce 4 integrated video card. Some instructions I have sat to press ctrl alt and f1 to go to the text console. I do but it asks for a login and does not accept my user name and password.

What have I done wrong?

View 11 Replies View Related

General :: Can't Get Mgetty To Start From Inittab / Resolve This?

Feb 8, 2010

I've updated a Fedora Core 3 server to Fedora 11. The old FC3 had an external modem attached for when we felt like dialing in for a ppp connection.
I've replicated login.config, mgetty.config and dialin.config from the old server and had to put a RS232-to-USB adapter on the modem.
I've test connected to the server and everything look fine.
I'm have a difficult time starting the Getty session from inittab.code...

View 1 Replies View Related

General :: Dns Server Unable To Resolve Domain / Fix It?

Nov 15, 2010

There seems to be some problem in my dns server.
The configuration is perfectly ok.But what happens sometimes is,
it couldn't resolve some domains sometimes.After restarting the
named,it again resolves the domain.
whats happening on my dns server

View 10 Replies View Related

General :: Windows Cannot Write Into Samba / Resolve This?

May 5, 2010

I have been trouble shoot for whole day. I still cant figure out where is my error on write access deny for backup directory on windows SP3. It can read data on explore users by \10.1.23.124ackup code...

View 10 Replies View Related

General :: Boot Option Not Working / Resolve This?

Feb 16, 2011

Running Vista and recently d/l Linux 10.04 with Vista default.

Want to make linux default but when I go to startup manager and select Linux and reboot Vista remains the default.

View 5 Replies View Related

General :: Can't Install Rhel 6 In GUI Mode / Resolve This?

May 31, 2011

I can't install rhel 6 in gui [init 5] mode in my vm (windows and linux). it install in text mode and no pakage selection coming. it open with multe-user text mode

View 2 Replies View Related

General :: Getting Error During Restarting Apache / Resolve This?

Feb 14, 2010

I have just compiled apache with the following command code...

View 4 Replies View Related

General :: Freeradius2 Install Hang / Resolve This?

Dec 22, 2010

I have just installed CentOS 5.5 x64 fresh on a HP ML110 G6.

Have ran 'yum install' and rebooted.

Next I tried to install freeradius2 code...

View 2 Replies View Related

General :: Host Key Verification Failed / Resolve This?

Mar 29, 2011

I know that there are multiple threads with problems like this, but still i didn't found my answer.

The situation is like this:
I have a local server and a remote server, i did a ssh key swap so i can log on to the remote server with no problems (automatically logging on, no need to enter pass or login).
I've made a script that copies (with SCP) a file FROM the REMOTE server TO the LOCAL server (NOT FROM the LOCAL server to the REMOTE server !!!!), and then i get an error like code...

View 2 Replies View Related

General :: LDAP Failed To Start / Resolve This?

May 24, 2010

LDAP server failed to start.. Please check error log for problems.

View 2 Replies View Related

General :: Can't Play My PC Games On System / Resolve This?

Jul 21, 2010

I cant play my PC games on Linux??

View 14 Replies View Related

General :: Unable To Get Sound From Speakers / Resolve This?

Feb 8, 2011

I am unable to get any sound from my speakers I know they work because I have windows 7 on the second hard drive and they work, however, not using Ubuntu 10.10. I looked at the propriatory drives and it isn't there my sound card is a Realtek High Definition Stereo ALC260 can anyone Help. Please keep it simple as I am a newbie to Linux and I find it confusing at times.

View 2 Replies View Related

General :: Not Able To Fetch Mail On Webmin / Resolve It?

Aug 6, 2011

I Have setup a mail server On Centos 5.Everything is working except i am unable to fetch mail on my local machine, it gives following error code...

View 4 Replies View Related

General :: Unable To Resolve Dependency Errors?

Mar 31, 2011

actually i am new for this forum and for Linux also. i am using redhat enterprise Linux 5 its not licensed. i am having so much dependency issues is there any way by using which i can resolve dependencies. and i am already made repository. but till i am facing the same issue for any rpm.

View 1 Replies View Related

Ubuntu Networking :: Resolve/general Connection Errors Under 11.04?

May 28, 2011

I have a Lenovo Thinkpad SL510, with a "Realtek RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)" wireless adapter, on Ubuntu 11.04 x64. When I run updates, I get many resolve errors "Something wicked happened resolving us.archive.ubuntu.com," and other errors like that.Also, the internet connection runs incredibly slowly, and a lot of my downloads through firefox freeze and fail. I'm wondering if all of these problems are connected. Here are the contents of /etc/resolv.conf

Code:
domain gateway.2wire.net
search gateway.2wire.net

[code]....

View 1 Replies View Related

Ubuntu :: Window Manager General Failure / Resolve This?

Jul 28, 2011

I installed Xubuntu 11.04 a few days ago, and everything's been more or less fine since then. But I installed some updates last night, paying no attention to what they were, and this morning I logged in to find problems.

Open windows do not get registered with window listings (like in the top panel, for instance). All windows open above desktop panels, and cannot be moved behind them. Some windows open with their title bars above the top frame of the screen, but Alt + Click/Drag doesn't grab the window. Maximizing and minimizing windows do not work. There is simply no reaction to clicking them. I logged out and also restarted the system to see if it was a fluke, but it's not.

Otherwise, everything still seems to be functional. I'm writing this post from the laptop that's having the problem. I'm going to try uninstalling the crappy ATI video drivers and see if that resolves the problem.

View 2 Replies View Related

General :: Optical Disks Won't Mount After Install FC8 / Resolve This?

Mar 19, 2009

Finally got FC8 installed on new machine, and now it won't mount CDs/DVDs - didn't change anything in BIOS, CD/DVD drive is only thing on the IDE controller (HD is SATA) so is it likely a driver issue? FC8 seemed to have correct (or at least working) drivers for LAN, audio, SATA, etc.

View 1 Replies View Related

General :: Fsck.ext4: Unable To Resolve UUID = B

Apr 1, 2011

Fstab:

UUID = A / ext4 defaults 1 1
UUID = B /stor ext4 defaults 1 2
UUID = C swap swap defaults 0 0

and the error is:

fsck.ext4: Unable to resolve UUID = B.

Fdisk -l:

/dev/sda1 (boot) linux
/dev/sda2 linux swap solaris
/dev/sda3 linux

[code]...

View 4 Replies View Related

General :: Grub Freeze And Trouble Installing / Resolve This?

Feb 23, 2011

I just bought a Intel D525MW ITX board, a PicoPSU and a stick of 2GB ram.
I burned the new stable debian netinst to a disk and booted it up from a usb cdburner. At this point I had a usb keyboard and a usb kingston pen drive (temporary / ) connected. The computer would freeze whenever I chose a menu item. I rebooted a couple of times, same thing. I disconnected the usb pen and were finally able to start a graphical install. I quickly reconnected the pen and the install went fine as far as I could see.
Now. When I boot from the pen it just freezes showing "GRUB lading. Welcome to GRUB!" and a blinking underscore.

I were able to boot the usb pen on my Alienware laptop just fine - although it wanted a reboot after it ran a fsck.

View 2 Replies View Related







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