[Touch-packages] [Bug 1637800] Re: add a motd script for news

2017-02-14 Thread Kamilion
"the news server can generate the most relevant message-of-the-day" So, you promise it's not just going to return the output of GNU fortune over and over? And that the serverside will be hardened against exploitation? PS, do me a favor and make sure it's written in a dynamic scripting language

[Touch-packages] [Bug 1637800] Re: add a motd script for news

2017-02-14 Thread Kamilion
``` read up idle < /proc/uptime uptime="uptime/$up/$idle" USER_AGENT="curl/$curl_ver $lsb $platform $cpu $uptime" ``` Uh, okay, I can understand the curl version, the platform and the cputype; but the uptime of my nodes is nobody's business but my own. The platform and CPU type are exposed by

[Touch-packages] [Bug 1637800] Re: add a motd script for news

2017-02-14 Thread Kamilion
jeez, and i nearly missed ``` cpu="$(grep -m1 "^model name" /proc/cpuinfo | sed -e "s/.*: //" -e "s:\s\+:/:g")" ``` So not just uptime, but you get "Intel(R) Xeon(R) CPU E31230 @ 3.20GHz" from me too? -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1493999] Re: xz-utils package is really, really old and should be updated to 5.2.2 with multi-core support

2016-10-15 Thread Kamilion
Following through on the instructions, "When the package is ready in Debian, please set this bug status back to "confirmed". Thank you." ** Changed in: xz-utils (Ubuntu) Status: Triaged => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1432843] Re: Lubuntu failed to boot

2015-04-14 Thread Kamilion
I've spent some more time in tracking this down. If you have a video adapter that is 3D capable and supports KMS, such as the aforementioned AMD E350 APU, you shouldn't have any issues. IF you're running some... older hardware, then this might bite you. Here's the change that made this occur:

[Touch-packages] [Bug 1432843] Re: Lubuntu failed to boot

2015-04-14 Thread Kamilion
Here's an *UNOFFICIAL* ISO based on beta2 (I built it on march 30th) with the packages corrected. You may use it to test to see if the specific fix I've played with will work on other people's hardware. http://files.sllabs.com/files/long-term/downloads/isos/kamikazi-15.04-beta2-amd64.iso Your

[Touch-packages] [Bug 882147] Re: overlayfs does not implement inotify interfaces correctly

2015-01-19 Thread Kamilion
This is currently causing some problems for me -- I'm using grub2 to boot a LiveISO with TORAM=Yes from a DiskOnModule to implement a hardware appliance. It's *REALLY* aggravating that tail -f /var/log/filename does not work as expected. Could someone bring that overlayfs inotify kernel patch up