TheLaughingMan Posted August 16, 2012 Posted August 16, 2012 so i have been trying to fix this issue for along time. but the nyan.gif image works on my computer when you open the file. but when you transfer it to the usb, then short cut it to the www folded i get the first pic error message error 2 has the C++ message that i am using. but still can not fig out what is wrong I have also tryed to point the address to the usb instead of the www folder but still does not work any help can really be good thanks also everything is up to date have the 2.5 firmware Quote
TheLaughingMan Posted August 16, 2012 Author Posted August 16, 2012 C++? sorry the notepad C++ is what i use to write and mod the landing pages Quote
PineDominator Posted August 17, 2012 Posted August 17, 2012 sorry the notepad C++ is what i use to write and mod the landing pages your linking /www/ remove that Quote
Neworld Posted August 17, 2012 Posted August 17, 2012 It won't work becuase the img src is pointing to /www/nyan/nyan.gif[/CODE]same with the audio[CODE]/www/nyan/NYAN.mp3[/CODE]try changing those to[CODE]usb/nyan/nyan.gif[/CODE][CODE]usb/nyan/NYAN.mp3[/CODE]After that, link it to the /www/ folder and ect. ect.Hope this helps Quote
TheLaughingMan Posted August 17, 2012 Author Posted August 17, 2012 i did the above, i use /usb/webfun/nyan/nyan.gif is that the address is the the usb, but still the same thing broking link Quote
TheLaughingMan Posted August 17, 2012 Author Posted August 17, 2012 (edited) to add to this, i am in the usb folder then i try to open the index.html file to see if the image works and still it will not, this is with the usb address type in. i add new photos, the 2nd one is when i try to trace the image from the page Edited August 17, 2012 by TheLaughingMan Quote
PineDominator Posted August 17, 2012 Posted August 17, 2012 to add to this, i am in the usb folder then i try to open the index.html file to see if the image works and still it will not, this is with the usb address type in. i add new photos, the 2nd one is when i try to trace the image from the page try just removing /www/ and not adding anything else. unless there is a sym link in /www/ called usb/ to /usb/ Quote
TheLaughingMan Posted August 17, 2012 Author Posted August 17, 2012 (edited) try just removing /www/ and not adding anything else. unless there is a sym link in /www/ called usb/ to /usb/ samething, when when i am in the usb file still does the samething. I also tried adding root in front but still nothing.... eversince the update from 1.0.1 to 2.5 it been happen Edited August 17, 2012 by TheLaughingMan Quote
PineDominator Posted August 17, 2012 Posted August 17, 2012 samething when you ssh in what is the output of ls /www/ and ls /www/nyan/ just making sure that when you cd to /www/ you can see nyan/ and all the proper files? Quote
TheLaughingMan Posted August 17, 2012 Author Posted August 17, 2012 (edited) when you ssh in what is the output of ls /www/ and ls /www/nyan/ just making sure that when you cd to /www/ you can see nyan/ and all the proper files? yeah when you go into the www folder and then open the link to the folder, it does still see the folder on the usb. as seen on the screen shots Edited August 17, 2012 by TheLaughingMan Quote
PineDominator Posted August 17, 2012 Posted August 17, 2012 (edited) yeah when you go into the www folder and then open the link to the folder, it does still see the folder on the usb it's /www/nyan/ and not /www/webfun/nyan/ ? for giggles could you post the output from ls /www/ and ls /www/nyan/ Edited August 17, 2012 by petertfm Quote
TheLaughingMan Posted August 17, 2012 Author Posted August 17, 2012 it's /www/nyan/ and not /www/webfun/nyan/ ? for giggles could you post the output from ls /www/ and ls /www/nyan/ hears is the link output Quote
TheLaughingMan Posted August 17, 2012 Author Posted August 17, 2012 also to add it just not the nyan cat that is doing this, it all the files. including rickroll ( only the image comes up, not the music) pbj, and even the phishing sites like facebook , and twitter has the same issue with the images not being displayed Quote
PineDominator Posted August 17, 2012 Posted August 17, 2012 hears is the link output is that winscp, Ive always used an ssh session to sym link, I have a feeling that the file structure when changing directory to /www/ and issuing "ls" is not whats expected for both /www/ and /www/nyan/ Quote
TheLaughingMan Posted August 17, 2012 Author Posted August 17, 2012 is that winscp, Ive always used an ssh session to sym link, I have a feeling that the file structure when changing directory to /www/ and issuing "ls" is not whats expected for both /www/ and /www/nyan/ correct it is winscp, since i am not very good at ssh as of yet Quote
PineDominator Posted August 17, 2012 Posted August 17, 2012 command I think that would work for your file structure on /usb/ would be ln -s /usb/webfun/nyan/ /www/nyan[/CODE]you may need to errase the previous sym links or re-flash Quote
TheLaughingMan Posted August 17, 2012 Author Posted August 17, 2012 (edited) command I think that would work for your file structure on /usb/ would be ln -s /usb/webfun/nyan/ /www/nyan[/CODE]you may need to errase the previous sym links or re-flashi do the (ln -s ect ect) in the advance screen of the pineapple to link everything...i have already re-flash 2 twice this week and still same issuewouldnt thtere be a * at the webfun/nyan/* /www/nyan Edited August 17, 2012 by TheLaughingMan Quote
TheLaughingMan Posted August 17, 2012 Author Posted August 17, 2012 i just reflash it, then putty ssh into it then link them again, and still nothing Quote
Neworld Posted August 17, 2012 Posted August 17, 2012 i just reflash it, then putty ssh into it then link them again, and still nothing make sure your usb is partitioned 80% and 20% .... also when doing this, uncheck the box that says take ownership when creating a partition. when you have both partitions then plug it into your pineapple and change the the "option enabled 0" to "option enabled 1"... Now click on the advanced tab and type in the command "mkswap /dev/sda2" Now reboot.... report the results Quote
PineDominator Posted August 18, 2012 Posted August 18, 2012 Im still waiting to see what files are viewable via ls /www/ and ls /www/nyan ? Quote
TheLaughingMan Posted August 18, 2012 Author Posted August 18, 2012 Im still waiting to see what files are viewable via ls /www/ and ls /www/nyan ? im currently at work so will be able to get the shots when i get home. So i am guessing that you want to see what files are currently in the www folder correct, and the link folder of the nyan correct Quote
PineDominator Posted August 18, 2012 Posted August 18, 2012 im currently at work so will be able to get the shots when i get home. So i am guessing that you want to see what files are currently in the www folder correct, and the link folder of the nyan correct corect, you can just copy and past it into the code bracets the button <> Quote
TheLaughingMan Posted August 18, 2012 Author Posted August 18, 2012 corect, you can just copy and past it into the code bracets the button <> cool after i get home from my shift tonight ill be able to post them once i get set up Quote
TheLaughingMan Posted August 18, 2012 Author Posted August 18, 2012 hear is the www folder screen shot, then the inside the link folder Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.