Forum Replies Created
-
AuthorPosts
-
Anonymous
Participantjust thought that i would update
i have got it to work with win98, just need to tweak XP so that it works now 🙂
Anonymous
Participantright am using ldap stuff now
but i can’t do from the command line
[code:1:f34d56899b]
smbpasswd -a root
[/code:1:f34d56899b]the error that i get is
[code:1:f34d56899b]
office# smbpasswd -a root
New SMB password:
Retype new SMB password:
dyld: smbpasswd Undefined symbols:
/etc/pdb/opendirectorysam.so undefined reference to _get_opendirectory_authenticator expected to be defined in the executable
zsh: trace trap smbpasswd -a root
office#
[/code:1:f34d56899b]we don’t have dns running, ( we will once we get another machine to take over that ) and we have another NT SERVER that is running as PDC, which we can’t turn off yet (another issue)
checking the logs in windows it seems that i wants to connect to the NT SERVER instead, can i get it to connect to the xserve instead ??
cheers
Anonymous
ParticipantHow did you get the password to work? Could you provide some details?
Anonymous
ParticipantI may have misunderstood what I was observing. It may not be 10.3.4 at all. I think I have a DHCP problem. The following errors are showing up in the log for the machines that are having trouble:
Jun 22 12:31:22 xserveone bootpd[9030]: subnet entry C2A5D8A0-BD7E-11D8-903A-000A957BF730 is missing option dhcp_netinfo_server_address
Jun 22 12:31:22 xserveone bootpd[9030]: subnet entry C2A5D8A0-BD7E-11D8-903A-000A957BF730 is missing option dhcp_netinfo_server_tag
Jun 22 12:31:22 xserveone bootpd[9030]: subnet entry C2A5D8A0-BD7E-11D8-903A-000A957BF730 is missing option dhcp_slp_directory_agent
Jun 22 12:31:22 xserveone bootpd[9030]: subnet entry C2A5D8A0-BD7E-11D8-903A-000A957BF730 is missing option dhcp_slp_service_scope
Jun 22 12:31:22 xserveone bootpd[9030]: subnet entry C2A5D8A0-BD7E-11D8-903A-000A957BF730 is missing option dhcp_proxy_auto_discovery_urlDoes this mean anything to anyone? TIA.
Anonymous
ParticipantAfter some additional testing I have made a discovery about this problem. I now know under what conditions some files work and others don’t although I don’t undertand why. It turns out that file with no extension (.doc) are the ones that have a zero byte length at the destination. If the file has the .doc extension it works and it it does not it fails. Does this make sense to anyone? TIA.
Anonymous
ParticipantI did a complete reinstall including adding back the users manually. Same problem. I have an open case with Apple but no reply yet.
Anonymous
Participant[quote
It says “couldnt read”, so i guess the Permissions are wrong. Right now they are
-rwx–x–x 1 root admin 42 17 Jun 21:36 .procmailrc
[/quote]
Whoa! Is that what you really have set? The ‘x’ for group and world are useless. You also have to have ‘r’. Try a ‘chmod 755 .procmailrc’.Anonymous
ParticipantI think there’s an issue with the network time server.
The network time is drifting on my test client Mac. My Windows home folder does not mount when I log into the server. Although the client Mac is bound to AD, it has stopped logging me in with my AD account.
Anonymous
ParticipantWell, procmail does not seem to be too difficult to setup, documentation is plenty. I think i must have a permission error of some sort, or something going on with sendmail. i wanted procmailbecause i like the fexibility of it. i am not going for spambouncer or so, for the beginning, i am happy when i can quickly add a recipe to filter all mails with the subject i love u, for example.
Anonymous
ParticipantWell, at least i got it as far as that it will store Errors into a file /procmail.log .
i only want to get my recipe working for testing, it is supposed to watch for an email with the subject test and forward it to my email address located on the same server. every time i send a mail where the rule matches, the mail just sits inside the mailqueue. i check it by typing mailq. then i delete the queue by executing
cd /var/spool/postfix/maildrop
sudo rm *but whenever i try to send a mail with test in the subject, it just sits in the mailq with following message
[quote:7961a4843d]
apex:/var/spool/postfix/maildrop root# mailq
-Queue ID- –Size– —-Arrival Time—- -Sender/Recipient——-
2470F651B8 853 ?? cyrus
[email protected]34072651BA 962 ?? cyrus
[email protected]— 1 Kbytes in 2 Requests.[/quote:7961a4843d]
remember, when i put the recipe into the users home folder and invoke it from /etc/procmailrc everything works fine. only when i put the recipe directly into /etc/procmailrc or into another file (like /.procmailrc) it will not work.
my procmail.log file says this
[quote:7961a4843d]
procmail: Assigning “INCLUDERC=/.procmailrc”
procmail: Assigning “INCLUDERC=/.procmailrc”
procmail: Match on “^Subject:.*test”
procmail: Assigning “LASTFOLDER=/usr/sbin/sendmail -oi [email protected]”
procmail: Notified comsat: “cyrus@:/usr/sbin/sendmail -oi [email protected]”
Subject: Test
Folder: /usr/sbin/sendmail -oi [email protected] 1628
procmail: Match on “^Subject:.*test”
procmail: Assigning “LASTFOLDER=/usr/sbin/sendmail -oi [email protected]”
procmail: Notified comsat: “cyrus@:/usr/sbin/sendmail -oi [email protected]”
Subject: Test
Folder: /usr/sbin/sendmail -oi [email protected] 3768
procmail: Executing “/usr/sbin/sendmail,-oi,[email protected]”
procmail: Executing “/usr/sbin/sendmail,-oi,[email protected]”
procmail: Assigning “INCLUDERC=/.procmailrc”
procmail: Match on “^Subject:.*test”
procmail: Assigning “LASTFOLDER=/usr/sbin/sendmail -oi [email protected]”
procmail: Notified comsat: “cyrus@:/usr/sbin/sendmail -oi [email protected]”
Subject: Test[/quote:7961a4843d]
and this is my /etc/procmailrc
[quote:7961a4843d]
# Master Procmail Recipe for Postfix > Procmail > Cyrus
#
###
##DELIVERTO=”/usr/bin/cyrus/bin/deliver”
USERINBOX=”$DELIVERTO -e -a $USER -m user/$USER”
SHELL=/bin/shVERBOSE=on
LOGFILE=”/procmail.log”INCLUDERC=/.procmailrc
:0 w
| $USERINBOX
[/quote:7961a4843d]I dont know if it is a Permission Error, but i think they should be fine. Anybody any Ideas?
Regards,
AAnonymous
ParticipantI’m not even close to a procmail expert but I’m guessing you need a second entry in procmailrc to pass the file on to cyrus for delivery. I’m having a problem with procmail running anything but you can see my procmailrc file by looking at:
Anonymous
ParticipantLike I said in the original message. If you use passenger it doesnt work but if you add a basic user one at a time into WM it works fine. So it is a problem with passenger. What I’m really looking for is an XML script I can use to import the users into instead of passenger. I used an XML script when I went to an apple training class and there was absolutely no probs with it. Do you know of one I can find?
Anonymous
ParticipantBasic users
Anonymous
Participantwe aren’t using LDAP, it has been disabled because we were getting lots of silly errors, and all the GUI stuff keeps crashing
i must admit i am not very impressed with these Xserve’s they look pretty, but not sure about the underlying OS
perhaps i should install Debian on it ?? :p
Anonymous
ParticipantOpen Directory doesn’t use /etc/passwrd it uses the LDAP database. You need to add those users through the Workgroup Manager GUI. I haven’t gotten that far yet trying to set up our Xserve as a PDC but I don’t think you even need to use the command-line stuff at all. From what I’ve read everything should work, including the PDC, if you use the GUI for adding users. Adding machines is a different tab on the GUI. You should have tabs for (left to right) Users, Groups and then Machines.
-
AuthorPosts
Recent Comments