[05:39] i have a cronjob for restart to run an eggdrop bot. I can copy/paste the config and it runs, but it does not load from cron on reboot. Any idea where I can look (logs) to see why it didn't start right? [05:39] my entry is @reboot eggdrop ~/quotebot/quotebot.conf [05:40] even though it runs fine from my login, do I also need to specify the full path to eggdrop? [06:06] nvm, I got their autobotchk script to work, I just had to copy some extra files to my bot's config folder. Oh well. [15:13] I just installed ubuntu server 12.04.3 with just openssh [15:14] then I did an sudo apt-get update && sudo apt-get upgrade [15:14] and finally I am trying to install lxde (For my boss), but when I did an sudo apt-get install ubuntu-desktop, I am getting an 'Size Mismatch' [15:15] as a side note, there is a boatload of packages it neeeds to install, so I don't know if that's the problem? [15:16] where can I ask about this? #ubuntu-server is not answering [21:23] DammitJim: Size Mismatch means that a download didn't get what it expected. Could be a bad pit of RAM, corruption on disk, an intercepted HTTP request, or that something happened between your "apt-get update" and "install". [21:23] DammitJim: "apt-get" clean, update, and then try it again. [21:24] qengho, thanks man, I ended up installing a package at a time and that did the trick [21:25] DammitJim: Most likely is that something lied to you about DNS and you asked your ISP's NXDOMAIN faker for a web page it didn't know about and you got junk "search results".