- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: masquerading? MTRR? pam_passcheck
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2003 02:27 PM
07-06-2003 02:27 PM
masquerading? MTRR? pam_passcheck
Also, I get the message MTRR - no more available - What is this ? I haven't seen it before.
Finally, file transfer on the LAN using samba shared directories is really slow. I use SHARE level security, and everyone connects fine. I noticed a 'smb_pam_passcheck' auth failed message, but it still allows access. Why the message, and is this causing the slow network ?
Tried to resolve all issues, but got lost, asked a friend but he couldn't help so now I am asking the audience.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 06:42 AM
07-07-2003 06:42 AM
Re: masquerading? MTRR? pam_passcheck
at first jest here is what I found on 1 of my small systems.
there is a file that you should have/or can get hold off
this is /usr/share/doc/kernel-doc-2.4.20/mtrr.txt
a locate mtrr
should reveale this file if it is on your system
there are some usefull information in there, read it, You may find it interesting.
after having read this i did a
cat /proc/mtrr
on my small amd/duron system this gave me the following
reg00: base=0x00000000 ( 0MB), size= 256MB: write-back, count=1
reg05: base=0xd0000000 (3328MB), size= 64MB: write-combining, count=1
in the above document it also say's you can manipulate those settings
I HAVE not tryed this as I have no problem with my setup.
I have used SAMBA and sometimes still do but not very often, I do not find it "slow"
Perhaps you could be more specific what is slow
for you and add some of you setup informations and logs as attachement, perhaps this would allow us ? / me ! to help you futher.
Jean-Pierre.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 08:06 AM
07-07-2003 08:06 AM
Re: masquerading? MTRR? pam_passcheck
check the setting of the switch, make sure they match the LAN card.
If the card is set up for 100 BaseT Full Duplex and the switch is set of for 10 BaseT Half, its going to mess with network speed badly.
I don't know the Linux commands off hand to check this stuff, but if will poke around and see what I can find.
If you already know the commands, go ahead.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 09:14 AM
07-07-2003 09:14 AM
Re: masquerading? MTRR? pam_passcheck
use the command: /sbin/mii-tool to verify the current settings.
Use the command: /sbin/ethtool ???s eth0 speed 10 duplex full autoneg off.
Use the command: /sbin/mii-tool to verify the new settings.
hth
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 01:38 AM
07-10-2003 01:38 AM
Re: masquerading? MTRR? pam_passcheck
The switch allegedley auto negotioates the speed and duplex settings, so they cannot be set.
The mii-tool command shows the settings for one card only - the one connected to the adsl router - the other one shows as not supporting the command.
I have re-configures Samba and the network seems a bit quicker, but a particular document scan program that has the access data base and the images (though they are small) on the server takes about a minute to update the record and store the document. This was previously on an HP9000 D220 and it took only seconds.
Any clues?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 05:54 AM
07-10-2003 05:54 AM
Re: masquerading? MTRR? pam_passcheck
Do you have PAM modules authentication set ?
Clearly your machine is trying to do it, fails, and passes, this explains the timeouts...
J