Author Topic: NT 4 Server Problems  (Read 654 times)

mr_nobody

  • Newbie
  • *
  • Posts: 15
  • Kudos: 0
    • http://akirasys.tripod.com
NT 4 Server Problems
« on: 8 September 2002, 23:48 »
I installed Windows NT Server 4.0 on my RedHat-Windows P100 and upgraded it to Service Pack 6. I installed the drivers for my 3Com 3C905C-TX PCI Ethernet Card (which every OS except for Windows automatically detects and configures). Every time I start Windows NT, I get an error that says "At least one service or driver failed during startup. Use Event Viewer to examine the event log for details."
When I check the Event Viewer, it says "Could not allocate the resources necessary for operation."
Does anybody know what is wrong with my NT installation?
"The next generation of interesting software will be made for the Macintosh, not the IBM PC." -Bill Gates, 1984

KernelPanic

  • VIP
  • Member
  • ***
  • Posts: 1,878
  • Kudos: 222
NT 4 Server Problems
« Reply #1 on: 9 September 2002, 01:39 »
I had that problem, Never found the solution...
Contains scenes of mild peril.

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
NT 4 Server Problems
« Reply #2 on: 9 September 2002, 03:01 »
why dont you use the redhat that is installed as your server??
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

rtgwbmsr

  • VIP
  • Member
  • ***
  • Posts: 1,257
  • Kudos: 0
    • http://www.akgames.net
NT 4 Server Problems
« Reply #3 on: 9 September 2002, 16:23 »
I had that problem...the only solution was to get rid of NT. NT was the one having problems, and it could have caused more problems in the future, so it went out the door.

//Logical Decision!

mr_nobody

  • Newbie
  • *
  • Posts: 15
  • Kudos: 0
    • http://akirasys.tripod.com
NT 4 Server Problems
« Reply #4 on: 12 September 2002, 16:10 »
Hello all,

   Thanks for the help. I got tired of trying to figure out what was wrong with NT, so I deleted it and made another EXT2 partition for my Red Hat. I'd still be interested in any more solutions to NT ethernet card recognition problems, though. By the way, does anyone know where in the smb.conf file you set your computer's NetBIOS name?
"The next generation of interesting software will be made for the Macintosh, not the IBM PC." -Bill Gates, 1984

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
NT 4 Server Problems
« Reply #5 on: 12 September 2002, 18:52 »
Uh yeah, it's the "netbios name" tag that goes in your [global] section.  In addition to that you have have "netbios aliases" where you have have your machine show up on your SMB network with more than one name.  I usually have 2 or three names for each of my *NIX Samba servers.

e.g.
Code: [Select]

Take what you want out of the above but it is an example of one from one of my Samba servers (changed the domain and machine names for the example). This example would make it appear that there are 3 NT servers on your network with the names LINUXSRV, WINPRINT, and DEVELOP.

In this example Samba is set up to emulate an NT server that is a Member of an NT domain.  Authentication is done against an NT PDC just like an actual domain member server does. I can use the NT domain groups and IDs in applying my access in both Samba and on local file permissions.  But the key parts you were interested in are "netbios name" and "netbios aliases".

Couple more important tags if you are in an NT domain environment and use WINS for both netbios resolution and for DNS (if you use MSDNS and have have it configured to also resolve WINS addresses) are the "wins server" tags and "password server".  When Samba starts it will insert appropriate WINS records to the "wins server" machine.  And password authentication will be done against the PDC listed in the "password server" tag (you can put more than one server in the list separated by spaces if you also want to add the BDCs). I assume you understand how to create the actual Samba services (sections outside of the [global] section).

Now by far the best and most accurate graphical configuration utility is the one that comes with Samba. It's called "swat". It would be very helpful for you to get swat installed (if it is not already) and configured.  Once you install and configure it point your browser to your Samba server on port 901. That would be http://mysambaserver:901
Click on the links next to each field for an accurate description of each tag.

I only have one problem with swat (but one that I can easily fix) and that is if you use NT Domain groups in your Samba access permissions. You need to use quotes (") in your domain groups if your domain group has a space contained in it's name as you will see in my example above. Well swat does't like having quotes as it screws up the field where you use the quote.

So I installed the Samba source RPM and hacked the "swat.c" file to correct this problem (just changed a " to a ' in 4 places), recompiled swat and replaced the swat binary with the new one.  However, if you don't use NT domain groups in your fields you should never run across this issue. Don't know why they still haven't fixed it.  Unless there is a way to handle domain groups containing spaces other than using double quotes. I've tried several ways and the quotes are the only way I have found that works...

[ September 12, 2002: Message edited by: void main ]

Someone please remove this account. Thanks...