Re: [gentoo-user] SecurDisc Software ?

2009-02-08 Thread Yannick Mortier
2009/2/7  meino.cra...@gmx.de:
 Hi,

 is there any open sourced software, with which I can use
 the SecurDisc funtionality of my LG HL-DST DVD-RAM GH22NP20
 DVD burner ?

 Thank you very much in advance for any help!

 Have a nice weekend! :)
 mcc


This is some Nero-specific feature that was developed by LG and Nero
together AFAIK. So I guess it's rather not possible for a free
software to support it. If you absolutely need it you should try Nero
for Linux. It advertises that it supports the same features as the
windows version so this should be included, but of course, it's not
open source.


-- 
Currently developing a browsergame...
http://www.p-game.de
Trade - Expand - Fight

Follow me at twitter!
http://twitter.com/moortier



Re: [gentoo-user] kernel config for AMD790GX/SB750

2009-02-06 Thread Yannick Mortier
2009/2/6 Dale rdalek1...@gmail.com:
 Helmut Jarausch wrote:


 If you are booted off a Gentoo CD and possibly others as well, lspci -v
 can be a real good friend.  It will tell you what drivers are being used
 for what.  Then just find those in the kernel config and enable those.

 Dale

 :-)  :-)



lspci -v | wgetpaste (lspci -v with a pipe to wgetpaste) is also
great. (Don't forget to emerge it first if it isn't installed). Then
you only have to copy one link here which is easier if you have no
running xserver on the machine. But as the previous posters said:
There are different networking devices that are used on the mainboards
with the same chipsets so we need more information.

Maybe a precise name of the mainboard could also help but lspci -v is best.


-- 
Currently developing a browsergame...
http://www.p-game.de
Trade - Expand - Fight

Follow me at twitter!
http://twitter.com/moortier



Re: [gentoo-user] syslog-ng +bash history

2009-02-04 Thread Yannick Mortier
2009/2/4 Marcin Niskiewicz mniskiew...@gmail.com:
 Hello
 Everything that is written by users on console is logged in 3 different
 files (debug , syslog, messages) ...
 I'd like to route all history logs to one file only... i know how to make a
 filter which would write it to specific file but still everything is written
 to other files as well.

 is there possibility to configure syslog-ng to log history only to one file
 (for example history.log) and leave others files clean?

 best regards
 nichu



Hello Marcin!
I imply that you already have done some modifications to your
syslog-ng.conf as logging everything the user type on the console is
not in the standard file that comes with gentoo.

Basically syslog-ng has got sources and destinations. So you have to
take a look at your syslog-ng.conf and find out the name of the
sources and the name of the destination of the history.log file.

Then you can simply add the following line (replace the variables accordingly)

log { source([source that was previously used for debug]);
source([source that was previously used for syslog]); source([source
that was previously used for messages]); destination([destination of
history.log]) };

If all the sources give you the same messages or they are one and the
same source just insert only this one. If your history.log file was
not defined by now you can simply add it as a destination with

destination [name] { file([path-to-history.log]/history.log);}

Also if there are other log lines that contain the sources and the
destinations that you mentioned you have to remove them completely if
they only contain this one source or just remove the source that
delivers the history.

Then syslog-ng should only log into history.log

Greetings


-- 
Currently developing a browsergame...
http://www.p-game.de
Trade - Expand - Fight

Follow me at twitter!
http://twitter.com/moortier



Re: [gentoo-user] Re: Gentoo's advantage: optimized for yoursystem -- huh?

2009-02-04 Thread Yannick Mortier
2009/2/4 Prado, Renato (R.P.) rpr...@visteon.com:
 My question can be put like this: Do binary distro's per package
 optimiziations override the benefit of having arch specific
 optimiziations that gentoo allows?
 Thinking about that... I guess a could future for future portage
 releases would be a USE flag the overrides the system's CFLAGS (besides
 -march) to what the package maintainer recommends. This would be
 interesting for processor-intensive stuff, like ffmpeg for example. This
 would also allow users to try some more dangerous flags only for
 packages were they are known to be safe.



I have -march=amdfam10 (Phenom) and I once watched the compilation of
ffmpeg and it said something like CPU family amdfam10 unknown and it
changed some of the CFLAGS (I can't remember which exactly) so I guess
something like this is already somewhere under the hood.

But I agree that a USE-Flag to decide over this behaviour would be great.



-- 
Currently developing a browsergame...
http://www.p-game.de
Trade - Expand - Fight

Follow me at twitter!
http://twitter.com/moortier



Re: [gentoo-user] DVD RW (recommendations

2009-02-03 Thread Yannick Mortier
2009/2/3 James wirel...@tampabay.rr.com:
 Hello

 SATA or Eide on DVD rw choices (internal unit).

 Any cheap DVD rw that have success writing to
 the many forms of rw DVDS, that one
 would recommend?

 Any bands (plextor?) to avoid on gentoo?


 James







Hi James!
I use LG burners for every pc and I'm very happy with them. They seem
to be very compatible (at least they burned every DVD my friends
brought to me and they get trademarks that I never saw before...) and
also have good test results.

For the decision between S-ATA and IDE: I can recommend using S-ATA.
One reason is that most boards have got only one IDE Channel left,
second reason is the S-ATA cable is smaller though the air can pass
easier through the pc and third they start to be cheaper than the IDE
ones.


-- 
Currently developing a browsergame...
http://www.p-game.de
Trade - Expand - Fight

Follow me at twitter!
http://twitter.com/moortier



Re: [gentoo-user] Gentoo's advantage: optimized for your system -- huh?

2009-02-03 Thread Yannick Mortier
2009/2/3 Grant Edwards gra...@visi.com:
 Whenever I see a write-up of Gentoo, it's describe as a system
 similar to BSD ports where you build packages from source.
 The main benefit claimed for this approach is that you get
 better performance because all executables are optimized for
 exactly the right instruction set.

 Where did that bit of apocrypha come from, and why is it
 parroted by so many people?

I guess that is because the average user doesn't know those other
problems. Maybe he is used to reinstall his system every few months
because he used Windows before (which was the case for me, I repeat
was). Or he just reinstalls it when something fails.
Also this sounds like a very strong argument. Just imagine! That shiny
new CPU of yours and it wasn't running at it's full potential! But
wait no more! Use Gentoo and it'll show the power of all its
instructions!


 AFAICT, the performance benefit due to compiler optimization
 is practically nil in real-world usage.

Not nil, but very very small. Maybe some 0.25 oder 0.5 frames per
second in a game or 2 or 3 requests more per second for a webserver. I
tried that.


 In my experience the huge benefit of source-based distros such
 as Gentoo is elimination of the library dependency-hell that
 mires other binary-based distros.

You are absolutely right!


 For many years I ran RedHat and then Mandrake.  After a year or
 so, they became impossible to maintain because of library
 version conflicts.  Every time I tried up upgrade an RPM package
 to fix a bug or security hole, it required a handful of
 libraries to be upgraded, but doing that would break a bunch of
 other RPMs for which upgrades weren't available. The solution
 was always to start building stuff from sources.  Once you
 started doing that, the package manager would get upset because
 it doesn't know about some stuff that's installed (unless you
 built from source RPMs, which had another set of problems).

 The second benefit is that with Gentoo, upgrading a system
 actually works over the long-run.  With RedHat/Mandrake, things
 would gradually deteriorate to the point where the system was
 unmaintainable, but attempting to upgrade between major
 releases was always futile.  I've had Gentoo machines that have
 been upgraded for 4-5 years without any significant problems
 (failed hard-drives don't count).

I hope mine will run as long as yours :) But I'm quite sure it will.
I just love that I can pick newer packages by unkeywording them and I
don't have all those library problems that I would happen with other
distributions. (Which can sometimes be avoided with backports, I know,
but those aren't always available...)


 The third main benefit I've seen is that there are vastly more
 packages available for Gentoo.  Putting together and
 maintaining an ebuild appears to take a lot less work than
 putting together and maintaining a binary RPM package.  I've
 had far fewer problems with third party ebuilds than I did with
 third-party RPMs (on the rare occasions when I found one for
 some obscure application I wanted to run).  Again, the solution
 was always build from sources.

Hmm.. I think making an ebuild is even harder. Because you have got
different combinations of USE flags and if you are a good maintainer
you should check them all, if you build an rpm it is fine if it works.
With 4 USE flags there are already 31 possible combinations just
imagine some larger packets with ten and more USE Flags...


 Are the real benefits of Gentoo too hard to explain to the
 unwashed masses, so instead they're told the fairy tale about
 imporoved performance?


I guess yes, because they just install packages from their
distribution or wildly from the internet so they destroy their
installation and have to reinstall anyways.

And by the way, I love the slogan Gentoo - It's all about choices
maybe it should be used more often, maybe it could beat that improved
performance slogan.



-- 
Currently developing a browsergame...
http://www.p-game.de
Trade - Expand - Fight

Follow me at twitter!
http://twitter.com/moortier



Re: [gentoo-user] weekend fun

2009-02-01 Thread Yannick Mortier
2009/2/1 Philip Webb purs...@ca.inter.net:
 http://www.newscientist.com/gallery/dn16497-international-wildbird-competition/2


That is a proof that Gentoo is beautiful enough to win prizes with it :).

-- 
Currently developing a browsergame...
http://www.p-game.de
Trade - Expand - Fight

Follow me at twitter!
http://twitter.com/moortier



Re: [gentoo-user] Trying to install NetBeans 6.5 doesn't work

2008-12-14 Thread Yannick Mortier
2008/12/13 Alan McKinnon alan.mckin...@gmail.com:
 On Saturday 13 December 2008 23:09:58 Yannick Mortier wrote:
 Hello!
 I'm currently trying to install NetBeans 6.5 but it just doesn't work.
 I always get a block when I try to to this.

 [blocks B ] dev-java/ant-tasks (dev-java/ant-tasks is blocking
 dev-java/ant-core-1.7.1-r2)

  * Error: The above package list contains packages which cannot be
  * installed at the same time on the same system.

 This is a standard blocker, the process of how to deal with it is detailed in
 the handbook. But here goes:

 You have an arch system as per your ACCEPT_KEYWORDS. But look at the packages
 that want to be pulled in:

 a...@nazgul ~ $ eix ant-tasks
 * dev-java/ant-tasks
 Available versions:  1.7.0-r4 {X antlr bcel bsf commonslogging commonsnet
 elibc_FreeBSD jai javamail jdepend jmf jsch log4j oro regexp resolver}
 Homepage:http://ant.apache.org/
 Description: Meta-package for Apache Ant's optional tasks.

 a...@nazgul ~ $ eix ant-core
 [I] dev-java/ant-core
 Available versions:  1.7.0 1.7.0-r1 (~)1.7.0-r2 (~)1.7.1-r1 (~)1.7.1-r2
 {doc elibc_FreeBSD source}
 Installed versions:  1.7.1-r2(00:14:52 12/09/08)
 (-doc -elibc_FreeBSD -source)
 Homepage:http://ant.apache.org/
 Description: Java-based build tool similar to 'make' that uses
 XML configuration files.

 ant-task is stable, ant-core is unstable. So, you seem to have
 package-unmasked the ant stuff. The ant-core ebuild says that it completely
 blocks ant-tasks and ant-optional.

 The best way to advise you what to do would be if you supply the output from
 the emerge you are running with the -t option. Without that my best guess
 would be:

 emerge -avC ant-tasks
 rerun the original emerge



 --
 alan dot mckinnon at gmail dot com



Alright, thank you for your help. I got it running late in the night
by unmasking ant an all its dependencies.
Wasn't easy to figure this out and I was quite frustrated after
several hours, that was why I wrote to the list.


-- 
Currently developing a browsergame...
http://www.p-game.de
Trade - Expand - Fight



[gentoo-user] Trying to install NetBeans 6.5 doesn't work

2008-12-13 Thread Yannick Mortier
Hello!
I'm currently trying to install NetBeans 6.5 but it just doesn't work.
I always get a block when I try to to this.

[blocks B ] dev-java/ant-tasks (dev-java/ant-tasks is blocking
dev-java/ant-core-1.7.1-r2)

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

here is my emerge --info:

# emerge --info
Portage 2.1.6.1 (default/linux/amd64/2008.0/desktop, gcc-4.3.2,
glibc-2.9_p20081201-r0, 2.6.27-gentoo-r5 x86_64)
=
System uname: 
Linux-2.6.27-gentoo-r5-x86_64-AMD_Phenom-tm-_9950_Quad-Core_Processor-with-glibc2.2.5
Timestamp of tree: Sat, 13 Dec 2008 14:15:01 +
app-shells/bash: 3.2_p33
dev-java/java-config: 1.3.7-r1, 2.1.6
dev-lang/python: 2.5.2-r7
dev-util/cmake:  2.6.2
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r2
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS=amd64
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-march=amdfam10 -O2 -finline-functions -pipe
CHOST=x86_64-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/kde/4.1/env /usr/kde/4.1/share/config
/usr/kde/4.1/shutdown /usr/share/config /var/lib/hsqldb
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d
/etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf
/etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/
/etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo
/etc/texmf/web2c /etc/udev/rules.d
CXXFLAGS=
DISTDIR=/usr/portage/distfiles
FEATURES=distlocks fixpackages parallel-fetch protect-owned sandbox
sfperms strict unmerge-orphans userfetch
GENTOO_MIRRORS=http://de-mirror.org/distro/gentoo/
http://mirror.netcologne.de/gentoo/ 
LANG=de_DE.UTF-8
LC_ALL=de_DE.UTF-8
LDFLAGS=-Wl,-O1
LINGUAS=de
MAKEOPTS=-j5
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --stats --timeout=180
--exclude=/distfiles --exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
USE=3dnow 7zip X a52 aac acl acpi alsa amd64 amr audiofile
bash-completion berkdb branding bzip2 cairo cdda cddb cdio cdr cli
cracklib crypt css cups curl dbus dhcp dri dts dvd dvdr dvdread eds
emboss encode esd evo examples exif fam ffmpeg firefox flac fontconfig
fortran gd gdbm gif glib gnutls gpm gstreamer gtk hal iconv id3tag
ieee1394 imagemagick isdnlog java java6 jpeg jpeg2k kde kdeprefix lame
lcms libnotify mad matroska midi mikmod mmx mmxext mp3 mp4 mpeg
mudflap multilib musicbrainz mysql mysqli ncurses network nls nptl
nptlonly nsplugin ogg opengl openmp pcre pdf perl php png ppds pppd
python qt qt3 qt3support qt4 quicktime readline reflection samba
schroedinger sdl session smp spell spl sqlite sse sse2 sse3 ssl ssse3
startup-notification svg sysfs taglib tcpd templates theora threads
tiff truetype unicode usb vcd vorbis wavpack wmf x264 xml xorg xprint
xulrunner xv xvid xvmc zlib ALSA_CARDS=ali5451 als4000 atiixp
atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938
es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio
via82xx via82xx-modem ymfpci ALSA_PCM_PLUGINS=adpcm alaw asym copy
dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa
lfloat linear meter mmap_emul mulaw multi null plug rate route share
shm softvol APACHE2_MODULES=alias asis auth_basic auth_digest
autoindex cache cern_meta dir env expires ext_filter file_cache filter
headers info log_config logio mime mime_magic negotiation rewrite
setenvif speling status unique_id APACHE2_MPMS=worker ELIBC=glibc
INPUT_DEVICES=keyboard mouse KERNEL=linux LCD_DEVICES=bayrad
cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text
LINGUAS=de NETBEANS_MODULES=ide java nb websvccommon php visualweb
webcommon xml USERLAND=GNU VIDEO_CARDS=radeon flgrx
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK,
PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS,
PORTDIR_OVERLAY

The Netbeans modules I have written into /etc/make.conf

NETBEANS_MODULES=ide java nb websvccommon php visualweb webcommon xml


I also have got Eclipse installed and it works just fine. Basically
what I want is just a NetBeans installation with support for Java and
PHP. Can anyone help me, please?

-- 
Currently developing a browsergame...
http://www.p-game.de
Trade - Expand - Fight



Re: [gentoo-user] kde-4.1

2008-12-08 Thread Yannick Mortier
Here it is what you are looking for:

http://www.gentoo.org/proj/en/desktop/kde/kde4-guide.xml

Greetings,

-- 
Currently developing a browsergame...
http://www.p-game.de
Trade - Expand - Fight