[03:04] Hi..could sm1 tell me how can a remote share memory....is there any way other that DSM... ?..pls reply ..am not sure if this is the right place to ask....pls redirect if am wrong..thnx in advance [03:12] *remote process === akshatj is now known as cthulu === cthulu is now known as akshatj === _LibertyZero is now known as LibertyZero [10:41] hapy new year all === almaisan-away is now known as al-maisan === al-maisan is now known as almaisan-away === yofel_ is now known as yofel [12:11] is it known that current kernel errs on hpet timer? after disabling it with "hpet=disable" @ grub, all my video and audio programs disappeared [12:13] uhm.. programs = problems [12:29] Happy new year! [15:10] hello everyone, i'm trying to use symlinks in my deb package and did the ln stuff in the install target of the rules file as mentioned here: http://ubuntuforums.org/showthread.php?t=1558361 do i need to add the symlink files in the (pkg.)install file as well? [15:15] WasserDragoon: why not just use pkg.links instead? man dh_link [15:15] cjwatson: wow thanks, that's a great suggestion ;-) === Amaranth_ is now known as Amaranth [15:17] though if you wrote it as RainCT suggested, creating the symlinks under debian/PKG/, you shouldn't need to tell dh_install anything [15:18] dh_link is less verbose though [15:18] cjwatson: i don't need verbosity, it's easy so it's great :-) [15:20] cjwatson: oh i guess it's a better way to scan for *_autoload.php files and create the symlinks, so i don't need to hardcode the file names [15:21] so the ln command in the install target is better [15:22] so then just make sure that the symlink is created under debian/PKG/ for whatever value of PKG is appropriate, and that you're using a non-ancient debhelper compat level [15:22] (although it is possible to generate .links files dynamically; I've done that on occasion) [15:23] compat level is 7 [15:24] yes, I meant greater than 1 :-) [15:24] if it still doesn't work, put your rules file (or better your entire source package) somewhere where we can see it [15:26] i have too many packages and i can't dynamically allocate which folder is which package, so i think finally it's the only solution to do it with .links files (static) [15:27] you can always mix and match if it helps and isn't too confusing [15:27] as long as it all ends up in the temporary filesystem tree, it doesn't really matter how it got there [15:28] cjwatson: http://pastebin.com/U9KqkGam [15:28] apache-zeta-components is the meta package to install *-archive, and so on [15:29] eek. use line breaks :-) [15:30] (you'll need a \ at the end of continued lines, of course, but it would still make it a lot more readable) [15:30] cjwatson: right, i got some strange errors using \ at line ends, it worked in just one line ;-) [15:31] it's full of bashisms, so will fail if /bin/sh isn't bash [15:32] test == should be = [15:32] try putting set -x; at the start of that long line to see what it's doing [15:33] so maybe i should set SHELL to be /bash/sh'? [15:33] better to just use portable shell [15:34] test = rather than == should be enough, that looks like the only problem of that kind [15:34] here it is http://pastebin.com/5kzE4v13 [15:34] the rest looks structurally ok; hard to tell more without knowing the package bette [15:34] r [15:35] ok i'll try to build the packages and if it doesn't work i can upload the whole stuff somewhere [15:36] you should put semicolons after the assignments, the ln command, and fi [15:36] backslash-newline just replaces whitespace, it doesn't substitute for the semicolon too [15:37] cjwatson: /bin/sh: Syntax error: "&&" unexpected [15:37] oh, and after the if too [15:38] basically restore all the semicolons you removed [15:38] but still do \ after if, ln anf fi? [15:38] sure, the backslash-newline isn't part of shell syntax, it effectively reduces to a single space [15:39] cjwatson: http://pastebin.com/45ELFNh3 [15:39] you haven't put them all back - check carefully [15:41] after the "for" [15:41] yep [15:43] cjwatson: i need to create the autoload directory first in debian/pkg/usr/share/php/zeta right? [15:46] cjwatson: mkdir "debian/apache-zeta-components${INSTDIR}/autoload" before for loop [15:46] yeah, I'd use mkdir -p [15:49] ok i need to use .links files [15:49] where do i need to add dh_links then? after dh_install? [15:50] you already have it. dh_link [15:50] oh, right xD [15:56] how the links file should look like, just each line: source dst? [15:57] "Lists pairs of source and destination files to be symlinked. Each pair should be put on its own line, with the source and destination separated by whitespace. " ok got it :-) === almaisan-away is now known as al-maisan === al-maisan is now known as almaisan-away === almaisan-away is now known as al-maisan === al-maisan is now known as almaisan-away === akssps011 is now known as akssps011|siddha === akssps011|siddha is now known as akssps011