Jump to content

reggiep

Members
  • Posts

    1,570
  • Joined

  • Last visited

Everything posted by reggiep

  1. Thanks for that nick, IS this covered in the install documentation somewhere? I'd like to give it a go! thanks
  2. We are about to start fully using HAP for our staff. Is there a way to monitor or log who has logged in to HAP? I am bound to be asked to monitor its usage and it would be nice to have something to show the SMT! Thanks
  3. Lenovo's are great. We just installed 108 of them and all good so far.
  4. +1 for TASC insight. The support from TASC is amazing too.
  5. I have been looking through the process to move from Live@edu to Office 365 and I really don't want the stress of cocking up the staff email. Therefore I'm looking for a third party to do this for us. Can anyone suggest a reliable company to do this? Thanks
  6. There also seems to be a maximum number of times you can sysprep an image. After the third(?) time when you bring the image back up from sysprep you get an error message and then it loops. I'm not sure if there is a way to get round this!
  7. Would it theoretically be possible to set up a system so that if your internet connection from your ISP failed you could have something detect this and switch over to a 3G router instead? A bit sketchy at the moment as this wouldn't be for my school but a friends! Thanks
  8. Yep all working now. I tidied it up a bit as well so I could see that all the lines had all the right info needed. thanks
  9. By Jove, you could be on to something there! I don't know how I missed that one! I'll give it another shot with root in there!
  10. The last line in my crontab is set to run a script to backup my hardware database but fails to run. If I run the script manually all works as you would expect. Is this the correct way to do this or is there a alternative? # /etc/crontab: system-wide crontab # Unlike any other crontab you don't have to run the `crontab' # command to install the new version when you edit this file # and files in /etc/cron.d. These files also have username fields, # that none of the other crontabs do. SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # m h dom mon dow user command 17 * * * * root cd / && run-parts --report /etc/cron.hourly 25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) 47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly ) 52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly ) */5 * * * * root php /var/www/mahara/cacti/poller.php > /dev/null 2>&1 * * * * * curl http://localhost/lib/cron.php 00 12 * * Mon-Sun root /etc/cron.daily/ntpdate 20 14 * * mon-sun /usr/local/maharabackup/glpibackup.sh > /var/log/rootglpibackup.log 2>&1 # thanks
  11. Last time we moved fsmo roles between DCs we couldn't move them back to demote one of them! We had to live with a slightly faulty domain DC for a year as we couldn't demote it!
  12. I'll take note of that. Thanks.
  13. Hi All, We set up our new server 2008 R2 domain over summer and now have a second server that we can add as DC2. We have installed Server 2008 R2 on it and are about to DCPROMO it. Are there any extra settings I should be aware of before we go ahead and do this? This is not the sort of thing we do every day!! Thanks
  14. Luckily the machines I'm giving away have OEM XP Pro licenses with them, which is nice!
  15. Hi All, We are giving some PCs and Monitors to a local primary school. I have a list of all the serial numbers etc and I have created a form with this on for the school and me to sign. I'm wondering if there is anything I should put on the form to cover myself at a later date! Any ideas thanks
  16. A reboot fixed this! Sorry
  17. Hi All, I recently install HAP onto our IIS server that also hosts SCCM with WSUS and Forefront end protection. Since installing HAP everything else on IIS has stopped working, clinets no longer have Forefront upgrades sent to them and WSUS is not working. I have looked and HAP is on a different port from then default site BUT the default site does have a question mark on it. Can anyone suggest where I may have gone wrong? thanks
  18. Hi, Our head deosn't like our current helpdesk solution as the user has to log in before submitting a ticket. Can anyone suggest a paid for solution that has AD integration? Thanks Reg
  19. This whole moving to windows 7 and office 2010 has made me question my whole reason for being! Office 2010 has a lot of security rightly built into it but it doesn't half cause the humble IT support staff problems. When a member of teaching staff creates a basic access database and then views a table and goes to design view and then in data type tries to use the lookup wizard they get a permission denied error. This doesn't happen for admins but I cannot see what it is denying them access to as it is their database in their documents! Anyone had this before? thanks
  20. It will let me delete static bookings by the way!
  21. No ISA, and I can't find anything in the usual event logs such as application or system!
  22. Still doesn't work I'm afraid. Using IE9
  23. Hi Nick, Still the same results I'm afraid. I restarted IIS to be on the safe side but got the same results. Should I be able to change the original line #bookingsystemcontent { margin: 0 auto; } to something else so that the booking system fits on one page while viewing it as well as printing it? This may be an easier option!
  24. Sorry again Nick, Mine looks like this now with the new code above #bookingsystemcontent @media only print { #bookingsystemcontent { width: 100%!important; } } #bookingsystemcontent { margin: 0 auto; } #datepicker { z-index: 9999; } Is that the correct position for it? When i print it echoes the screen still!
  25. Hi Nick, I have found ~/style/bookingsystem.css and have added the text provided but no difference. Would this look different when browsing the page or would you need to view a different page to see the media only page? Sorry
×
×
  • Create New...