General :: Name Resolution Slowing Down Authentication?
Feb 23, 2010
As mentioned in another of my recent posts, I have set up a small network for my job, in which I am utilizing 4 Servers running Ubuntu 9.04 Jaunty Jackalope Gnome GUI and Ubuntu Server running underneath (yes I need a GUI for what I am doing). However, I am having a problem when bringing Ubuntu out of "locked" state, and any time that I am required to authenticate (i.e. sudo bash). After I type in my password, everything hangs for a good 3+ minutes.
To test this, I disconnected the Ubuntu Servers from the network, and I tried to authenticate again. With the server off the network, authentication did not hang, and the GUI came up in seconds. Also, I checked my syslog and memory utilization and both are well within acceptable range that they would not be causing sluggish performance.
With all of this said, I believe that there is some kind of resolution going on when trying to authenticate while the servers are connected to the network (i.e. Kind of like how doing a traceroute in a cmd prompt in Windows without the "-d" takes forever because of name resolution checking).I should also mention that my network DOES NOT have an internet connection by design.
View 1 Replies
ADVERTISEMENT
Sep 5, 2010
This little Atom-based unit works fine with Linux, but its fan is running at full-speed all the time.So I figured maybe lm_sensors could ajust its speed dynamically, but "sensors", "fancontrol", and "pwmconfig" all fail to work, even though the modules required for this motherboard are up and running:
Code: # dpkg -L lm-sensors
[...]
/usr/sbin/fancontrol
/usr/sbin/pwmconfig
[code]...
View 2 Replies
View Related
May 25, 2010
How to slow down my laptop cpu so that it does not overheat?
View 3 Replies
View Related
Sep 5, 2010
This little Atom-based unit works fine with Linux, but its fan is running at full-speed all the time.So I figured maybe lm_sensors could ajust its speed dynamically, but "sensors", "fancontrol", and "pwmconfig" all fail to work, even though the modules required for this motherboard are up and running:
Code:
# dpkg -L lm-sensors
[...]
/usr/sbin/fancontrol
/usr/sbin/pwmconfig
[code]....
View 7 Replies
View Related
Feb 4, 2010
Is there a way to cache everything in squid except for the video files and mp3s?I had a problem before when I turned caching on and it made the performance very poor because it was trying to cache large video files.Right now, I have a problem on the server where even if iptraf lists ingoing+outgoing at 5000 kbits/sec viewing video works fine, but it takes a while for normal webpages to load and I can't figure out where the bottleneck is.
View 12 Replies
View Related
Oct 14, 2010
When I boot my computer I get this message: Warning Pc video resolution is out of range Change setting to recommended resolution 1280x1024 @60mh So I hit ctrl alt f1 I typed in Sudo dpkg-reconfigure xserver-xorg Nothing happens. It's been very frustrating because with everything that I've looked up it says that it's suppose to guide me through something. I desperately need my computer for school.
View 8 Replies
View Related
Mar 26, 2010
I have got my Fedora12 setup working just beautifully... except the mouse!
A few months ago I invested in a very nice, expensive high performance mouse with very high resolution tracking. In Fedora 12 it is just too fast for me though, and I'm already well on the way to Carpel tunnel syndrome..
I have turned the sensitivity and acceleration down as far as they go but it is still too fast. The old ways of adjusting xorg parameters are, I understand it, now null and void due to the hotplugging HAL framework.
How to turn the speed of the mouse down on Fedora if the control panel doesnt turn it down enough.
View 14 Replies
View Related
May 13, 2010
I recently got karoo broadband installed, the speed is normally 8mbps but the longer I am connected to my router the slower it gets, I have to disconnect and reconnect to the router to get back to full speed, is this due to a bad wireless driver or do I need new drivers or a better router.
View 2 Replies
View Related
Nov 27, 2010
I have do some research by google to find out How To I slow down the speed when playing movie! And I found this: [URL]. But I not sure how can I do it!!
View 2 Replies
View Related
Apr 2, 2010
I've installed Ubuntu 9.10-karmic koala-and all runs good except screen resolution. I don't have any graphic card, and with windows I never had problems...but with linux max resolution is 800x600. what can I do to set a resolution of 1024x760 or similar ?
View 2 Replies
View Related
Sep 5, 2011
When I am running Ktorrent it takes about 30 seconds for a web page to open, in stead of 1 or 2 seconds. The download speed is very slow 200B/s and the status of most of the torrents is "Stalled". If have opened TCP and UDP ports 36477 4444 6881, 7881, 8881 and added them to the port forwarding list in my router. No difference.
View 9 Replies
View Related
Nov 27, 2010
about every second time when I start up my Ubuntu 10.4, my hard drive starts to work heavily. While it's doing so I see in the system monitor that the gnome-settings-daemon has the status 'uninterruptible'. After about 3 minutes the hard drive calms down and the status of gnome-settings-daemon switches to 'sleeping'. so from that I guess the heavy working of the hard drive is somehow related to that process. Sometimes gnome-settings-daemon seems to crash completely so that my theme is gone.
So is there a solution to that? because it's annoying that it slows down the system for about 3 minutes after start up. On the net I've found some old threads from 2004 and 2006 which describe crashing of gnome-settings-daemon. But there didn't seem to be a solution.
View 3 Replies
View Related
Mar 24, 2010
when calling 'top' dbus is having load of activity ('dbus-monitor --session') outputs also a lot of action (see attachement). this has effect that my machine is slowing down and normal work takes ages.I have no clue where the activity is coming from. I also had a look at https://bugs.launchpad.net/ubuntu/+s...or/+bug/441828. But there are no unnormal devices plugged in... (just keyboard + cordless mouse).when starting the machine the cpu load is ~9%. After a while (after 1 day) it goes up to 70-80%. the started applications do not change during that time. so i guess somewhere there is a leak.
View 9 Replies
View Related
Sep 17, 2010
I'm moving to Vietnam soon and was wondering if anyone knows of the best native linux way to circumvent the internet censorship there without slowing it down too significantly. I used to use proxy servers to access Wikipedia in China, but they were slow and unreliable. Not to mention, it was a pain to enable/disable it.
View 4 Replies
View Related
Mar 11, 2011
I am having annoying problems with my fresh installation of Mandriva 2010.2. It uses the xorg-1.7.7 server for my ATI X600 mobility graphics card. (package: x11-server-xorg-1.7.7-1mdv2010.1) There are several - perhaps related, perhaps unrelated - problems:
Problem 1: Random lockups. The Xorg.0.log states:
[Code]....
View 10 Replies
View Related
May 12, 2011
I'm trying to dump a mysql database on a small web server without killing performance. I tried using the nice command to give the mysqldump and gzip a low priority, but gzip is still taking up 100% CPU. Pages on the web server are loading incredibly slow. Here's my command:
Code:
nice -n 19 mysqldump -u USER -pPASSWORD DATABASE | nice -n 19 gzip -9 > OUTFILE.sql.gz How do I get gzip to run without taking up 100% CPU? I've attached a screenshot of top about 8 seconds into the dump.
View 2 Replies
View Related
Jul 28, 2011
I have a tenda wireless adaptor running on 11.04 natty. The USB id is: 148F 3070
Using the already installed drivers rt2800usb it can connect to all 13 channels but is very flaky, transfers slowing and stopping regularly. The rt2870sta driver is a lot more stable, but it will only connect to channels 1-11, but I need to use channel 13 due to massive wifi congestion on other channels...
I've tried iwpriv but it says there are no ioctls for the device.
Is there any way to get the installed driver rt2870sta to scan and connect to channel 13?
I've also tried to install the latest drivers from the ralink website: rt2870sta says it can see all 14 channels, but fails to scan. I also tried rt3070 driver but I cannot insmod as there are errors...
View 9 Replies
View Related
Jan 10, 2010
I want to configure SSH key-based authentication and SSH password Authentication in same machine for different user .
View 1 Replies
View Related
Mar 14, 2011
On Ubuntu server 10.10, with a relay smtp server with authentication via postfix; I keep getting 535: Incorrect authentication data. I'm sure my username and password is correct. Heres how I set up postfix: I created a file called smarthosts.conf in my /etc/postfix/ directory that contains the following:
[Code].....
my server uses plain text authentication on port 25. I would like to use security like SSL, but this particular server is unsecured.
View 9 Replies
View Related
Apr 1, 2016
If I am running a script, let's say a install script. Is there a way to make Su repeat authentication rather then just returning "Authentication failed" and continuing the script?
View 3 Replies
View Related
Jan 17, 2011
I need to make a choice on what authentication protocol I want to use for Authentication and Authorization. I was looking at Radius and then literature suggested that Diameter was a better protocol. Keep in mind I need this on a hetrogeneous setup ( linux & windows together). Diameter seemed like a good fit until I discovered that the open source code no longer seems to be maintained ( C/C++).
I was also looking at Kerberos as an option though there is alot overhead with the server. SSL/TLS or EAP? I am looking for simple but secure and am new at the security protocols.
View 2 Replies
View Related
Mar 12, 2010
I have a problem with ldap client authentication in ubuntu. I am using rhel5 as openldap server and I configured ubuntu as client, when I am trying to login the following message is coming."su: Authentication service cannot retrieve authentication info. Sorry"
But when I do search through "ldapsearch" command output is coming without any errors, Can anybody explain what would be problem.
View 1 Replies
View Related
May 27, 2011
I have a network and am using squid proxy with authentication I want to create another subnet without authentication.
View 1 Replies
View Related
Aug 9, 2010
Is it possible to migrate users from sendmail to Windows AD?
View 3 Replies
View Related
Jan 20, 2010
I want to setup SSH with DSA public key authentication between two servers
View 1 Replies
View Related
Dec 26, 2010
Barebones installation. Manually start x with 'startx'. For some weird reason, the resolution randomly sets to either 1024x768 or 800x600. How do I permanently set a resolution?
View 1 Replies
View Related
Jun 16, 2010
i have been running Ubuntu for about 3 days now, finally getting all my files moved back to the drive and what have you.I came from running windows, and an Android phone with full su access, and done up all custom-like..I am loving the speed, etc. great experience so far. BUT: the headphone port on my laptop is broken, and so I run [ran] and external soundcard, a Creative X-fi 5.1 USB SC. I have found linux drivers for this unit, and am trying to install. I have googled the crap out of how to do this, yet am getting stuck.
Here is where I'm getting stuck. I have extracted the package, entered into the sub folder, and am trying to run the Make install:
...laptop:/tmp/xfi-0.0.0.0$ cd ./xfi
...laptop:/tmp/xfi-0.0.0.0/xfi$ su -c "make install"
Password:
su: Authentication failure
...laptop:/tmp/xfi-0.0.0.0/xfi$
what in heck do i type at password... have I NOT done something, am I doing something wrong.... it does not accept my normal password, so I am lost.
View 3 Replies
View Related
Apr 6, 2011
My system is
Code:
We use courier mail server for pop3 mailboxes, and postfix for in/out mail delivery
Code:
Now Pop3 users, could not authenticate with there username/pass
It does not work now, and I have this message in my log file
Code:
I could see in my postfix.main
Code:
And I could successful run query from mysql
Code:
I tried to change the password for this user, insert new user to the same tables, but no success to authenticate
I suppose that the problem is authentication of courier mail demon (which in my mind ) should work with mysql 'mail' database in the way is postfix work
Code:
I could not find any reference with courir demon to mysql database username,password to authenticate users..
So, my quetions is, if it's possible to tracert mysql db to find out if courier demon 'asking' for authentication, or is there any error with this, and which configuration file should be checked, in order to find out what authentication method is courier mail demon use for.
View 1 Replies
View Related
Jun 17, 2011
I'm actually a software developer, develop exclusively on Linux, and do know how to go about taking care of a Linux distro, so don't start telling me that 'sudo' isn't a sushi roll...
Question... I want to implement an Active Directory like authentication in a Linux-only environment. My office has approximately 15-25 local desktop PCs all running Ubuntu 10+ and one Ftp & SVN server running Ubuntu 10+.
Each developer has his/her own personal local account on his PC, and the shared PCs have different, local accounts for those developers. The FTP server has ONE (!!) account that everybody uses to access it, as does SVN.
The big picture is that I would like to install & configure a VPN server for remote developers. Before doing that, I'd like to find a way to unify the users across the network so that there exists only one UserX in the network.
View 4 Replies
View Related
Feb 18, 2011
how can i provide authentication to the user, when he submits his name n password on the internet browser?im unable to fetch username n password from browser?
View 2 Replies
View Related