[Casper] lpadmin script
Keith Hamilton
keith.hamilton at wk.com
Wed Jul 29 10:13:30 PDT 2009
I always just use the following command, deployed by policy:
dscl . -append /Groups/_lpadmin GroupMembership [target user]
That fixes the issue of the user not being able o add printers
immediately..of course, if you don't want users adding printers, well...
Keith
Sent from my iPhone
On Jul 29, 2009, at 9:28, "casper-request at list.jamfsoftware.com" <casper-request at list.jamfsoftware.com
> wrote:
> To subscribe or unsubscribe via the World Wide Web, visit
> http://list.jamfsoftware.com/mailman/listinfo/casper
> or, via email, send a message with subject or body 'help' to
> casper-request at list.jamfsoftware.com
>
> You can reach the person managing the list at
> casper-owner at list.jamfsoftware.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Casper digest..."
>
>
> Today's Topics:
>
> 1. lpadmin script (Nguyen, Tommy)
> 2. Re: lpadmin script (Thomas Larkin)
> 3. Re: lpadmin script (Steve Wood)
> 4. Re: lpadmin script (Thomas Larkin)
> 5. Re: lpadmin script (Nguyen, Tommy)
> 6. Re: lpadmin script (Jim Oring, Jr.)
> 7. Re: lpadmin script (Thomas Larkin)
> 8. Re: lpadmin script (Criss Myers)
> 9. Re: casper 7 netboot image kernal panic if image is quit
> (Eric Young) (Pat Camporeale)
> 10. Re: casper 7 netboot image kernal panic if image is quit
> (Eric Young) (Eric Young)
> 11. Re: casper 7 netboot image kernal panic if image is quit(Eric
> Young) (enrique silberg ?)
> 12. Re: lpadmin script (Alan Benedict)
> 13. Re: lpadmin script (Steve Wood)
> 14. Re: lpadmin script (Nguyen, Tommy)
> 15. Casper Imaging Errors (Steven Diver)
> 16. Re: lpadmin script (Alan Benedict)
> 17. Re: Casper Imaging Errors (Eric Young)
> 18. Re: Casper Imaging Errors (Criss Myers)
> 19. Re: Casper Imaging Errors (Thomas Larkin)
> 20. Re: Casper Imaging Errors (Eric Young)
> 21. Re: Casper Imaging Errors (Eric Young)
> 22. Re: Casper Imaging Errors (Steven Diver)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 28 Jul 2009 15:21:19 -0500
> From: "Nguyen, Tommy" <Tommy.Nguyen at raytownschools.org>
> Subject: [Casper] lpadmin script
> To: "casper at list.jamfsoftware.com" <casper at list.jamfsoftware.com>
> Message-ID:
> <C45DADDA4201FE4B82DC53085171434006AEF2EB01 at exchange.rqs.c2>
> Content-Type: text/plain; charset="us-ascii"
>
> Hello,
>
> Can someone help me figure this script out? I am trying to setup
> rights for my network mobile users and they don't have rights to add
> printers.
> But I found some help from apple that would let local and network
> users to add printers without being administrators.
> http://support.apple.com/kb/HT3511
>
> When you add them to the user group of lpadmin it would ask for
> password from the command line.
>
> dseditgroup -o edit -p -d admin -t group _lpadmin
> dseditgroup -o edit -n /Local/Default -u admin -p -a $3 -t user
> lpadmin (this line would ask for user of admin password, no idea
> where to add if I put it in the script?)
>
> Thank you in advanced.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090728/36a9fc6c/attachment.htm
>
> ------------------------------
>
> Message: 2
> Date: Tue, 28 Jul 2009 15:30:22 -0500
> From: "Thomas Larkin" <tlarki at kckps.org>
> Subject: Re: [Casper] lpadmin script
> To: "casper at list.jamfsoftware.com" <casper at list.jamfsoftware.com>,
> "Tommy Nguyen" <Tommy.Nguyen at raytownschools.org>
> Message-ID: <4A6F198E.7141.0039.0 at kckps.org>
> Content-Type: text/plain; charset="utf-8"
>
> Tommy
>
> Ever think of adding printers in Casper Admin then adding them as a
> self
> service install and limiting the scope of clients to what printers you
> want them to install.
>
> I looked at that hint and it only allows the "add printer app" to run,
> and it won't allow for users to add it via System Prefs. Every user
> is
> part of the _lpadmin group but I couldn't get it to work either
> really.
>
>
> Also are you running that as a log in hook? Because casper will only
> use $3 as the current user when using it as a log in hook. If you run
> it as a log in policy it should run as root and not ask for the
> password.
>
>
> -Tom
>
>
>>>> "Nguyen, Tommy" <Tommy.Nguyen at raytownschools.org> 07/28/09 3:21 PM
>>>>
>
> Hello,
>
> Can someone help me figure this script out? I am trying to setup
> rights
> for my network mobile users and they don?t have rights to add
> printers.
> But I found some help from apple that would let local and network
> users
> to add printers without being administrators.
> http://support.apple.com/kb/HT3511
>
> When you add them to the user group of lpadmin it would ask for
> password
> from the command line.
>
> dseditgroup -o edit -p -d admin -t group _lpadmin
> dseditgroup -o edit -n /Local/Default -u admin -p -a $3 -t user
> lpadmin
> (this line would ask for user of admin password, no idea where to
> add if
> I put it in the script?)
>
> Thank you in advanced.
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090728/d4175235/attachment-0001.html
>
> ------------------------------
>
> Message: 3
> Date: Tue, 28 Jul 2009 15:51:12 -0500
> From: Steve Wood <swood at integer.com>
> Subject: Re: [Casper] lpadmin script
> To: Thomas Larkin <tlarki at kckps.org>
> Cc: Tommy Nguyen <Tommy.Nguyen at raytownschools.org>,
> "casper at list.jamfsoftware.com" <casper at list.jamfsoftware.com>
> Message-ID:
> <438f5a310907281351g26402535scc6a0e0eee214526 at mail.gmail.com>
> Content-Type: text/plain; charset="windows-1252"
>
> And, if you are using Casper 7 you can now push an MCX pref to not
> require
> admin privs to add printers.
>
> Steve Wood
> Director of IT
> swood at integer.com
>
> The Integer Group | 1999 Bryan St. | Ste. 1700 | Dallas, TX 75201
> T 214.758.6813 | F 214.758.6901 | C 940.312.2475
>
>
> On Tue, Jul 28, 2009 at 3:30 PM, Thomas Larkin <tlarki at kckps.org>
> wrote:
>
>> Tommy
>>
>> Ever think of adding printers in Casper Admin then adding them as a
>> self
>> service install and limiting the scope of clients to what printers
>> you want
>> them to install.
>>
>> I looked at that hint and it only allows the "add printer app" to
>> run,
>> and it won't allow for users to add it via System Prefs. Every
>> user is part
>> of the _lpadmin group but I couldn't get it to work either really.
>>
>> Also are you running that as a log in hook? Because casper will
>> only use
>> $3 as the current user when using it as a log in hook. If you run
>> it as a
>> log in policy it should run as root and not ask for the password.
>>
>> -Tom
>>
>>
>>>>> "Nguyen, Tommy" <Tommy.Nguyen at raytownschools.org> 07/28/09 3:21
>>>>> PM >>>
>>
>> Hello,
>>
>>
>>
>> Can someone help me figure this script out? I am trying to setup
>> rights for
>> my network mobile users and they don?t have rights to add printers.
>>
>> But I found some help from apple that would let local and network
>> users to
>> add printers without being administrators.
>>
>> http://support.apple.com/kb/HT3511
>>
>>
>>
>> When you add them to the user group of lpadmin it would ask for
>> password
>> from the command line.
>>
>>
>>
>> dseditgroup -o edit -p -d admin -t group _lpadmin
>>
>> dseditgroup -o edit -n /Local/Default -u admin -p -a $3 -t user
>> lpadmin (this line would ask for user of admin password, no idea
>> where to
>> add if I put it in the script?)
>>
>>
>>
>> Thank you in advanced.
>>
>> _______________________________________________
>> Casper mailing list
>> Casper at list.jamfsoftware.com
>> http://list.jamfsoftware.com/mailman/listinfo/casper
>>
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090728/d62f987e/attachment.htm
>
> ------------------------------
>
> Message: 4
> Date: Tue, 28 Jul 2009 15:57:19 -0500
> From: "Thomas Larkin" <tlarki at kckps.org>
> Subject: Re: [Casper] lpadmin script
> To: "Steve Wood" <swood at integer.com>
> Cc: Tommy Nguyen <Tommy.Nguyen at raytownschools.org>,
> "casper at list.jamfsoftware.com" <casper at list.jamfsoftware.com>
> Message-ID: <4A6F1FDF.7141.0039.0 at kckps.org>
> Content-Type: text/plain; charset="utf-8"
>
> Steve,
>
> Would you please extrapolate on this? As I am going to migrate to
> version 7 here really soon and would love to just push out MCX
> instead.
>
> Thanks
>
> Tom
>
>>>> Steve Wood <swood at integer.com> 07/28/09 3:51 PM >>>
> And, if you are using Casper 7 you can now push an MCX pref to not
> require admin privs to add printers.
>
> Steve Wood
> Director of IT
> swood at integer.com
>
> The Integer Group | 1999 Bryan St. | Ste. 1700 | Dallas, TX 75201
> T 214.758.6813 | F 214.758.6901 | C 940.312.2475
>
>
>
> On Tue, Jul 28, 2009 at 3:30 PM, Thomas Larkin
> <tlarki at kckps.org>
>
> wrote:
>
>
> Tommy
>
>
> Ever think of adding printers in Casper Admin then adding them as a
> self
> service install and limiting the scope of clients to what printers you
> want them to install.
>
>
> I looked at that hint and it only allows the "add printer app" to run,
> and it won't allow for users to add it via System Prefs. Every user is
> part of the _lpadmin group but I couldn't get it to work either
> really.
>
>
> Also are you running that as a log in hook? Because casper will only
> use
> $3 as the current user when using it as a log in hook. If you run it
> as
> a log in policy it should run as root and not ask for the password.
>
>
>
> -Tom
>
>
>
>>>> "Nguyen, Tommy" <Tommy.Nguyen at raytownschools.org> 07/28/09 3:21 PM
>>>>
>
>
> Hello,
>
> Can someone help me figure this script out? I am trying to setup
> rights
> for my network mobile users and they don?t have rights to add
> printers.
> But I found some help from apple that would let local and network
> users
> to add printers without being administrators.
> http://support.apple.com/kb/HT3511
>
> When you add them to the user group of lpadmin it would ask for
> password
> from the command line.
>
> dseditgroup -o edit -p -d admin -t group _lpadmin
> dseditgroup -o edit -n /Local/Default -u admin -p -a $3 -t user
> lpadmin
> (this line would ask for user of admin password, no idea where to
> add if
> I put it in the script?)
>
> Thank you in advanced.
>
>
> _______________________________________________
> Casper mailing list
> Casper at list.jamfsoftware.com
> http://list.jamfsoftware.com/mailman/listinfo/casper
>
>
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090728/148b4f9b/attachment-0001.html
>
> ------------------------------
>
> Message: 5
> Date: Tue, 28 Jul 2009 16:09:32 -0500
> From: "Nguyen, Tommy" <Tommy.Nguyen at raytownschools.org>
> Subject: Re: [Casper] lpadmin script
> To: "casper at list.jamfsoftware.com" <casper at list.jamfsoftware.com>
> Message-ID:
> <C45DADDA4201FE4B82DC53085171434006AEF2EB8B at exchange.rqs.c2>
> Content-Type: text/plain; charset="utf-8"
>
> Thank you guys for your help, I think I?m going to try out the MCX
> and see if that would work.
>
> Here is the script logs.
>
> /usr/sbin/jamf is version 7.0
> Executing Policy Lpadmin mobile...
> Downloading http://10.8.10.134:80/APPSOSX/Scripts//lpadmin
> mobile.sh...
> Running Script lpadmin mobile.sh...
> Script Exit Code:255
> Script Result: Please enter user password:
> Authentication failed.
> Running Recon...
>
> Thanks,
> Tommy Nguyen
>
>
> From: Thomas Larkin [mailto:tlarki at kckps.org]
> Sent: Tuesday, July 28, 2009 3:57 PM
> To: Steve Wood
> Cc: casper at list.jamfsoftware.com; Nguyen, Tommy
> Subject: Re: [Casper] lpadmin script
>
>
> Steve,
>
>
> Would you please extrapolate on this? As I am going to migrate to
> version 7 here really soon and would love to just push out MCX
> instead.
>
>
> Thanks
>
>
> Tom
>
>>>> Steve Wood <swood at integer.com> 07/28/09 3:51 PM >>>
> And, if you are using Casper 7 you can now push an MCX pref to not
> require admin privs to add printers.
>
> Steve Wood
> Director of IT
> swood at integer.com<mailto:swood at integer.com>
>
> The Integer Group | 1999 Bryan St. | Ste. 1700 | Dallas, TX 75201
> T 214.758.6813 | F 214.758.6901 | C 940.312.2475
>
>
> On Tue, Jul 28, 2009 at 3:30 PM, Thomas Larkin
>
> <tlarki at kckps.org<mailto:tlarki at kckps.org>>
>
> wrote:
>
> Tommy
>
>
>
> Ever think of adding printers in Casper Admin then adding them as a
> self service install and limiting the scope of clients to what
> printers you want them to install.
>
>
>
> I looked at that hint and it only allows the "add printer app" to
> run, and it won't allow for users to add it via System Prefs. Every
> user is part of the _lpadmin group but I couldn't get it to work
> either really.
>
>
>
> Also are you running that as a log in hook? Because casper will only
> use $3 as the current user when using it as a log in hook. If you
> run it as a log in policy it should run as root and not ask for the
> password.
>
>
>
> -Tom
>
>
>
>>>> "Nguyen, Tommy" <Tommy.Nguyen at raytownschools.org<mailto:Tommy.Nguyen at raytownschools.org
>>>> >> 07/28/09 3:21 PM >>>
>
>
> Hello,
>
>
> Can someone help me figure this script out? I am trying to setup
> rights for my network mobile users and they don?t have rights to add
> printers.
>
> But I found some help from apple that would let local and network
> users to add printers without being administrators.
>
> http://support.apple.com/kb/HT3511
>
>
> When you add them to the user group of lpadmin it would ask for
> password from the command line.
>
>
> dseditgroup -o edit -p -d admin -t group _lpadmin
>
> dseditgroup -o edit -n /Local/Default -u admin -p -a $3 -t user
> lpadmin (this line would ask for user of admin password, no idea
> where to add if I put it in the script?)
>
>
> Thank you in advanced.
>
> _______________________________________________
> Casper mailing list
> Casper at list.jamfsoftware.com<mailto:Casper at list.jamfsoftware.com>
> http://list.jamfsoftware.com/mailman/listinfo/casper
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090728/591d508c/attachment-0001.htm
>
> ------------------------------
>
> Message: 6
> Date: Tue, 28 Jul 2009 16:14:52 -0500
> From: "Jim Oring, Jr." <Jim.OringJr at schawk.com>
> Subject: Re: [Casper] lpadmin script
> To: "Thomas Larkin" <tlarki at kckps.org>, "Steve Wood"
> <swood at integer.com>
> Cc: Tommy Nguyen <Tommy.Nguyen at raytownschools.org>,
> casper at list.jamfsoftware.com
> Message-ID:
> <AD04A3D55B3A854995A9982FAB53A00B039552F9 at CORPEXCH3.amer.schawk.com
> >
> Content-Type: text/plain; charset="utf-8"
>
> Does anyone know if Casper 7 MCX settings will coexist with OD MCX
> settings? Or can this cause a potential problem?
>
> JIM ORING, JR.
>
>
>
> SCHAWK!
>
> jim.oringjr at schawk.com
>
>
>
> 3116 West Avenue 32
>
> Los Angeles, CA 90065 USA
>
> schawk.com
>
>
>
> Please consider the impact to the environment and your
> responsibility toward protecting it before
> printing this e-mail.
>
>
>
> This e-mail is intended only for the use of the individual or entity
> to which it is addressed and may contain information that is
> privileged, confidential and exempt from disclosure under applicable
> law. If the reader of this e-mail message is not the intended
> recipient, or the employee or agent responsible for delivery of the
> message to the intended recipient, you are hereby notified that any
> dissemination, distribution or copying of this communication is
> prohibited. If you have received this e-mail in error, please notify
> us immediately by telephone at 847.827.9494 and also indicate the
> sender's name. Thank you.
>
>
>
> From: casper-bounces at list.jamfsoftware.com [mailto:casper-
> bounces at list.jamfsoftware.com] On Behalf Of Thomas Larkin
> Sent: Tuesday, July 28, 2009 1:57 PM
> To: Steve Wood
> Cc: Tommy Nguyen; casper at list.jamfsoftware.com
> Subject: Re: [Casper] lpadmin script
>
>
>
> Steve,
>
>
>
> Would you please extrapolate on this? As I am going to migrate to
> version 7 here really soon and would love to just push out MCX
> instead.
>
>
>
> Thanks
>
>
>
> Tom
>
>>>> Steve Wood <swood at integer.com> 07/28/09 3:51 PM >>>
> And, if you are using Casper 7 you can now push an MCX pref to not
> require admin privs to add printers.
>
> Steve Wood
> Director of IT
> swood at integer.com
>
> The Integer Group | 1999 Bryan St. | Ste. 1700 | Dallas, TX 75201
> T 214.758.6813 | F 214.758.6901 | C 940.312.2475
>
>
>
> On Tue, Jul 28, 2009 at 3:30 PM, Thomas Larkin
>
> <tlarki at kckps.org>
>
> wrote:
>
> Tommy
>
>
>
> Ever think of adding printers in Casper Admin then adding
> them as a self service install and limiting the scope of clients to
> what printers you want them to install.
>
>
>
> I looked at that hint and it only allows the "add printer
> app" to run, and it won't allow for users to add it via System
> Prefs. Every user is part of the _lpadmin group but I couldn't get
> it to work either really.
>
>
>
> Also are you running that as a log in hook? Because casper
> will only use $3 as the current user when using it as a log in hook.
> If you run it as a log in policy it should run as root and not ask
> for the password.
>
>
>
> -Tom
>
>
>
>
>>>> "Nguyen, Tommy" <Tommy.Nguyen at raytownschools.org> 07/28/09 3:21
>>>> PM >>>
>
>
>
> Hello,
>
>
>
> Can someone help me figure this script out? I am trying to
> setup rights for my network mobile users and they don?t have rights
> to add printers.
>
> But I found some help from apple that would let local and
> network users to add printers without being administrators.
>
> http://support.apple.com/kb/HT3511
>
>
>
> When you add them to the user group of lpadmin it would ask
> for password from the command line.
>
>
>
> dseditgroup -o edit -p -d admin -t group _lpadmin
>
> dseditgroup -o edit -n /Local/Default -u admin -p -a $3 -t
> user lpadmin (this line would ask for user of admin password, no
> idea where to add if I put it in the script?)
>
>
>
> Thank you in advanced.
>
>
> _______________________________________________
> Casper mailing list
> Casper at list.jamfsoftware.com
> http://list.jamfsoftware.com/mailman/listinfo/casper
>
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090728/035c476f/attachment-0001.html
>
> ------------------------------
>
> Message: 7
> Date: Tue, 28 Jul 2009 16:16:07 -0500
> From: "Thomas Larkin" <tlarki at kckps.org>
> Subject: Re: [Casper] lpadmin script
> To: "casper at list.jamfsoftware.com" <casper at list.jamfsoftware.com>,
> "Tommy Nguyen" <Tommy.Nguyen at raytownschools.org>
> Message-ID: <4A6F2447.7141.0039.0 at kckps.org>
> Content-Type: text/plain; charset="utf-8"
>
> It seems that script requires a password, which means you can put the
> password in there but you would then be putting the password in your
> log
> files which is not a good thing.
>
> I am not sure exactly the best work around for this. I would go with
> the MCX method or with the Casper Admin and Self Service methods.
>
>
> ___________________________
> Thomas Larkin
> TIS Department
> KCKPS USD500
> tlarki at kckps.org
> blackberry: 913-449-7589
> office: 913-627-0351
>
>
>
>
>
>>>> "Nguyen, Tommy" <Tommy.Nguyen at raytownschools.org> 07/28/09 4:09 PM
>>>>
>
>
> Thank you guys for your help, I think I?m going to try out the MCX and
> see if that would work.
>
>
>
>
>
> Here is the script logs.
>
>
>
>
>
> /usr/sbin/jamf is version 7.0
>
>
> Executing Policy Lpadmin mobile...
>
>
> Downloading http://10.8.10.134:80/APPSOSX/Scripts//lpadmin
> mobile.sh...
>
>
> Running Script lpadmin mobile.sh...
>
>
> Script Exit Code:255
>
>
> Script Result: Please enter user password:
>
>
> Authentication failed.
>
>
> Running Recon...
>
>
>
>
>
> Thanks,
>
>
> Tommy Nguyen
>
>
>
>
>
>
>
>
> From:
>
> Thomas Larkin [mailto:tlarki at kckps.org]
> Sent: Tuesday, July 28, 2009 3:57 PM
> To: Steve Wood
> Cc: casper at list.jamfsoftware.com; Nguyen, Tommy
> Subject: Re: [Casper] lpadmin script
>
>
>
> Steve,
>
>
>
>
> Would you please extrapolate on this? As I am going to migrate to
> version 7 here really soon and would love to just push out MCX
> instead.
>
>
>
>
> Thanks
>
>
>
>
> Tom
>
>
>
>>>> Steve Wood <swood at integer.com> 07/28/09 3:51 PM >>>
> And, if you are using Casper 7 you can now push an MCX pref to not
> require admin privs to add printers.
>
> Steve Wood
> Director of IT
> swood at integer.com
>
> The Integer Group | 1999 Bryan St. | Ste. 1700 | Dallas, TX 75201
> T 214.758.6813 | F 214.758.6901 | C 940.312.2475
>
>
> On Tue, Jul 28, 2009 at 3:30 PM, Thomas Larkin
>
> <tlarki at kckps.org>
>
> wrote:
>
>
> Tommy
>
>
>
>
> Ever think of adding printers in Casper Admin then adding them as a
> self
> service install and limiting the scope of clients to what printers you
> want them to install.
>
>
>
>
> I looked at that hint and it only allows the "add printer app" to run,
> and it won't allow for users to add it via System Prefs. Every user is
> part of the _lpadmin group but I couldn't get it to work either
> really.
>
>
>
>
> Also are you running that as a log in hook? Because casper will only
> use
> $3 as the current user when using it as a log in hook. If you run it
> as
> a log in policy it should run as root and not ask for the password.
>
>
>
>
> -Tom
>
>
>
>
>>>> "Nguyen, Tommy" <Tommy.Nguyen at raytownschools.org> 07/28/09 3:21 PM
>>>>
>
>
>
> Hello,
>
> Can someone help me figure this script out? I am trying to setup
> rights
> for my network mobile users and they don?t have rights to add
> printers.
> But I found some help from apple that would let local and network
> users
> to add printers without being administrators.
> http://support.apple.com/kb/HT3511
>
> When you add them to the user group of lpadmin it would ask for
> password
> from the command line.
>
> dseditgroup -o edit -p -d admin -t group _lpadmin
> dseditgroup -o edit -n /Local/Default -u admin -p -a $3 -t user
> lpadmin
> (this line would ask for user of admin password, no idea where to
> add if
> I put it in the script?)
>
> Thank you in advanced.
>
>
> _______________________________________________
> Casper mailing list
> Casper at list.jamfsoftware.com
> http://list.jamfsoftware.com/mailman/listinfo/casper
>
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090728/e524ce9d/attachment-0001.htm
>
> ------------------------------
>
> Message: 8
> Date: Wed, 29 Jul 2009 06:43:20 +0100
> From: Criss Myers <cmyers at uclan.ac.uk>
> Subject: Re: [Casper] lpadmin script
> To: "Jim Oring, Jr." <Jim.OringJr at schawk.com>
> Cc: Tommy Nguyen <Tommy.Nguyen at raytownschools.org>,
> "casper at list.jamfsoftware.com" <casper at list.jamfsoftware.com>
> Message-ID: <D25CB9A7-CE75-460C-8E68-3D409515ACBE at uclan.ac.uk>
> Content-Type: text/plain; charset="utf-8"
>
> I would say coexist as long as they don't overlap. Ie try to put same
> mcx in both od and Casper, u could use Casper as means to wenne itself
> off od, personally I'm gonna stick with od
>
> On 28 Jul 2009, at 22:14, "Jim Oring, Jr." <Jim.OringJr at schawk.com>
> wrote:
>
>> Does anyone know if Casper 7 MCX settings will coexist with OD MCX
>> settings? Or can this cause a potential problem?
>>
>> JIM ORING, JR.
>>
>> SCHAWK!
>> jim.oringjr at schawk.com
>>
>> 3116 West Avenue 32
>> Los Angeles, CA 90065 USA
>> schawk.com
>>
>> Please consider the impact to the environment and your
>> responsibility toward protecting it before
>> printing this e-mail.
>>
>> This e-mail is intended only for the use of the individual or entity
>> to which it is addressed and may contain information that is
>> privileged, confidential and exempt from disclosure under applicable
>> law. If the reader of this e-mail message is not the intended
>> recipient, or the employee or agent responsible for delivery of the
>> message to the intended recipient, you are hereby notified that any
>> dissemination, distribution or copying of this communication is
>> prohibited. If you have received this e-mail in error, please notify
>> us immediately by telephone at 847.827.9494 and also indicate the
>> sender's name. Thank you.
>>
>>
>> From: casper-bounces at list.jamfsoftware.com [mailto:casper-
>> bounces at list.jamfsoftware.com] On Behalf Of Thomas Larkin
>> Sent: Tuesday, July 28, 2009 1:57 PM
>> To: Steve Wood
>> Cc: Tommy Nguyen; casper at list.jamfsoftware.com
>> Subject: Re: [Casper] lpadmin script
>>
>>
>> Steve,
>>
>>
>> Would you please extrapolate on this? As I am going to migrate to
>> version 7 here really soon and would love to just push out MCX
>> instead.
>>
>>
>> Thanks
>>
>>
>> Tom
>>
>>>>> Steve Wood <swood at integer.com> 07/28/09 3:51 PM >>>
>> And, if you are using Casper 7 you can now push an MCX pref to not
>> require admin privs to add printers.
>>
>> Steve Wood
>> Director of IT
>> swood at integer.com
>>
>> The Integer Group | 1999 Bryan St. | Ste. 1700 | Dallas, TX 75201
>> T 214.758.6813 | F 214.758.6901 | C 940.312.2475
>>
>>
>> On Tue, Jul 28, 2009 at 3:30 PM, Thomas Larkin
>>
>> <tlarki at kckps.org>
>>
>> wrote:
>>
>> Tommy
>>
>>
>>
>> Ever think of adding printers in Casper Admin then adding them as a
>> self service install and limiting the scope of clients to what
>> printers you want them to install.
>>
>>
>>
>> I looked at that hint and it only allows the "add printer app" to
>> run, and it won't allow for users to add it via System Prefs. Every
>> user is part of the _lpadmin group but I couldn't get it to work
>> either really.
>>
>>
>>
>> Also are you running that as a log in hook? Because casper will only
>> use $3 as the current user when using it as a log in hook. If you
>> run it as a log in policy it should run as root and not ask for the
>> password.
>>
>>
>>
>> -Tom
>>
>>
>>
>>
>>>>> "Nguyen, Tommy" <Tommy.Nguyen at raytownschools.org> 07/28/09 3:21
>> PM >>>
>>
>>
>> Hello,
>>
>>
>> Can someone help me figure this script out? I am trying to setup
>> rights for my network mobile users and they don?t have rights to add
>> printers.
>>
>> But I found some help from apple that would let local and network
>> users to add printers without being administrators.
>>
>> http://support.apple.com/kb/HT3511
>>
>>
>> When you add them to the user group of lpadmin it would ask for
>> password from the command line.
>>
>>
>> dseditgroup -o edit -p -d admin -t group _lpadmin
>>
>> dseditgroup -o edit -n /Local/Default -u admin -p -a $3 -t user
>> lpadmin (this line would ask for user of admin password, no idea
>> where to add if I put it in the script?)
>>
>>
>> Thank you in advanced.
>>
>>
>> _______________________________________________
>> Casper mailing list
>> Casper at list.jamfsoftware.com
>> http://list.jamfsoftware.com/mailman/listinfo/casper
>>
>>
>>
>> _______________________________________________
>> Casper mailing list
>> Casper at list.jamfsoftware.com
>> http://list.jamfsoftware.com/mailman/listinfo/casper
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090729/58fdba71/attachment.html
>
> ------------------------------
>
> Message: 9
> Date: Wed, 29 Jul 2009 10:01:05 +0200
> From: "Pat Camporeale" <patc at 180amsterdam.com>
> Subject: Re: [Casper] casper 7 netboot image kernal panic if image is
> quit (Eric Young)
> To: <casper at list.jamfsoftware.com>
> Message-ID: <C695CE61.11AC3%patc at 180amsterdam.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Eric,
>
> I have been experiencing this as well.
> I am slowly rebuilding my images from scratch thinking I may have
> Oimported?
> something dirty from my previous surgeries.
>
> Fingers crossed!!
>
> -pat
>
> --
> Pasquale Camporeale
> 180 Amsterdam BV
> Herengracht 506
> 1017CB Amsterdam
> Netherlands
> +31 20 422 2180
>
> EULA: Not responsible for data loss.
>
>
>
> DISCLAIMER 7/29/2009
>
> This communication is intended only for use by casper at list.jamfsoftware.com
> . It may contain confidential or privileged information. If you
> receive this communication unintentionally, please inform us
> immediately. Thank you. 180 has registered companies in the United
> States and in the Netherlands. 180 Los Angeles LLC . (180) 1424
> Second Street, Suite 200 and 300, Santa Monica, California 90401, is
> registered with the trade register in the US in Delaware under file
> number 4260284 and the corporation's FEIN is 20-5982098. 180
> Amsterdam BV (180) Herengracht 506, 1017 CB, Amsterdam is registered
> with the trade register in the Netherlands under number 34253037 and
> VAT number NL8161.54.673.B.01. The content of this communications is
> not legally binding unless confirmed by letter or telefax. Please
> note that 180 is neither liable for the proper transmission nor for
> the complete transmission of the information contained in this
> communication or for any delay in its receipt. Also please note that
> the confidentiality of email communication is not warranted. All
> services and other work provided by 180 are subject to our general
> conditions (supplier terms and conditions). The conditions are
> available for inspection at Herengracht 506, Amsterdam and at the
> Chamber of Commerce in Amsterdam. If you wish to receive a hard copy
> of these conditions, please send an e-mail with your address to info at 180amsterdam.com
> <mailto:info at 180amsterdam.com>
>
> In the event you send to 180 any unsolicited ideas and/or materials
> (whether consisting of texts, images, sounds, software, information
> or otherwise) ("Materials") by e-mail or otherwise, 180 shall be
> entitled to use, copy and/or commercially exploit such Materials to
> the fullest extent, free of charge and 180 will not be bound by any
> confidentiality obligation in respect thereof.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090729/5fc25cce/attachment.htm
>
> ------------------------------
>
> Message: 10
> Date: Wed, 29 Jul 2009 08:17:38 -0400
> From: Eric Young <eyoung at thayer.org>
> Subject: Re: [Casper] casper 7 netboot image kernal panic if image is
> quit (Eric Young)
> To: Casper Listserv <casper at list.jamfsoftware.com>
> Cc: Pat Camporeale <patc at 180amsterdam.com>
> Message-ID: <49240B72-645C-45DD-BC90-CAF4E4B642B0 at thayer.org>
> Content-Type: text/plain; charset="windows-1252"
>
> Something tagging along was my first thought as well, but the Netboot
> image is very new... recently built up using the creation tool from
> the resource kit.
>
>
>
>
>
>
> On Jul 29, 2009, at 4:01 AM, Pat Camporeale wrote:
>
>> Eric,
>>
>> I have been experiencing this as well.
>> I am slowly rebuilding my images from scratch thinking I may have
>> ?imported? something dirty from my previous surgeries.
>>
>> Fingers crossed!!
>>
>> -pat
>>
>> --
>> Pasquale Camporeale
>> 180 Amsterdam BV
>> Herengracht 506
>> 1017CB Amsterdam
>> Netherlands
>> +31 20 422 2180
>>
>> EULA: Not responsible for data loss.
>>
>>
>> DISCLAIMER 7/29/2009
>> This communication is intended only for use by casper at list.jamfsoftware.com
>> . It may contain confidential or privileged information. If you
>> receive this communication unintentionally, please inform us
>> immediately. Thank you. 180 has registered companies in the United
>> States and in the Netherlands. 180 Los Angeles LLC . (180) 1424
>> Second Street, Suite 200 and 300, Santa Monica, California 90401, is
>> registered with the trade register in the US in Delaware under file
>> number 4260284 and the corporation's FEIN is 20-5982098. 180
>> Amsterdam BV (180) Herengracht 506, 1017 CB, Amsterdam is registered
>> with the trade register in the Netherlands under number 34253037 and
>> VAT number NL8161.54.673.B.01. The content of this communications
>> is not legally binding unless confirmed by letter or telefax. Please
>> note that 180 is neither liable for the proper transmission nor for
>> the complete transmission of the information contained in this
>> communication or for any delay in its receipt. Also please note that
>> the confidentiality of email communication is not warranted. All
>> services and other work provided by 180 are subject to our general
>> conditions (supplier terms and conditions). The conditions are
>> available for inspection at Herengracht 506, Amsterdam and at the
>> Chamber of Commerce in Amsterdam. If you wish to receive a hard copy
>> of these conditions, please send an e-mail with your address to info at 180amsterdam.com
>> In the event you send to 180 any unsolicited ideas and/or materials
>> (whether consisting of texts, images, sounds, software, information
>> or otherwise) ("Materials") by e-mail or otherwise, 180 shall be
>> entitled to use, copy and/or commercially exploit such Materials to
>> the fullest extent, free of charge and 180 will not be bound by any
>> confidentiality obligation in respect thereof.
>> _______________________________________________
>> Casper mailing list
>> Casper at list.jamfsoftware.com
>> http://list.jamfsoftware.com/mailman/listinfo/casper
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090729/c30ea609/attachment.html
>
> ------------------------------
>
> Message: 11
> Date: Wed, 29 Jul 2009 08:26:59 -0400
> From: enrique silberg ? <enrique.silberg at yr.com>
> Subject: Re: [Casper] casper 7 netboot image kernal panic if image is
> quit(Eric Young)
> To: Eric Young <eyoung at thayer.org>, Casper Listserv
> <casper at list.jamfsoftware.com>
> Cc: Pat Camporeale <PatC at 180amsterdam.com>
> Message-ID: <C695B853.47172%enrique.silberg at yr.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> FYI
> I had problem with ShowSUSUdate from resource kit using it in C7
> version,
> called JAMF and they had to tweak to work with C7.
> Pat glad to see you on Casper please update your findings.
> --
> Enrique ?Ricky? Silberg | IT Director Macintosh Services
> 285 Madison Avenue, New York, New York 10017 USA
>
>
> Being a Mac user is like being a Navy SEAL: a small, elite group of
> people
> with access to the most sophisticated technology in the world, who
> everyone
> calls on to get the really tough jobs done quickly and efficiently.
>
>
>
> From: Eric Young <eyoung at thayer.org>
> Date: Wed, 29 Jul 2009 08:17:38 -0400
> To: Casper Listserv <casper at list.jamfsoftware.com>
> Cc: Pat Camporeale <PatC at 180amsterdam.com>
> Subject: Re: [Casper] casper 7 netboot image kernal panic if image is
> quit(Eric Young)
>
> Something tagging along was my first thought as well, but the
> Netboot image
> is very new... recently built up using the creation tool from the
> resource
> kit.
>
>
>
>
>
>
> On Jul 29, 2009, at 4:01 AM, Pat Camporeale wrote:
>
>> Eric,
>>
>> I have been experiencing this as well.
>> I am slowly rebuilding my images from scratch thinking I may have ?
>> imported?
>> something dirty from my previous surgeries.
>>
>> Fingers crossed!!
>>
>> -pat
>>
>> --
>> Pasquale Camporeale
>> 180 Amsterdam BV
>> Herengracht 506
>> 1017CB Amsterdam
>> Netherlands
>> +31 20 422 2180
>>
>> EULA: Not responsible for data loss.
>>
>>
>> DISCLAIMER 7/29/2009
>> This communication is intended only for use by casper at list.jamfsoftware.com
>> .
>> It may contain confidential or privileged information. If you
>> receive this
>> communication unintentionally, please inform us immediately. Thank
>> you. 180
>> has registered companies in the United States and in the
>> Netherlands. 180 Los
>> Angeles LLC . (180) 1424 Second Street, Suite 200 and 300, Santa
>> Monica,
>> California 90401, is registered with the trade register in the US
>> in Delaware
>> under file number 4260284 and the corporation's FEIN is 20-5982098. 180
>> Amsterdam BV (180) Herengracht 506, 1017 CB, Amsterdam is
>> registered with the
>> trade register in the Netherlands under number 34253037 and VAT
>> number
>> NL8161.54.673.B.01. The content of this communications is not
>> legally binding
>> unless confirmed by letter or telefax. Please note that 180 is
>> neither liable
>> for the proper transmission nor for the complete transmission of the
>> information contained in this communication or for any delay in its
>> receipt.
>> Also please note that the confidentiality of email communication is
>> not
>> warranted. All services and other work provided by 180 are subject
>> to our
>> general conditions (supplier terms and conditions). The conditions
>> are
>> available for inspection at Herengracht 506, Amsterdam and at the
>> Chamber of
>> Commerce in Amsterdam. If you wish to receive a hard copy of these
>> conditions,
>> please send an e-mail with your address to info at 180amsterdam.com
>> <mailto:info at 180amsterdam.com>
>> In the event you send to 180 any unsolicited ideas and/or materials
>> (whether
>> consisting of texts, images, sounds, software, information or
>> otherwise)
>> ("Materials") by e-mail or otherwise, 180 shall be entitled to use,
>> copy
>> and/or commercially exploit such Materials to the fullest extent,
>> free of
>> charge and 180 will not be bound by any confidentiality obligation
>> in respect
>> thereof.
>> _______________________________________________
>> Casper mailing list
>> Casper at list.jamfsoftware.com
>> http://list.jamfsoftware.com/mailman/listinfo/casper
>
>
>
> _______________________________________________
> Casper mailing list
> Casper at list.jamfsoftware.com
> http://list.jamfsoftware.com/mailman/listinfo/casper
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090729/bda620a0/attachment-0001.htm
>
> ------------------------------
>
> Message: 12
> Date: Wed, 29 Jul 2009 09:12:34 -0500
> From: Alan Benedict <abenedict at integer.com>
> Subject: Re: [Casper] lpadmin script
> To: "casper at list.jamfsoftware.com" <casper at list.jamfsoftware.com>
> Message-ID:
> <5fe906620907290712h6e682dafo4260a5d9af8f1e9 at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> If one did want to put the password in the script for testing, where
> would I
> put it? I tried putting the password on the next line in the
> script, but it
> throws an error when the script is run because it tries to run the
> password
> as a command.
> --
> Alan Benedict
> ?
> Macintosh Technician
> The Integer Group
> O: 515-247-2738
> C: 515-770-8234
> http://www.integer.com
>
>
>
> *From:* casper-bounces at list.jamfsoftware.com [mailto:
>> casper-bounces at list.jamfsoftware.com] *On Behalf Of *Thomas Larkin
>> *Sent:* Tuesday, July 28, 2009 1:57 PM
>> *To:* Steve Wood
>> *Cc:* Tommy Nguyen; <casper at list.jamfsoftware.com>
>> casper at list.jamfsoftware.com
>> *Subject:* Re: [Casper] lpadmin script
>>
>>
>>
>> Steve,
>>
>>
>>
>> Would you please extrapolate on this? As I am going to migrate to
>> version
>> 7 here really soon and would love to just push out MCX instead.
>>
>>
>>
>> Thanks
>>
>>
>>
>> Tom
>>
>>>>> Steve Wood <swood at integer.com> 07/28/09 3:51 PM >>>
>> And, if you are using Casper 7 you can now push an MCX pref to not
>> require
>> admin privs to add printers.
>>
>> Steve Wood
>> Director of IT
>> <swood at integer.com>swood at integer.com
>>
>> The Integer Group | 1999 Bryan St. | Ste. 1700 | Dallas, TX 75201
>> T 214.758.6813 | F 214.758.6901 | C 940.312.2475
>>
>> On Tue, Jul 28, 2009 at 3:30 PM, Thomas Larkin
>>
>> < <tlarki at kckps.org>tlarki at kckps.org>
>>
>> wrote:
>>
>> Tommy
>>
>>
>>
>> Ever think of adding printers in Casper Admin then adding them as a
>> self
>> service install and limiting the scope of clients to what printers
>> you want
>> them to install.
>>
>>
>>
>> I looked at that hint and it only allows the "add printer app" to
>> run, and
>> it won't allow for users to add it via System Prefs. Every user is
>> part of
>> the _lpadmin group but I couldn't get it to work either really.
>>
>>
>>
>> Also are you running that as a log in hook? Because casper will
>> only use $3
>> as the current user when using it as a log in hook. If you run it
>> as a log
>> in policy it should run as root and not ask for the password.
>>
>>
>>
>> -Tom
>>
>>
>>
>>
>>>>> "Nguyen, Tommy" < <Tommy.Nguyen at raytownschools.org>
>> Tommy.Nguyen at raytownschools.org> 07/28/09 3:21 PM >>>
>>
>>
>>
>> Hello,
>>
>>
>>
>> Can someone help me figure this script out? I am trying to setup
>> rights for
>> my network mobile users and they don?t have rights to add printers.
>>
>> But I found some help from apple that would let local and network
>> users to
>> add printers without being administrators.
>>
>> <http://support.apple.com/kb/HT3511>http://support.apple.com/kb/
>> HT3511
>>
>>
>>
>> When you add them to the user group of lpadmin it would ask for
>> password
>> from the command line.
>>
>>
>>
>> dseditgroup -o edit -p -d admin -t group _lpadmin
>>
>> dseditgroup -o edit -n /Local/Default -u admin -p -a $3 -t user
>> lpadmin
>> (this line would ask for user of admin password, no idea where to
>> add if I
>> put it in the script?)
>>
>>
>>
>> Thank you in advanced.
>>
>>
>> _______________________________________________
>> Casper mailing list
>> <Casper at list.jamfsoftware.com>Casper at list.jamfsoftware.com
>> <http://list.jamfsoftware.com/mailman/listinfo/casper>
>> http://list.jamfsoftware.com/mailman/listinfo/casper
>>
>>
>>
>> _______________________________________________
>> Casper mailing list
>> Casper at list.jamfsoftware.com
>> http://list.jamfsoftware.com/mailman/listinfo/casper
>>
>>
>> _______________________________________________
>> Casper mailing list
>> Casper at list.jamfsoftware.com
>> http://list.jamfsoftware.com/mailman/listinfo/casper
>>
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090729/1d83e0b2/attachment-0001.html
>
> ------------------------------
>
> Message: 13
> Date: Wed, 29 Jul 2009 09:44:56 -0500
> From: Steve Wood <swood at integer.com>
> Subject: Re: [Casper] lpadmin script
> To: Alan Benedict <abenedict at integer.com>
> Cc: "casper at list.jamfsoftware.com" <casper at list.jamfsoftware.com>
> Message-ID:
> <438f5a310907290744v47da7fc4na840b534d103fbd1 at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> You would use the "-p" flag in the dseditgroup command and put the
> password
> right after it.
>> From the Apple article, network user:
>
> dseditgroup -o edit -n /Local/Default -u admin -p <adminpassword> -a
> printerusers -t group lpadmin
>
> Mobile user:
>
> dseditgroup -o edit -n /Local/Default -u admin -p <adminpassword> -a
> student
> -t user lpadmin
>
>
> Thomas
> - in the JSS in 7 you can now create MCX preferences to push out. And
> not to be a goob about it, but starting on page 302 of the Casper 7
> manual, they lay out everything about Managed Preferences. It is
> fairly simple to do, and during the creation of the profile you give
> that MCX pref a scope of machines to work on.
>
> Make sense?
>
>
> Steve Wood
> Director of IT
> swood at integer.com
>
> The Integer Group | 1999 Bryan St. | Ste. 1700 | Dallas, TX 75201
> T 214.758.6813 | F 214.758.6901 | C 940.312.2475
>
>
> On Wed, Jul 29, 2009 at 9:12 AM, Alan Benedict
> <abenedict at integer.com>wrote:
>
>> If one did want to put the password in the script for testing,
>> where would
>> I put it? I tried putting the password on the next line in the
>> script, but
>> it throws an error when the script is run because it tries to run the
>> password as a command.
>> --
>> Alan Benedict
>> ?
>> Macintosh Technician
>> The Integer Group
>> O: 515-247-2738
>> C: 515-770-8234
>> http://www.integer.com
>>
>>
>>
>>
>> *From:* casper-bounces at list.jamfsoftware.com [mailto:
>>> casper-bounces at list.jamfsoftware.com] *On Behalf Of *Thomas Larkin
>>> *Sent:* Tuesday, July 28, 2009 1:57 PM
>>> *To:* Steve Wood
>>> *Cc:* Tommy Nguyen; <casper at list.jamfsoftware.com>
>>> casper at list.jamfsoftware.com
>>> *Subject:* Re: [Casper] lpadmin script
>>>
>>>
>>>
>>> Steve,
>>>
>>>
>>>
>>> Would you please extrapolate on this? As I am going to migrate to
>>> version
>>> 7 here really soon and would love to just push out MCX instead.
>>>
>>>
>>>
>>> Thanks
>>>
>>>
>>>
>>> Tom
>>>
>>>>>> Steve Wood <swood at integer.com> 07/28/09 3:51 PM >>>
>>> And, if you are using Casper 7 you can now push an MCX pref to not
>>> require
>>> admin privs to add printers.
>>>
>>> Steve Wood
>>> Director of IT
>>> <swood at integer.com>swood at integer.com
>>>
>>> The Integer Group | 1999 Bryan St. | Ste. 1700 | Dallas, TX 75201
>>> T 214.758.6813 | F 214.758.6901 | C 940.312.2475
>>>
>>> On Tue, Jul 28, 2009 at 3:30 PM, Thomas Larkin
>>>
>>> < <tlarki at kckps.org>tlarki at kckps.org>
>>>
>>> wrote:
>>>
>>> Tommy
>>>
>>>
>>>
>>> Ever think of adding printers in Casper Admin then adding them as
>>> a self
>>> service install and limiting the scope of clients to what printers
>>> you want
>>> them to install.
>>>
>>>
>>>
>>> I looked at that hint and it only allows the "add printer app" to
>>> run, and
>>> it won't allow for users to add it via System Prefs. Every user is
>>> part of
>>> the _lpadmin group but I couldn't get it to work either really.
>>>
>>>
>>>
>>> Also are you running that as a log in hook? Because casper will
>>> only use
>>> $3 as the current user when using it as a log in hook. If you run
>>> it as a
>>> log in policy it should run as root and not ask for the password.
>>>
>>>
>>>
>>> -Tom
>>>
>>>
>>>
>>>
>>>>>> "Nguyen, Tommy" < <Tommy.Nguyen at raytownschools.org>
>>> Tommy.Nguyen at raytownschools.org> 07/28/09 3:21 PM >>>
>>>
>>>
>>>
>>> Hello,
>>>
>>>
>>>
>>> Can someone help me figure this script out? I am trying to setup
>>> rights
>>> for my network mobile users and they don?t have rights to add
>>> printers.
>>>
>>> But I found some help from apple that would let local and network
>>> users to
>>> add printers without being administrators.
>>>
>>> <http://support.apple.com/kb/HT3511>http://support.apple.com/kb/HT3511
>>>
>>>
>>>
>>> When you add them to the user group of lpadmin it would ask for
>>> password
>>> from the command line.
>>>
>>>
>>>
>>> dseditgroup -o edit -p -d admin -t group _lpadmin
>>>
>>> dseditgroup -o edit -n /Local/Default -u admin -p -a $3 -t user
>>> lpadmin
>>> (this line would ask for user of admin password, no idea where to
>>> add if I
>>> put it in the script?)
>>>
>>>
>>>
>>> Thank you in advanced.
>>>
>>>
>>> _______________________________________________
>>> Casper mailing list
>>> <Casper at list.jamfsoftware.com>Casper at list.jamfsoftware.com
>>> <http://list.jamfsoftware.com/mailman/listinfo/casper>
>>> http://list.jamfsoftware.com/mailman/listinfo/casper
>>>
>>>
>>>
>>> _______________________________________________
>>> Casper mailing list
>>> Casper at list.jamfsoftware.com
>>> http://list.jamfsoftware.com/mailman/listinfo/casper
>>>
>>>
>>> _______________________________________________
>>> Casper mailing list
>>> Casper at list.jamfsoftware.com
>>> http://list.jamfsoftware.com/mailman/listinfo/casper
>>>
>>>
>>
>> _______________________________________________
>> Casper mailing list
>> Casper at list.jamfsoftware.com
>> http://list.jamfsoftware.com/mailman/listinfo/casper
>>
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090729/7f3757a5/attachment.htm
>
> ------------------------------
>
> Message: 14
> Date: Wed, 29 Jul 2009 09:53:17 -0500
> From: "Nguyen, Tommy" <Tommy.Nguyen at raytownschools.org>
> Subject: Re: [Casper] lpadmin script
> To: "casper at list.jamfsoftware.com" <casper at list.jamfsoftware.com>
> Message-ID:
> <C45DADDA4201FE4B82DC53085171434006AF10EBD7 at exchange.rqs.c2>
> Content-Type: text/plain; charset="utf-8"
>
> I created the printer MCX preferences and pushed them out to all the
> macs in my district and it worked so far.
>
> Thank you guys for helping.
>
> From: casper-bounces at list.jamfsoftware.com [mailto:casper-
> bounces at list.jamfsoftware.com] On Behalf Of Steve Wood
> Sent: Wednesday, July 29, 2009 9:45 AM
> To: Alan Benedict
> Cc: casper at list.jamfsoftware.com
> Subject: Re: [Casper] lpadmin script
>
> You would use the "-p" flag in the dseditgroup command and put the
> password right after it.
>
> From the Apple article, network user:
>
> dseditgroup -o edit -n /Local/Default -u admin -p <adminpassword> -a
> printerusers -t group lpadmin
>
> Mobile user:
>
> dseditgroup -o edit -n /Local/Default -u admin -p <adminpassword> -a
> student -t user lpadmin
>
>
> Thomas - in the JSS in 7 you can now create MCX preferences to push
> out. And not to be a goob about it, but starting on page 302 of the
> Casper 7 manual, they lay out everything about Managed Preferences.
> It is fairly simple to do, and during the creation of the profile
> you give that MCX pref a scope of machines to work on.
>
> Make sense?
>
>
> Steve Wood
> Director of IT
> swood at integer.com<mailto:swood at integer.com>
>
> The Integer Group | 1999 Bryan St. | Ste. 1700 | Dallas, TX 75201
> T 214.758.6813 | F 214.758.6901 | C 940.312.2475
>
> On Wed, Jul 29, 2009 at 9:12 AM, Alan Benedict
> <abenedict at integer.com<mailto:abenedict at integer.com>> wrote:
> If one did want to put the password in the script for testing, where
> would I put it? I tried putting the password on the next line in
> the script, but it throws an error when the script is run because it
> tries to run the password as a command.
> --
> Alan Benedict
> ?
> Macintosh Technician
> The Integer Group
> O: 515-247-2738
> C: 515-770-8234
> http://www.integer.com
>
>
>
>
> From: casper-bounces at list.jamfsoftware.com<mailto:casper-bounces at list.jamfsoftware.com
> > [mailto:casper-bounces at list.jamfsoftware.com<mailto:casper-bounces at list.jamfsoftware.com
> >] On Behalf Of Thomas Larkin
> Sent: Tuesday, July 28, 2009 1:57 PM
> To: Steve Wood
> Cc: Tommy Nguyen; casper at list.jamfsoftware.com<mailto:casper at list.jamfsoftware.com
> >
> Subject: Re: [Casper] lpadmin script
>
>
>
> Steve,
>
>
>
> Would you please extrapolate on this? As I am going to migrate to
> version 7 here really soon and would love to just push out MCX
> instead.
>
>
>
> Thanks
>
>
>
> Tom
>
>>>> Steve Wood <swood at integer.com<mailto:swood at integer.com>> 07/28/09
>>>> 3:51 PM >>>
> And, if you are using Casper 7 you can now push an MCX pref to not
> require admin privs to add printers.
>
> Steve Wood
> Director of IT
> swood at integer.com<mailto:swood at integer.com>
>
> The Integer Group | 1999 Bryan St. | Ste. 1700 | Dallas, TX 75201
> T 214.758.6813 | F 214.758.6901 | C 940.312.2475
>
> On Tue, Jul 28, 2009 at 3:30 PM, Thomas Larkin
>
> <tlarki at kckps.org<mailto:tlarki at kckps.org>>
>
> wrote:
>
> Tommy
>
>
>
> Ever think of adding printers in Casper Admin then adding them as a
> self service install and limiting the scope of clients to what
> printers you want them to install.
>
>
>
> I looked at that hint and it only allows the "add printer app" to
> run, and it won't allow for users to add it via System Prefs. Every
> user is part of the _lpadmin group but I couldn't get it to work
> either really.
>
>
>
> Also are you running that as a log in hook? Because casper will only
> use $3 as the current user when using it as a log in hook. If you
> run it as a log in policy it should run as root and not ask for the
> password.
>
>
>
> -Tom
>
>
>
>>>> "Nguyen, Tommy" <Tommy.Nguyen at raytownschools.org<mailto:Tommy.Nguyen at raytownschools.org
>>>> >> 07/28/09 3:21 PM >>>
>
>
>
> Hello,
>
>
>
> Can someone help me figure this script out? I am trying to setup
> rights for my network mobile users and they don?t have rights to add
> printers.
>
> But I found some help from apple that would let local and network
> users to add printers without being administrators.
>
> http://support.apple.com/kb/HT3511
>
>
>
> When you add them to the user group of lpadmin it would ask for
> password from the command line.
>
>
>
> dseditgroup -o edit -p -d admin -t group _lpadmin
>
> dseditgroup -o edit -n /Local/Default -u admin -p -a $3 -t user
> lpadmin (this line would ask for user of admin password, no idea
> where to add if I put it in the script?)
>
>
>
> Thank you in advanced.
>
> _______________________________________________
> Casper mailing list
> Casper at list.jamfsoftware.com<mailto:Casper at list.jamfsoftware.com>
> http://list.jamfsoftware.com/mailman/listinfo/casper
>
>
> _______________________________________________
> Casper mailing list
> Casper at list.jamfsoftware.com<mailto:Casper at list.jamfsoftware.com>
> http://list.jamfsoftware.com/mailman/listinfo/casper
>
> _______________________________________________
> Casper mailing list
> Casper at list.jamfsoftware.com<mailto:Casper at list.jamfsoftware.com>
> http://list.jamfsoftware.com/mailman/listinfo/casper
>
>
> _______________________________________________
> Casper mailing list
> Casper at list.jamfsoftware.com<mailto:Casper at list.jamfsoftware.com>
> http://list.jamfsoftware.com/mailman/listinfo/casper
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090729/d65db3da/attachment-0001.html
>
> ------------------------------
>
> Message: 15
> Date: Wed, 29 Jul 2009 10:43:15 -0500
> From: "Steven Diver" <sdiver at d125.org>
> Subject: [Casper] Casper Imaging Errors
> To: casper at list.jamfsoftware.com
> Message-ID: <fc.011f7a1113ce7d5f011f7a1113ce7d5f.13ce7ed5 at d125.org>
> Content-Type: text/plain; charset="iso-8859-1"
>
> I am seeing a some errors with Casper Imaging v7, that have just
> cropped
> up in the last few hours, and I am at a loss on how to resolve them...
>
> When netbooting a machine with a Casper NetInstall image, Casper
> Imaging
> opens and one of two things happens...
>
> ? I go thru Casper Imaging, select my options, and when I select an
> Install Configuration, I immediately get the following error
> message:
> ? An excetption of class NilObjectException was not handled. The
> application must shut down. ? I hit ? OK ? , I am dropped
> into a
> Terminal window, I need to restart, and I get the same error the
> next
> time I go into Casper Imaging.
>
> If that doesn't happen, as soon a the NetInstall imagine loads, and
> Casper
> Imaging launches, I get an ? Error parsing xml for Autorun ?
> message. And again, upon hitting ? OK ? , I am dropped into a
> Terminal window and need to restart.
>
> I have tried everything I can think of...so I am wondering if anyone
> has
> seen this issue or experienced this issues, or just has any ideas...
>
> Thanks,
> Steve
>
> --
> Steven Diver, Network Manager
> Adlai E. Stevenson High School / www.d125.org
> Email: sdiver at d125.org / Phone: 847.415.4304
>
> "Be not simply good, be good for something."
> -Henry David Thoreau (1817-1862)
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090729/1f90d0aa/attachment-0001.htm
>
> ------------------------------
>
> Message: 16
> Date: Wed, 29 Jul 2009 10:49:07 -0500
> From: Alan Benedict <abenedict at integer.com>
> Subject: Re: [Casper] lpadmin script
> To: "Nguyen, Tommy" <Tommy.Nguyen at raytownschools.org>
> Cc: "casper at list.jamfsoftware.com" <casper at list.jamfsoftware.com>
> Message-ID:
> <5fe906620907290849w2749805an47e248ea4f9b9c57 at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Would you mind sharing the settings you used with the rest of us? :)
> --
> Alan Benedict
> ?
> Macintosh Technician
> The Integer Group
> O: 515-247-2738
> C: 515-770-8234
> http://www.integer.com
>
>
>
> On Wed, Jul 29, 2009 at 9:53 AM, Nguyen, Tommy <
> Tommy.Nguyen at raytownschools.org> wrote:
>
>> I created the printer MCX preferences and pushed them out to all
>> the macs
>> in my district and it worked so far.
>>
>>
>>
>> Thank you guys for helping.
>>
>>
>>
>> *From:* casper-bounces at list.jamfsoftware.com [mailto:
>> casper-bounces at list.jamfsoftware.com] *On Behalf Of *Steve Wood
>> *Sent:* Wednesday, July 29, 2009 9:45 AM
>> *To:* Alan Benedict
>> *Cc:* casper at list.jamfsoftware.com
>>
>> *Subject:* Re: [Casper] lpadmin script
>>
>>
>>
>> You would use the "-p" flag in the dseditgroup command and put the
>> password
>> right after it.
>>
>>
>>
>> From the Apple article, network user:
>>
>>
>>
>> dseditgroup -o edit -n /Local/Default -u admin -p <adminpassword> -a
>> printerusers -t group lpadmin
>>
>>
>>
>> Mobile user:
>>
>>
>>
>> dseditgroup -o edit -n /Local/Default -u admin -p <adminpassword> -a
>> student -t user lpadmin
>>
>>
>>
>>
>>
>> Thomas
>> - in the JSS in 7 you can now create MCX preferences to push out.
>> And not to be a goob about it, but starting on page 302 of the
>> Casper 7 manual, they lay out everything about Managed
>> Preferences. It is fairly simple to do, and during the creation of
>> the profile you give that MCX pref a scope of machines to work on.
>>
>>
>>
>> Make sense?
>>
>>
>>
>>
>>
>> Steve Wood
>> Director of IT
>> swood at integer.com
>>
>> The Integer Group | 1999 Bryan St. | Ste. 1700 | Dallas, TX 75201
>> T 214.758.6813 | F 214.758.6901 | C 940.312.2475
>>
>> On Wed, Jul 29, 2009 at 9:12 AM, Alan Benedict
>> <abenedict at integer.com>
>> wrote:
>>
>> If one did want to put the password in the script for testing,
>> where would
>> I put it? I tried putting the password on the next line in the
>> script, but
>> it throws an error when the script is run because it tries to run the
>> password as a command.
>> --
>> Alan Benedict
>> ?
>> Macintosh Technician
>> The Integer Group
>> O: 515-247-2738
>> C: 515-770-8234
>> http://www.integer.com
>>
>>
>>
>>
>> *From:* casper-bounces at list.jamfsoftware.com [mailto:
>> casper-bounces at list.jamfsoftware.com] *On Behalf Of *Thomas Larkin
>> *Sent:* Tuesday, July 28, 2009 1:57 PM
>> *To:* Steve Wood
>> *Cc:* Tommy Nguyen; casper at list.jamfsoftware.com
>> *Subject:* Re: [Casper] lpadmin script
>>
>>
>>
>> Steve,
>>
>>
>>
>> Would you please extrapolate on this? As I am going to migrate to
>> version
>> 7 here really soon and would love to just push out MCX instead.
>>
>>
>>
>> Thanks
>>
>>
>>
>> Tom
>>
>>>>> Steve Wood <swood at integer.com> 07/28/09 3:51 PM >>>
>> And, if you are using Casper 7 you can now push an MCX pref to not
>> require
>> admin privs to add printers.
>>
>> Steve Wood
>> Director of IT
>> swood at integer.com
>>
>> The Integer Group | 1999 Bryan St. | Ste. 1700 | Dallas, TX 75201
>> T 214.758.6813 | F 214.758.6901 | C 940.312.2475
>>
>> On Tue, Jul 28, 2009 at 3:30 PM, Thomas Larkin
>>
>> <tlarki at kckps.org>
>>
>> wrote:
>>
>> Tommy
>>
>>
>>
>> Ever think of adding printers in Casper Admin then adding them as a
>> self
>> service install and limiting the scope of clients to what printers
>> you want
>> them to install.
>>
>>
>>
>> I looked at that hint and it only allows the "add printer app" to
>> run, and
>> it won't allow for users to add it via System Prefs. Every user is
>> part of
>> the _lpadmin group but I couldn't get it to work either really.
>>
>>
>>
>> Also are you running that as a log in hook? Because casper will
>> only use $3
>> as the current user when using it as a log in hook. If you run it
>> as a log
>> in policy it should run as root and not ask for the password.
>>
>>
>>
>> -Tom
>>
>>
>>
>>
>>>>> "Nguyen, Tommy" <Tommy.Nguyen at raytownschools.org> 07/28/09 3:21
>>>>> PM >>>
>>
>>
>>
>> Hello,
>>
>>
>>
>> Can someone help me figure this script out? I am trying to setup
>> rights for
>> my network mobile users and they don?t have rights to add printers.
>>
>> But I found some help from apple that would let local and network
>> users to
>> add printers without being administrators.
>>
>> http://support.apple.com/kb/HT3511
>>
>>
>>
>> When you add them to the user group of lpadmin it would ask for
>> password
>> from the command line.
>>
>>
>>
>> dseditgroup -o edit -p -d admin -t group _lpadmin
>>
>> dseditgroup -o edit -n /Local/Default -u admin -p -a $3 -t user
>> lpadmin
>> (this line would ask for user of admin password, no idea where to
>> add if I
>> put it in the script?)
>>
>>
>>
>> Thank you in advanced.
>>
>>
>> _______________________________________________
>> Casper mailing list
>> Casper at list.jamfsoftware.com
>> http://list.jamfsoftware.com/mailman/listinfo/casper
>>
>>
>>
>> _______________________________________________
>> Casper mailing list
>> Casper at list.jamfsoftware.com
>> http://list.jamfsoftware.com/mailman/listinfo/casper
>>
>>
>> _______________________________________________
>> Casper mailing list
>> Casper at list.jamfsoftware.com
>> http://list.jamfsoftware.com/mailman/listinfo/casper
>>
>>
>>
>>
>> _______________________________________________
>> Casper mailing list
>> Casper at list.jamfsoftware.com
>> http://list.jamfsoftware.com/mailman/listinfo/casper
>>
>>
>>
>> _______________________________________________
>> Casper mailing list
>> Casper at list.jamfsoftware.com
>> http://list.jamfsoftware.com/mailman/listinfo/casper
>>
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090729/157d6aa5/attachment-0001.html
>
> ------------------------------
>
> Message: 17
> Date: Wed, 29 Jul 2009 11:58:33 -0400
> From: Eric Young <eyoung at thayer.org>
> Subject: Re: [Casper] Casper Imaging Errors
> To: Casper Listserv <casper at list.jamfsoftware.com>
> Message-ID: <3F4BADF0-8B78-4AF0-8C44-329447F2D24C at thayer.org>
> Content-Type: text/plain; charset="us-ascii"
>
> I have a ticket open for the "NilObjectException was not handled"
> error, I am only seeing it at the very end of the install.. seemingly
> as Imaging is creating the login hooks
>
> I am only seeing this error on PPC machines.
>
>
> On Jul 29, 2009, at 11:43 AM, Steven Diver wrote:
>
>> I am seeing a some errors with Casper Imaging v7, that have just
>> cropped up in the last few hours, and I am at a loss on how to
>> resolve them...
>>
>> When netbooting a machine with a Casper NetInstall image, Casper
>> Imaging opens and one of two things happens...
>>
>> I go thru Casper Imaging, select my options, and when I select an
>> Install Configuration, I immediately get the following error
>> message: An excetption of class NilObjectException was not handled.
>> The application must shut down. I hit OK, I am dropped into a
>> Terminal window, I need to restart, and I get the same error the
>> next time I go into Casper Imaging.
>> If that doesn't happen, as soon a the NetInstall imagine loads, and
>> Casper Imaging launches, I get an Error parsing xml for Autorun
>> message. And again, upon hitting OK, I am dropped into a Terminal
>> window and need to restart.
>> I have tried everything I can think of...so I am wondering if anyone
>> has seen this issue or experienced this issues, or just has any
>> ideas...
>>
>> Thanks,
>> Steve
>>
>> --
>> Steven Diver, Network Manager
>> Adlai E. Stevenson High School / www.d125.org
>> Email: sdiver at d125.org / Phone: 847.415.4304
>>
>> "Be not simply good, be good for something."
>> -Henry David Thoreau (1817-1862)
>> _______________________________________________
>> Casper mailing list
>> Casper at list.jamfsoftware.com
>> http://list.jamfsoftware.com/mailman/listinfo/casper
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090729/038c3d35/attachment-0001.htm
>
> ------------------------------
>
> Message: 18
> Date: Wed, 29 Jul 2009 17:13:08 +0100
> From: Criss Myers <cmyers at uclan.ac.uk>
> Subject: Re: [Casper] Casper Imaging Errors
> To: Eric Young <eyoung at thayer.org>
> Cc: Casper Listserv <casper at list.jamfsoftware.com>
> Message-ID: <5ECA88CA-4007-4E17-9A7C-3ED2C96B2F0A at uclan.ac.uk>
> Content-Type: text/plain; charset="us-ascii"
>
> Yea I see at the end when it's creating the first run script
>
> The only thing I could do was boot from DVD and erase the hard disk
>
> On 29 Jul 2009, at 16:58, Eric Young <eyoung at thayer.org> wrote:
>
>> I have a ticket open for the "NilObjectException was not handled"
>> error, I am only seeing it at the very end of the install..
>> seemingly as Imaging is creating the login hooks
>>
>> I am only seeing this error on PPC machines.
>>
>>
>> On Jul 29, 2009, at 11:43 AM, Steven Diver wrote:
>>
>>> I am seeing a some errors with Casper Imaging v7, that have just
>>> cropped up in the last few hours, and I am at a loss on how to
>>> resolve them...
>>>
>>> When netbooting a machine with a Casper NetInstall image, Casper
>>> Imaging opens and one of two things happens...
>>>
>>> I go thru Casper Imaging, select my options, and when I select an
>>> Install Configuration, I immediately get the following error
>>> message: An excetption of class NilObjectException was not handled.
>>> The application must shut down. I hit OK, I am dropped into a
>>> Terminal window, I need to restart, and I get the same error the
>>> next time I go into Casper Imaging.
>>> If that doesn't happen, as soon a the NetInstall imagine loads, and
>>> Casper Imaging launches, I get an Error parsing xml for Autorun
>>> message. And again, upon hitting OK, I am dropped into a Terminal
>>> window and need to restart.
>>> I have tried everything I can think of...so I am wondering if
>>> anyone has seen this issue or experienced this issues, or just has
>>> any ideas...
>>>
>>> Thanks,
>>> Steve
>>>
>>> --
>>> Steven Diver, Network Manager
>>> Adlai E. Stevenson High School / www.d125.org
>>> Email: sdiver at d125.org / Phone: 847.415.4304
>>>
>>> "Be not simply good, be good for something."
>>> -Henry David Thoreau (1817-1862)
>>> _______________________________________________
>>> Casper mailing list
>>> Casper at list.jamfsoftware.com
>>> http://list.jamfsoftware.com/mailman/listinfo/casper
>>
>> _______________________________________________
>> Casper mailing list
>> Casper at list.jamfsoftware.com
>> http://list.jamfsoftware.com/mailman/listinfo/casper
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090729/a5ae301a/attachment-0001.html
>
> ------------------------------
>
> Message: 19
> Date: Wed, 29 Jul 2009 11:15:04 -0500
> From: "Thomas Larkin" <tlarki at kckps.org>
> Subject: Re: [Casper] Casper Imaging Errors
> To: "Casper Listserv" <casper at list.jamfsoftware.com>, "Eric Young"
> <eyoung at thayer.org>
> Message-ID: <4A702F38.7141.0039.0 at kckps.org>
> Content-Type: text/plain; charset="us-ascii"
>
> When I have seen that error message it was due to it not being able
> to mount the proper casper share. So here is the obligatory gotta
> ask question....Are your shares all set up with proper permissions/
> ACLs for your casper read/write and your casper read only accounts?
>
> Just my experience when I saw that error message.
>
> -Tom
>
>>>> Eric Young <eyoung at thayer.org> 07/29/09 10:58 AM >>>
>
> I have a ticket open for the "NilObjectException was not handled"
> error, I am only seeing it at the very end of the install..
> seemingly as Imaging is creating the login hooks
>
>
>
> I am only seeing this error on PPC machines.
>
>
>
>
>
> On Jul 29, 2009, at 11:43 AM, Steven Diver wrote:
>
>
>
>
> I am seeing a some errors with Casper Imaging v7, that have just
> cropped up in the last few hours, and I am at a loss on how to
> resolve them...
>
>
>
> When netbooting a machine with a Casper NetInstall image, Casper
> Imaging opens and one of two things happens...
>
>
>
> I go thru Casper Imaging, select my options, and when I select an
> Install Configuration, I immediately get the following error message:
>
>
> An excetption of class NilObjectException was not handled. The
> application must shut down.
>
>
> I hit
>
>
> OK, I am dropped into a Terminal window, I need to restart, and I
> get the same error the next time I go into Casper Imaging.
>
> If that doesn't happen, as soon a the NetInstall imagine loads, and
> Casper Imaging launches, I get an
>
>
> Error parsing xml for Autorun
>
>
> message. And again, upon hitting
>
>
> OK, I am dropped into a Terminal window and need to restart.
>
> I have tried everything I can think of...so I am wondering if anyone
> has seen this issue or experienced this issues, or just has any
> ideas...
>
>
>
> Thanks,
>
> Steve
>
>
>
> --
>
> Steven Diver, Network Manager
>
> Adlai E. Stevenson High School /
>
>
> www.d125.org
>
> Email:
>
>
> sdiver at d125.org / Phone: 847.415.4304
>
>
>
> "Be not simply good, be good for something."
>
> -Henry David Thoreau (1817-1862)
>
> _______________________________________________
> Casper mailing list
> Casper at list.jamfsoftware.com
> http://list.jamfsoftware.com/mailman/listinfo/casper
>
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090729/cd532619/attachment-0001.htm
>
> ------------------------------
>
> Message: 20
> Date: Wed, 29 Jul 2009 12:19:06 -0400
> From: Eric Young <eyoung at thayer.org>
> Subject: Re: [Casper] Casper Imaging Errors
> To: Casper Listserv <casper at list.jamfsoftware.com>
> Message-ID: <A0998C17-6023-4454-8B9F-8D675456A10A at thayer.org>
> Content-Type: text/plain; charset="us-ascii"
>
> Luckily (I think) it seems to lay down 99% of the image... it just
> sort of skips the bind to OD, name, and a few minor scripts I run at
> the end.. Annoying but not a show stopper. It would be interesting if
> its failing at different points in the process for different people's
> builds.
>
>
> On Jul 29, 2009, at 12:13 PM, Criss Myers wrote:
>
>> Yea I see at the end when it's creating the first run script
>>
>> The only thing I could do was boot from DVD and erase the hard disk
>>
>> On 29 Jul 2009, at 16:58, Eric Young <eyoung at thayer.org> wrote:
>>
>>> I have a ticket open for the "NilObjectException was not handled"
>>> error, I am only seeing it at the very end of the install..
>>> seemingly as Imaging is creating the login hooks
>>>
>>> I am only seeing this error on PPC machines.
>>>
>>>
>>> On Jul 29, 2009, at 11:43 AM, Steven Diver wrote:
>>>
>>>> I am seeing a some errors with Casper Imaging v7, that have just
>>>> cropped up in the last few hours, and I am at a loss on how to
>>>> resolve them...
>>>>
>>>> When netbooting a machine with a Casper NetInstall image, Casper
>>>> Imaging opens and one of two things happens...
>>>>
>>>> I go thru Casper Imaging, select my options, and when I select an
>>>> Install Configuration, I immediately get the following error
>>>> message: An excetption of class NilObjectException was not
>>>> handled. The application must shut down. I hit OK, I am dropped
>>>> into a Terminal window, I need to restart, and I get the same
>>>> error the next time I go into Casper Imaging.
>>>> If that doesn't happen, as soon a the NetInstall imagine loads,
>>>> and Casper Imaging launches, I get an Error parsing xml for
>>>> Autorun message. And again, upon hitting OK, I am dropped into a
>>>> Terminal window and need to restart.
>>>> I have tried everything I can think of...so I am wondering if
>>>> anyone has seen this issue or experienced this issues, or just has
>>>> any ideas...
>>>>
>>>> Thanks,
>>>> Steve
>>>>
>>>> --
>>>> Steven Diver, Network Manager
>>>> Adlai E. Stevenson High School / www.d125.org
>>>> Email: sdiver at d125.org / Phone: 847.415.4304
>>>>
>>>> "Be not simply good, be good for something."
>>>> -Henry David Thoreau (1817-1862)
>>>> _______________________________________________
>>>> Casper mailing list
>>>> Casper at list.jamfsoftware.com
>>>> http://list.jamfsoftware.com/mailman/listinfo/casper
>>>
>>> _______________________________________________
>>> Casper mailing list
>>> Casper at list.jamfsoftware.com
>>> http://list.jamfsoftware.com/mailman/listinfo/casper
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090729/846aa4ea/attachment-0001.html
>
> ------------------------------
>
> Message: 21
> Date: Wed, 29 Jul 2009 12:21:30 -0400
> From: Eric Young <eyoung at thayer.org>
> Subject: Re: [Casper] Casper Imaging Errors
> To: Casper Listserv <casper at list.jamfsoftware.com>
> Message-ID: <BBAC486B-9214-4451-8A4A-4DB0E3D1E124 at thayer.org>
> Content-Type: text/plain; charset="us-ascii"
>
> that was my first check... permissions and/or me forgetting to
> replicate :-\ this time of year I am making constant tweaks to the
> Admin.
>
> All my intel machines are imaging from the same shares with no error..
> So I was leaning towards an architecture thing.
>
>
>
> On Jul 29, 2009, at 12:15 PM, Thomas Larkin wrote:
>
>> When I have seen that error message it was due to it not being able
>> to mount the proper casper share. So here is the obligatory gotta
>> ask question....Are your shares all set up with proper permissions/
>> ACLs for your casper read/write and your casper read only accounts?
>>
>> Just my experience when I saw that error message.
>>
>> -Tom
>>
>>>>> Eric Young <eyoung at thayer.org> 07/29/09 10:58 AM >>>
>> I have a ticket open for the "NilObjectException was not handled"
>> error, I am only seeing it at the very end of the install..
>> seemingly as Imaging is creating the login hooks
>>
>> I am only seeing this error on PPC machines.
>>
>>
>> On Jul 29, 2009, at 11:43 AM, Steven Diver wrote:
>>
>>> I am seeing a some errors with Casper Imaging v7, that have just
>>> cropped up in the last few hours, and I am at a loss on how to
>>> resolve them...
>>>
>>> When netbooting a machine with a Casper NetInstall image, Casper
>>> Imaging opens and one of two things happens...
>>>
>>> I go thru Casper Imaging, select my options, and when I select an
>>> Install Configuration, I immediately get the following error
>>> message:
>>>
>>> An excetption of class NilObjectException was not handled. The
>>> application must shut down.
>>>
>>> I hit
>>>
>>> OK, I am dropped into a Terminal window, I need to restart, and I
>>> get the same error the next time I go into Casper Imaging.
>>> If that doesn't happen, as soon a the NetInstall imagine loads, and
>>> Casper Imaging launches, I get an
>>>
>>> Error parsing xml for Autorun
>>>
>>> message. And again, upon hitting
>>>
>>> OK, I am dropped into a Terminal window and need to restart.
>>> I have tried everything I can think of...so I am wondering if
>>> anyone has seen this issue or experienced this issues, or just has
>>> any ideas...
>>>
>>> Thanks,
>>> Steve
>>>
>>> --
>>> Steven Diver, Network Manager
>>> Adlai E. Stevenson High School /
>>>
>>> www.d125.org
>>> Email:
>>>
>>> sdiver at d125.org / Phone: 847.415.4304
>>>
>>> "Be not simply good, be good for something."
>>> -Henry David Thoreau (1817-1862)
>>> _______________________________________________
>>> Casper mailing list
>>> Casper at list.jamfsoftware.com
>>> http://list.jamfsoftware.com/mailman/listinfo/casper
>>
>>
>>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090729/f92784fa/attachment-0001.htm
>
> ------------------------------
>
> Message: 22
> Date: Wed, 29 Jul 2009 11:27:14 -0500
> From: "Steven Diver" <sdiver at d125.org>
> Subject: Re: [Casper] Casper Imaging Errors
> To: "Casper Listserv" <casper at list.jamfsoftware.com>
> Message-ID: <fc.011f7a1113ce84bb011f7a1113ce7d5f.13ce84fc at d125.org>
> Content-Type: text/plain; charset="iso-8859-1"
>
> No ACL on my share points. Permissions appear correct to me, or at
> least
> they are the same on both...
>
> casperadmin Read & Write
> staff Read Only
> others Read Only
>
> or in POSIX format...
>
> drwxr-xr-x+ 7 casperadmin staff 238 Jun 29 10:57 CasperShare
>
> Steve
>
>
> "Thomas Larkin" <tlarki at kckps.org> on July 29, 2009 at 11:15 AM -0500
> wrote:
>>
>>
>> When I have seen that error message it was due to it not being able
>> to
>> mount the proper casper share. So here is the obligatory gotta ask
>> question....Are your shares all set up with proper permissions/ACLs
>> for
>> your casper read/write and your casper read only accounts?
>>
>>
>>
>>
>> Just my experience when I saw that error message.
>>
>>
>>
>>
>> -Tom
>>
>>>>> Eric Young <eyoung at thayer.org> 07/29/09 10:58 AM >>>
>>
>>
>>
>>
>>
>> I have a ticket open for the "NilObjectException was not
>> handled" error, I am only seeing it at the very end of the
>> install.. seemingly as Imaging is creating the login hooks
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> I am only seeing this error on PPC machines.
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> On Jul 29, 2009, at 11:43 AM, Steven Diver wrote:
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> I am seeing a some errors with Casper Imaging v7, that have just
>> cropped
>> up in the last few hours, and I am at a loss on how to resolve
>> them...
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> When netbooting a machine with a Casper NetInstall image, Casper
>> Imaging
>> opens and one of two things happens...
>>
>>
>>
>>
>>
>>
>> ? ?
>>
>> ?
>> I go thru Casper Imaging, select my options, and when I select an
>> Install
>> Configuration, I immediately get the following error message: ?
>>
>> ?
>> ?
>>
>>
>>
>>
>>
>> ?
>> An excetption of class NilObjectException was not handled. The
>> application must shut down. ?
>>
>> ?
>> ?
>>
>>
>>
>>
>>
>>
>> I hit
>>
>> ?
>> ?
>>
>>
>>
>>
>>
>> ?
>> OK ? , I am dropped into a Terminal window, I need to restart, and
>> I get
>> the same error the next time I go into Casper Imaging.
>>
>>
>> ?
>> ?
>> ?
>> ? If that doesn't happen, as soon a the NetInstall imagine loads, and
>> Casper Imaging launches, I get an ?
>>
>> ?
>> ?
>>
>>
>>
>>
>>
>> ?
>> Error parsing xml for Autorun ?
>>
>> ?
>> ?
>>
>>
>>
>>
>>
>>
>> message. And again, upon hitting
>>
>> ?
>> ?
>>
>>
>>
>>
>>
>> ?
>> OK ? , I am dropped into a Terminal window and need to restart.
>>
>>
>>
>>
>>
>>
>> I have tried everything I can think of...so I am wondering if
>> anyone has
>> seen this issue or experienced this issues, or just has any ideas...
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> Thanks,
>>
>>
>>
>>
>> Steve
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> --
>>
>>
>>
>>
>> Steven Diver, Network Manager
>>
>>
>>
>>
>> Adlai E. Stevenson High School /
>>
>>
>>
>>
>>
>>
>>
>>
>> [ http://www.d125.org ]www.d125.org
>>
>>
>>
>>
>> Email:
>>
>>
>>
>>
>>
>>
>>
>>
>> [ mailto:sdiver at d125.org ]sdiver at d125.org
>> / Phone: 847.415.4304
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> "Be not simply good, be good for something."
>>
>>
>>
>>
>> -Henry David Thoreau (1817-1862)
>>
>>
>>
>>
>> _______________________________________________
>> Casper mailing list
>> [ mailto:Casper at list.jamfsoftware.com ]Casper at list.jamfsoftware.com
>> [ http://list.jamfsoftware.com/mailman/listinfo/casper
>> ]http://list.jamfsoftware.com/mailman/listinfo/casper
>>
>>
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> Casper mailing list
>> Casper at list.jamfsoftware.com
>> http://list.jamfsoftware.com/mailman/listinfo/casper
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090729/dbe180c4/attachment.html
>
> ------------------------------
>
> _______________________________________________
> Casper mailing list
> Casper at list.jamfsoftware.com
> http://list.jamfsoftware.com/mailman/listinfo/casper
>
>
> End of Casper Digest, Vol 31, Issue 22
> **************************************
More information about the Casper
mailing list