beta2
|
9th Sep, 2013, 04:48 AM
Post: #46
|
|||
|
|||
RE: beta2
1)
Fout http://ivka57.dyndns-ip.com/ wheezy/main xbian-package-config-shell armhf 2.1.5-8 404 Not Found Ophalen van http://ivka57.dyndns-ip.com/pool/main/x/xbian-package-config-shell/xbian-package-config-shell_2.1.5-8_armhf.deb is mislukt 404 Not Found E: Kon sommige archieven niet ophalen, misschien kunt u 'apt-get update' of --fix-missing proberen? 2) dpkg: warning: unable to delete old directory '/lib/modules/3.9.8+': Map is niet leeg 3) Error about unable to overwrite /etc/lirc/* 4) Reboot stops at "sd card resize", a forced reboot did continue. 5) Some of my symlinks were gone: Code: drwxr-xr-x 1 xbian xbian 252 sep 1 23:02 addon_data Original: Code: drwxr-xr-x 1 xbian xbian 252 sep 1 23:02 addon_data 6) My samba share is gone from the /etc/fstab: Terminal # # # 10.0.0.140:/data/shared/Audio/Flac /media/flac nfs defaults 0 0 10.0.0.140:/data/shared/Video/Films /media/films nfs defaults 0 0 10.0.0.140:/data/shared/Video/Tv /media/tv nfs defaults 0 0 /dev/mmcblk0p1 /boot vfat defaults 0 1 none /run/shm tmpfs noauto 0 0 none /run/user tmpfs noauto 0 0 none /sys/kernel/debug debugfs noauto 0 0 none /sys/kernel/security securityfs noauto 0 0 Original: Terminal # # # proc /proc proc defaults 0 0 LABEL=xbian-root-btrfs / btrfs subvol=root/@,thread_pool=1,rw,compress=lzo,noatime,autodefrag 0 0 LABEL=xbian-root-btrfs /home btrfs subvol=home/@,thread_pool=1,rw,compress=lzo,noatime,autodefrag 0 0 UUID=8B12-9112 /boot vfat defaults 0 0 //10.0.0.140/data/shared/RPi /media/rpi cifs username=xxxx,password=xxx,rw,file_mode=0777,dir_mode=0777,nounix,noserverino 0 0 10.0.0.140:/data/shared/Video/Films /media/films nfs defaults 0 0 10.0.0.140:/data/shared/Video/Tv /media/tv nfs defaults 0 0 10.0.0.140:/data/shared/Audio/Flac /media/flac nfs defaults 0 0 7) xbian-config dialog header are still not fixed in all places: Code: #,WLAN [ ] 8) Are you guys absolutely sure initial_turbo doesn't void warranty? 9) Starting lirc still doesn't work after a reboot: Code: root@xbian: ~# service lirc start Error 3 is because /etc/lirc is a symlinked samba folder on my system. Samba shares don't support symlinking which is a requirement for apt to install it's files. Error 9, temporary fix was using the old init.d script. No issues after watching two series. pilight - modular domotica solution
|
|||
9th Sep, 2013, 10:11 AM
Post: #47
|
|||
|
|||
RE: beta2
XBian Skin Beta Testing Clock Screensaver If you liked my help, click on "Thanks" to show your appreciation. |
|||
9th Sep, 2013, 10:26 AM
Post: #48
|
|||
|
|||
RE: beta2
(9th Sep, 2013 10:11 AM)brantje Wrote: Clean install O_o Terminal sudo dmesg | grep init: ? btw: in top, use "c" on keyboard. it will report the tasks with command lines as were started. instead of python we will see "python scriptxyz.py" Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
9th Sep, 2013, 10:47 AM
Post: #49
|
|||
|
|||
RE: beta2
Will look tomorrow, going to bed now.
XBian Skin Beta Testing Clock Screensaver If you liked my help, click on "Thanks" to show your appreciation. |
|||
9th Sep, 2013, 07:37 PM
Post: #50
|
|||
|
|||
RE: beta2
One bug i noticed is that i can't use the hostname to browse to the RPi webserver. I need to type the full ip address again.
Code: smbd version 3.6.6 started. Update, the problem seems to be the hostname change. I had it called xbian before i updated to Beta 1.2 and resolving this name worked, then tried to rename it to pi. Resolving of the name pi didn't work. Renamed it back to xbian and resolving works again. smbd still doesn't start. I also must say that i think xbian-config is getting uglier after every update (despite the new functionality). Also, old working modules now introduces new error like changing the hostname. Hostname resolving works again. What i did was following these steps http://ubuntuforums.org/showthread.php?t=909020 and i also changed XBIAN to pi in /etc/samba/smb.conf pilight - modular domotica solution
|
|||
9th Sep, 2013, 08:58 PM
Post: #51
|
|||
|
|||
RE: beta2
remove "netbios name = xbian" from /etc/samba/smb.conf.
it is there by mistake. if missing, default is "%h" which means hostname. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
9th Sep, 2013, 10:20 PM
Post: #52
|
|||
|
|||
RE: beta2
This should of course be fixed in the xbian-package-samba deb.
pilight - modular domotica solution
|
|||
10th Sep, 2013, 12:44 AM
Post: #53
|
|||
|
|||
RE: beta2
does this have to anything to do with me not being able to delete/rename through win network share samba? before I could
|
|||
10th Sep, 2013, 01:15 AM
Post: #54
|
|||
|
|||
RE: beta2
The XBMC update problem is back.
There were a number of updates available Xbian and packages. Used "Update all" and that worked for the packages. Tried to update Xbian-update 1.0-1.2 and it did something..... but after a reboot, it was back again. Went into ssh xbian-config - only initramfs-tools to be updated. Updated that and it went away! Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
10th Sep, 2013, 01:28 AM
Post: #55
|
|||
|
|||
RE: beta2
@xraxor
delete rename what? /home/xbian content? it is writable for user xbian. previous samba package used SHARE security, new is using USER security. you probably just to have to remap the share and enter xbian/raspberry as security credentials. SHARE level security does not support encrypted passwords, is not supported in SMB2 protocol what makes it not working with MacOSX since ver. 10.7. (and not only). (10th Sep, 2013 01:15 AM)IriDium Wrote: The XBMC update problem is back. ok so it means, when XBMC CONFIG is requesting update of xbian-update, some cache file / updates list file is not deleted after ? you can check /var/log/apt/term.log / history.log if something happened or not. if reboot was requested / machine rebooted, xbian-update was installed - otherwise reboot would not be triggered. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
10th Sep, 2013, 01:55 AM
Post: #56
|
|||
|
|||
RE: beta2
Now started getting Yellow message on startup in XBMC "Remote communication server - failed to start".
Nothing significant in xbmc.log or dmesg. Ref the update: It did not ask for a reboot which surprised me. Could it have got confused and thought initramfs-tools was an Xbian-update? Will keep an eye on it for the next update. Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
10th Sep, 2013, 02:24 AM
Post: #57
|
|||
|
|||
RE: beta2
@mk01 when I connect to my external hdd though the Pi using samba share I cannot rename folders, files. before I could do everything.
Also the problem im having about Unsupported Device seems to be only with Beta 1.2. I have fresh installed 1.2 but still have the problem. Installed Alpha 5 and have not error like that. I have my logs in previous post. It happens when I start playing a movie/video, after a minutes the TV goes black, and only audio continues playing and the TV says "Unsupported Device. Please check your device output" Like I said beta 1.1 and alpha 5 is perfectly fine. I thought was my tv or HDMI cable but confirmed that the problem is 1.2 |
|||
10th Sep, 2013, 03:31 AM
Post: #58
|
|||
|
|||
RE: beta2
(10th Sep, 2013 01:55 AM)IriDium Wrote: Now started getting Yellow message on startup in XBMC "Remote communication server - failed to start". with the "remote comm failed" could it be you did restart xbmc (or xbmc reloaded) - instead of stop / start xbmc ? i know what is causing it, but can't pin point exact combination when. and with the update - so reboot wasn't requested. but you rebooted, then started xbmc - xbian-config-xbmc and xbian-update was there again as available to upgrade. that was the workflow (to be able to reproduce) ? Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
10th Sep, 2013, 04:20 AM
Post: #59
|
|||
|
|||
RE: beta2
Update went ok and working well on LAN connection.
Now at home with only wifi and the wifi is not connecting. It scans and finds my router but does not connect. Wifi dongle is USB Netgear N150. Not had any problems before. Update: a few reboots later and it connected but now I get worse connection speeds- Beta 1.1 much faster Could just be tonight is a bad night for Internet speed so I will monitor over the next couple of days. |
|||
10th Sep, 2013, 04:55 AM
Post: #60
|
|||
|
|||
RE: beta2
I would say the fact it was connecting / not-connecting and speed you got finally will have the same reason. First of all I would exclude the usual factors as for example a neighbor who installed five new wifi APs - so traffic / channel overlapping / sharing.
What practically changed from beta1.1 is kernel - wifi driver with it of course. It would be possible to have performance differences between releases, can happen, but not to the extend of not being able handshake with AP. Keep us informed. 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 »
|