Official XBian 1.0 Beta 1.1 thread
|
17th Jul, 2013, 11:00 PM
Post: #61
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(16th Jul, 2013 02:11 PM)mk01 Wrote:(16th Jul, 2013 01:19 PM)Pawlisko Wrote: I am mounting disk via fstab: This is NAS - Seagate GoFlex Home 2GB OS is Plugbox Linux (as per http://blog.philippklaus.de/2011/04/install-archlinuxarm-on-the-seagate-goflex-home) Please note below Code: xbian@xBian ~ $ sudo smbclient -L IP ADDRESS -U username And I am talking about change name i.e. Movie.avi to Movie2.avi same folder, just a plain name change So what to change? Probably instead of CIFS I can do it as NFS? |
|||
17th Jul, 2013, 11:09 PM
Post: #62
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(17th Jul, 2013 11:00 PM)Pawlisko Wrote: And I am talking about change name i.e. Movie.avi to Movie2.avi same folder, just a plain name change definitely NFS should be always preferred where available, system wise it takes almost no resources, it's native for your NAS as well as for RPI, minimum transfer protocol overhead etc (this is as general recommendation, not only to the problem of rename. it's weird though). but turning off samba will clearly help both devices, NAS and also RPI. do you connect to the NAS from windows machines as well with no "rename issues"? (17th Jul, 2013 11:06 AM)lowlow75 Wrote: After some tests am experiencing exactly the same issue: freezing when xbmc display the movie list. :/ can you then revert the settings in sysctl.conf and test devel kernel at http://ivka57.dyndns-ip.com/pool/main/x/xbian-package-kernel/xbian-package-kernel_1.3-0_armhf.deb ? it has different memory allocator . it's worth trying. otherwise no more ideas to try for now. mk (17th Jul, 2013 04:38 PM)jphellemons Wrote: so when I remove the lines from /etc/fstab it works again. please greb http://ivka57.dyndns-ip.com/a.sh with wget and run it under sudo. send me resulting file /tmp/setup.xbian.tar.gz to matuskral @ me com if you keep locale as eng, the bug is not appearing ? Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
18th Jul, 2013, 01:43 AM
Post: #63
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(17th Jul, 2013 11:09 PM)mk01 Wrote: definitely NFS should be always preferred where available, system wise it takes almost no resources, it's native for your NAS as well as for RPI, minimum transfer protocol overhead etc (this is as general recommendation, not only to the problem of rename. it's weird though). I will switch to NFS! Would you be so kind and let me know what should I enter in the line of my fstab file to do it properly? When I connect from other machines to my NAS there is no problem, I can do everything without any issue. (16th Jul, 2013 02:11 PM)mk01 Wrote: pawlisko,Initially there was no problems. Everything was working good but as usual I rebooted to check everything (just in case) After reboot time is not setting properly but I was able to connect. Now I can't connect, even from within my home network. ***EDIT*** Thou it may be problem of my new router (no L2TP Passthrough option). Still time is not setting to current and proper one The weirdest thing happens when entered: Code: root@xBian:/home/xbian# ipsec verify Previously everything was OK, now there are Failed fields and I haven't change anything. Any thoughts? |
|||
18th Jul, 2013, 02:11 AM
Post: #64
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
I just upgraded my raspi to xbian 1.0 beta 1.1 and the service in xbian-config is autostart but don't run the xbmc and stop with prompt login. Help me please I need the xbmc startup automatically.
Thank for your answers |
|||
18th Jul, 2013, 04:38 AM
Post: #65
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(18th Jul, 2013 01:43 AM)Pawlisko Wrote: Would you be so kind and let me know what should I enter in the line of my fstab file to do it properly? ad the fstab, more or less like with cifs, I use this one: media.private:/xbmc /Network/Servers/media.private/xbmc nfs4 _netdev,rw,nfsvers=4,rsize=8192,wsize=8192,noatime 0 0 of course if you don't use nfs4, change to Code: media.private:/xbmc /Network/Servers/media.private/xbmc nfs _netdev,rw,rsize=8192,wsize=8192,noatime 0 0 with nfs if you don't use uid a guid (you used file_mode=0777,dir_mode=0777 with cifs), you need to set all_squash and anonuid=NNN on the server on exports file definition. the rsize and wsize are not needed, but as default nfs creates 1M buffer for read and also for write, that 2M per one mount, and I have 10, so it would take 20M down from memory. ad ipsec, if you put net.ipv4.conf.all.send_redirects=0 net.ipv4.conf.all.accept_redirects=0 in /etc/sysctl.conf, what happens ? or just during run, do: Code: sudo sysctl -w net.ipv4.conf.all.send_redirects=0; sudo sysctl -w net.ipv4.conf.all.accept_redirects=0 and retry the test ? (later: they are in /etc/sysctl.conf commented out, so just uncomment them. but it was like this prior beta as well) mk (18th Jul, 2013 02:11 AM)dmgmit Wrote: I just upgraded my raspi to xbian 1.0 beta 1.1 and the service in xbian-config is autostart but don't run the xbmc and stop with prompt login. Help me please I need the xbmc startup automatically. check, if /etc/init/xbmc.override file exists, if yes, delete it. if it doesn't exist, check for /etc/init.d/xbmc. if exists, delete it. what version "apt-cache policy xbian-package-config-shell" shows you as installed?? Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
18th Jul, 2013, 06:08 AM
Post: #66
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
what version "apt-cache policy xbian-package-config-shell" shows you as installed??
[/quote] Sorry for say upgrade, I installed a new copy with dd from images https://sourceforge.net/projects/xbian/files/release/XBian_1.0_Beta_1.1.7z/download directy. First boot, startup correctly xbmc, but when I installed plugins and ftp then doesn't autorunning xbmc. |
|||
18th Jul, 2013, 06:27 AM
Post: #67
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(18th Jul, 2013 06:08 AM)dmgmit Wrote: Sorry for say upgrade, I installed a new copy with dd from images https://sourceforge.net/projects/xbian/files/release/XBian_1.0_Beta_1.1.7z/download directy. First boot, startup correctly xbmc, but when I installed plugins and ftp then doesn't autorunning xbmc. ok, please do as asked in this post http://forum.xbian.org/showthread.php?tid=1117&pid=12860#pid12860, my third comment. thanks Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
18th Jul, 2013, 06:56 AM
Post: #68
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(18th Jul, 2013 06:27 AM)mk01 Wrote:(18th Jul, 2013 06:08 AM)dmgmit Wrote: Sorry for say upgrade, I installed a new copy with dd from images https://sourceforge.net/projects/xbian/files/release/XBian_1.0_Beta_1.1.7z/download directy. First boot, startup correctly xbmc, but when I installed plugins and ftp then doesn't autorunning xbmc. Finally, the bug was in configuring fstab. Thanks for your attention. |
|||
18th Jul, 2013, 07:37 AM
Post: #69
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(18th Jul, 2013 04:38 AM)mk01 Wrote: ad ipsec, if you put mk01, My ipsec test prior restart said OK where I have Failed now. both redirects are uncommented, I tried also your command, got confirmation from system that it is OK but ipsec test still says that it is failure. I know that I may ask for too much, please follow the L2TP instructions on clean install and then reboot the system. Everything was working prior reboot. Thanks (18th Jul, 2013 04:38 AM)mk01 Wrote: ad the fstab, more or less like with cifs, NFS is not installed on this NAS. I will not change it. So back to CIFS CIFS works correct. I am to blame for creating this mess. Because I work on many computers with different OSes I have to move many files from system to system, but for security purposes I can't have everything connected to everything, so I have to use different programs to be effective. One of such program is WinSCP. On theory it should be great and working on rpi SD card I havn't have any problems with anything, but when it comes to mount there was problem with renaming. I just check with mv command and it works perfectly. Based on man 8 mount my fstab looks like this now: Code: //10.20.30.30/External\040Storage\Maxtor /mnt/Maxtor cifs _netdev,user,exec,dev,suid,rw,credentials=/etc/seagate.conf,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0 L2TP/Clock is still problem thou. |
|||
18th Jul, 2013, 08:15 AM
Post: #70
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(17th Jul, 2013 11:09 PM)mk01 Wrote:(17th Jul, 2013 11:06 AM)lowlow75 Wrote: After some tests am experiencing exactly the same issue: freezing when xbmc display the movie list. :/ I guess I will wait for the future update .. am a pro just for the "copy/paste" actions.. playing with Kernel it's too dangerous for my capacities, but thanks anyway for your attention and help. |
|||
18th Jul, 2013, 08:27 AM
Post: #71
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
I just did a new clean install of beta 1.1.
Via XBian-Config I: - changed dhcp -> static - changed XBian res to 720 - checked for updates, selected all three options - installed Transmission Then I rebooted (required) and installed ddclient. Also also ran ddclient manually once. Now I am checking the log, and I see stuff in the log from yesterday? How is that possible? edit: the time it shows, I was not even at home.. I started the clean install around 23PM.. Code: xbian@xbian ~ $ sudo cat /var/log/syslog |
|||
18th Jul, 2013, 08:35 AM
Post: #72
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(18th Jul, 2013 08:27 AM)zilexa Wrote: Now I am checking the log, and I see stuff in the log from yesterday? How is that possible? did you set timezone ? i have the feeling in image TZ is GMT. I don't know you TZ, but if you are GMT+2 (DST), and you started the install after you came home (23:00), then time in the log after 21:00 can be correct... ? Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
18th Jul, 2013, 09:25 AM
Post: #73
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
Also, why is my external USB (ext4) drive now by default mounted to /media/usb0 and /media/Storage-*FULLUUID* ?
it used to be /media/usb/ and also XBMC File Manager showed my usb drive always in the root list on 1.0a5. Now it's not there. This is a big change cos now everything has a different location edit: about the time in the log, yes I completely forgot to set the correct timezone! :O But the cronjob in the log is weird, this is a clean install, I didn't set any cronjobs yet. |
|||
18th Jul, 2013, 12:05 PM
Post: #74
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
Hi,
upgraded from alpha 5, I don't have /sys/class/thermal/thermal_zone0/temp anymore. I still have "/opt/vc/bin/vcgencmd measure_temp" to get CPU/GPU temp though. Was it removed with the new kernel or something wrong with my conf? Thanks |
|||
18th Jul, 2013, 04:38 PM
Post: #75
|
|||
|
|||
RE: Official XBian 1.0 Beta 1.1 thread
(18th Jul, 2013 12:05 PM)toniodp Wrote: upgraded from alpha 5, I don't have /sys/class/thermal/thermal_zone0/temp anymore. and if you do "sudo modprobe bcm2835-thermal" ? feel free to put "bcm2835-thermal" into /etc/modules (18th Jul, 2013 07:37 AM)Pawlisko Wrote: both redirects are uncommented, I tried also your command, got confirmation from system that it is OK but ipsec test still says that it is failure. apparently for ipsec the general 0 settings for "all" is not enough, it needs to be explicitly set for all existing adapters. so .default. will do it. put this in sysctl.conf net.ipv4.conf.default.send_redirects = 0 net.ipv4.conf.default.accept_redirects = 0 Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|