[gentoo-user] Re: example tomcat app package

2006-07-05 Thread Edwin Kapauni
Trenton Adams wrote: Hi guys, What should I use as a base example package for a java application running under tomcat? Also, should it be a webapp to be used with [...] As the only thing I am running under Tomcat is Cocoon-2.1.9 I would much appreciate Cocoon as a sample application too.

[gentoo-user] udevd-event [2161] find_free_number: %e is deprecated

2006-05-18 Thread Edwin Kapauni
during boot I am getting this message: udevd-event [2161] find_free_number: %e is deprecated What does it mean and how could I fix it? -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: udevd-event [2161] find_free_number: %e is deprecated

2006-05-18 Thread Edwin Kapauni
Peter wrote: [...] http://bugs.gentoo.org/show_bug.cgi?id=131254 unclear at the present time. Not a danger though. Thanks for the link. So I wouldn't worry about that boot message ... -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: ip6tables, state matching

2006-05-02 Thread Edwin Kapauni
Graham Murray wrote: [...] ip6tables can do that, but I think it needs version 1.3.5 which is in ~arch and kernel = 2.6.16 (with CONFIG_NF_CONNTRACK_IPV6=y/m) Thanks for the hint. I actually found it in the unstable branches iptables-1.3.5 -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: Change in kernel netfilter config causes an error

2006-05-01 Thread Edwin Kapauni
Graham Murray wrote: [...] ip6tables -p tcp -m state --state RELATED,ESTABLISHED -j ACCEPT [...] That's what I am trying to do, but ... ~ # ip6tables -p tcp -m state --state RELATED,ESTABLISHED -j ACCEPT ip6tables v1.3.4: Couldn't load match `state':/lib/iptables/libip6t_state.so: cannot

[gentoo-user] ip6tables, state matching

2006-05-01 Thread Edwin Kapauni
Since gentoo-sources-2.6.16-r3 it should be possible to use ip6tables -p tcp -m state --state RELATED,ESTABLISHED -j ACCEPT That's what I am trying to do, but ... ~ # ip6tables -A INPUT -p tcp -m state --state RELATED,ESTABLISHED -j ACCEPT ip6tables v1.3.4: Couldn't load match

[gentoo-user] Re: Change in kernel netfilter config causes an error

2006-05-01 Thread Edwin Kapauni
Mick wrote: [...] Could you point me to the right kernel option to search for? -- Edwin I will Edwin, but only if you start your own thread relevant to your problem, which as it happens is totally irrelevant to mine. Of course. Sorry :-( for threadnapping! -- gentoo-user@gentoo.org

[gentoo-user] How to install ftplugin for vim

2006-01-23 Thread Edwin Kapauni
How can I install vim plugins globally for any user? Especially XML Completion[1] is what all our users should have for xml/html trainings. Is there a Gentoo way to install vim plugins? [1]http://www.vim.org/scripts/script.php?script_id=1442 -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: getting rid of gnome

2006-01-20 Thread Edwin Kapauni
Ernie Schroder wrote: [...] Yeah, Thanks Neil. After some more playing, it had become pretty clear that xscreensaver was calling for libglade. I want to keep that. I had tried removing the gst-plugins and gstreamer, but an emerge -uaDntv wanted to bring them all back. I've more or less

[gentoo-user] Re: getting rid of gnome

2006-01-19 Thread Edwin Kapauni
I was having a very similar problem recently, and it turnes out it was not related to useflags. Instead I was having some stupid gnome-vfs in my world file. -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: mozilla firefox 1.5 and gnome

2006-01-14 Thread Edwin Kapauni
http://forums.gentoo.org/viewtopic-p-2934098-highlight-.html#2931694 -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: gentoo apache virtual domains setup

2005-12-31 Thread Edwin Kapauni
[EMAIL PROTECTED] wrote: Hi, I want to serve web pages for multiple virtual domains from my gentoo box. The latest howto I could find (http://gentoo-wiki.com/HOWTO_Linux_Virtual_Server#Apache.2C_mod_php.2C_and_PHP) Why don't you use the original docs[1]? They are not too bad, I think.

[gentoo-user] Re: firefox window sizing

2005-12-25 Thread Edwin Kapauni
maxim wexler wrote: lrwxrwxrwx 1 heathen users 14 Dec 25 08:37 .mozilla/firefox/k6z1oz36.default/lock - 127.0.0.1:7029 This is Firefox's lock file. It will be deleted automagically when Firefox is shut down. But sometimes, after a crash you will have to remove it manually. --

[gentoo-user] Re: what's a good very small http server?

2005-12-12 Thread Edwin Kapauni
Guess the smallest should be Tux[1] [1]http://packages.gentoo.org/search/?sstring=^tux$ -- gentoo-user@gentoo.org mailing list

[gentoo-user] Jedit, cannot install XML plugin

2005-12-08 Thread Edwin Kapauni
Need some help with jedit. I have emerged app-editors/jedit but when using its plugin manager to load the XML plugin it fails throwing an I/O Error An I/O Error ocurred (error in opening zip file) Other plugins can be installed easily. Any hint for me how to get XML plugin installed?

[gentoo-user] Re: Jedit, cannot install XML plugin

2005-12-08 Thread Edwin Kapauni
Anthony Roy wrote: You should be able to download it from the jedit website (www.jedit.org). Installing is simply a matter of unzipping the file into the $USER/.jedit/plugins directory. $USER/.jedit/jars directory Thank you! I knew it shouldn't have been too difficult. --

[gentoo-user] Getting rid of gnome-vfs

2005-12-08 Thread Edwin Kapauni
Why do mozilla-firefox and mozilla-thunderbird depend on gnome-base/gnome-vfs, even when they have --disable-gnomevfs --disable-gnomeui in their Configure arguments (about:buildconfig)? Shouldn't it be possible to really remove that dependency by configuration? We never use Gnome nor KDE

[gentoo-user] Re: Getting rid of gnome-vfs

2005-12-08 Thread Edwin Kapauni
Holly Bostick wrote: And what are your USE flags for those packages? emerge -pv mozilla-firefox mozilla-thunderbird These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild R ] www-client/mozilla-firefox-1.5 -canvas -debug *+gnome* -ipv6 +java

[gentoo-user] Re: Getting rid of gnome-vfs

2005-12-08 Thread Edwin Kapauni
Richard Fish wrote: [...] Equery depends is a little brain damaged here. It lists _possible_ dependancies, not real ones. Good to know. Is there any more reliable replacement for equery d? See if gnome-vfs show up in emerge --depclean --pretend. No, it didn't come up. But I could

[gentoo-user] Re: Firefox toolbar font size

2005-12-07 Thread Edwin Kapauni
Ryan Viljoen wrote: Hi all, Does anyone know how to change the application font sizes? What I mean by this is the font sizes used to display the menus in firefox, open office and other programs. I run fluxbox. Currently they are quite large and I would like to decrease them. check

[gentoo-user] Re: mathml problems with firefox 1.5

2005-12-07 Thread Edwin Kapauni
Moshe Kaminsky wrote: Hi, It's not a fonts problem, I also have the fonts installed. The page was rendered correctly with the previous version of firefox, and is still rendered correctly with mozilla. And it's not a firefox problem either. Rendering that page