|
Monday, 11 August 2008 21:12 |
|
After numerous articles on the web on using VLANS with VMWare, there's a general consensis that it works for some and not for others. I fell into the "not" category. After a couple days of searching, there's two issues apparent... 1. anything over 8 characters in the network identifier will give you grief...ie eth1.1001 will fail. v1.1001 is fine. In the case of ubuntu, editing the /etc/udev/rules.d/70-persistent-net.rules and changing the label for your network to something shorter will solve this problem. 2. setting the bridge up fails for some reason on some installations with a "can't bridge with eth1.1, bad header length 18" |
|
Last Updated on Wednesday, 10 September 2008 14:52 |
|
Read more...
|
|
|
Wednesday, 23 July 2008 22:31 |
|
Since I've already been asked once, and I'm sure to lose it myself, here's the query I run in phpMyAdmin on my osticket database to dump a query out that I simply dump into MS Access. Mod to suit your needs: SELECT `ticketID`, `email`, `name`, `subject` , ost_comment.* FROM `ost_ticket` join (SELECT `ticket_id` , concat( "R", `response_id` ) AS commentid, `staff_name` , `response` AS COMMENT , `invdate` , `invtime` , `invtype` FROM `ost_ticket_response` UNION SELECT `ticket_id` , concat( "C", `note_id` ) , `source` , concat( `title` , " - ", `note` ) , `invdate` , `invtime` , `invtype` FROM `ost_ticket_note` ) as ost_comment on ost_ticket.ticket_id = ost_comment.ticket_id where invtime>0 |
|
Last Updated on Wednesday, 23 July 2008 22:32 |
|
Wednesday, 23 July 2008 10:54 |
|
Many have been asking for these two features.... I've created a few updates...problem being is I'm deviating from the code now until it catches up. You take on my changes....you're on your own so to speak...or at least support from me....with my limited time....that said... Merge Tickets...exactly as it says Time Tracking... see notes below.. |
|
Last Updated on Wednesday, 23 July 2008 11:38 |
|
Read more...
|
|
|
|
|
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
|
|
Page 4 of 10 |