Displaying 6 results from an estimated 6 matches for "mycomputernam".
Did you mean:
mycomputername
2011 Mar 21
4
Localhost:3000 using IE on parallels
Hey Guys,
I am at my wits end over this issue.
I have a rails app up and running using WEBrick on localhost:3000 from
my mac, everything is fine.
I would like to test my app in IE, so i am running parallels. To access
localhost from IE on the virtual machine, i use MYCOMPUTERNAME.local in
the address bar of IE. This serves up the "it works!" page no problem.
However, when i specify port 3000, i keep getting "internet explorer
cannot display webpage".
MYCOMPUTERNAME.local:3000
I have also tried using the information i get from the command window on
my...
2003 Oct 02
2
join domain failure "system account not in primary...."
I am trying join a w2k bo to a samba DC on RH9. I have read that I need
to add the computer as a user first then join so I did it via these
commands:
adduser myComputer$
smbpasswd -a -m myComputer
Is that all i need to do?
When I join I get the "welcome to the domain message" and then I
restart. However when trying to login I get "This systems computer
account is not in the
2011 Apr 15
3
Samba 3.5.8 / Windows error and system errors while mapping network drive on some PC's
...l domain name, and my computer
name. The log.<computer_name> file from the computer getting Windows
drive mapping errors does not have this type of entry:
[ ]
libsmb/ntlmssp.c:747(ntlmssp_server_auth)
Got user=[MyUserName] domain=[MyDomainName]
workstation=[MyComputerName] len1=24 len2=24
2. The log.<computer_name> file from the computer getting Windows drive
mapping errors ends with two additional entries (below). The
log.<computer_name> file that works does not end with these two entries
(timestamps removed for comparison):
[...
2005 Mar 11
1
smbd/sesssetup.c
Hi all,
I am currently running samba 3.0.10-1 on a Debian box, my smb.conf file
looks as follow
workgroup = WORKGROUP
server string = "Samba Server"
netbios name = MyComputerName
local master = no
domain master = no
preferred master = no
guest account = nobody
guest ok = no
log file = /var/log/samba/log.%m
max log size = 1000
realm = WORKGROUP.DOMAIN.EDU
password server= DC0.workgroup.domain.edu
security = ADS
encrypt passwords = yes
idm...
2008 Jun 03
0
error on ads_startup: No logon servers
...vers
[2008/06/03 13:17:27, 1] utils/net_ads.c:net_ads_join(1470)
error on ads_startup: No logon servers
Failed to join domain: No logon servers
[2008/06/03 13:17:27, 2] utils/net.c:main(1066)
return code = -1
For reference, here's smb.conf:
[global]
netbios name = MYCOMPUTERNAME
workgroup = MYWORKGROUP
security = ads
realm = MY.FULL.DOMAIN
password server = MY.AD.SERVER
encrypt passwords = yes
browseable = no...
2006 Oct 31
3
ActionMailer how to check mail sent
OS X 10.4.8
I am sending an email via Actionmailer
settings are written correctly in environment.rb
ActionMailer::Base.delivery_method = :smtp
ActionMailer::Base.raise_delivery_errors = :true
ActionMailer::Base.perform_deliveries = :true
ActionMailer::Base.default_charset = "utf-8"
ActionMailer::Base.server_settings = {
:address => "mail.mydomain.com",
:port => 25,