**** BEGIN LOGGING AT Thu Jan 24 02:59:56 2019 Jan 24 04:32:15 hi Jan 24 04:33:32 beagle black board can i use web service ? Jan 24 04:33:45 any one reply ? Jan 24 04:43:37 mohan__: your question is really vague and doesn't sound hardware-dependent Jan 24 04:43:53 it runs linux, hence you can do anything that runs on linux Jan 24 04:51:39 mohan__: what is web service Jan 24 12:04:39 Hi. Jan 24 12:04:56 I am trying to connect my beaglebone with xfinity wifi router Jan 24 12:05:16 it is connected but when i google i am redirected to xfinity login Jan 24 12:05:38 i am submiting my comcast credentials but it redirects to error page saying link expired Jan 24 12:05:55 how can i register my device to my xfinity account Jan 24 12:05:57 ? Jan 24 13:17:43 xinput_calibrator suggested snippets to make calibration permanent still doesn't work !!! any suggestion ? Jan 24 13:30:06 beagle is stuck with penguin on display for about 20-230 seconds before login prompt , probably because of this : https://pastebin.com/fSVnrBvL , any idea ? Jan 24 13:37:52 it is weird that udev is running these actions so late (as well as that they're failing), but I don't see any indication here about what might be the reason Jan 24 13:38:24 does the /dev/pwm directory itself exist? Jan 24 13:39:48 also, when inspecting logs it may be sure to use monotonic timestamps ( journalctl -o short-monotonic -b ), i.e. time since startup began Jan 24 13:40:11 since the system clock could also jump during boot due to network time sync Jan 24 13:40:53 uhh, sentence failed... "it may be a good idea" or "be sure" .. somehow ended up mashed together Jan 24 13:41:53 can you pastebin the entire bootup maybe? ( journalctl -o short-monotonic --no-pager -b ) Jan 24 13:42:49 if pastebinit is installed you can directly create a paste from the beaglebone: journalctl -o short-monotonic -b | pastebinit Jan 24 13:43:41 https://pastebin.com/itcTcTxY Jan 24 13:46:38 o.O Jan 24 13:49:07 oh, huh, these timestamps can't be right Jan 24 13:49:32 Somethin more tricky than transformation matrix for touchscreen ? no ?? Jan 24 13:49:35 :-(( Jan 24 13:50:04 oh right, nm I understand why the timestamps look like this, it's due to initramfs of course (which I don't use) Jan 24 13:50:49 so it kinda looks like it's hanging in initramfs Jan 24 13:51:28 since by the time systemd starts, it's already 37 seconds on the monotonic time Jan 24 13:52:34 do you mean jump from 2 to 37 ? Jan 24 13:53:00 try removing your initramfs ( /boot/initrd.img-$VERSION ) file. it's not needed to boot the beaglebone, and removing it should help getting more useful log output Jan 24 13:53:43 renaming ? Jan 24 13:53:58 yeah... whatever is happening during the jump to 2 to 37 doesn't seem to be producing log output Jan 24 13:54:01 yeah Jan 24 13:54:06 remove or rename, doesn't matter Jan 24 13:57:21 this is so weird... what the hell is it doing Jan 24 13:57:29 https://pastebin.com/FnEJFem9 Jan 24 14:00:11 hey, the errors are gone Jan 24 14:00:22 it's still slow as fuck though Jan 24 14:00:43 and I really can't tell why from this Jan 24 14:00:55 time for a boot plot! systemd-analyze plot >boot.svg Jan 24 14:01:07 this creates an svg image of your boot activity Jan 24 14:03:42 perhaps just missed ? Jan 24 14:03:43 [ 21.824544] beaglebone kernel: random: crng init done Jan 24 14:03:44 [ 21.824575] beaglebone kernel: random: 7 urandom warning(s) missed due to ratelimiting Jan 24 14:03:44 [ 44.933812] beaglebone systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. Jan 24 14:03:55 that's not important Jan 24 14:04:23 what to do with boot.svg ? Jan 24 14:04:48 hmm, do you have a way to share it? Jan 24 14:05:51 btw you can probably fix the urandom warnings by adding "rng_core.default_quality=1" to the "cmdline" variable in /boot/uEnv.txt Jan 24 14:07:40 https://filebin.net/b4w2fsazl462hgpz Jan 24 14:08:24 cool ! Jan 24 14:12:04 so networking.service appears the main culprit... and maybe generic-board-startup.service, although that could be a side effect of the networking issues Jan 24 14:12:59 some dns issue ? Jan 24 14:13:00 you probably don't want generic-board-startup.service anyway, unless you care about the usb networking, but I think you already broke that anyway Jan 24 14:13:12 so systemctl disable generic-board-startup.service Jan 24 14:13:34 I have apt remove connman Jan 24 14:13:52 then configured /etc/networking/interfaces Jan 24 14:13:58 yes you already said that Jan 24 14:14:11 something broken in doing this ? Jan 24 14:14:20 yup Jan 24 14:14:50 ifupdown might be waiting for something, dunno what though Jan 24 14:15:42 in my experience ifupdown just kinda sucks. I didn't like connman either, but systemd-networkd has been working pretty much like a charm for me Jan 24 14:15:56 anyway.... to wait 20 seconds more at boot is not so tremendous... Jan 24 14:16:06 oh, maybe also systemctl disable bb-wl18xx-wlan0.service Jan 24 14:16:19 since that's completely useless on your platform Jan 24 14:17:15 now, really , is touchscreen calibration making me crazy.... Jan 24 14:17:23 20 seconds? you mean 40 seconds Jan 24 14:17:40 uh ? Jan 24 14:17:48 that's what your boot diagram shows Jan 24 14:17:55 networking.service is taking 40 seconds Jan 24 14:18:05 42.737s Jan 24 14:18:20 :-) Jan 24 14:18:23 seen Jan 24 14:19:08 this is what boot can look like if you trim away all the bloat and unnecessary services: https://liktaanjeneus.nl/boot.svg ;) Jan 24 14:19:24 impressive Jan 24 14:21:09 anyway, at least try disabling bb-wl18xx-wlan0.service and generic-board-startup.service Jan 24 14:21:21 these also mess with networking, so maybe they end up confusing ifupdown somehow Jan 24 14:23:05 systemctl disable generic-board-startup.service ? Jan 24 14:23:12 ye Jan 24 14:23:15 s Jan 24 14:24:49 both disabled....no improvements... Jan 24 14:25:18 then I guess it must be purely a problem with ifupdown or its config Jan 24 14:28:11 probably... Jan 24 14:30:09 I should try to burn the original rcn 9.6 console with connman and see if it is faster.... Jan 24 14:30:43 can it be a white beagle relate issue ? Jan 24 14:30:55 seems unlikely Jan 24 14:35:16 got a new boot.svg , networking.service still the culprit Jan 24 14:44:56 definitely a networking issue Jan 24 14:45:27 I can't ping beagle in less than 40 sec Jan 24 15:18:28 Why any known setting has no impact on touchscreen behavior ? Jan 24 15:22:56 * charlie5 waves to zmatt Jan 24 15:23:29 fred__tv: have you tried good old ts_calibrate? Jan 24 15:25:06 fred__tv: did you see my last comments yesterday on that topic? if the libinput driver is used, you need to use Option "CalibrationMatrix" Jan 24 15:25:25 (or put the calibration matrix in an udev rule, but that's more complicated probably) Jan 24 15:25:47 the main thing that bothers me is why explicitly setting the driver to evdev in your xorg.conf.d snippet had no effect Jan 24 15:27:39 I just need to understand how touchscreen is recognized, first of all it works :-) but x and y values are inverted (sliding up, pointer goes down, slidin right pointer goes left) Jan 24 15:27:44 look: Jan 24 15:28:44 https://pastebin.com/7rNxvrvE Jan 24 15:29:56 so, should I modify /usr/share/X11/xorg.conf.d/40-libinput.conf at section : Jan 24 15:30:16 no Jan 24 15:30:18 Section "InputClass" Jan 24 15:30:18 Identifier "libinput touchscreen catchall" Jan 24 15:30:18 MatchIsTouchscreen "on" Jan 24 15:30:18 MatchDevicePath "/dev/input/event*" Jan 24 15:30:18 Driver "libinput" Jan 24 15:30:18 EndSection Jan 24 15:30:40 I already told you you shouldn't modify stuff in /usr (other than in /usr/local) Jan 24 15:30:57 and I explained how xorg gathers its configuration from the various files Jan 24 15:31:39 the path you were using in /etc for your config file is correct, and anything you put that takes precedence over the previous config blocks such as 40-libinput.conf Jan 24 15:32:10 can you show me your Xorg.log again? Jan 24 15:32:27 but xorg tells: Using system config directory "/usr/share/X11/xorg.conf.d" Jan 24 15:32:33 yes wait Jan 24 15:33:33 it should also say Using config directory: "/etc/X11/xorg.conf.d" on the line immediately above it Jan 24 15:35:15 no Using config file "/etc/X11/xorg.conf.d" Jan 24 15:35:23 sry Jan 24 15:35:33 Using config file "/etc/X11/xorg.conf" Jan 24 15:35:48 here's the log https://pastebin.com/q2JXURzt Jan 24 15:36:21 oh shit, does the presence of xorg.conf mean it completely ignores xorg.conf.d ? Jan 24 15:37:15 try moving xorg.conf to xorg.conf.d/99-video.conf Jan 24 15:37:20 or something like that Jan 24 15:37:37 what was in it again? something to configure 16-bit color right? Jan 24 15:39:10 etc/X11/xorg.conf https://pastebin.com/PuX3Kw4U Jan 24 15:39:31 oh no it's really an xorg.conf Jan 24 15:39:46 also, you have DefaultDepth commented out? Jan 24 15:39:56 then just remove the whole file Jan 24 15:40:08 I don't think it's doing anything useful Jan 24 15:40:44 yes I can Jan 24 15:41:24 why xinput_calibrator says: copy the snippet below into '/etc/X11/xorg.conf.d/99-calibration.conf' (/usr/share/X11/xorg.conf.d/ in some distro's) Jan 24 15:41:25 like I said, on modern linux systems you do not have an xorg.conf normally Jan 24 15:41:42 and it doesn't work ? Jan 24 15:41:57 have you removed the xorg.conf already and tried again? Jan 24 15:42:09 since it sounds like it might be a significant cause of problems Jan 24 15:43:27 removed but not yet addedd nothing about touchscreen snippet Jan 24 15:43:28 [ 1218.579] (**) ti-tsc: Applying InputClass "calibration" Jan 24 15:43:43 it did find and apply your InputClass block apparently Jan 24 15:44:03 which is odd Jan 24 15:44:35 since it's implying it didn't look in /etc/X11/xorg.conf.d/ Jan 24 15:44:38 ah yes sorry Jan 24 15:45:16 ? Jan 24 15:45:21 I have 99-calibration.conf in /usr/share/X11/xorg.conf.d Jan 24 15:45:34 looks like suggested by xinput_calibrator : Jan 24 15:45:49 please don't. place it in /etc/X11/xorg.conf.d/ Jan 24 15:45:56 and remove /etc/X11/xorg.conf Jan 24 15:46:08 https://pastebin.com/FJgVM0Ed Jan 24 15:46:40 and can you try disabling all of those Option blocks and instead add: Driver "evdev" Jan 24 15:46:55 those Option lines I mean Jan 24 15:47:11 ok I'll move to /etc/X11/xorg.conf.d (that directory doesn't exists yet) Jan 24 15:47:20 ??? Jan 24 15:47:36 how.. what... why have you still not created it? Jan 24 15:47:41 that's one of the first things I mentioned Jan 24 15:47:59 I mean, that explains why xorg isn't mentioning the directory... it doesn't exist! Jan 24 15:48:16 :/ Jan 24 15:48:24 :-( Jan 24 15:49:07 so maybe the xorg.conf isn't a problem after all... pretty sure it's still unnecessary though Jan 24 15:50:07 ok how that 99-calibration.conf should be ? Jan 24 15:50:34 anyone have any information on Beagle Board X15 power consumption? Jan 24 15:50:55 do I leave Jan 24 15:50:56 Identifier "calibration" Jan 24 15:50:56 MatchProduct "ti-tsc" Jan 24 15:50:59 yes Jan 24 15:51:43 (you can use any Identifier you want of course, it's just a name for this snippet of config) Jan 24 15:51:50 removed options, now ? Jan 24 15:52:04 add Driver "evdev" Jan 24 15:52:27 added Jan 24 15:53:08 now let's see what Xorg.log says, hopefully it will use the evdev driver rather than the libinput driver Jan 24 15:53:35 (nothing wrong with the libinput driver, but it's just annoying that xinput_calibrator hasn't been updated yet to be able to produce config for it) Jan 24 15:56:25 doesn't find driver: Jan 24 15:56:38 ohh Jan 24 15:56:55 dpkg --get-selections | grep xorg-input Jan 24 15:57:38 https://ghostbin.com/paste/yg3np Jan 24 15:58:11 doesn't find module sry Jan 24 15:59:07 uhh what? presumably it at least finds the xserver-xorg-input-libinput package? Jan 24 15:59:16 xserver-xorg-input-all install Jan 24 15:59:16 xserver-xorg-input-libinput install Jan 24 15:59:16 xserver-xorg-input-wacom install Jan 24 15:59:50 lol... "xserver-xorg-input-all" only depends on those two Jan 24 15:59:54 interesting definition of "all" Jan 24 16:00:15 shoud I install xserver-xorg-input-evdev ? Jan 24 16:00:21 I guess they really want to push libinput Jan 24 16:00:47 well alternatively we could just try to make the appropriate config for the libinput driver Jan 24 16:01:38 in 40-libinput.conf paste before ? Jan 24 16:01:48 so, just to confirm, what does this show: xinput list-props "ti-tsc" | grep 'Coordinate Transformation' Jan 24 16:02:17 not found "xinput" Jan 24 16:02:35 oof Jan 24 16:02:38 apt-get install xinput Jan 24 16:04:21 the main problem was that it was rotated 180 degrees right? Jan 24 16:05:28 no rotation OK Jan 24 16:05:54 "x and y values are inverted (sliding up, pointer goes down, slidin right pointer goes left)" Jan 24 16:05:58 (sliding up, pointer goes down, slidin right pointer goes left) Jan 24 16:06:12 yes, that's exactly the same as being rotated 180 degrees Jan 24 16:06:14 Images are ok Jan 24 16:06:31 yes I understand, I was talking about the touchscreen data Jan 24 16:07:04 xinput list-props "ti-tsc" | grep 'Coordinate Transformation' no returned data Jan 24 16:07:15 huh Jan 24 16:07:36 can you pastebin the full output of xinput list-props "ti-tsc" ? Jan 24 16:09:01 hmmm I'm working via ssh on beagle , how to catch on real console ? Jan 24 16:09:11 you can use ssh Jan 24 16:09:21 first do: export DISPLAY=:0 Jan 24 16:09:28 then xinput should work Jan 24 16:09:54 (assuming you're logged in as the same user as x11 is) Jan 24 16:11:25 https://ghostbin.com/paste/b72ty Jan 24 16:11:44 okay so it does work Jan 24 16:12:02 you probably made a typo in the grep earlier? Jan 24 16:12:19 anyway, I found some instructions, lemme see what they're saying Jan 24 16:12:19 very likely... Jan 24 16:12:46 run xinput_calibrator in verbose mode: xinput_calibrator -v Jan 24 16:13:43 what we're interested in is the "Adding click N (X=..., Y=...)" messages Jan 24 16:14:29 https://ghostbin.com/paste/ev9j6 Jan 24 16:16:13 okay Jan 24 16:17:49 what was your display resolution? Jan 24 16:17:57 640x480 Jan 24 16:20:16 okay, hold on Jan 24 16:20:24 math in progress ;) Jan 24 16:21:15 Already said, Coordinate Transformation is diabolic.... Jan 24 16:21:39 With older versions Evdev was immediate.... Jan 24 16:28:32 well, again the issue isn't that libinput's configuration is problematic, the issue is that xinput_calibrator hasn't been updated Jan 24 16:29:01 I'm trying to understand what the hell these weirdass formulas do I found on a wiki page Jan 24 16:29:13 they seem so odd Jan 24 16:29:21 https://wiki.ubuntu.com/X/InputCoordinateTransformation Jan 24 16:31:22 yes that all makes perfect sense Jan 24 16:31:43 but https://wiki.archlinux.org/index.php/Talk:Calibrating_Touchscreen#Libinput_breaks_xinput_calibrator does not Jan 24 16:42:07 well, we could just try them Jan 24 16:46:38 xinput set-prop "ti-tsc" 'Coordinate Transformation Matrix' -1.054945, 0, 1.0282967, 0, -1.081081, 1.02364865, 0, 0, 1 Jan 24 16:47:55 I've done like suggested in https://wiki.archlinux.org/index.php/Talk:Calibrating_Touchscreen#Comments_on_making_transformation_matrix_permanent Jan 24 16:48:32 ok Jan 24 16:48:38 pasted Jan 24 16:49:01 ohhhhhhh I finally get it! I just realized that xinput_calibrator is having you mark the points at 1/8 - 7/8 of the screen Jan 24 16:49:05 what do I do to make X to start with new values ? Jan 24 16:49:09 that's the bit I was completely missing Jan 24 16:49:22 d'oh I feel like an idiot now Jan 24 16:49:46 think about me..... :-((( Jan 24 16:50:09 Option "CalibrationMatrix" "-1.054945 0 1.0282967 0 -1.081081 1.02364865 0 0 1" Jan 24 16:50:54 (and remove the Driver "evdev" of course, if that's still there) Jan 24 16:51:11 CalibrationMatrix or TansformationMatrix ??? Jan 24 16:51:17 removed Jan 24 16:51:49 CalibrationMatrix Jan 24 16:51:53 http://manpages.ubuntu.com/manpages/bionic/man4/libinput.4.html Jan 24 16:52:41 so https://wiki.archlinux.org/index.php/Talk:Calibrating_Touchscreen#Comments_on_making_transformation_matrix_permanent is wrong Jan 24 16:53:15 BINGO !!!! Jan 24 16:53:39 maybe either of them works? I dunno Jan 24 16:54:12 TransformationMatrix doesn't work Jan 24 16:54:18 lol Jan 24 16:54:24 maybe reply on that wiki talk page ;) Jan 24 16:58:45 so how do I convert xinput_calibrator points to matrix ? Jan 24 17:01:57 lemme see what the easy way is Jan 24 17:34:16 not that easy... Jan 24 17:34:24 https://pastebin.com/N3b5xy9j Jan 24 17:34:33 run this with gp --quiet calibration.gp Jan 24 17:35:09 (obtained using: apt-get install pari-gp ... you can of course do this on your linux host system rather than the beaglebone) Jan 24 17:37:32 installing.... Jan 24 17:37:34 this does linear least squares fitting to the points given Jan 24 17:41:49 it gaves me back this: https://ghostbin.com/paste/wxxns Jan 24 17:44:18 oh whoops, I somehow lost the * 1.0 somewhere to force it to use floating-point instead of fractions Jan 24 17:45:22 updated Jan 24 17:45:31 I've also made it slightly cleaner Jan 24 17:47:52 you can now easily see how to add more calibration points (to perhaps improve accuracy): you can simply add more columns to xi, yi, xo, yo, and w Jan 24 17:53:01 How many digit after comma are significative ? Jan 24 17:53:17 no clue :D Jan 24 17:53:26 perform two calibrations and check how much they differ Jan 24 17:53:42 it gives me 37 decimals... Jan 24 17:53:50 oh lol, it doesn't here Jan 24 17:53:56 maybe I have some saner defaults configured Jan 24 17:55:04 I'll try some calibrations with accuracy tomorrow Jan 24 17:55:36 what timezone are you in ? Jan 24 17:56:08 there, I've added a line to reduce number of digits in output Jan 24 17:56:16 CET Jan 24 17:56:18 check Jan 24 17:56:49 ok so no timezone issue, Jan 24 17:57:01 gp is pretty cool if you need precision, if you want you can just do: Jan 24 17:57:07 \p 100 Jan 24 17:57:14 and it'll say: realprecision = 115 significant digits (100 digits displayed) Jan 24 17:57:22 :D Jan 24 17:59:15 (by merely setting "format" rather than the realprecision I just change the output precision but it'll still use its default internal precision of 38 significant digits) Jan 24 17:59:20 8-) Jan 24 17:59:38 it'll just as happily do 1000 digits of precision if you need it Jan 24 17:59:51 tried with "g.7" for 6 digit after comma , excellent Jan 24 18:00:01 A very GREAT thank you Jan 24 18:00:28 you're welcome! Jan 24 18:01:14 Tomorrow : UART (but it should be a little bit simpler...) Jan 24 18:01:31 already enabled cape Jan 24 18:02:13 actually it looked to me like the universal overlay is enabled for you Jan 24 18:02:38 which means you can also experiment with uarts by using config-pin rather than using an overlay for it Jan 24 18:02:54 but either should be fine Jan 24 18:03:04 ah, i've noted that uboot_overlay_addr0=/lib/firmware/my.dtbo actually doesn't care if a cape is detected with its own eeprom Jan 24 18:03:28 yeah it overrides the bootloader, mostly Jan 24 18:03:32 (I tried to move beagle to another LCD, without erased eeprom, Jan 24 18:03:42 and it works anyway( Jan 24 18:03:52 it's still a good idea to not have false information in the eeprom though Jan 24 18:03:57 right Jan 24 18:04:29 dinner time !! (I'm still at work) Jan 24 18:04:42 See you ! Thanks !!!! Jan 24 18:04:54 later! Jan 24 18:05:16 perhaps after-dinner ! Jan 24 18:05:45 are you a gnuplot guru ? Jan 24 21:44:50 Hi guys - has anyone some experince withe the pocket beagle - after having no issues with the beagle bone - I'm having now a tough time with the beagle pocket - the sd card was done with the latest debian image by etcher - board starts up - all three user leds toggling - but the board doesn't show up as a usb drive under several windows 10 laptops that I tested overhere - is there a known issue ? Jan 24 21:45:24 You are using the 2018-10-07 image? Jan 24 21:45:38 Does the "heartbeat" go on USR0? Jan 24 21:46:11 There was an issue before 2018-10-07. Jan 24 21:46:20 (MSFT breakage) Jan 24 21:46:51 yes Jan 24 21:47:27 my sdcard is 16GB - couldn't be an issue, right ? Jan 24 21:48:41 May it be worthwhile to checkout another iot - image ? Jan 24 21:50:59 after booting fully (about 10s) user2 led is in a state where it's somehow dimmed due to ongoing cycling - is that normal ? Jan 24 21:53:01 sure, if it's just showing sporadic activity Jan 24 21:53:13 it doesn't actually dim of course, it just looks dim because it's flashing briefly Jan 24 21:53:33 and sdcard size is not a problem Jan 24 21:54:13 as long as it's big enough to hold the image, it's fine. (and if it isn't big enough then etcher will complain obviously) Jan 24 21:54:39 etcher was fine - validation done without a problem ... Jan 24 21:55:24 is there maybe an issue specific to windows 10 - as a usb host - sorry - no other machines currently available here ;) Jan 24 21:55:28 you're saying it doesn't show up as usb drive... does it show up as any other sort of device? I mean, the usb drive part isn't actually important, it's the networking interface that matters Jan 24 21:58:56 no actually there is no kind of recognition as a usb device ... Jan 24 21:59:03 that's odd Jan 24 21:59:53 unfortunately with the pocketbeagle I'm not sure how one would approach debugging this Jan 24 22:00:16 ... like the usb power connection is OK - but the datalines are not correctly connected ... Jan 24 22:00:31 have you tried a different usb cable? Jan 24 22:00:53 ... will do so ... Jan 24 22:03:19 and you said you have a beaglebone too? can you try booting the beaglebone from that same sd card and see if it shows up as a device in Windows? Jan 24 22:04:55 those are basically the ideas I have... I can't do a test for you since I have neither a pocketbeagle nor Windows Jan 24 22:05:58 and I'm not sure how you'd debug issues with the pocketbeagle if you can't reach it via usb... does it still have a debug serial port? I'm not that familiar with the pocket tbh Jan 24 22:16:50 sorry - took a few "seconds" to find another micro usb cable - BUT : sorry for bothering you guys - it was realy the damn cable - even without SD card the device was recognized and the usb drivers installed - after booting the drive came up and now I can go on ... Jan 24 22:17:02 lol Jan 24 22:17:13 thx :) Jan 24 22:17:14 maybe a charge-only cable? ;) Jan 24 22:17:32 you know, because adding two extra wires was too expensive Jan 24 22:17:34 at least now it's one ;) Jan 24 22:17:56 btw. - yes there is still uart0 as a serial debug port - https://github.com/beagleboard/pocketbeagle/wiki/System-Reference-Manual#56_Serial_Debug_Port Jan 24 22:19:06 well - maybe it's that - or it was just me : bending it one time too much ;) **** ENDING LOGGING AT Fri Jan 25 02:59:58 2019