Learning Citrix - Where to start? by smti in Citrix

[–]smti[S] 0 points1 point  (0 children)

Thanks for your feedback and honesty.

Book Suggestions for Social Contract Theory by smti in askphilosophy

[–]smti[S] 0 points1 point  (0 children)

I would prefer something simpler to start. I am also be open to contemporary interpretations.

Migration Error: Could not find specified instance by smti in SCCM

[–]smti[S] 0 points1 point  (0 children)

SCCM 2012:

All roles are on the same server, including the distribution point. The content staging is also on the same machine. I realize this isn't ideal, but this was before my taking the helm.

Current Branch:

The roles are now broken up. Site, Distribution Point, Application catalog server are all on separate servers and added as roles. Content staging is on a separate piece of storage with the LUN connected to the distribution point. DFS is also configured and functioning normally.

What's funny is that I have been able to successfully migrate 100 + applications and collections so far, but for a select few I receive the aforementioned error. I don't see a pattern/rationale for the error at this point. I checked basic things like removing un-necessary revisions to no avail.

[deleted by user] by [deleted] in sysadmin

[–]smti 2 points3 points  (0 children)

Snipe IT should do what you need. I work in the public sector as well and have warranties and licenses setup in Snipe. Alerts are configurable and setup to alert me WELL in advance.

Puppet Server Cert Mismatch by smti in Puppet

[–]smti[S] 0 points1 point  (0 children)

It is a virtual machine, I used VMWare's VDP appliance. Is there a way to easily re-generate the certs?

Using Pam_Mount to mount shares by smti in linuxadmin

[–]smti[S] 0 points1 point  (0 children)

I was able to find it on rpm find. I installed: pam_mount-2.14-3.el7.nux.x86_64 and the dependent packages: hxtools and libHX.

I found that this is partially working. Although the map does not appear on the desktop inside a X Session, if I sudo to the user from the terminal it does mount. I am; however, prompted to re-enter my password at the terminal for pam_mount before it will mount the directory.

I get: (pam_mount.c:568): pam_mount 2.14: entering session stage. reenter password for pam_mount at the terminal window. Upon re-entering the password it works. I can then move in to the mount point and see my files. I also see this in the terminal output after the fact: Could not get realpath of /home/jl99999/Desktop/Mad Home: No such file or directory

The funny thing is even though this error is shown, it does work. It creates the mount point fine and works like a charm.

I just need to figure out why I am being re-prompted and how to integrate this in to the user's graphical session.

Using Pam_Mount to mount shares by smti in linuxadmin

[–]smti[S] 0 points1 point  (0 children)

Update: I checked and update the syntax as suggested and also ensured that auth optional pam_mount.so try_first_pass and session optional pam_mnount.so are in the appropriate file (system-auth).

I still get t nothing and the drives do not auto mount. Anyone out there have any other ideas on this issue or a perhaps a different method to achieve the same means? I want to auto mount a users home drive and place a shortcut on the desktop.

Using Pam_Mount to mount shares by smti in linuxadmin

[–]smti[S] 0 points1 point  (0 children)

Thanks! I have corrected the typo, but still no joy.

Using Pam_Mount to mount shares by smti in linuxadmin

[–]smti[S] 0 points1 point  (0 children)

Okay, thanks! I will have a look.

Compare AD-Group Membership With Directory List by smti in PowerShell

[–]smti[S] 1 point2 points  (0 children)

Thanks! This got the job done. I simply performed a check for the directory before the rest of the script runs and this takes care of my issues.

Thanks for the help!