beta2
|
9th Oct, 2013, 03:36 AM
Post: #421
|
|||
|
|||
RE: beta2
When trying to access xbmc-backup via Samba on Mac OSX:
"The operation can’t be completed because the original item for “xbmc-backup” can’t be found." All the other predefined shared folders work perfectly fine. When using a thrd party app over SFTP, I can access xbmc-backup as well. |
|||
9th Oct, 2013, 03:45 AM
Post: #422
|
|||
|
|||
RE: beta2
(9th Oct, 2013 03:36 AM)Smultie Wrote: When trying to access xbmc-backup via Samba on Mac OSX:It works for me, but I am on antiquated Leopard (or is it dull tabby cat) Doesn't sound like a Xbian problem, more a OSX. Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
9th Oct, 2013, 04:02 AM
Post: #423
|
|||
|
|||
RE: beta2
(9th Oct, 2013 03:45 AM)IriDium Wrote:(9th Oct, 2013 03:36 AM)Smultie Wrote: When trying to access xbmc-backup via Samba on Mac OSX:It works for me, but I am on antiquated Leopard (or is it dull tabby cat) Well maybe, but all the other shares work perfectly okay.... that's a bit strange right? |
|||
9th Oct, 2013, 04:23 AM
Post: #424
|
|||
|
|||
RE: beta2
(9th Oct, 2013 04:02 AM)Smultie Wrote:(9th Oct, 2013 03:45 AM)IriDium Wrote:(9th Oct, 2013 03:36 AM)Smultie Wrote: When trying to access xbmc-backup via Samba on Mac OSX:It works for me, but I am on antiquated Leopard (or is it dull tabby cat) How are you accessing it? I go Finder -> Go -> Connect to Server -> smb://<RPi> select xbian-backup. If you're on Lion - see OSX file sharing Have you checked the permissions on xbian-backup? Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
9th Oct, 2013, 06:20 AM
Post: #425
|
|||
|
|||
RE: beta2
(4th Oct, 2013 05:14 AM)Dave400 Wrote:(4th Oct, 2013 05:01 AM)mk01 Wrote: @Dave400 Bad news.. I installed the lirc update (along with 5 other packages) and now my remote is behaving how it was before, I've rolled back using a snapshot and will install the other updates again but leave out lirc for the time being... |
|||
9th Oct, 2013, 07:53 AM
Post: #426
|
|||
|
|||
RE: beta2
OK, I've now installed all except the lirc update, again the same issue came back so it's one of the other packages screwing the lirc fix up that @mk01 did the other day..
I'll install the other packages one by one tommorow to isolate which is causing the issue.. |
|||
9th Oct, 2013, 04:15 PM
Post: #427
|
|||
|
|||
RE: beta2
(9th Oct, 2013 07:53 AM)Dave400 Wrote: OK, I've now installed all except the lirc update, again the same issue came back so it's one of the other packages screwing the lirc fix up that @mk01 did the other day.. Hi, I've been trying to troubleshoot some of the lirc stuff as well. I recently switched from my pinnacle usb mceusb remote recevier to a lirc_rpi one. I added lirc_rpi to /etc/modules and removed the hardware/custom.conf I put into /etc/lirc. The lirc_rpi definitely works better. However, I am getting the 2-for-one double key press problem. It may have something to do with a virtual input device? I notice that when I run "service lirc start" lircd runs, and I also get a dmesg output like: Terminal input: lircd as /devices/virtual/input/input0 Also, though, after a while key presses crash xbmc into a black screen, which recovers only when I restart xbmc. Nothing about it that I noticed in xbmc.log or dmesg. Also since a recent update, when I log into xbian's samba sever via my mac lion, I don't have proper permissions, and I can't copy anything to it. I ran chmod a+wr on everything and it didn't make a difference. This happened with some earlier update, but then got better, but now it seems to have regressed. |
|||
9th Oct, 2013, 05:52 PM
Post: #428
|
|||
|
|||
RE: beta2
(9th Oct, 2013 04:23 AM)IriDium Wrote:(9th Oct, 2013 04:02 AM)Smultie Wrote:(9th Oct, 2013 03:45 AM)IriDium Wrote:(9th Oct, 2013 03:36 AM)Smultie Wrote: When trying to access xbmc-backup via Samba on Mac OSX:It works for me, but I am on antiquated Leopard (or is it dull tabby cat) Maybe I haven't made myself clear. I can access all other samba-shares from the same Pi (ie xbmc-home, xmbc-logs (!?) and the other one. Per default, 4 maps are shared by my Pi. The only folder I can't access is xbian-backup. |
|||
11th Oct, 2013, 03:22 AM
Post: #429
|
|||
|
|||
RE: beta2
No one else whose Beta 2 install keeps getting slower and slower?
|
|||
11th Oct, 2013, 01:04 PM
Post: #430
|
|||
|
|||
Re: RE: beta2
(11th Oct, 2013 03:22 AM)Smultie Wrote: No one else whose Beta 2 install keeps getting slower and slower? How many backups do you have? How full is your system partition? Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
11th Oct, 2013, 04:22 PM
Post: #431
|
|||
|
|||
RE: beta2
Still had 35% free disk space (overall). How can I count my backups?
Just reinstalled the whole thing and decided to stay away from ssh-ing in as much as possible. |
|||
11th Oct, 2013, 11:07 PM
Post: #432
|
|||
|
|||
RE: beta2
(9th Oct, 2013 04:02 AM)Smultie Wrote: Well maybe, but all the other shares work perfectly okay.... that's a bit strange right? I suppose this one needs "Connect As…" (xbian/raspberry). I will change in next update round. (11th Oct, 2013 03:22 AM)Smultie Wrote: No one else whose Beta 2 install keeps getting slower and slower? large number of snapshots can affect filesystem operations negatively, but LARGE means at least 20-30 snapshots per subvolume. default is 3/daily/subvolume + 2/weekly/subvolume + max 10 for snapshots created before apt-get upgrade / install. you can change the max numbers in /etc/default/xbian-snap (ssh, @belese is currently implementing this into XBIAN CONFIG (XBMC). you can check actual listing with Code: sudo btrfs-auto-snapshot list you need to use ssh for this, I'm writing interface to XBIAN CONFIG (XBMC). (9th Oct, 2013 04:15 PM)thenork Wrote: 1) It may have something to do with a virtual input device? I notice that when I run "service lirc start" lircd runs, and I also get a dmesg output like: 1) what happens if you put "uinput" module into blacklist? or if you unclick "remote sends key presses" in XBMC input devices settings? 2) what share specifically? is you mac logging as xbian or guest? (9th Oct, 2013 06:20 AM)Dave400 Wrote: Bad news.. I installed the lirc update (along with 5 other packages) and now my remote is behaving how it was before, I've rolled back using a snapshot and will install the other updates again but leave out lirc for the time being... could we maybe use the remote session again? (8th Oct, 2013 04:21 PM)IriDium Wrote: ssh xbian-config: This is caused by too small filesystem (~ 1GB - this size is derived from source partition size). I will issue a fix but it will cause a performance hit later if flashed to a SD card (2GB+) and resized to full size of SD card. (performance hit comparing to Beta2 default filesystem (once img will be issued). it should not be "slower" than Beta1X - or upgraded systems). (8th Oct, 2013 03:12 AM)belese Wrote: i run again a "no space device" (4Gb). @belese, disable snapshots completely in /etc/default/xbian-snap (ENABLEDSCHEDULE=no and ENABLEDAPT=no). (6th Oct, 2013 05:36 AM)rndl Wrote: Thanks mate! Nah I'm afraid is not that. Been using it for a while so it was the first thing I checked. The funny thing is both this and 1.1 didn't report the MAC once configured in the android app and yet the previous version worked. Maybe it's not working because I set up the static IP in Xbian config? the first thing to check would be Code: sudo fuser 8080/tcp if you get non empty output, it will return PID currently listening on TCP port 8080. then you can check with Code: sudo ps aux | grep xbmc.bin whether the PID is the PID of XBMC. also there should be Code: 14:02:03 T:3041104512 NOTICE: Webserver: Starting... in /home/xbian/.xbmc/temp/xbmc.log when started automatically. you can check with: Code: grep "Started the web" /home/xbian/.xbmc/temp/xbmc.log Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
12th Oct, 2013, 12:08 AM
Post: #433
|
|||
|
|||
RE: beta2
(6th Oct, 2013 01:18 AM)IriDium Wrote: As the upgrade reboots the RPi when it has finished, I would like to keep a log of what has happened.@IriDium it depends on the way you are upgrading. I don't know how much releases back this changed (at least one week old xbian-package-config-shell for sure) but: 1) no update (even xbian-update package) should reboot RPI automatically if a) XBMC is running b) xbian-config is running 2) before, there was popup in xbian-config GUI mode after xbian-update install which if closed rebooted RPI, this was removed 3) reboot will be triggered only if updating packages directly through "apt-get install/update" and 1) is not true (XBMC not running nor xbian-config is) 4) if any of the package updates should request a reboot, popup in XBMC will be displayed or xbian-config GUI mode will ask to reboot upon exit. so if case 3) applies, more elegant would be "apt-get -y upgrade |tee /home/xbian/xbian-upgrade.log" which will output to screen and will save the same into /home/xbian/xbian-upgrade.log anyhow, each apt-get operation's output is saved by apt-get itself into /var/log/term.log Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
12th Oct, 2013, 12:26 AM
Post: #434
|
|||
|
|||
RE: beta2
In case of double keypresses you need to remove the conflicting keys from either the Lircmap of XBMC or Lirc itself. XBMC has a Lirc interface on it's own, so if both Lirc and XBMC react to the same keypress you get doubles.
pilight - modular domotica solution
|
|||
12th Oct, 2013, 02:40 AM
Post: #435
|
|||
|
|||
RE: beta2
(11th Oct, 2013 11:07 PM)mk01 Wrote:(9th Oct, 2013 04:15 PM)thenork Wrote: 1) It may have something to do with a virtual input device? I notice that when I run "service lirc start" lircd runs, and I also get a dmesg output like: 1) I will try when I get home. If I blacklist uinput, will i still be able to use a keyboard? 2) I have no read/write permissions from my mac logging on to xbian as either xbian or guest. Also from clicking the icon or from running "Connect to sever" and using smb://xbian.local. CurlyMo Wrote:In case of double keypresses you need to remove the conflicting keys from either the Lircmap of XBMC or Lirc itself. XBMC has a Lirc interface on it's own, so if both Lirc and XBMC react to the same keypress you get doubles.I'm using a mce remote: If I comment out the mceusb.conf from my lircd.conf the remote doesn't work anymore at all. I think that lircd.conf->mceusb.conf tells lirc how to interpret the ir signal, which turns into KEY_OK or the like. Currently I don't know how lirc itself would be doing anything else with it. I don't have a lircrc file, so it must be xbmc, right? I also changed my Lircmap.xml so that "power" runs a script, and I noticed that with the double keypresses, that pressing the power button runs my script but also brings up the shutdown menu. Therefore the power button must be activating Lircmap but also some other map, which has not been changed. Probably keyboard, right? Edit: I forgot I may have added my own mceusb.conf at some point. Maybe I should wipe my lirc directory and try again. Not to get philosophical, but, why would "service lirc start" link my remote to multiple keypresses and running lircd with defaults does not? Otherwise my system is working pretty fast I think! |
|||
« Next Oldest | Next Newest »
|