Jump to content

kurtnuke

Members
  • Posts

    4
  • Joined

  • Last visited

Reputation

0 Neutral

About kurtnuke

  1. kurtnuke

    CIFS Error

    root@cakestripper:~# mount -t cifs //10.16.16.253/files/public/graphics /home/www/gfx -o unc=\\\\filer02\\files\\public\\graphics,ip=10.16.16.253,user=******,pass=******,dom=***** mount error(13): Permission denied Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) root@cakestripper:~# mount -t cifs //10.16.16.253/files/public/graphics/ /home/www/gfx/ -o unc=\\\\filer02\\files\\public\\graphics\,ip=10.16.16.253,user=******,pass=******,dom=***** mount error(13): Permission denied Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) root@cakestripper:~# mount -t cifs //10.16.16.253/files/public/graphics /home/www/gfx/ -o username=******,pass=******,dom=***** mount error(13): Permission denied Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) root@cakestripper:~# mount -t cifs //10.16.16.253/files/public/graphics /home/www/gfx/ -o username=******,pass=******,dom=***** mount error(22): Invalid argument Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) root@cakestripper:~# mount -t cifs //10.16.16.253/files/public/graphics /home/www/gfx/ -o username=******,pass=******,dom=***** mount error(22): Invalid argument Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) root@cakestripper:~# mount -t cifs //10.16.16.253/files/public/graphics /home/www/gfx/ -o username=******,pass=******,dom=***** mount error(22): Invalid argument Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) root@cakestripper:~# sudo mount -t cifs -o username=**** //10.16.16.253/files/public/graphics /media/gfx Password: mount error(22): Invalid argument *Reset PW in AD - didnt effect anything What is wrong with my arguments thats causing this issue -- why would using 2 seperate AD accounts with the same permissions give me two separate errors (13,22)??
  2. That doesnt return any information because it's noit a contact -- it's a mail box -- any thoughts?
  3. Internal recipients and yes the Helpdesk Ticketing system is recieving the messages which is unable to parse HTML. We just want one email address to have text/plain formatting and we cannot seem to find a way to accomplish this.
  4. Hello, At my company we use Exchange Server to manage our emails -- we are attempting to Force exchange 2007 to format one of the inboxes to recieve in only text/plain instead of text/html to fix a formatting issue for our Bug Tracking system we have setup. CUrrently we are stuck in Powershell trying to set commands which don't seem to be working and could really use some assistance. The commands we are having issues with are as follows: Set-MailContact -Identity “contact name” -MessageBodyFormat:Text Set-MailContact -Identity “contact name” -MessageFormat:Text Set-MailContact -Identity “contact name” -UsePreferMessageFormat:$true If our Bug tracking system could use a email address without an password associated with it, then it would work, but it cannot and we are looking for an easy fix to stop recieving poorly formatted HTML in our Bug tracking system.. -Kurt
×
×
  • Create New...