Displaying 5 results from an estimated 5 matches for "sterpu".
Did you mean:
step
2007 Aug 23
2
relay streaming m3u
I use icecast 2.3.1.
Can I relay something like this with icecast
http://www.radiototal.ro/live/radio-total-128kbps.m3u?
If I can, can you please give an example how to do it?
I tryed this:
<relay>
<server>www.radiototal.ro</server>
<port>80</port>
<mount>/live/radio-total-128kbps</mount>
2008 Mar 26
0
FW: samba and active directory on win 2003
...r return the
same value.
broken:
127.0.0.1 zelda localhost.localdomain localhost
172.16.1.29 zelda.ournetwork.org zelda
Works:
127.0.0.1 localhost.localdomain localhost
172.16.1.29 zelda.ournetwork.org zelda
Hope this helps
-jaan
-----Original Message-----
From: Victor Sterpu [mailto:victor@ambra.ro]
Sent: Saturday, March 08, 2008 3:36 PM
To: samba@lists.samba.org
Subject: [Samba] samba and active directory on win 2003
I use samba Version 3.0.25b-1.el5_1.4.
When I try to join the domain adtest.ro I receive the following error:
[root@zimbra samba]# net ads join -U Adm...
2008 Mar 08
0
samba and active directory on win 2003
I use samba Version 3.0.25b-1.el5_1.4.
When I try to join the domain adtest.ro I receive the following error:
[root@zimbra samba]# net ads join -U Administrator
Administrator's password:
Using short domain name -- ADTEST
Failed to set servicePrincipalNames. Please ensure that
the DNS domain of this server matches the AD domain,
Or rejoin with using Domain Admin credentials.
Deleted account
2008 Mar 09
0
net command - createcomputer parameter
How can I find the correct path of the ou?
When I di this: net ads join
createcomputer="Servers/Windows/Computers/AD test" -U Administrator
I receive the following error:
Administrator's password:
Failed to pre-create the machine object in OU
createcomputer=Servers/Windows/Computers/AD test.
Failed to join domain: No such object
2007 Feb 06
1
tc class add syntax
What is wrong in this line?
tc class add dev eth1 parent 1:1 classid 1:521df18 htb rate 2Kbit ceil
24000Kbit prio 3 quantum 2000
I know the classid is wrong, but what is the correct syntax?
Thank you.