You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to drobo...@googlegroups.com
Hi there,
How do I know which folder drobom utils is in please?
Please could someone let me know how to add a command to start up drobom utils on every boot?
My Drobo is out of sight, such that if one disk fails I on't see, etc.
I am currently using Linux Mint 15.
Many thanks for any help/tips or tricks, as having moved to Linux I am over the moon!
Kind regards,
Frazer
Daniel Renaud
unread,
Aug 3, 2013, 8:28:39 PM8/3/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to drobo...@googlegroups.com
I would like to do something similar. I am thinking about running drobom status or info on login, maybe adding a script to init.d or something. Have you come up with a nice solution?
Frazer Jamieson
unread,
Aug 4, 2013, 9:22:58 AM8/4/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to drobo...@googlegroups.com
Not had the time as yet, but would still be most interested.
Daniel Renaud
unread,
Aug 5, 2013, 12:03:15 PM8/5/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to drobo...@googlegroups.com
Hey I got something nice working. I am using Ubuntu so your mileage may vary.
When I ssh to the machine I am always greeted with some system information. This is called the "message of the day" (MOTD)
I was able to add my own stuff to this message by creating a script called 'drobo-status' in '/etc/update-motd.d'.
The script was simple enough
#!/bin/sh
status=$(sudo drobom status)
echo echo "Drobo Status: ${status}" echo
Thats all she wrote. Now when I login in via ssh, the Drobo status is included in the Message of the Day.
Hopefully you can use this to do what you want. Good Luck.
Frazer Jamieson
unread,
Aug 11, 2013, 3:40:18 AM8/11/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to drobo...@googlegroups.com
Hi Daniel,
Thanks Daniel, that's very kind of you.
I'm a bit of a newbie here!
I use Ubuntu, and don't SSH on to it, so I don't get a message...