In this place: http://boxerville.se/forum/ I've been asked to help out with some php coding and stuff. In the forum there's a banner centered with links to places that can help people with getting their VW's fixed that I added which uses a small mysql DB table and some smaller script to read that da...
Seems that my latest install of JDK of Java-1.5 doesn't work correctly and what I can see it seems that different versions of java is installed that might mess it up. Does anyone know how to manually clean this up and install the latest JDK, whatever that is, so it will work. Can't seem to find any ...
...after I installed that from RPM instead of the old version I got from a gzip. but now it complains about that it can't fine the executable in /usr/local/bin that is used to be in. it's now under /usr/bin. Think I've had something like this before but never got it working... I think. Is there a ca...
It's so weird :( I just got it to work but I have no clue what did it 'cos all I've done is kinda the same all the time. The difference is that I started all over from the original ISO image and then put these files into that. The LBA numbers all files got was very different then when I changed the ...
If I mount it, in the boot up I get from this then I can't read the files, but if I open the CD (in that case on a windows machine) I can open any files. It gotta be something with the mounting(?) of the files from the boot up of this CD cos when reading the CD elsewhere sure works. Just can't under...
I tried burning it in another burner too and got the same thing. Everything works perfectly unless I add these two script files, I even tried to make totally new files and rewrite the script into that 'cos I've seen that at two times the file has something invisible in it making it corrupt when i bu...
That's what I thought first too, but I've tried this on 4 different CDs now and exact same files get the errors I'll see if I can test the drive itself.
Just tested this on two other computers, same error.
Can't understand why I can't change these in the ISO file. I'll keep trying though...
While doing some scripts and putting them on the same place I'll always done, now all of a sudden they won't be copied. 2 of the four files is not "readable" after I mount the CD and tries to copy them myself (this is normally done buy some scripting that I have no knowledge about) this is...
DOH!!! Just found it, I forgot to 'fi' the 'if' statement that has the 'else'. I'm a bit confused with all the examples I've seen when to use 'fi' Sometimes they use it and sometimes they don't, but in this case I need to use it to "quit" the 'if' before the continuation of the previous one.
hmm, so you can't have an 'if' inside another as I do here? I'll color the "if's" etc so you can see what I'm thinking of. Same color means that they are related. (Seems I can't use the 'code' tag with colors :P ) #!/bin/bash for subnet in $(/sbin/ifconfig | awk '/inet addr:/ && ! ...