Re: [gentoo-user] Free memory issue

2009-08-16 Thread Andrey Falko
On Sun, Aug 16, 2009 at 11:56 AM, Philip Webb purs...@ca.inter.net wrote:

 090816 Raul Gonzales wrote:
  I have a 2G of physical RAM but even without any major activity
  output of free,vmstat and top reports only  ~64M free.
 
  free -m
  total   used   free sharedbuffers cached
  Mem:  1953   1888 65  0143   1557
  -/+ buffers/cache:187   1765
  Swap: 2055  0   2055

 The crucial figure is '187', which is what is usable.
 You have a lot of something cached: any idea what it might be ?
 -- the kernel should delete that stuff, if it needs the space.

 All Disk I/O is cached into memory. A good example is if you are playing a
video game. Every time you load a new map, that map is cached in memory, so
if you load that map again, the kernel won't get it from disk, but from the
memory's cache. If your OS needs more ram, the cache is over-written with
actual memory. Here is a simple explaination of what I'm talking about:
http://linux.about.com/od/lsa_guide/a/gdelsa44.htm


Re: [gentoo-user] netkit-rsh ./configure problem

2009-08-15 Thread Andrey Falko
On Sat, Aug 15, 2009 at 11:23 AM, Albert Hopkins mar...@letterboxes.orgwrote:

 I should also mention that I also can't, for example, press CTRL-C at
 the shell prompt to exit a program (such as emerge).  So somehow (some)
 signals are not being sent/received.

 -a




It looks like you sys-process/procps might be broke in some way. Try:

emerge -1 sys-process/procps


Re: [gentoo-user] netkit-rsh ./configure problem

2009-08-15 Thread Andrey Falko
On Sat, Aug 15, 2009 at 1:23 PM, Albert Hopkins mar...@letterboxes.orgwrote:

 On Sat, 2009-08-15 at 15:50 -0400, Albert Hopkins wrote:
  On Sat, 2009-08-15 at 21:38 +0200, pk wrote:
   Albert Hopkins wrote:
I can't get netkit-rsh (not that I want it but it's an (indirect)
runtime dependency of xinit).  This is a brand new machine that I'm
building.
   
Basically the error is:
   
Checking for BSD signal semantics... no
This package needs BSD signal semantics to run.
sed: can't read MCONFIG: No such file or directory
  
   Hm. I may be way off here but do you have CONFIG_BSD_PROCESS_ACCT=y in
   your kernel .config?
 
  Cheers.  That was it.  For some reason I glossed over that thinking it
  only had to do with sar but I guess not.

 Maybe I spoke too soon... Either I was on the wrong system when I tested
 or there's some inconsistency.  Nevertheless the problem doesn't appear
 fixed :(


Have you done an update to this system where glibc might have been upgraded
but not gcc or vice versa? Have you updated any system packages in general
on the system? As was mentioned earlier an emerge -e system might solve the
problem. If not, then we'll know that it's not a problem with one of the
system packages.


Re: [gentoo-user] Downgrading from ~x86 to x86

2009-04-20 Thread Andrey Falko
On Mon, Apr 20, 2009 at 5:58 PM, daid kahl daid...@gmail.com wrote:
 Hello!

 I was running the unstable branch of portage primarily for about two years
 (mostly from user error when I first started), and I finally committed to
 downgrading to the stable branch last night.  I did backups first, and I'm
 keeping some good logs of any trouble I encounter.

 So far, gnome libraries have been the most problematic.  I mainly use KDE,
 but I use some gnome-based things like gimp and the gnome keyring.  The fact
 that I don't run all the components of gnome (and there are almost no gnome
 packages in my world file) may be the only reason I've had to cleverly
 rebuild things.  However, even revdep-rebuild will not catch most of these
 problems, and I have to equery errors like:

 /usr/lib/libgnomevfs-2.so: undefined reference to `g_dgettext'
 collect2: ld returned 1 exit status

 For this case, I do a one-shot emerge on gnome-vfs and rebuild the failing
 package.  But I also found some trouble with libbonobo, collisions between
 gail and gtk+ (where I had to manually uninstall gtk+, and reinstall gtk+ --
 rebuilding wasn't enough, and it HAD been downgraded by portage earlier in
 the process).

 In the end, it all worked out (the gnome libraries that is, the general
 process is still underway), but Google was of no avail to most the problems,
 and I just winged most of it with intuitive order of reinstall, repeated
 revdep-rebuilds, and using equery b on the libraries causing errors.

 My question is, when downgrading (upgrading?) from unstable to stable,
 especially with packages that aren't explicitly in the world file, is this
 the behavior one should expect, or are these sorts of things worth bug
 reports?  If revdep-rebuild was finding and solving all the problems, I'd
 say no bug.  But when portage can't figure out what the problem is, and it
 only involved rebuilding installed dependencies in the right order, it makes
 portage not feel very sleek.

 I also know that running a system with global unstable keywords is probably
 not supported, especially for going back to global stable, which makes me
 feel like this isn't bug worthy.  But giving pointers somewhere on how to
 get around these problems could be useful for someone else in the future
 perhaps.

 Input welcome.

 ~daid


What specific steps did you take to downgrade? I remember doing a
successful downgrade about 2 years ago. I pretty much just ran emerge
-e world, then etc-update, reboot, and don't remember having too many
problems if any.



Re: [gentoo-user] simple A/V recording software to grab Internet seminar?

2009-03-12 Thread Andrey Falko
On Thu, Mar 12, 2009 at 5:51 PM, Mark Knecht markkne...@gmail.com wrote:
 Hi,
   I administer my dad's Gentoo machine from a distance. He's going to
 take some sort of seminar over the net and asked me if there was a way
 for him to record it - both audio and video. I don't know how the
 seminar will be given, but my dad's in his 80's, isn't Gentoo
 knowledgeable and if this is going to work what ever the software is
 would have to be pretty easy to use.

   Anyone have any ideas about how to record everything on his screen
 along with any audio?

 Thanks,
 Mark



Install xvidcap for him and see if he'll be able to use it. WIth
xvidcap, it should not matter what format the lecture he'll be
listening to is in.



Re: [gentoo-user] Introduction to Gentoo

2009-03-10 Thread Andrey Falko
On Tue, Mar 10, 2009 at 8:19 PM, Dale rdalek1...@gmail.com wrote:
 I went to the link and it said the video was no longer available.  Does
 it work for anyone else?

 Dale

 :-)  :-)



Works for me.



Re: [gentoo-user] accessing a bash

2009-02-05 Thread Andrey Falko
On Thu, Feb 5, 2009 at 8:04 AM, Jon Hardcastle jd_hardcas...@yahoo.comwrote:

 Hey guys.. random Linux question.

 If i have a bash process running on my machine that i am not 'attatched' to
 is there anyway to access it and see what it is doing short of just killing
 it?


Thanks.


See if it has a parent process by running pstree. It could be that you ran
something in console or that you su-ed at some other instance.


Re: [gentoo-user] Share hard drive for multiple users

2009-01-20 Thread Andrey Falko
On Tue, Jan 20, 2009 at 9:16 AM, Hung Dang hungp...@gmail.com wrote:

 Hi all,
 I need to mount a new hard drive formatted in ext3 to /mnt/C such that
 multiple users can use it.
 However, all users can only read the data from the share drive
 Any suggestion?

 Below is my fstab  configuration:
 /dev/sda1   /mnt/C   ext3  rw,auto,noatime,defaults 0 1

 Thanks
 Hung



Do you have rw permission set to the contents of the the formatted
harddrive? For example, if you want the whole thing to be rwx, do
chmod 777 /mnt/C/* -R. I personally, would do this:

find /mnt/C -type d | xargs chmod 777
find /mnt/C -type f | xargs chmod 666

This will make all directories in the drive writeable, readable and
executable (necessary for dirs) to everyone. All files will be readable and
writeable to everyone.


Re: [gentoo-user] Perl woes MRO-Compat requires perl-5.10.0 [?!?!]

2008-12-11 Thread Andrey Falko

 It is about catalystframework, which is in the perl-experimental overlay (a
 misnomer if ever there was one, experimental). It is about perl 5.10.0,
 which is long overdue for making it into the tree (never mind just into an
 overlay).


You want to upgrade to perl 5.10.0 on an experimental/testing box? Or do you
need perl 5.10.0 for a production environment?



 Also, it is about the (likely) painful migration that will come and how to
 get informed now.


If there is a migration to perl 5.10.0 in the future, it will be as smooth
as possible for users, especially those who stick to all non-~x86 or custom
packages. Worst case scenario is that you'll have to follow an official
guide that has you run some extra commands to ensure that upgrade goes
through without problems for Gentoo users. perl 5.10.0 will not be marked
stable until all upgrade issues are cleared either via appropriate
documentation (official upgrade guide) or via bug fixes elsewhere.



 However, it pretty much confirms, by omission, that there are no
 plans/actions by the gentoo tree maintainers to address perl 5.10.0, I have
 to assume, or someone would have mentioned it. (But how to find out for
 sure?)

 And anyone else who runs into this (I must be the only one, though) will
 see a resolved bug. Is that a problem..??


If you need perl 5.10.0 in a production environment, now or in the future,
then you might as well file a bug in bugs.gentoo.org requesting that perl
5.10.0 be put into the tree and stabilized. If there is enough interest by
users and developers in getting 5.10.0 into the tree and stable, then you
will likely see this bug resolved. If on the other hand you are the only one
interested, then unfortunately you'll have to do the work in doing the work.

I am confused about what you're intentions and needs are. Hopefully I've
addressed some of your concerns or worries.


Re: [gentoo-user] How can I capture this video?

2008-12-08 Thread Andrey Falko
On Mon, Dec 8, 2008 at 1:04 PM, Mick [EMAIL PROTECTED] wrote:

 Hi All,

 Is there a way to capture a flash video like the one shown in this link?

 http://www.cbsnews.com/stories/2008/12/05/60minutes/main4650223.shtml

 or this?

 http://www.cbsnews.com/video/watch/?id=4653109n

 Unlike e.g. youtube I don't find a Flash file in my /tmp.  The idea is that
 I
 want to be able to save the video on my drive so that I can watch it when I
 am offline.  Any applications/tricks/ideas?


I can't speak for what encoder cbsnews is using, but two things:

1) You can encode into flv using ffmpeg from just about any format you can
imagine. Just google your input video format, ffmpeg, and flv. For example:
mov to flv using ffmpeg

2) If you want to watch youtube videos offline, just use this web tool or
use google to find a million alternatives: keepvid.com.


Re: [gentoo-user] Random segfaults with kernel 2.6.27

2008-11-20 Thread Andrey Falko
On 11/20/08, Nikos Chantziaras [EMAIL PROTECTED] wrote:

 I upgraded to kernel 2.6.27 (gentoo-sources-2.6.27-r3) yesterday.  Today I
 experienced random segfaults during an emerge (twice during emerging
 mozilla-thunderbird; one time as (assembler) segfaulted, on the second try
 python segfaulted at the end of the emerge).

 Anyone noticing something similar?  I'm reverting back to 2.6.26 for now.



You do not see these segfaults on 2.6.26, right? When I had the symptoms you
described, it turned out that my RAM voltage needed to be raised in the
BIOS. Do you run the proprietary nvidia-drivers? If you don't, run any
software that taints the kernel, I'd file a bug with upstream kernel people:
http://bugzilla.kernel.org/


Re: [gentoo-user] Safety/wiseness of moving stray files from /etc/env.d

2008-11-20 Thread Andrey Falko
On 11/20/08, Jorge Peixoto de Morais Neto [EMAIL PROTECTED]
wrote:


 Is it safe/wise to move 20java and 05gcc-i686-pc-linux-gnu to a backup
 directory? How about binutils/config-i386-pc-linux-gnu? How about the blas,
 cblas and lapack directories (I have long ago unmerged the corresponding
 packages)? They contain only this:


Well, since you are backing them up, I don't see much harm since you can
move them back once you see that something broke. When is the last time you
did an etc-update? What running env-update?


Re: [gentoo-user] Re: Random segfaults with kernel 2.6.27

2008-11-20 Thread Andrey Falko
On 11/20/08, Nikos Chantziaras [EMAIL PROTECTED] wrote:

 As it happens, upgrading to kernel 2.6.27 was not the only change; I
 switched from xf86-video-radeonhd to the proprietary ATI Catalyst drivers.
  Didn't think that this has anything to do with it though.


I have a hunch that this is the problem. Have you tried 2.6.27 without the
proprietary ATI drivers? This is the first thing I would suspect because ATI
drivers are not reputed --- or so I believe --- for being the best quality
software out there. Either way, we need to eliminate as many factors as
possible and one of these factors is your ATI driver change. I don't know
much about Prime95, but if it won't simulate a subtlety in your video
drivers, especially how proprietary ATI drivers will play with kernel
2.6.27.


Re: [gentoo-user] Re: Random segfaults with kernel 2.6.27

2008-11-20 Thread Andrey Falko
On Thu, Nov 20, 2008 at 9:03 PM, Iain Buchanan [EMAIL PROTECTED]wrote:

 Nikos Chantziaras wrote:I have opened a bug for it, but it got closed
 immediately because I have

 no evidence to support it. lol :P

 http://bugs.gentoo.org/show_bug.cgi?id=247860


 AFAIR Jer is only a wrangler (ok, only is not the right word, but you
 know what I mean) so he's likely not going to get into too much detail about
 the specifics of the bug wrt fglrx, ati, etc.  You'd have better luck
 talking to a dev who deals with fglrx or the kernel, and convincing them to
 look at it.

 I know it can be frustrating to have bugs marked as INVALID, but saying
 your justification for marking this as INVALID is actually the invalid
 thing here ... not my bug report is probably going to get you ignored!

 I'm not disagreeing with you here, but I do think you will have a hard time
 getting hard evidence it's specifically the fglrx driver, and not some
 effect the fglrx driver is having on your hw...


 I agree. Even if this is a bug, no open source developer could be qualified
to fix it because fgrlx is closed source. If you can, report this to ATI,
otherwise, you will have to live with the problem or use open source
drivers.


Re: [gentoo-user] rerouting buttons in X

2008-11-12 Thread Andrey Falko
On Tue, Nov 11, 2008 at 10:03 AM, Andrey Vul [EMAIL PROTECTED] wrote:

 My laptop (ASUS M50VM-B2) has no dedicated Home, End, PageUp, and
 PageDown buttons.
 Is there a way to force it if numlock is disabled then map the keys
 from numpad 7,1,9,3 to Home,End,PageUp,PageDown?

 Basically, how do I reroute the numpad?


I'm not sure, but as far as I know, you want to dig around here:
/usr/share/X11/xkb. There are tools that let you make mods to your layout,
like xmodmap.


Re: [gentoo-user] Re: How to fix a hefty (emerge) blocking problem

2008-11-12 Thread Andrey Falko
On Wed, Nov 12, 2008 at 11:05 AM, Harry Putnam [EMAIL PROTECTED] wrote:

 Volker Armin Hemmann [EMAIL PROTECTED] writes:

 [...] Many thanks for the other useful info I've snipped

  [blocks b ]  x11-drivers/xf86-video-nsc
 (x11-drivers/xf86-video-nsc
  is blocking x11-base/xorg-server-1.5.2) [blocks b ]
  x11-drivers/xf86-video-vga (x11-drivers/xf86-video-vga is blocking
  x11-base/xorg-server-1.5.2) [blocks b ]
  x11-drivers/xf86-video-imstt
  (x11-drivers/xf86-video-imstt is blocking x11-base/xorg-server-1.5.2)
  [blocks b ]  x11-drivers/xf86-video-cyrix

  and you need all the videodrivers? I am sure not. So remove them and set
  VIDEO_CARDS in makec.conf.

 A light just went off over my head.  For mnths, maybe yrs... I've
 wondered why so many x11 drivers would get installed.

 OK, but a quick google on `site:gentoo.org VIDEO_CARDS' didn't turn up
 a way to determine what card is on the machine.  At least not a
 recognizable hit I can see is about that.

 I'm pretty sure I can get that info without opening the cover but I'm
 drawing blanks about how.



lspci should show you what video card you have. Look for VGA or something
like that. For example on my system:

01:00.0 VGA compatible controller: nVidia Corporation NV44 [Quadro NVS 285]
(rev a1)

So for me, I'd use either the nv or nvidia driver. Also, don't you have a
video card section in xorg.conf? If you are using vesa or something then put
that into your VIDEO_CARDS var.


Re: [gentoo-user] sshd won't restart on remote system

2008-11-12 Thread Andrey Falko
On Wed, Nov 12, 2008 at 3:27 PM, Grant [EMAIL PROTECTED] wrote:

  If it doesn't start I'm locked out of the remote system.
 
  You may be interested in :
  /etc/init.d/sshd reload

 I get:

 # /etc/init.d/sshd reload
  * Reloading sshd ...
 No /usr/sbin/sshd found running; none killed. [ ok ]


That is scary. Can you do equery f openssh, also do a simple ls
/usr/sbin/sshd

When is the last time you did an etc-update?


Re: [gentoo-user] sshd won't restart on remote system

2008-11-12 Thread Andrey Falko
On Wed, Nov 12, 2008 at 3:36 PM, Andrey Falko [EMAIL PROTECTED] wrote:



 On Wed, Nov 12, 2008 at 3:27 PM, Grant [EMAIL PROTECTED] wrote:

  If it doesn't start I'm locked out of the remote system.
 
  You may be interested in :
  /etc/init.d/sshd reload

 I get:

 # /etc/init.d/sshd reload
  * Reloading sshd ...
 No /usr/sbin/sshd found running; none killed. [ ok ]


 That is scary. Can you do equery f openssh, also do a simple ls
 /usr/sbin/sshd

 When is the last time you did an etc-update?

 I just checked on my system. sshd is in /usr/bin/sshd. Not sbin. You have
an outdated /etc/init.d/sshd file. You might need to etc-update, or
reinstall sshd and run etc-update afterwards


Re: [gentoo-user] vmware fails: Virtual Machine Monitor does not start

2008-11-11 Thread Andrey Falko
On Tue, Nov 11, 2008 at 2:53 PM, Kevin O'Gorman [EMAIL PROTECTED] wrote:

 On Tue, Nov 11, 2008 at 12:43 AM, Neil Bothwick [EMAIL PROTECTED]
 wrote:
  On Mon, 10 Nov 2008 19:24:15 -0800, Kevin O'Gorman wrote:
 
  I've re-emerge vmware-modules, re-run ...vmware-config.pl, and prayed.
  I still cannot do
 /etc/init.d/vmware start
  because this one part fails: Virutal machine Monitor
  and trying vmware says I need to run the config script (again).
 
  I'm getting nowhere and I really do want to run that VM again.
 
 
  Have you updated your kernel? VMware Workstation gives me problems like
  this with each new kernel, which is why I'm still running 2.6.26 on my
  desktop.
 

 I'm running 2.6.25-r8.  I probably have updated since the last time I
 ran VMware.
 But I thought the above steps took care of that.  I guess not.

 So what do I do now?



 --
 Kevin O'Gorman, PhD


Can you post the output of the following commands:

emerge -pv vmware-modules

modprobe vmmon

We might be able to get to the cause of the problem. I'm having absolutely
no problems on a 2.6.24.7 kernel and vmware-modules-1.0.0.15-r1


Re: [gentoo-user] problems with kernel upgrade - Intel i810 won't start

2008-11-07 Thread Andrey Falko
On Fri, Nov 7, 2008 at 6:21 PM, Mark Knecht [EMAIL PROTECTED] wrote:

 Hi,
   It's been a long, long, long time since I've updated any kernels
 but my wife's machine finally came up for review so I got started.
 I've built and booted 2.6.25-gentoo-r8 but unfortunately I'm having
 some trouble with the video driver. Note that this machine has run
 Gentoo for a long time but last used a 2.6.20 kernel.

   When starting gdm I get a text screen telling me the X server
 failed and showing these messages in the Xorg log file:

 dragonfly ~ # cat /var/log/Xorg.0.log | grep EE
 Current Operating System: Linux dragonfly 2.6.25-gentoo-r8 #4 SMP
 PREEMPT Fri Nov 7 16:23:23 PST 2008 i686
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (II) Loading extension MIT-SCREEN-SAVER
 (EE) Failed to load module i810 (module does not exist, 0)
 (EE) No drivers available.
 dragonfly ~ #




Did you do something like this?:

emerge x11-drivers/xf86-video-i810

or this:

add VIDEO_CARDS=i810 to make.conf
then emerge -DuavN xorg-x11


Re: [gentoo-user] problems with kernel upgrade - Intel i810 won't start

2008-11-07 Thread Andrey Falko
On Fri, Nov 7, 2008 at 7:51 PM, Mark Knecht [EMAIL PROTECTED] wrote:

 On Fri, Nov 7, 2008 at 6:51 PM, Mark Knecht [EMAIL PROTECTED] wrote:
  On Fri, Nov 7, 2008 at 6:30 PM, Andrey Falko [EMAIL PROTECTED] wrote:
 
 
  On Fri, Nov 7, 2008 at 6:21 PM, Mark Knecht [EMAIL PROTECTED]
 wrote:
 
  Hi,
It's been a long, long, long time since I've updated any kernels
  but my wife's machine finally came up for review so I got started.
  I've built and booted 2.6.25-gentoo-r8 but unfortunately I'm having
  some trouble with the video driver. Note that this machine has run
  Gentoo for a long time but last used a 2.6.20 kernel.
 
When starting gdm I get a text screen telling me the X server
  failed and showing these messages in the Xorg log file:
 
  dragonfly ~ # cat /var/log/Xorg.0.log | grep EE
  Current Operating System: Linux dragonfly 2.6.25-gentoo-r8 #4 SMP
  PREEMPT Fri Nov 7 16:23:23 PST 2008 i686
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  (II) Loading extension MIT-SCREEN-SAVER
  (EE) Failed to load module i810 (module does not exist, 0)
  (EE) No drivers available.
  dragonfly ~ #
 
 
 
 
  Did you do something like this?:
 
  emerge x11-drivers/xf86-video-i810
 
  or this:
 
  add VIDEO_CARDS=i810 to make.conf
  then emerge -DuavN xorg-x11
 
 
  I do have the VIDEO_CARDS=i810 in make.conf but I haven't rebuilt
  xorg-x11. Is that generally required when doing a kernel change these
  days?
 
  I'm pretty sure the driver I loaded was from the kernel, not from X11
  so that could easily be the problem.
 
  Let me work on it.
 
  Thanks,
  Mark
 

 Hi Andrey,
   OK, I got it going. Thanks for your help. I had to change the
 VIDEO_CARDS setting to intel, not the i810 like it used to be, and
 then emerge xorg-server.

   Again, thanks for the pointer.

 Cheers,
 Mark



Cool. Good digging around on your part!


Re: [gentoo-user] Input in Vmware console is delay

2008-11-01 Thread Andrey Falko
On Fri, Oct 31, 2008 at 11:45 PM, Astomi Chen [EMAIL PROTECTED] wrote:

 After install the open-vm-tool, can't solve the input delay problem.
 -How can I check the vm-tool is working or not?

Don't forget to do /etc/init.d/vmware-tools start



 I haven't install X11 server and xorg, so when install xf86-video-vmware
 meet a problem.It's normal.

Right good point :).



 Can you share your .config and  menu.lst, I think may be some setting not
 enable in the  kernel.

Yes certainly:

menu.lst:

default 0
timeout 7
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title Gentoo32-2008.0
root (hd0,0)
kernel /boot/vmlinuz root=/dev/sda1



.config for vanilla-sources-2.6.24.7 (All lines with comments excluded):

CONFIG_X86_32=y
CONFIG_X86=y
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_QUICKLIST=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_DMI=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_ARCH_SUPPORTS_OPROFILE=y
CONFIG_ARCH_POPULATES_NODE_MAP=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_X86_SMP=y
CONFIG_X86_HT=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_X86_TRAMPOLINE=y
CONFIG_KTIME_SCALAR=y
CONFIG_DEFCONFIG_LIST=/lib/modules/$UNAME_RELEASE/.config

CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION=
CONFIG_LOCALVERSION_AUTO=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=15
CONFIG_SYSCTL=y
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_ANON_INODES=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_SLUB_DEBUG=y
CONFIG_SLUB=y
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODVERSIONS=y
CONFIG_MODULE_SRCVERSION_ALL=y
CONFIG_KMOD=y
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y

CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_CFQ=y
CONFIG_DEFAULT_CFQ=y
CONFIG_DEFAULT_IOSCHED=cfq

CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
CONFIG_SMP=y
CONFIG_X86_PC=y
CONFIG_PARAVIRT=y
CONFIG_PARAVIRT_GUEST=y
CONFIG_VMI=y
CONFIG_MCORE2=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_XADD=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_TSC=y
CONFIG_X86_MINIMUM_CPU_FAMILY=4
CONFIG_NR_CPUS=8
CONFIG_SCHED_MC=y
CONFIG_PREEMPT=y
CONFIG_PREEMPT_BKL=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_NONFATAL=y
CONFIG_X86_MCE_P4THERMAL=y
CONFIG_VM86=y
CONFIG_HIGHMEM4G=y
CONFIG_PAGE_OFFSET=0xC000
CONFIG_HIGHMEM=y
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_NR_QUICK=1
CONFIG_VIRT_TO_BUS=y
CONFIG_MTRR=y
CONFIG_IRQBALANCE=y
CONFIG_SECCOMP=y
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_PHYSICAL_START=0x10
CONFIG_PHYSICAL_ALIGN=0x10
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y

CONFIG_PM=y
CONFIG_SUSPEND_SMP_POSSIBLE=y
CONFIG_HIBERNATION_SMP_POSSIBLE=y
CONFIG_ACPI=y
CONFIG_ACPI_SYSFS_POWER=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_BLACKLIST_YEAR=0
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y

CONFIG_PCI=y
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
CONFIG_ARCH_SUPPORTS_MSI=y
CONFIG_PCI_LEGACY=y
CONFIG_HT_IRQ=y
CONFIG_ISA_DMA_API=y
CONFIG_ISA=y

CONFIG_BINFMT_ELF=y

CONFIG_NET=y

CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
CONFIG_XFRM=y
CONFIG_NET_KEY=y
CONFIG_INET=y
CONFIG_IP_FIB_HASH=y
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG=cubic

CONFIG_UEVENT_HELPER_PATH=/sbin/hotplug
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y
CONFIG_PNP=y

CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_CRYPTOLOOP=y
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y

CONFIG_BLK_DEV_IDECD=y

CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_PCIBUS_ORDER=y
CONFIG_BLK_DEV_GENERIC=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
CONFIG_BLK_DEV_PIIX=y

CONFIG_BLK_DEV_IDEDMA=y
CONFIG_IDE_ARCH_OBSOLETE_INIT=y

CONFIG_SCSI=y
CONFIG_SCSI_DMA=y

CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_SG=y

CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_SCAN_ASYNC=y
CONFIG_SCSI_WAIT_SCAN=m

CONFIG_SCSI_SPI_ATTRS=y
CONFIG_SCSI_LOWLEVEL=y
CONFIG_SCSI_BUSLOGIC=y
CONFIG_SCSI_SYM53C8XX_2=y
CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64

Re: [gentoo-user] Input in Vmware console is delay

2008-10-31 Thread Andrey Falko
On Fri, Oct 31, 2008 at 10:16 PM, Astomi Chen [EMAIL PROTECTED] wrote:

 Not yet, I will give a try.

If this is a Gentoo VM emerge open-vm-tools...my Gentoo VMs work very well
with it :). You might need to do echo app-emulation/open-vm-tools 
/etc/portage/package.keywords first.

Also within the VM, you probably will want to set this in your make.conf:

VIDEO_CARDS=vmware

Then emerge x11-drivers/xf86-video-vmware

Then use the vmware driver in xorg.conf

Let me know if you'd like me to give you more detailed info on all of this
:).



 On Sat, Nov 1, 2008 at 1:03 PM, deface [EMAIL PROTECTED] wrote:

 Astomi Chen wrote:

 Hi folks,

 I have installed gentoo in Vmware, currently the problem is when I input
 some command it will delay 1 second shows on console screen.

 I have checked the system, there are no abnormal process, system load is
 OK.

 When try to use Windows Putty to connect gentoo box, no delay,
 erverything seems nice.


 Many thanks for any hint.



 Have you installed the vmware tools package for once inside the vm? you
 will get much better performance.

 deface





Re: [gentoo-user] How to prevent documentation in /usr/share/doc from being bzip2'ed ?

2008-10-30 Thread Andrey Falko
On Thu, Oct 30, 2008 at 5:40 PM, [EMAIL PROTECTED] wrote:

 On Fri, Oct 31, 2008 at 08:20:40AM +0930, Iain Buchanan wrote:

  less /usr/share/doc/libxcb/manual/blah.doc.bz2
  cat /usr/share/doc/libxcb/manual/blah.doc.bz2 | bzip2 -d
  cp /usr/share/doc/libxcb/manual/blah.doc.bz2 ~/; bzip2 -d ~/blah.doc.bz2

 and grep?

You don't need bzgrep or what everjust bzcat /ab/def/sd/blah.bz2 | grep
yay

Or if you want to use the cases above, a | grep yay should be more than
enough...plus you get the colors in the results.

It does get a little annoying when you want to use grep for all files in the
directory, but nothing a little for loop cannot fix:

for i in /path/to/dir/*; do echo $i; bzcat $i | grep yay; done



 --
... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
 Felix Finch: scarecrow repairman  rocket surgeon / [EMAIL PROTECTED]
  GPG = E987 4493 C860 246C 3B1E  6477 7838 76E9 182E 8151 ITAR license
 #4933
 I've found a solution to Fermat's Last Theorem but I see I've run out of
 room o




Re: [gentoo-user] A question about emerge --info

2008-10-29 Thread Andrey Falko
On Wed, Oct 29, 2008 at 3:53 PM, Paul Hartman
[EMAIL PROTECTED][EMAIL PROTECTED]
 wrote:

 I've always been curious about something in emerge --info's output:

 $ emerge --info
 Portage 2.2_rc12 (default/linux/amd64/2008.0/desktop, gcc-4.3.2,
 glibc-2.8_p20080602-r0, 2.6.27-gentoo-r1 x86_64)
 =
 System uname:
 Linux-2.6.27-gentoo-r1-x86_64-Intel-R-_Core-TM-2_CPU_6600_@
 _2.40GHz-with-glibc2.2.5
 Timestamp of tree: Tue, 28 Oct 2008 00:31:02 +

 Why does it show the glibc-2.8 on the second line but glibc2.2.5 on the
 fifth?

 Thanks,
 Paul


My best guess is that your kernel was compiled by a toolchain that was
running on glibc2.2.5

See what happens if you recompile the kernel under the newer toolchain.


Re: [gentoo-user] A question about emerge --info

2008-10-29 Thread Andrey Falko
On Wed, Oct 29, 2008 at 4:13 PM, Andrey Vul [EMAIL PROTECTED] wrote:

 On Wed, Oct 29, 2008 at 7:09 PM, Andrey Falko [EMAIL PROTECTED] wrote:
 
 
  On Wed, Oct 29, 2008 at 3:53 PM, Paul Hartman
  [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 
  I've always been curious about something in emerge --info's output:
 
  $ emerge --info
  Portage 2.2_rc12 (default/linux/amd64/2008.0/desktop, gcc-4.3.2,
  glibc-2.8_p20080602-r0, 2.6.27-gentoo-r1 x86_64)
  =
  System uname:
 
  Linux-2.6.27-gentoo-r1-x86_64-Intel-R-_Core-TM-2_CPU_6600_@
 _2.40GHz-with-glibc2.2.5
  Timestamp of tree: Tue, 28 Oct 2008 00:31:02 +
 
  Why does it show the glibc-2.8 on the second line but glibc2.2.5 on the
  fifth?
 
  Thanks,
  Paul
 
 
  My best guess is that your kernel was compiled by a toolchain that was
  running on glibc2.2.5
 
  See what happens if you recompile the kernel under the newer toolchain.
 
 2.6.27 uses glibc? Really?
 I'm asking lkml what's happening.


 --
 Andrey Vul

 A: Because it messes up the order in which people normally read text.
 Q: Why is top-posting such a bad thing?
 A: Top-posting.
 Q: What is the most annoying thing in e-mail?


Well it doesn't use glibc per se, gcc uses the glibc.however, his uname
-a output does look funky.

Here is mine: System uname: 2.6.24.7 x86_64 Intel(R) Core(TM)2 CPU 6700 @
2.66GHz

Did all underscores make it there by accident? What happens when you do a
plain uname -a?


Re: [gentoo-user] A question about emerge --info

2008-10-29 Thread Andrey Falko
On Wed, Oct 29, 2008 at 5:03 PM, Andrey Vul [EMAIL PROTECTED] wrote:

 
  Good digging around :). So this is a python bug then? Or does portage
 need
  to be update for some change that went into python? Actually, is this
 really
  even a bug...its just a minor cosmetic problem really.
 
 One's bug is another's feature.
 libc in uname is honestly WTF but this begs the real question: why
 doesn't portage (emerge and repoman to be specific) simply get the
 output of uname -a ? It's not written in C, you don't have to mess
 around with 5-6 fd's to get the needed data.

 And I think that this is both a design bug and a red herring.

 By the way, should I make a bug report with a patch to remove this issue?
 Making it selectable via FEATURES requires more digging around in portage.
 --
 Andrey Vul

 A: Because it messes up the order in which people normally read text.
 Q: Why is top-posting such a bad thing?
 A: Top-posting.
 Q: What is the most annoying thing in e-mail?


Maybe we should ask gentoo-dev? The reason not to use uname -a straight up
is because it forces portage to depend on coreutils. Portage ebuilds
currently do not depend on it unless userland_GNU is enabled. I'm split, I
prefer code to always be as easy as possible, yet I don't like unnecessary
dependencies.


Re: [gentoo-user] No more... more?

2008-10-23 Thread Andrey Falko
On Thu, Oct 23, 2008 at 1:22 PM, Mike Diehl [EMAIL PROTECTED] wrote:
 The other day I was updating a fairly ancient system by trying to first clear
 out some emerge blockers.  I've taken care of the blockers, but now I find
 that my system no longer has a more command:

 # more
 bash: more: command not found

 I also notice that sys-apps/more is masked:

 *  sys-apps/more [ Masked ]
  Latest version available: 2.12r
  Latest version installed: [ Not Installed ]
  Size of files: 1,338 kB
  Homepage:  http://www.kernel.org/pub/linux/utils/util-linux/
  Description:   Primitive text file viewer
  License:   GPL-2

 Surely this isn't what I'm supposed to install just to get more.  Please
 advise.

 --
 Mike Diehl



You probably will get more by reemerging this package: sys-apps/util-linux

emerge -1 util-linux

At least there is the package that currently provides more on my system.

Either way, I'd recommend what the more man page recommends: use less.
Direct quote from my more man page:

More is a filter for paging through text one screenful at a time.
This version is especially primitive.  Users should realize that
less(1) provides more(1) emulation and extensive enhancements.



Re: [gentoo-user] problems with csound ebuild

2008-10-10 Thread Andrey Falko
On Fri, Oct 10, 2008 at 6:19 PM, luis jure [EMAIL PROTECTED] wrote:


 hello list,

 i need some help to come up with an ebuild for csound (a language for
 sound synthesis).

 csound uses scons and then installs files using a script called
 install.py. compilation goes fine.

 executables, libraries, plugins and header files are correctly
 installed (under /usr/bin, /usr/lib, /usr/lib/csound/plugins/
 and /usr/include/csound/ respectively)

 but i'm having a bunch of messages like this when it comes to installing
 localization files:

  === Installing Localisation files ===
 ACCESS DENIED  unlink:/usr/share/locale/de/LC_MESSAGES/csound5.mo
 install: cannot remove `/usr/share/locale/de/LC_MESSAGES/csound5.mo':
 Permission denied
  *** error copying /usr/share/locale/de/LC_MESSAGES/csound5.mo

 this is the summary:

 -- ACCESS VIOLATION SUMMARY ---
 LOG FILE = /var/log/sandbox/sandbox-15019.log

 unlink:/usr/share/locale/de/LC_MESSAGES/csound5.mo
 unlink:/usr/share/locale/en_GB/LC_MESSAGES/csound5.mo
 unlink:/usr/share/locale/en_US/LC_MESSAGES/csound5.mo
 unlink:/usr/share/locale/es_CO/LC_MESSAGES/csound5.mo
 unlink:/usr/share/locale/fr/LC_MESSAGES/csound5.mo
 unlink:/usr/share/locale/it/LC_MESSAGES/csound5.mo
 unlink:/usr/share/locale/ro/LC_MESSAGES/csound5.mo
 

 i can circumvent this emerging with FEATURES=-sandbox, but i'd like
 to solve this in a cleaner way.


 the relevant (i think) part in the script is this:

 print ' === Installing Localisation files ==='
 xmgList = findFiles('.', '.+\\.xmg')
 if xmgList.__len__()  0:
err = installFiles(xmgList, xmgDir)
installErrors = installErrors or err
 else:
  xmgList = ['de', 'en_GB','en_US', 'es_CO', 'fr', 'it','ro']
  for i in xmgList:
makeDir(concatPath([xmgDir, i, 'LC_MESSAGES']))
src = 'po/' + i + '/LC_MESSAGES/csound5.mo'
fileName = concatPath([xmgDir, i, 'LC_MESSAGES/csound5.mo'])
err = runCmd(['install', '-p', '-m', '0644', src, fileName])
if err == 0:
addMD5(fileName, fileName)
print '  %s' % fileName
else:
print ' *** error copying %s' % fileName
installErrors = installErrors or err


 the ebuild is attached, any help greatly appreciated.

 best,

 lj



Can you emerge attr, then run lsattr on the files that cannot be
unlinked? I suspect that they might have extended attributes
preventing those file from being deleted. If you do have extended
attributes, you can remove them using chattr, I've had extended
attributes appear before and to this day don't understand why they
showed up.



Re: [gentoo-user] ssh configuration guide

2008-10-09 Thread Andrey Falko
On Thu, Oct 9, 2008 at 1:06 AM, David Rioja [EMAIL PROTECTED] wrote:
 This is my very first post to the list, so hello you all :)

 I've been editing /etc/ssh/sshd_config in order to configure SSH as told in
 the guide at gentoo.org. The options you have to set for a quick start
 configuration are:

 Port 22
 Protocol 2
 ServerKeyBits 2048
 SyslogFacility AUTH
 LogLevel INFO
 LoginGraceTime 60
 PermitRootLogin no
 RSAAuthentication no
 PubkeyAuthentication yes
 PasswordAuthentication no
 PermitEmptyPasswords no
 PAMAuthenticationViaKbdInt no
 Compression yes
 KeepAlive yes
 ClientAliveInterval 30
 ClientAliveCountMax 4


 I have encountered two issues in that:

 1.- When restarting the sshd service you are told PMAAuthenticationViaKbdInt
 is deprecated.

 2.- KeepAlive is not commented in the default configuration file, there is
 TCPKeepAlive instead. I suppose same options are the same. Could anyone
 confim that?

 Thanks!



If you want are truely quick start configuration, you should use the
defaults that get installed after you install ssh. Basically, thost
default will give you a working ssh that is secure and that is more
than likely to work out of box.

I'm not sure which Gentoo quickstart guide you are following, but it
is an out of date guide. I recommend emerge -1 openssh, then running
etc-update and applying the default configuration. Your goal is to get
a basic working ssh daemon, right?



Re: [gentoo-user] Re: [gentoo-user] Продажа квартир.Скидки становятся меньше...

2008-10-09 Thread Andrey Falko
2008/10/9 Andrew Tchernoivanov [EMAIL PROTECTED]:
 Well, one way to express the wtf feeling would be: С какой херовой
 стати?. (There might, just might be a misspelling there; never got to
 truly grasping Russian grammar.)

 No, grammar is ok :)

 On Thu, Oct 9, 2008 at 9:33 PM, Liviu Andronic [EMAIL PROTECTED] wrote:
 On 10/9/08, Neil Bothwick [EMAIL PROTECTED] wrote:
 On Wed, 08 Oct 2008 16:31:32 -0500, Michael Sullivan wrote:
   How do you say wtf? in Russian?
 As in WTF are you reposting this entire spam to the list?

 Well, one way to express the wtf feeling would be: С какой херовой
 стати?. (There might, just might be a misspelling there; never got to
 truly grasping Russian grammar.)

 Liviu



Don't you need the ь after т? I take it all three of us are Russians
who've immigrated out before we were able to get through 2rd grade :).

Here is how I would express it: Чего ето заебало?.


Re: [gentoo-user] get rid of xf86-video-* drivers

2008-10-09 Thread Andrey Falko
On Thu, Oct 9, 2008 at 6:52 AM, Pawel K [EMAIL PROTECTED] wrote:
 Hello

 I would  like to get rid of all unnecessary x11-drivers/xf86-video-*
 packages.
 I do NOT want to migrate to Modular X.

 I set my video card in /etc/make.conf as follows:
 VIDEO_CARDS=i810

 What should I do now. Just emerge --unmerge on each unnecessary package ?
 Is it sufficient for emerge to NOT to install drivers on an upgrade xorg in
 the future.

 Thanks for answer.




I would just do the following:

emerge --depclean world -a
revdep-rebuild -a

--depclean will remove packages that were brought in as dependencies,
but no longer are dependencies. revdep-rebuild will make sure that
nothing got removed by revdep-rebuild that should not have been
removed.



Re: [gentoo-user] Asus Eee Gentoo install - no CD drive

2008-10-06 Thread Andrey Falko
On Mon, Oct 6, 2008 at 8:16 AM, Robert Bridge [EMAIL PROTECTED] wrote:
 On Mon, 6 Oct 2008 08:01:51 -0700
 Grant [EMAIL PROTECTED] wrote:

 I'm very familiar with installing Gentoo via LiveCD, but I'm not sure
 how to go about it without a CD drive.  I'm sure there are many exotic
 options to choose from, but I'd rather not have to learn too much new
 stuff to get this done.  Can anyone recommend a simple method?  I have
 a wired/wireless LAN/internet connection and 3 systems on the LAN
 running Gentoo.  No USB drive though.

 If you already have a linux install on the machine, you could install
 from that.

 --
 Please avoid sending me Word or PowerPoint attachments.
 See http://www.gnu.org/philosophy/no-word-attachments.html


I'd just network boot it: http://gentoo-wiki.com/HOWTO_Gentoo_Diskless_Install



Re: [gentoo-user] Asus Eee Gentoo install - no CD drive

2008-10-06 Thread Andrey Falko
On Mon, Oct 6, 2008 at 2:55 PM, Dan Cowsill [EMAIL PROTECTED] wrote:
 It is possible to get a Gentoo LiveCD running happily on a USB flash
 drive.  I'm currently running Ubuntu eee on my 701, but before that I
 attempted a Gentoo install on it.  It is nothing short of the biggest
 pain in the butt I could have imagined.  But if you like a
 challenge...

 D



Come to think of it, why wouldn't a simple:

dd if=/path/to/gentoo-livecd.iso of=/dev/flash drive

not work? I think I've done the successfully with a Gentoo minimal
install CD, but I don't remember.



Re: [gentoo-user] How to publish a project?

2008-08-28 Thread Andrey Falko
On Thu, Aug 28, 2008 at 6:13 AM, Chuanwen Wu [EMAIL PROTECTED] wrote:
 Hi,

 I am not sure if here is a right place to ask such question, but I
 just think maybe someone here have such experience and may help me.

 I have written a project, which is a distribution net file system, and
 I want to publish it under GPL.
 I have source code now of course, but I don't know how to make package
 and publish it  as a project .
 I need the details, then I can follow step by step and make my dream
 come true :)

 I have read Software Release Practice
 HOWTO(http://en.tldp.org/HOWTO/Software-Release-Practice-HOWTO/index.html),
 but it seems very old.

 So maybe you can give some advice?

 Any help will be appreciated!

 --
 wcw



The most important thing to do is to include a LICENSE file as part of
your source code. Also you need to have some text in the beginning of
all of your source files. Read all about there here:
http://www.fsf.org/licensing/licenses/gpl-howto.html

After you do this, make your source code availible via svn, cvs, or
just via tar balls.

Then you can make an ebuild, etc. if you want it to work with portage, etc.



Re: [gentoo-user] Adding a gentoo workstation to Active Directory network

2008-08-07 Thread Andrey Falko
On Thu, Aug 7, 2008 at 1:31 PM, Yoav Luft [EMAIL PROTECTED] wrote:
 Hello all,
 My workplace has decided to adventure to lands of embedded Linux. As I am
 the only one in my department with prior Linux experience, I was given the
 task of setting up a Linux workstation that will be used as the host machine
 for our embedded system. Since my only Linux experience with anything but
 Gentoo is with Debian, and it's a bad experience, I have chosen to make the
 host Gentoo-Linux.
 Everything is well, and the machine is running and officially I completed my
 task, but something still bothers me:
 The machine is connect to the company's computer network. In the Windows
 workstations, I log into a user that exists on the company's servers, and
 not on the individual workstations, and when I log certain network shares
 get mounted automatically (for example, My Documents sits on the server)
 and so on. My username and password are used automatically everywhere on the
 network, and so on. I assume this is the working of Active Directory, but my
 assumption maybe mistaken... Anyway, I want to duplicate this behavior on
 the Gentoo box, and I could find any documentation about it that I found to
 be relevant. For now, I have a small script in /etc/profile.d/ that mounts
 important shares, although the localizations is some what wrong and
 non-English files appear as question marks (They should be in Hebrew). Can
 anyone help me or point to some howto, guide, whatever that I might have
 missed?


As far as I know, don't take my word for it, in order to use Active
Directory on a GNU/Linux host, you need to setup LDAP and have it talk
to AD. Unfortunately I don't know how to do this, perhaps this will
help: http://www.linux.com/articles/40983 .

As far as non-English filenames appearing with question marks, you
need to setup localization correctly. This
http://www.gentoo.org/doc/en/guide-localization.xml or this
http://gentoo-wiki.com/Localization might help you get that setup.
Once again, I've never done this, so maybe someone who has can be of
more help to you.



Re: [gentoo-user] strangeness with emerge -uD world

2008-07-30 Thread Andrey Falko
On Tue, Jul 29, 2008 at 11:42 PM, »Q« [EMAIL PROTECTED] wrote:
 I'm using portage-2.1.4.4.

 $ emerge -pqu world
 [ebuild U ] www-client/mozilla-firefox-3.0.1 [2.0.0.16]

 but

 $ emerge -pqu --deep world

 gives no output.  I've never seen --deep cause fewer updates.  What am
 I missing?  I have EMERGE_DEFAULT_OPTS=--with-bdeps y in make.conf,
 and I don't know what more info to post.

 --
 »Q«
 Kleeneness is next to Gödelness.





Is Firefox in /var/lib/portage/world? If not, do you intend Firefox to
be a dependency? The only legitimate behavior I see is that Firefox
is a dependency for a package that is not part of your world.


Re: [gentoo-user] Problem to erase some temp directory

2008-07-30 Thread Andrey Falko
On Tue, Jul 29, 2008 at 11:49 PM, Zhu Sha Zang [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi everybody,

 I have some disaster in my desktop system because i'm erased my /lib.
 Well, i've solved this problem unpacking stage-3 over my system, and emerge
 -e world.
 My system working very well now, but a weak problem appear.

 In boot, when tmpdir tried to be cleaned, some messages appear that the some
 directories don't be erased., this:

 drwxrwxrwx 2 root1003 4.0K Jul 13 08:24 ashura
 drwxrwxrwx 2  505 101 4.0K Jul 15 11:41 dasusr1
 drwxrwxrwx 2  507 102 4.0K Jul 15 11:41 db2inst1
 drwxrwx--T 7 root rodolfo 4.0K Jul 30 03:34 rodolfo
 drwx-T 2 root root4.0K Jul 30 00:06 root

 I've tried to remove this directories usimg root after boot, and receive
 this message:

 sakurazukamori .private # rm -rf *
 rm: cannot remove directory `ashura': Operation not permitted
 rm: cannot remove directory `dasusr1': Operation not permitted
 rm: cannot remove directory `db2inst1': Operation not permitted
 rm: cannot remove directory `rodolfo': Operation not permitted
 rm: cannot remove directory `root': Operation not permitted

 Thinking in some service using this directories, i've tried boot a gentoo
 livecd and erase archies but the same problem appear.
 I used too fsck on this ext3 file system, none errors on fylesystem are
 detected.

 Some tricks?
 thnks for now
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.9 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iEYEARECAAYFAkiQDuEACgkQbLyL8mxGP9RowgCg0OcYfZL6zPCUyCfgPuUcsF5T
 6MUAoIvbWgnkl7QOJoWZRPgOnnCe+7y/
 =QE6S
 -END PGP SIGNATURE-






 ___ Yahoo! Mail - Sempre
 a melhor opção para você! Experimente já e veja as novidades.
 http://br.yahoo.com/mailbeta/tudonovo/



You might have extended attributes enabled. What happens when you run
lsattr on that directory? If you don't have lsattr, emerge e2fsprogs.


Re: [gentoo-user] Switching back to console

2008-07-30 Thread Andrey Falko
On Wed, Jul 30, 2008 at 1:48 AM, ionut cucu [EMAIL PROTECTED] wrote:
 Hi list!
 For some time now (I seem to recall this not working a few weeks back )
 I can't seem to be able to switch back to console from X with
 Ctr+Alt+Fn. Xev sees Ctr+Alt+Fn keycode as Fn keycode(don't know if
 this is expected behaivor or not). I can't the console to work neither
 from kde-svn nor from fluxbox. I have not defined no particular
 keyboard layout, I'm just using the default one. I have defined some
 key mappings for other keys, none of them involves F keys, and the
 behaivor is the same weather I use the mappings or not. Could you
 perhaps give me a hand with this?



When you press CTRL+ALT+F1 for instance, do you get a black screen? Or
do you remain in the fluxbox/kde X session? There is no freeze up
either right? I don't know how much it will help, but can you post all
of the xorg files you edited? Maybe someone will spot something
unusual...



Re: [gentoo-user] sdl-perl

2008-07-30 Thread Andrey Falko
On Tue, Jul 29, 2008 at 3:42 PM, Daniel D Jones
[EMAIL PROTECTED] wrote:
 Anyone have a clue as to what would cause the following error:

 Install sdl-perl-2.1.3-r3
 into /var/tmp/portage/dev-perl/sdl-perl-2.1.3-r3/image/ category dev-perl
 WARNING: Can't figure out install path for types: arch lib
 Files will not be installed.

 The package is already installed, so it succeeded at one time, but
 revdep-rebuild wants to reinstall it and it keeps failing.  I believe the
 above is the issue, but I'll paste the full output from the installation
 attempt below.  There is also this error:

 Error: 'GLint' not in typemap in OpenGL.xs, line 2099

 but the process appears to continue after that and I don't _think_ that's
 causing the ultimate failure.

 Thanks in advance for any assistance.

 -

 # emerge sdl-perl
 Calculating dependencies... done!
 Verifying ebuild Manifests...

 Emerging (1 of 1) dev-perl/sdl-perl-2.1.3-r3 to /
  * SDL_Perl-2.1.3.tar.gz RMD160 SHA1 SHA256 size ;-) ...
 [ ok ]
  * checking ebuild checksums ;-) ...
 [ ok ]
  * checking auxfile checksums ;-) ...
 [ ok ]
  * checking miscfile checksums ;-) ...
 [ ok ]
  * checking SDL_Perl-2.1.3.tar.gz ;-) ...
 [ ok ]
 Unpacking source...
 Unpacking SDL_Perl-2.1.3.tar.gz
 to /var/tmp/portage/dev-perl/sdl-perl-2.1.3-r3/work
  * Applying sdl-2.1.3.build.patch ...
 [ ok ]
  * Applying sdl-perl-2.1.3-gfxPie.patch ...
 [ ok ]
 Source unpacked.
 Compiling source
 in /var/tmp/portage/dev-perl/sdl-perl-2.1.3-r3/work/SDL_Perl-2.1.3 ...
  * Using Module::Build
 Checking whether your kit is complete...
 Looks good

 Checking prerequisites...
 Looks good

 Creating new 'Build' script for 'SDL_Perl' version '2.1.3'
 Copying lib/SDL/Tutorial/Animation.pm - blib/lib/SDL/Tutorial/Animation.pm
 Copying lib/SDL/Surface.pm - blib/lib/SDL/Surface.pm
 Copying lib/SDL/Rect.pm - blib/lib/SDL/Rect.pm
 Copying lib/SDL/Palette.pm - blib/lib/SDL/Palette.pm
 Copying lib/SDL/MPEG.pm - blib/lib/SDL/MPEG.pm
 Copying lib/SDL/SFont.pm - blib/lib/SDL/SFont.pm
 Copying lib/SDL/Tool/Graphic.pm - blib/lib/SDL/Tool/Graphic.pm
 Copying lib/SDL/Tutorial/Drawing.pm - blib/lib/SDL/Tutorial/Drawing.pm
 Copying lib/SDL/Cursor.pm - blib/lib/SDL/Cursor.pm
 Copying lib/SDL/Video.pm - blib/lib/SDL/Video.pm
 Copying lib/SDL/Event.pm - blib/lib/SDL/Event.pm
 Copying lib/SDL/Tutorial.pm - blib/lib/SDL/Tutorial.pm
 Copying lib/SDL/Mixer.pm - blib/lib/SDL/Mixer.pm
 Copying lib/SDL/Sound.pm - blib/lib/SDL/Sound.pm
 Copying lib/SDL/OpenGL.pm - blib/lib/SDL/OpenGL.pm
 Copying lib/SDL.pm - blib/lib/SDL.pm
 Copying lib/SDL/Font.pm - blib/lib/SDL/Font.pm
 Copying lib/SDL/Timer.pm - blib/lib/SDL/Timer.pm
 Copying lib/SDL/Music.pm - blib/lib/SDL/Music.pm
 Copying lib/SDL/OpenGL/Constants.pm - blib/lib/SDL/OpenGL/Constants.pm
 Copying lib/SDL/Color.pm - blib/lib/SDL/Color.pm
 Copying lib/SDL/Config.pm - blib/lib/SDL/Config.pm
 Copying lib/SDL/Tool/Font.pm - blib/lib/SDL/Tool/Font.pm
 Copying lib/SDL_perl.pm - blib/lib/SDL_perl.pm
 Copying lib/SDL/Cdrom.pm - blib/lib/SDL/Cdrom.pm
 Copying lib/SDL/Tutorial/Images.pm - blib/lib/SDL/Tutorial/Images.pm
 Copying lib/SDL/App.pm - blib/lib/SDL/App.pm
 Copying lib/SDL/TTFont.pm - blib/lib/SDL/TTFont.pm
 Copying lib/SDL/Constants.pm - blib/lib/SDL/Constants.pm
 Copying src/SDL.xs - ./SDL_perl.xs
 ./SDL_perl.xs - ./SDL_perl.c
 cc -I/usr/local/lib/perl5/5.10.0/x86_64-linux/CORE -DXS_VERSION=2.1.3 
 -DVERSION=2.1.3 -fPIC -I/usr/X11R6/include -I/usr/include/smpeg 
 -I/usr/include/SDL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_PNG 
 -DHAVE_SDL -DHAVE_SDL_TTF -DHAVE_SDL_NET -DHAVE_SDL_IMAGE -DHAVE_SDL_GFX 
 -DHAVE_JPEG -DHAVE_SMPEG -DHAVE_SDL_MIXER -fPIC -c -fno-strict-aliasing -pipe 
 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -o 
 ./SDL_perl.o ./SDL_perl.c
 ./SDL_perl.xs: In function 'XS_SDL_NetResolveIP':
 ./SDL_perl.xs:2449: warning: assignment discards qualifiers from pointer
 target type
 ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL_perl/SDL_perl.bs')
 cc -shared -O2 -L/usr/local/lib -o
 blib/arch/auto/SDL_perl/SDL_perl.so ./SDL_perl.o -L/usr/lib -L/usr/X11R6/lib 
 -lSDL -lpthread -lpng -lSDL -lSDL_ttf -lSDL_net -lSDL_image -lSDL_gfx -ljpeg 
 -lsmpeg -lSDL_mixer
 Copying src/SFont.xs - SDL/SFont.xs
 SDL/SFont.xs - SDL/SFont.c
 cc -I/usr/local/lib/perl5/5.10.0/x86_64-linux/CORE -DXS_VERSION=2.1.3 
 -DVERSION=2.1.3 -fPIC -I/usr/include/SDL -I/usr/include/SDL -D_GNU_SOURCE=1 
 -D_REENTRANT -DHAVE_SDL_IMAGE -DHAVE_SDL -fPIC -c -fno-strict-aliasing -pipe 
 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -o
 SDL/SFont.o SDL/SFont.c
 ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/SFont/SFont.bs')
 cc -shared -O2 -L/usr/local/lib -o blib/arch/auto/SDL/SFont/SFont.so
 SDL/SFont.o -L/usr/lib -lSDL -lpthread -lSDL_image -lSDL
 Copying src/OpenGL.xs - SDL/OpenGL.xs
 SDL/OpenGL.xs - SDL/OpenGL.c
 Use of uninitialized value 

Re: [gentoo-user] sdl-perl

2008-07-30 Thread Andrey Falko
On Wed, Jul 30, 2008 at 12:32 AM, Andrey Falko [EMAIL PROTECTED] wrote:
 On Tue, Jul 29, 2008 at 3:42 PM, Daniel D Jones
 [EMAIL PROTECTED] wrote:
 Anyone have a clue as to what would cause the following error:

 Install sdl-perl-2.1.3-r3
 into /var/tmp/portage/dev-perl/sdl-perl-2.1.3-r3/image/ category dev-perl
 WARNING: Can't figure out install path for types: arch lib
 Files will not be installed.

 The package is already installed, so it succeeded at one time, but
 revdep-rebuild wants to reinstall it and it keeps failing.  I believe the
 above is the issue, but I'll paste the full output from the installation
 attempt below.  There is also this error:

 Error: 'GLint' not in typemap in OpenGL.xs, line 2099

 but the process appears to continue after that and I don't _think_ that's
 causing the ultimate failure.

 Thanks in advance for any assistance.

 -

 # emerge sdl-perl
 Calculating dependencies... done!
 Verifying ebuild Manifests...

 Emerging (1 of 1) dev-perl/sdl-perl-2.1.3-r3 to /
  * SDL_Perl-2.1.3.tar.gz RMD160 SHA1 SHA256 size ;-) ...
 [ ok ]
  * checking ebuild checksums ;-) ...
 [ ok ]
  * checking auxfile checksums ;-) ...
 [ ok ]
  * checking miscfile checksums ;-) ...
 [ ok ]
  * checking SDL_Perl-2.1.3.tar.gz ;-) ...
 [ ok ]
 Unpacking source...
 Unpacking SDL_Perl-2.1.3.tar.gz
 to /var/tmp/portage/dev-perl/sdl-perl-2.1.3-r3/work
  * Applying sdl-2.1.3.build.patch ...
 [ ok ]
  * Applying sdl-perl-2.1.3-gfxPie.patch ...
 [ ok ]
 Source unpacked.
 Compiling source
 in /var/tmp/portage/dev-perl/sdl-perl-2.1.3-r3/work/SDL_Perl-2.1.3 ...
  * Using Module::Build
 Checking whether your kit is complete...
 Looks good

 Checking prerequisites...
 Looks good

 Creating new 'Build' script for 'SDL_Perl' version '2.1.3'
 Copying lib/SDL/Tutorial/Animation.pm - blib/lib/SDL/Tutorial/Animation.pm
 Copying lib/SDL/Surface.pm - blib/lib/SDL/Surface.pm
 Copying lib/SDL/Rect.pm - blib/lib/SDL/Rect.pm
 Copying lib/SDL/Palette.pm - blib/lib/SDL/Palette.pm
 Copying lib/SDL/MPEG.pm - blib/lib/SDL/MPEG.pm
 Copying lib/SDL/SFont.pm - blib/lib/SDL/SFont.pm
 Copying lib/SDL/Tool/Graphic.pm - blib/lib/SDL/Tool/Graphic.pm
 Copying lib/SDL/Tutorial/Drawing.pm - blib/lib/SDL/Tutorial/Drawing.pm
 Copying lib/SDL/Cursor.pm - blib/lib/SDL/Cursor.pm
 Copying lib/SDL/Video.pm - blib/lib/SDL/Video.pm
 Copying lib/SDL/Event.pm - blib/lib/SDL/Event.pm
 Copying lib/SDL/Tutorial.pm - blib/lib/SDL/Tutorial.pm
 Copying lib/SDL/Mixer.pm - blib/lib/SDL/Mixer.pm
 Copying lib/SDL/Sound.pm - blib/lib/SDL/Sound.pm
 Copying lib/SDL/OpenGL.pm - blib/lib/SDL/OpenGL.pm
 Copying lib/SDL.pm - blib/lib/SDL.pm
 Copying lib/SDL/Font.pm - blib/lib/SDL/Font.pm
 Copying lib/SDL/Timer.pm - blib/lib/SDL/Timer.pm
 Copying lib/SDL/Music.pm - blib/lib/SDL/Music.pm
 Copying lib/SDL/OpenGL/Constants.pm - blib/lib/SDL/OpenGL/Constants.pm
 Copying lib/SDL/Color.pm - blib/lib/SDL/Color.pm
 Copying lib/SDL/Config.pm - blib/lib/SDL/Config.pm
 Copying lib/SDL/Tool/Font.pm - blib/lib/SDL/Tool/Font.pm
 Copying lib/SDL_perl.pm - blib/lib/SDL_perl.pm
 Copying lib/SDL/Cdrom.pm - blib/lib/SDL/Cdrom.pm
 Copying lib/SDL/Tutorial/Images.pm - blib/lib/SDL/Tutorial/Images.pm
 Copying lib/SDL/App.pm - blib/lib/SDL/App.pm
 Copying lib/SDL/TTFont.pm - blib/lib/SDL/TTFont.pm
 Copying lib/SDL/Constants.pm - blib/lib/SDL/Constants.pm
 Copying src/SDL.xs - ./SDL_perl.xs
 ./SDL_perl.xs - ./SDL_perl.c
 cc -I/usr/local/lib/perl5/5.10.0/x86_64-linux/CORE -DXS_VERSION=2.1.3 
 -DVERSION=2.1.3 -fPIC -I/usr/X11R6/include -I/usr/include/smpeg 
 -I/usr/include/SDL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT 
 -DHAVE_PNG -DHAVE_SDL -DHAVE_SDL_TTF -DHAVE_SDL_NET -DHAVE_SDL_IMAGE 
 -DHAVE_SDL_GFX -DHAVE_JPEG -DHAVE_SMPEG -DHAVE_SDL_MIXER -fPIC -c 
 -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
 -I/usr/include/gdbm -O2 -o ./SDL_perl.o ./SDL_perl.c
 ./SDL_perl.xs: In function 'XS_SDL_NetResolveIP':
 ./SDL_perl.xs:2449: warning: assignment discards qualifiers from pointer
 target type
 ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL_perl/SDL_perl.bs')
 cc -shared -O2 -L/usr/local/lib -o
 blib/arch/auto/SDL_perl/SDL_perl.so ./SDL_perl.o -L/usr/lib -L/usr/X11R6/lib 
 -lSDL -lpthread -lpng -lSDL -lSDL_ttf -lSDL_net -lSDL_image -lSDL_gfx -ljpeg 
 -lsmpeg -lSDL_mixer
 Copying src/SFont.xs - SDL/SFont.xs
 SDL/SFont.xs - SDL/SFont.c
 cc -I/usr/local/lib/perl5/5.10.0/x86_64-linux/CORE -DXS_VERSION=2.1.3 
 -DVERSION=2.1.3 -fPIC -I/usr/include/SDL -I/usr/include/SDL 
 -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_SDL_IMAGE -DHAVE_SDL -fPIC -c 
 -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
 -I/usr/include/gdbm -O2 -o
 SDL/SFont.o SDL/SFont.c
 ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/SFont/SFont.bs')
 cc -shared -O2 -L/usr/local/lib -o blib/arch/auto/SDL/SFont/SFont.so
 SDL/SFont.o -L/usr/lib -lSDL -lpthread -lSDL_image -lSDL
 Copying src/OpenGL.xs

Re: [gentoo-user] ath0 startup problem

2008-07-30 Thread Andrey Falko
On Tue, Jul 29, 2008 at 1:19 PM,  [EMAIL PROTECTED] wrote:
 That was me trying to set this up last week :-)

 [EMAIL PROTECTED] wrote:
 Greetings,

 I am following this guide...

 http://gentoo-wiki.com/Madwifi_Wireless_Access_Point

 ...to setup my gentoo system as a wireless access point. I have it all
 setup and everthing is working, however, when I boot up my gentoo system
 it says...



 Bringing up interface ath0
 starting wpa_supplicant on ath0
 ioctl[SIOCSIWMODE]: invalid argument
 Could not configure driver to use managed mode

 Starting wpa_cli on ath0...
 Backgrounding
 WARNING:net.ath0 has started, but is inactive



 I think something must be configured the wrong way. How do I fix this? I
 think I want master mode not managed mode

 I think this problem may have to do with the fact I am using baselayout
 2.0.0 but am not totally sure.

 What does ioctl[SIOCSIWMODE]: invalid argument mean?

 What does inactive mean?

 Again, everything is working so this isn't a major problem but I would
 still like to fix it.

 Thanks

 Jason





 I'm not sure if this will help but I did a little googleing for ya.
 Look at the last post on this one.

 http://www.gossamer-threads.com/lists/gentoo/user/169035

 Hope that helps or some guru will come help.

 Dale

 :-)  :-)







Jason,
You should probably respond to Stroller's comments in that email thread :).



Re: [gentoo-user] Problem to erase some temp directory

2008-07-30 Thread Andrey Falko
On Wed, Jul 30, 2008 at 12:34 AM, Zhu Sha Zang [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Andrey Falko escreveu:
 | On Tue, Jul 29, 2008 at 11:49 PM, Zhu Sha Zang [EMAIL PROTECTED]
 wrote:
 | Hi everybody,
 |
 | I have some disaster in my desktop system because i'm erased my /lib.
 | Well, i've solved this problem unpacking stage-3 over my system, and
 emerge
 | -e world.
 | My system working very well now, but a weak problem appear.
 |
 | In boot, when tmpdir tried to be cleaned, some messages appear that the
 some
 | directories don't be erased., this:
 |
 | drwxrwxrwx 2 root1003 4.0K Jul 13 08:24 ashura
 | drwxrwxrwx 2  505 101 4.0K Jul 15 11:41 dasusr1
 | drwxrwxrwx 2  507 102 4.0K Jul 15 11:41 db2inst1
 | drwxrwx--T 7 root rodolfo 4.0K Jul 30 03:34 rodolfo
 | drwx-T 2 root root4.0K Jul 30 00:06 root
 |
 | I've tried to remove this directories usimg root after boot, and receive
 | this message:
 |
 | sakurazukamori .private # rm -rf *
 | rm: cannot remove directory `ashura': Operation not permitted
 | rm: cannot remove directory `dasusr1': Operation not permitted
 | rm: cannot remove directory `db2inst1': Operation not permitted
 | rm: cannot remove directory `rodolfo': Operation not permitted
 | rm: cannot remove directory `root': Operation not permitted
 |
 | Thinking in some service using this directories, i've tried boot a gentoo
 | livecd and erase archies but the same problem appear.
 | I used too fsck on this ext3 file system, none errors on fylesystem are
 | detected.
 |
 | Some tricks?
 | thnks for now
 |
 |
 |
 |
 |
 |
 ___ Yahoo! Mail - Sempre
 a melhor opção para você! Experimente já e veja as novidades.
 http://br.yahoo.com/mailbeta/tudonovo/
 |
 |

 | You might have extended attributes enabled. What happens when you run
 | lsattr on that directory? If you don't have lsattr, emerge e2fsprogs.

 Using lsattr -Ra in /tmp:

 sakurazukamori tmp # lsattr -Ra
 - --I--- ./.
 - -- ./..
 - -- ./.X0-lock
 - -- ./.ICE-unix

 ./.ICE-unix:
 lsattr: Operation not supported While reading flags on
 ./.ICE-unix/dcop4790-1217369151
 - --I--- ./.ICE-unix/..
 - -- ./.ICE-unix/.

 - -a ./.private

 ./.private:
 - -- ./.private/ashura

 ./.private/ashura:
 - -a ./.private/ashura/..
 - -- ./.private/ashura/.

 - -- ./.private/db2inst1

 ./.private/db2inst1:
 - -a ./.private/db2inst1/..
 - -- ./.private/db2inst1/.

 - -- ./.private/rodolfo

 ./.private/rodolfo:
 - -a ./.private/rodolfo/..
 - -- ./.private/rodolfo/.

 - --I--- ./.private/..
 - -- ./.private/dasusr1

 ./.private/dasusr1:
 - -a ./.private/dasusr1/..
 - -- ./.private/dasusr1/.

 - -a ./.private/.
 - -- ./.private/root

 ./.private/root:
 - -a ./.private/root/..
 - -- ./.private/root/.


 - -- ./gpg-j3M7SQ

 ./gpg-j3M7SQ:
 lsattr: Operation not supported While reading flags on
 ./gpg-j3M7SQ/S.gpg-agent
 - --I--- ./gpg-j3M7SQ/..
 - -- ./gpg-j3M7SQ/.

 - -- ./.X11-unix

 ./.X11-unix:
 lsattr: Operation not supported While reading flags on ./.X11-unix/X0
 - --I--- ./.X11-unix/..
 - -- ./.X11-unix/.

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.9 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iEYEARECAAYFAkiQGZ8ACgkQbLyL8mxGP9S2KgCgrPxc21Mu0zo1YRbwz7Hedm/i
 FtsAoLnsn8jBJDv0Ui8CXlfDwVrP1N2F
 =RTbE
 -END PGP SIGNATURE-



As I suspected, you have some extended attributes set. Do you know how
this could have happen? You willl have to unset them. How I don't
know. When this happen to me with JFS, I trashed the filesystem and
never looked back. This however is happening to ext3!, so I am very
surprised.


Re: [gentoo-user] Re: strangeness with emerge -uD world

2008-07-30 Thread Andrey Falko
On Wed, Jul 30, 2008 at 6:32 PM, »Q« [EMAIL PROTECTED] wrote:
 On Wed, 30 Jul 2008 00:15:25 -0700
 Andrey Falko [EMAIL PROTECTED] wrote:

 On Tue, Jul 29, 2008 at 11:42 PM, »Q« [EMAIL PROTECTED] wrote:
  I'm using portage-2.1.4.4.
 
  $ emerge -pqu world
  [ebuild U ] www-client/mozilla-firefox-3.0.1 [2.0.0.16]
 
  but
 
  $ emerge -pqu --deep world
 
  gives no output.  I've never seen --deep cause fewer updates.  What
  am I missing?  I have EMERGE_DEFAULT_OPTS=--with-bdeps y in
  make.conf, and I don't know what more info to post.

 Is Firefox in /var/lib/portage/world? If not, do you intend Firefox to
 be a dependency? The only legitimate behavior I see is that Firefox
 is a dependency for a package that is not part of your world.

 Yeah, it is in the world file, and it does show up in bold with `emerge
 -pu world`.

 --
 »Q«
 Kleeneness is next to Gödelness.





If the problem persists after you remove
EMERGE_DEFAULT_OPTS=--with-bdeps y, I'd file a bug.


Re: [gentoo-user] Sync'ing and compiling pkgs for multiple PCs

2008-07-29 Thread Andrey Falko
On Tue, Jul 29, 2008 at 4:09 PM, Simon [EMAIL PROTECTED] wrote:
 Hi,
  Below I explain my story, I show some difficulties and near the end ask a
 few questions, but last paragraph is my main question, comments on the rest
 is greatly appreciated.

  I have 3 computers and they are all setup the same with the exception of
 the kernel that has different options for the youngest of my pcs.  I'm
 looking for a simple, easy and efficient way to keep them all up2date.

  I want to avoid 3 --sync to the gentoo servers.  I have tried to setup one
 of my pc as central server and sync the others on it, but has the main
 disadvantage that the other PCs are dependant on it (ok, it's not so
 difficult to change make.conf).

  Then, I would have to compile approximately 3 times the same software.  My
 computers are slow, I am poor, can't buy new hardware (FORGET IT).  So I
 tried turning on buildpkg and compile on my fastest PC.

  I already use unison to sync my /home directory through ssh, i use it
 because it is simple and does exactly what I need out of the box.  (Compared
 to rsyncd, where you need to setup a server, setup the firewall, what about
 security?...).
  Anyway, I decided to sync /usr/portage with unison as well, which worked
 fine and I had the binpkgs on the other pc.  When I did an `emerge -k -uDN
 world` I found that many packages still had to be built.  I extracted the
 list of packages and versions, formated properly and emerged them all on my
 fastest pc, ran through the same routine and at the end I had to recompile
 just a few packages that I let run (nothing like gcc or glibc, hehe).

  Now, with my unison technique I believe the only flaw was that I didn't
 have the list of all packages on all my PCs and I wonder if there is a way
 to generate such a list, similar to what `emerge -vp -uDN world` gives but
 in a format ready for emerge, so I can dump the pkg list for the 3 pc in 3
 files and run emerge on those 3 files.  I would compile them -1, which, as I
 understand it would upgrade my system (upgrade but not change world entries)
 and install unneeded packages around.  I would then use --depclean which
 would remove the unneeded packages cleanly and finally revdep-rebuild.  I
 would be left with my fastest pc's world up2date + all binpkgs of all 3 pcs.

  The advantage of my unison technique is it's transparent to any 3 pc, if
 a pkg is not there, it downloads the distfile from the internet and compiles
 it, completely independant.  Just doing the --sync requires a little bit of
 consideration.

  I'm wondering if there is (i'm sure there is) a better practice in the
 compilation of binpkgs for use by multiple computers, so that none of the
 other computers will compile (quick update for them) and that the compiling
 computer can compile all needed pkgs in one run preferably.

 As usual, if you can answer my question directly on the mailing list that'd
 be nice, if you could give URLs to some documentation that answers my
 question that'd be very nice too!

 Thanks,  Simon



I don't have time right now to answer all of your questions, but in
terms of having all machines have the same list of installed packages,
all you probably need is /var/lib/portage/world . This lists all of
the packages that you emerged. I.e. those packages not brought in via
dependencies. If you have the same USE flags set on all machines, then
you should not see the need for new dependencies to be brought in on
any of the non-compile machines.



Re: [gentoo-user] The day of the living aspell

2008-07-28 Thread Andrey Falko
On Fri, Jul 25, 2008 at 12:41 PM, Jan Seeger [EMAIL PROTECTED] wrote:
 Greetings,

 I have recently tasted the superior spelling correction of hunspell,
 and don't ever want to see aspell on my system again.

 To that end, I have globally disabled the spell flag. However, kdelibs
 still seems to depend on aspell, even though I have disabled the flag
 and even rebuild kdelibs.

 equery d aspell gives me this (and yes, I have removed the
 dictionaries) :

 app-dicts/aspell-de-0.60_pre20030222 (=app-text/aspell-0.60)
 app-dicts/aspell-en-6.0.0 (=app-text/aspell-0.60)
 app-editors/emacs-22.2-r2 (spell? app-text/aspell)
 kde-base/kdelibs-3.5.9-r4 (spell? =app-text/aspell-0.60.5)

 I have disabled the spell flag globally and in package.use, did a
 emerge --newuse, and still, kdelibs is pulling in aspell.

 So, how can I get rid of it?

 Regards,
 Jan
 --
 Four bits at a time
 www.thenybble.de



So after removing aspell, aspell-en and aspell-de are still show in
equery d? This is very strange...if I remove a package, it will no
longer be shown in equery d.can you post you emerge --info?



Re: [gentoo-user] [OT] updatedb/locate - reasons to use

2008-07-28 Thread Andrey Falko
On Mon, Jul 28, 2008 at 2:29 PM, Andrew Gaydenko [EMAIL PROTECTED] wrote:
 Hi!

 Are there (emerge/revdep-rebuild/other portage tools related) situations
 when fs db creating is useful?


 Andrew



I believe there are. I used to use slocate when I had tens of
thousands of mp3s and other media files. Its a lot of times its faster
to use slocate or locate than a find to find a certain file.



Re: [gentoo-user] aplay does not play the beginning of sample

2008-07-23 Thread Andrey Falko
On Wed, Jul 23, 2008 at 8:27 AM, Pawel K [EMAIL PROTECTED] wrote:
 Hello
 My aplay does not play the beginning of wav sample.
 I upgraded the system a few days ago.
 It worked before upgrade.
 Do you have any idea what can be wrong ?

 thank You for help




After how many seconds does it start playing? What type of samples?
What version did you upgrade from? What is your kernel version? Do
other wav players have the same problem?



Re: [gentoo-user] Vmware install

2008-07-16 Thread Andrey Falko
On Wed, Jul 16, 2008 at 8:09 AM, Matthew Daubenspeck
[EMAIL PROTECTED] wrote:
 I have a gentoo install (currently amd64/2007.0) with all of the current
 up to date packages. I have been trying to upgrade the kernel for quite
 a while now. The last kernel I can still seem to get running is
 2.6.20-gentoo-r8. I've tried upgrading to every kernel as they have
 entered into portage, and none since 2.6.20-r8 seems to be able to find
 the Vmware SCSI disk.

 The most recent try was gentoo-sources-2.6.25-r6, which failed the same
 way. I've tried to download a 2008.0 current boot CD; that has the same
 problem. I've also tried SystemRescueCd, which does the same, but since
 it was based on gentoo, I wasn't too hopeful of it working.

 With 2.6.20-gentoo-r8 I am using the Fusion MPT device support and it
 works with no issues. I've tried using the drivers compiled in as well
 as modules, both with the same disappointing results. Any suggestions?

 The actual device detected with the older kernel is:

 scsi0 : ioc0: LSI53C1030, FwRev=h, Ports=1, MaxQ=128, IRQ=17

 According to the kernel help, this should be supported by the MPT
 ScsiHost driver for SPI, which is selected...
 --
  Matthew Daubenspeck
  http://oddprocess.org

 Gentoo Linux x86_64 Dual Core AMD Opteron(tm) Processor 165
 10:51:06 up 247 days, 1:38, 4 users, load average: 0.00, 0.00, 0.00
 --
 gentoo-user@lists.gentoo.org mailing list



Did you also select the appropriate low-level SCSI drivers?
http://gentoo-wiki.com/HOWTO_Install_Gentoo_on_VMware_in_Windows_NT/2K/XP#SCSI_Controller
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Curious emerge behaviour.

2008-07-02 Thread Andrey Falko
On Wed, Jul 2, 2008 at 10:05 PM, James Homuth [EMAIL PROTECTED] wrote:
 I went to run emerge update, and it threw this curious little block loop at
 me. emerge --pretend --quiet --update --deep world produces:
 [blocks B ] sys-apps/mktemp (is blocking sys-apps/coreutils-6.10-r2)
 [blocks B ] =sys-apps/coreutils-6.10 (is blocking sys-apps/mktemp-1.5)

 Anyone else having this particular problem? Is it a compatibility issue with
 either coreutils or mktemp? I'm assuming removing the one will eliminate it,
 but if it's a needed package I'd rather not chance it. Any info on this one
 would be greatly appreciated.

 James

 --
 gentoo-user@lists.gentoo.org mailing list



Yes, I've had this problem and I am sure many others did too...mktemp
was a seperate package, but is now included in coreutils. All you have
to do is emerge -C mktemp and then update to the new version of
coreutils. I've done this on at least 3 comps, so it should work for
you with no problems for you.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: Ati or Nvida

2008-06-23 Thread Andrey Falko
I'm not sure if this was linked to this thread before, but here is an
aritcle that gives points to AMD:
http://www.phoronix.com/scan.php?page=articleitem=amd_evolutionnum=1

As far as I understand AMD has given up good, out-of-the-box support
for the latest teraFLOP gpu.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] vmware problem

2008-06-12 Thread Andrey Falko
On Thu, Jun 12, 2008 at 7:41 AM, David Relson [EMAIL PROTECTED] wrote:
 On Thu, 12 Jun 2008 01:42:50 -0400
 Andrey Falko wrote:

 ...[snip]...

 
  Attempted to upgrade vmware-modules from 1.0.0.15-r1 to
  1.0.0.17-r1 and found it blocked by vmware-server-1.0.5.80187:
 
 emerge --oneshot vmware-modules
   Calculating dependencies... done!
   [ebuild U ] app-emulation/vmware-modules-1.0.0.17-r1
  [1.0.0.15-r1] [blocks B ]
  =app-emulation/vmware-modules-1.0.0.16 (is blocking
  app-emulation/vmware-server-1.0.5.80187)
  You need to emerge -C =app-emulation/vmware-modules-1.0.0.16
  first...I think.
 Sorry, I meant vmware-modules-1.0.0.15-r1.
 
  It seems that the vmware-server ebuild only permits
  modules-1.0.0.15 ...
 
  Is any of this ringing any bells???
 
  Also, reading the google translation of the German posting, it
  seems to say there was a conflict with dual core and vmmon and
  (perhaps) disabling SMP, then building vmmon, then enabling SMP
  gave a working module. This is a guess and I've not yet tried it.

 OK.  I've removed all vmware builds.  emerge -C vmware-modules reports

   --- Couldn't find 'vmware-modules' to unmerge.

 and 'find /var/db/pkg/ -name *vmware*' doesn't find anything.

 Doing a new emerge -aDtqv vmware-server brings in:

  [ebuild  N] app-emulation/vmware-server-1.0.5.80187
  [ebuild  N]  app-emulation/vmware-modules-1.0.0.15-r1

 Then modprobe vmmon reports (as before):

FATAL: Error inserting vmmon
   (/lib/modules/2.6.25-gentoo-r4/misc/vmmon.ko): Invalid module format

 with /var/log/messages saying:

  Jun 12 07:26:15 osage vmmon: disagrees about version of symbol
  struct_module

 I've googled the above message and found this thread (from last night)
 and another thread in which the running kernel version didn't match the
 installed version of linux-headers.  I've running the 2.6.25-gentoo-r4
 kernel and have the same versions of linux-headers and gentoo-sources
 installed.

 Looking for more ideas as to what's wrong :-

 Regards,

 David
 --
 gentoo-user@lists.gentoo.org mailing list



Opps, it was my mistake. I have 1.0.0.17 installed with ~x86
workstation, server. According to vmware-server ebuild, only 1.0.0.15
will work with the latest vmware-server. I'd file a bug in
bugs.gentoo.org that vmware-server does not work for you with 2.6.25.
As a work around, try to use 2.6.24 kernel or earlier.

Sorry for my blunder.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Gentoo + Asus Eee

2008-06-11 Thread Andrey Falko
On Wed, Jun 11, 2008 at 1:47 PM, Grant [EMAIL PROTECTED] wrote:
 I'm thinking of buying the Asus Eee for my girlfriend for her
 birthday.  Has anyone put Linux on one of those?  It looks do-able:

 http://gentoo-wiki.com/Asus_Eee_PC_701

 but I'm wondering if anyone here has tried it.

 - Grant
 --
 gentoo-user@lists.gentoo.org mailing list


It comes with Xandros installed, so yes a lot of people have put Linux
on it including Asus :). I never installed Gentoo on an Eee, but I'm
confident that you'll be able to install it -- and get everything
working -- on there with less hassle than on some other laptops.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] vmware problem

2008-06-11 Thread Andrey Falko
On Wed, Jun 11, 2008 at 8:12 PM, David Relson [EMAIL PROTECTED] wrote:
 Greetings,

 I've got vmware-server installed on my AMD64x2 workstation with kernel
 2.6.25-gentoo-r4.  It used to work fine with kernel 2.6.22-gentoo-r9.

 My current versions are:

   vmware-server:  1.0.5.80187
   vmware-modules: 1.0.0.15-r1

 Today vmware won't start up.  It's complaining:

  vmware is installed, but it has not been (correctly) configured
  for this system. To (re-)configure it, invoke the following command:
  /opt/vmware/server/bin/vmware-config.pl.

 I've run vmware-config.pl and accepted the default answers to all
 questions -- the same thing I've done several times over the past
 year.  The run ends with the following messages:

 * Starting VMware services:  [ ok ]
 *   Virtual machine monitor  [ !! ]
 *   Virtual ethernet  [ !! ]
 *   Module vmnet is not loaded. Please verify that it is loaded
 before [ !! ]
 *   running this script.  [ !! ]

The configuration of VMware Server 1.0.5 build-80187 for Linux for
 this running kernel completed successfully.

 Given the module vmnet message, I've run emerge --oneshot
 vmware-modules and verified that /lib/modules/2.6.25-gentoo-r4/misc
 has new versions of vmmon.ko and vmnet.ko.  When I run modprobe
 vmnet, it reports:

FATAL: Error inserting vmnet
(/lib/modules/2.6.25-gentoo-r4/misc/vmnet.ko): Invalid module
format

 What detail am I missing about building vmnet.ko ??

 Thanks.

 David


 --
 David Relson   Osage Software Systems, Inc.
 [EMAIL PROTECTED]   Ann Arbor, MI 48103
 www.osagesoftware.com
 --
 gentoo-user@lists.gentoo.org mailing list



I have a hunch that vmware-modules-1.0.0.17 is too old for
kernel-2.6.25. See what happens if you do: modprobe --force vmnet

Perhaps you reconfigured something with your kernel that throws it
off. I can't read German too well, I think this guy got it working my
fixing his kernel config:
http://www.gentooforum.de/artikel/11913/gel-st-problem-nach-vmware-update.html
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] vmware problem

2008-06-11 Thread Andrey Falko
On Wed, Jun 11, 2008 at 11:57 PM, David Relson [EMAIL PROTECTED] wrote:
 On Thu, 12 Jun 2008 11:45:46 +0930
 Iain Buchanan wrote:

 Hi,

 On Wed, 2008-06-11 at 20:12 -0400, David Relson wrote:
  Greetings,
 
  I've got vmware-server installed on my AMD64x2 workstation with
  kernel 2.6.25-gentoo-r4.  It used to work fine with kernel
  2.6.22-gentoo-r9.
 
  My current versions are:
 
 vmware-server:  1.0.5.80187
 vmware-modules: 1.0.0.15-r1
 
  Today vmware won't start up.  It's complaining:
 
vmware is installed, but it has not been (correctly) configured
for this system. To (re-)configure it, invoke the following
  command: /opt/vmware/server/bin/vmware-config.pl.
 
  I've run vmware-config.pl and accepted the default answers to all
  questions -- the same thing I've done several times over the past
  year.  The run ends with the following messages:
 
   * Starting VMware services:  [ ok ]
   *   Virtual machine monitor  [ !! ]
   *   Virtual ethernet  [ !! ]
   *   Module vmnet is not loaded. Please verify that it is loaded
  before [ !! ]
   *   running this script.  [ !! ]
 
  The configuration of VMware Server 1.0.5 build-80187 for Linux
  for this running kernel completed successfully.
 
  Given the module vmnet message, I've run emerge --oneshot
  vmware-modules and verified that /lib/modules/2.6.25-gentoo-r4/misc
  has new versions of vmmon.ko and vmnet.ko.  When I run modprobe
  vmnet, it reports:
 
  FATAL: Error inserting vmnet
  (/lib/modules/2.6.25-gentoo-r4/misc/vmnet.ko): Invalid module
  format
 
  What detail am I missing about building vmnet.ko ??

 I have various vmware module problems, and there are a number of
 tweaks I try when I get to a brick wall:

 sometimes just `rm /etc/vmware/not_configured` is enough, but given
 you can't load it manually, maybe not!

 try both:
 /etc/init.d/vmware stop
 /etc/vmware/init.d/vmware stop
 and make sure all vm* modules are unloaded.

 run vmware-config, but say no to everthing.  Then start start the
 vmware init.d service, see if it works.  (don't run vmware).

 stop vmware, run vmware-config again, and then add in your options.
 Start the vmware service again... and cross your fingers :)

 There might also be some useful messages in dmesg, or syslog (can't
 remember where they go) about why the module isn't loading - perhaps
 there's a deprecated kernel option you have to compile in?


 /var/log/messages says:

   vmnet: disagrees about version of symbol struct_module

 So I upgraded linux-headers from 2.6.23-r3 to 2.6.25-r4, then emerged
 vmware-modules again, ran modprobe vmnet, and (again) got the above
 message

 Attempted to upgrade vmware-modules from 1.0.0.15-r1 to 1.0.0.17-r1 and
 found it blocked by vmware-server-1.0.5.80187:

emerge --oneshot vmware-modules
  Calculating dependencies... done!
  [ebuild U ] app-emulation/vmware-modules-1.0.0.17-r1 [1.0.0.15-r1]
  [blocks B ] =app-emulation/vmware-modules-1.0.0.16 (is blocking
 app-emulation/vmware-server-1.0.5.80187)
You need to emerge -C =app-emulation/vmware-modules-1.0.0.16 first...I think.

 It seems that the vmware-server ebuild only permits modules-1.0.0.15 ...

 Is any of this ringing any bells???

 Also, reading the google translation of the German posting, it seems to
 say there was a conflict with dual core and vmmon and (perhaps)
 disabling SMP, then building vmmon, then enabling SMP gave a working
 module. This is a guess and I've not yet tried it.

 Regards,

 David
 --
 gentoo-user@lists.gentoo.org mailing list


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] vmware problem

2008-06-11 Thread Andrey Falko
On Thu, Jun 12, 2008 at 1:41 AM, Andrey Falko [EMAIL PROTECTED] wrote:
 On Wed, Jun 11, 2008 at 11:57 PM, David Relson [EMAIL PROTECTED] wrote:
 On Thu, 12 Jun 2008 11:45:46 +0930
 Iain Buchanan wrote:

 Hi,

 On Wed, 2008-06-11 at 20:12 -0400, David Relson wrote:
  Greetings,
 
  I've got vmware-server installed on my AMD64x2 workstation with
  kernel 2.6.25-gentoo-r4.  It used to work fine with kernel
  2.6.22-gentoo-r9.
 
  My current versions are:
 
 vmware-server:  1.0.5.80187
 vmware-modules: 1.0.0.15-r1
 
  Today vmware won't start up.  It's complaining:
 
vmware is installed, but it has not been (correctly) configured
for this system. To (re-)configure it, invoke the following
  command: /opt/vmware/server/bin/vmware-config.pl.
 
  I've run vmware-config.pl and accepted the default answers to all
  questions -- the same thing I've done several times over the past
  year.  The run ends with the following messages:
 
   * Starting VMware services:  [ ok ]
   *   Virtual machine monitor  [ !! ]
   *   Virtual ethernet  [ !! ]
   *   Module vmnet is not loaded. Please verify that it is loaded
  before [ !! ]
   *   running this script.  [ !! ]
 
  The configuration of VMware Server 1.0.5 build-80187 for Linux
  for this running kernel completed successfully.
 
  Given the module vmnet message, I've run emerge --oneshot
  vmware-modules and verified that /lib/modules/2.6.25-gentoo-r4/misc
  has new versions of vmmon.ko and vmnet.ko.  When I run modprobe
  vmnet, it reports:
 
  FATAL: Error inserting vmnet
  (/lib/modules/2.6.25-gentoo-r4/misc/vmnet.ko): Invalid module
  format
 
  What detail am I missing about building vmnet.ko ??

 I have various vmware module problems, and there are a number of
 tweaks I try when I get to a brick wall:

 sometimes just `rm /etc/vmware/not_configured` is enough, but given
 you can't load it manually, maybe not!

 try both:
 /etc/init.d/vmware stop
 /etc/vmware/init.d/vmware stop
 and make sure all vm* modules are unloaded.

 run vmware-config, but say no to everthing.  Then start start the
 vmware init.d service, see if it works.  (don't run vmware).

 stop vmware, run vmware-config again, and then add in your options.
 Start the vmware service again... and cross your fingers :)

 There might also be some useful messages in dmesg, or syslog (can't
 remember where they go) about why the module isn't loading - perhaps
 there's a deprecated kernel option you have to compile in?


 /var/log/messages says:

   vmnet: disagrees about version of symbol struct_module

 So I upgraded linux-headers from 2.6.23-r3 to 2.6.25-r4, then emerged
 vmware-modules again, ran modprobe vmnet, and (again) got the above
 message

 Attempted to upgrade vmware-modules from 1.0.0.15-r1 to 1.0.0.17-r1 and
 found it blocked by vmware-server-1.0.5.80187:

emerge --oneshot vmware-modules
  Calculating dependencies... done!
  [ebuild U ] app-emulation/vmware-modules-1.0.0.17-r1 [1.0.0.15-r1]
  [blocks B ] =app-emulation/vmware-modules-1.0.0.16 (is blocking
 app-emulation/vmware-server-1.0.5.80187)
 You need to emerge -C =app-emulation/vmware-modules-1.0.0.16 first...I think.
Sorry, I meant vmware-modules-1.0.0.15-r1.

 It seems that the vmware-server ebuild only permits modules-1.0.0.15 ...

 Is any of this ringing any bells???

 Also, reading the google translation of the German posting, it seems to
 say there was a conflict with dual core and vmmon and (perhaps)
 disabling SMP, then building vmmon, then enabling SMP gave a working
 module. This is a guess and I've not yet tried it.

 Regards,

 David
 --
 gentoo-user@lists.gentoo.org mailing list



-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Monitoring network bandwidth utilization

2008-06-01 Thread Andrey Falko
On Sun, Jun 1, 2008 at 12:28 PM, Dan Cowsill [EMAIL PROTECTED] wrote:
 Hi,

 Not too long ago, I set up a router powered by Gentoo Linux and old
 computer hardware.  So far, it has worked like a charm and I am quite
 pleased with my accomplishment.

 I am quite active in various BitTorrent communities, however my ISP
 doesn't take kindly to me eating all their precious bandwidth.  Up
 until now, I have been using a cheap little windows utility to monitor
 monthly bandwidth and warn me if I go above my ISP's maximum.
 However, this has become inaccurate due to my use of Windows network
 shares.  This machine now routinely records upload bandwidth in excess
 of 300 gigabytes per month, however I do not know which part of that
 is actually going to the interwebs.

 My question is this:  is there a utility in Portage that you could
 recommend that would monitor bandwidth on a specific network
 interface, send me monthly reports via email and warn me if I am using
 too much bandwidth?
I don't know about email reports, but have you check out this week's GMN? :

http://www.gentoo.org/news/en/gmn/20080526-newsletter.xml

 Thanks a bunch

 --
 Dan Cowsill
 --
 gentoo-user@lists.gentoo.org mailing list


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] hardware autodetection at boot

2008-05-29 Thread Andrey Falko
On Thu, May 29, 2008 at 9:18 AM, Pawel K [EMAIL PROTECTED] wrote:
 Hello
 How can I force Gentoo to detect hardware at boot time.
 Is it enough to compile the kernel with automatic module loading option ?
 or should I install additional tools e.g. kudzu ?

 thanks for help

udev and the automatic module loading option should be sufficient,
given that you have all of the proper modules compiled.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Need help with a regex

2008-05-24 Thread Andrey Falko
On Sat, May 24, 2008 at 11:22 AM, Robin Atwood
[EMAIL PROTECTED] wrote:
 Regexs are not my strong point! I am trying to get a list of service scripts
 that provide virtual services. Each such script contains a line like:

provide dns

 i.e. the line starts with one or more spaces, followed by the text provide,
 followed by one or more spaces and a single word. i have come up with:

 grep -e ^\s+provide\s+\w /etc/init.d

Right now you are saying: match one or more spaces in the begining
followed by provide followed by one or more spaces followed by *one*
word followed by one space and followed by /etc/init.d

I think you mean: grep -e ^\s+provide\s+\w+ /etc/init.d

 but, as usual, nothing is matched. What am I doing wrong?

 TIA
 -Robin












 --
 gentoo-user@lists.gentoo.org mailing list


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Need help with a regex

2008-05-24 Thread Andrey Falko
On Sat, May 24, 2008 at 11:32 AM, Andrey Falko [EMAIL PROTECTED] wrote:
 On Sat, May 24, 2008 at 11:22 AM, Robin Atwood
 [EMAIL PROTECTED] wrote:
 Regexs are not my strong point! I am trying to get a list of service scripts
 that provide virtual services. Each such script contains a line like:

provide dns

 i.e. the line starts with one or more spaces, followed by the text provide,
 followed by one or more spaces and a single word. i have come up with:

 grep -e ^\s+provide\s+\w /etc/init.d

 Right now you are saying: match one or more spaces in the begining
 followed by provide followed by one or more spaces followed by *one*
 word followed by one space and followed by /etc/init.d

 I think you mean: grep -e ^\s+provide\s+\w+ /etc/init.d

 but, as usual, nothing is matched. What am I doing wrong?

I see your mistake\w means alphanumeric character, not word.
 TIA
 -Robin












 --
 gentoo-user@lists.gentoo.org mailing list



-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] confused on join(1)

2008-05-24 Thread Andrey Falko
2008/5/24 Zhang Weiwu [EMAIL PROTECTED]:
 Dear all

 I am learning to use join to manage data processing easier. I got two
 data files, they should join on field No. 9.

 But such simple join doesn't work. The output of join is 0 bytes. Feel
 surprised I size down both file size to contain only two records. Still
 fail.

 $ join -t $'\t' -j 8 a b
 [no output]

 Expect:
 [output 2 rows]

 I attached my two test case, hope someone can guide me through this. It
 maybe very simple case but I had scratched my head half an hour now.

 2   365 江西省 吉安市 安福县 钱山乡 油市村村委会  360829202206
 36082920220629  岩下  201 刘丽霞 赵金根 9/18/2007   王桂刚 1 
   2   0   0   0   0   0   5   4   35  10  
 4   61  32  2   1 
   0   2   0   0   0   0   2   2   0   
 2   4.4 0   4   10  0   0   0   4   4 
   0.4 0   10  1   4   40  2   20  1   0   
 1   0   1   0   0   25  0   0   0   4 
   0   0   0   21002   3   0   0   1   
 1   5   0   0   0   0   0   2   0   0 
   2   1   1   0   0   1   0   0   0   
 10331   86000   0   0   86001446600 0   0 
   0   0   0   0   0   0   0   0   0   0   
 350 600 0   0   0   0   0   0   0   0 
   0   846 0   0   0   0   0   0   0   
 0   0   0   0   0   20  720 12  432 11.25 
   126 0   0   0   0   0   0   0   0   0   
 0   0   0   0   0   0   0   0   0   0 
   0   0   0   0   0   0   0   0   0   
 0   285 100 100 100 0   0   0   0 
   0   0   0   0   0   0   0   0   0   0   
 0   0   927962290   14000   100 0   
 50  0   300 600 125 288 370 126 0   0 
   50  0   320 0   100 0   0   0   150 0   
 250 20000   10000   200 500 600 250 
 550 200 800 0   100 200 10031   0   0   0 
   0   0   0   0   0   0   0   0   365 0   
 0   0   0   0   0   0   0   0   0   0 
   1   1   0   0   0   0   1   0   0   
 1   1   1   0   0   0   0   1   1   0 
   1   0   1   5   8   10  39343   刘丽霞
 3   379 江西省 吉安市 安福县 钱山乡 油市村村委会  360829202206
 36082920220601  垅上  101 刘丽霞 赵金根 9/18/2007   宁纪生 1 
   3   0   0   0   0   1   4   2   64  30  
 28  5   3   1 
   0   2   1   0   0   0   2   2   0   
 1   5.5 0.5 5   16  0   0   0   5   5 
   0.5 2   15  0   0   100 4   30  1   0   
 1   0   1   1   0   30  0   0   0   4 
   1   1   1   30002   3   0   0   4   
 1   4   0   0   0   0   0   2   1   1 
   1   0   0   0   0   0   0   0   0   
 15630   85000   500 0   80006895410020003200  
   125020000   0   0   0   0   0   0   0   
 450 900 150 300 0   0   0   0   0   0 
   0   2795115 140067  800 0   0   0   
 0   0   0   0   0   30  108018  680 28
   315 19  215 0   0   0   0   0   0   0   
 0   0   0   0   0   0   0   0   0   0 
   0   0   0   0   0   0   0   0   0   
 0   235 1000500 500 0   0   500 500   
   0   0   0   0   0   0   0   0   0   0   
 0   0   9300700012000   0   0   0   0 
   0   550 600 100 1000150 100 50  0   
 50  0   200 0   50  0   50  0   400 0 
   0   25000   800 0   200 500 800 400 0   
 0   600 0

Re: [gentoo-user] freepops plays up

2008-05-20 Thread Andrey Falko
On Tue, May 20, 2008 at 9:26 AM, Mick [EMAIL PROTECTED] wrote:
 This is probably simple enough to resolve:

 I updated lua recently to:

 [D] dev-lang/lua
  Installed versions:  5.1.3-r1(08:44:37 05/19/08)
 (readline -deprecated -static)

 Meanwhile, I am running freepops-0.2.5.  Since lua was updated freepops keels
 over with a lookup error for lua:
 
  $ freepopsd -v -s michael.users
 Tue May 20 11:09:27 2008 freepopsd: INTERNAL: freepops started with loglevel 1
 on a little endian machine.
 Tue May 20 11:09:27 2008 freepopsd: PID: Cannot create pid
 file /var/run/freepopsd.pid
 freepopsd: symbol lookup error: freepopsd: undefined symbol: luaL_openlib
 

 revdep-rebuild does not show anything.  Is it a bug?
You tried re-emerging freepops, right? If it works after you re-emerge
it, then there is bug with revdep-rebuild.
You tried it, then you've hit some sort of bug with linking.

So yes, its some sort of bug.
 --
 Regards,
 Mick

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Cant accept licence

2008-05-19 Thread Andrey Falko
On Sun, May 18, 2008 at 11:03 PM, W.Kenworthy [EMAIL PROTECTED] wrote:
 I am trying to install an older version of java (1_5_0_12) using an
 ebuild from the attic and am getting a problem accepting the licence.
 After displaying the licence, More ... is printed at the bottom of the
 screen as expected.  Pressing any and every key does move the cursor
 around the screen, but whatever is displaying the licence wont react so
 I cant accept it.  The downloaded java bin pkg does work as expected
 when I run it manually, so the problem must be portage I think.

 Is there a way to accept the licence?

Try setting ACCEPT_LICENSE=-* during install of java
(http://bugs.gentoo.org/show_bug.cgi?id=17367).
 BillK

 --
 gentoo-user@lists.gentoo.org mailing list


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Cant accept licence

2008-05-19 Thread Andrey Falko
On Mon, May 19, 2008 at 7:49 AM, W.Kenworthy [EMAIL PROTECTED] wrote:
 On Mon, 2008-05-19 at 07:14 -0400, Andrey Falko wrote:
 On Sun, May 18, 2008 at 11:03 PM, W.Kenworthy [EMAIL PROTECTED] wrote:
  I am trying to install an older version of java (1_5_0_12) using an
  ebuild from the attic and am getting a problem accepting the licence.
  After displaying the licence, More ... is printed at the bottom of the
  screen as expected.  Pressing any and every key does move the cursor
  around the screen, but whatever is displaying the licence wont react so
  I cant accept it.  The downloaded java bin pkg does work as expected
  when I run it manually, so the problem must be portage I think.
 
  Is there a way to accept the licence?
 
 Try setting ACCEPT_LICENSE=-* during install of java
 (http://bugs.gentoo.org/show_bug.cgi?id=17367).
 

 no luck.  That bug imples that ACCEPT_LICENCES isnt part of the current
 portage in any case.  My problem is that I cant accept the licence when
 emerging :(
Sorry about that I thought it was :(. Anyway, I'd edit the ebuild:

LICENSE=dlj-1.1, change the license to something else. Hopefully
this is the only thing you need to change.

 BillK


 --
 gentoo-user@lists.gentoo.org mailing list


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] opengl apps not running

2008-05-15 Thread Andrey Falko
On Thu, May 15, 2008 at 11:49 AM, Marzan, Richard non Unisys
[EMAIL PROTECTED] wrote:




 I'm having trouble running opengl apps like glxgears and tremulous. The
 nvidia kernel module is loaded and eselect reports that opengl is being
 handled by nvidia but still no opengl app runs. Glxgears complains about it
 being run in the wrong display.

You have nvidia in your xorg.conf right? What do you xorg settings look like?
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Nice level for X11

2008-05-13 Thread Andrey Falko
On Tue, May 13, 2008 at 3:50 PM, Abraham Gyorgy [EMAIL PROTECTED] wrote:
 Hello guys, in which configuration file can I set a nice level for X11?
 (this makes all graphical software run much faster, at least when I used
 Debian).

 Thanks in advance


If you run startx, I think you can do something like nice 5 startx
see man page for the correct command. If you use kdm, then you can
change the init script the use nice.this way is probably not the
easiest and fail-safe methods. Let see if any one knows if there is a
config setting for this somewhere.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Nice level for X11

2008-05-13 Thread Andrey Falko
On Tue, May 13, 2008 at 4:02 PM, Uwe Thiem [EMAIL PROTECTED] wrote:
 On Tuesday 13 May 2008, Abraham Gyorgy wrote:
   Hello guys, in which configuration file can I set a nice level for
   X11? (this makes all graphical software run much faster, at least
   when I used Debian).

  Nice factor for X makes graphical software run fater? I don't thinl
  so. Not at all.

Nice factor gives X priority, so if you are compiling something and
X's priority is high, you'll be using X as if nothing was being
compiled.
  Uwe

  --
  Ignorance killed the cat, sir, curiosity was framed!


 --
  gentoo-user@lists.gentoo.org mailing list


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Nice level for X11

2008-05-13 Thread Andrey Falko
On Tue, May 13, 2008 at 10:33 PM, Daniel Iliev [EMAIL PROTECTED] wrote:
 On Tue, 13 May 2008 21:50:24 +0200

 Abraham Gyorgy [EMAIL PROTECTED] wrote:



  Hello guys, in which configuration file can I set a nice level for
   X11? (this makes all graphical software run much faster, at least
   when I used Debian).
  
   Thanks in advance



  If I wanted to change the niceness of X, I'd do something like


  echo 'sleep 10  renice -n -10 `pidof X`'  /etc/conf.d/local.start



  P.S.

  I don't know if giving X a different nice level would bring any effect.


That would only give X higher niceness, not the apps the run under it,
so you won't see much benefit.


  --
  Best regards,
  Daniel


 --
  gentoo-user@lists.gentoo.org mailing list


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] [OT?] MTRR and PAT

2008-05-12 Thread Andrey Falko
On Mon, May 12, 2008 at 2:30 PM, pk [EMAIL PROTECTED] wrote:
 Andrey Falko wrote:

 Try 2.6.24, I'm afraid that your video might be too new for 2.6.23.

 Well, I think you have misunderstood my question(s). I may have been unclear
 as to what I would like to achieve... My goal is to see if my MTRR settings
 are ok or not; well, even better would be if I could understand the settings
 so that I can make a judgement myself if it's ok or not.

 The video (X) works fine as it is (not counting the occasional artifact in
 3D games).

Ahh I see. I don't know much about MTRR...all I know is that you can
adjust them via grub:
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1chap=10
. You probably read this already:
http://en.wikipedia.org/wiki/Memory_Type_Range_Registers


 Here are my comments your config:

 -In General Setup: Try choosing SLAB allocator.

 Well, I tried to live on the edge a little, trying it out... ;-)

 -Your Bus Options look good.
 -I'm 80% sure that you are not supposed to have /dev/agpgart enabled
 since you are using PCI-ExpressI have a PCI-Express system and I
 have it disabled. Actually, I don't have anything enabled under
 Graphic Support. Since you are using Radeon, I think you might need
 to enable Direct Rendering Manager, then choose Radeon.

 I run fglrx (AMD/Atis binary blob) and the ebuild complains if I don't have
 certain options set. This may have changed but I've used the same config for
 a while now (since around 2.6.13-14) on older systems (with AGP). I'm
 planning to migrate to radeonhd (or maybe the r300) driver when it has 3D
 support and has stabilised somewhat.

Yeh, I have Nvidia cards, so I guess ATI is different.
 I think I've found some more info on what I'm after:
 http://www.amd.com/gb-uk/Processors/TechnicalResources/0,,30_182_739_7044,00.html
 (the system programming manual).

 Thanks for your time, Andrey!
Your welcome :).

 Best regards

 Peter K
 --
 gentoo-user@lists.gentoo.org mailing list


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] [OT?] MTRR and PAT

2008-05-11 Thread Andrey Falko
On Sun, May 11, 2008 at 3:49 AM, pk [EMAIL PROTECTED] wrote:
 Hi,

 (Sorry if this is off-topic but I really don't know where to turn to...)

 Anyone with experience/knowledge about MTRR/PAT and who can tell me where to
 find information about these things so that I might see if there's a problem
 or not? I've tried google but in this case they're not my friend... :-(

 The MTRR of one of my machines look like this:
 reg00: base=0x (   0MB), size=2048MB: write-back, count=1
 reg01: base=0x8000 (2048MB), size=1024MB: write-back, count=1
 reg02: base=0xbff0 (3071MB), size=   1MB: uncachable, count=1
 reg03: base=0x1 (4096MB), size=1024MB: write-back, count=1

 The gfx card is a (pcie) Radeon HD3850 and the base address for the
 framebuffer is 0xd000 (64-bit, prefetchable) [size=256M]. It also has
 (what I believe is) registers at 0xf100 (64-bit, non-prefetchable)
 [size=64K].

 One of my other machines get's warnings about

 All the relevant info that comes up when I use google relates to AGP but I
 use PCIE, so is it still relevant? Also, are there other devices besides the
 graphics card that would benefit from having a correct MTRR setting?

 TIA,

 Peter K

What kernel version are you using? How are you compiling your kernel
(i.e. with genkernel or manually)? If you are manually compiling your
kernel, can you send us your .config file?
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] [OT?] MTRR and PAT

2008-05-11 Thread Andrey Falko
On Sun, May 11, 2008 at 4:15 AM, pk [EMAIL PROTECTED] wrote:
 Andrey Falko wrote:

 On Sun, May 11, 2008 at 3:49 AM, pk [EMAIL PROTECTED] wrote:

 What kernel version are you using? How are you compiling your kernel
 (i.e. with genkernel or manually)? If you are manually compiling your
 kernel, can you send us your .config file?

 gentoo-sources-2.6.23-r9, manually compiled.

Try 2.6.24, I'm afraid that your video might be too new for 2.6.23.
 Config file attached.


Here are my comments your config:

-In General Setup: Try choosing SLAB allocator.
-Your Bus Options look good.
-I'm 80% sure that you are not supposed to have /dev/agpgart enabled
since you are using PCI-ExpressI have a PCI-Express system and I
have it disabled. Actually, I don't have anything enabled under
Graphic Support. Since you are using Radeon, I think you might need
to enable Direct Rendering Manager, then choose Radeon.


 Thanks!

 Best regards

 Peter K

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] DVD Problems...

2008-05-10 Thread Andrey Falko
On Sat, May 10, 2008 at 5:16 PM, Benjamen R. Meyer [EMAIL PROTECTED] wrote:
 I recently got a couple seasons of Star Gate SG-1, and can read nearly all
 the DVDs except the 3rd DVD of Season 2, which under Kernel 2.6.24-gentoo-r4
 yielded the following error messags to dmesg:

 hdc: media error (bad sector): status=0x51 { DriveReady SeekComplete Error }
 hdc: media error (bad sector): error=0x30 { LastFailedSense=0x03 }
 ide: failed opcode was: unknown
 ATAPI device hdc:
  Error: Medium error -- (Sense key=0x03)
  (reserved error code) -- (asc=0x11, ascq=0x05)
  The failed Read 10 packet command was:
  28 00 00 00 47 c0 00 00 02 00 00 00 00 00 00 00 
 end_request: I/O error, dev hdc, sector 73472
 Buffer I/O error on device hdc, logical block 9184
 npviewer.bin[10182]: segfault at 4 rip f6febd54 rsp ff833c70 error 4
 hdc: packet command error: status=0x51 { DriveReady SeekComplete Error }
 hdc: packet command error: error=0x54 { AbortedCommand
 LastFailedSense=0x05 }
 ide: failed opcode was: unknown
 ATAPI device hdc:
  Error: Illegal request -- (Sense key=0x05)
  Invalid field in command packet -- (asc=0x24, ascq=0x00)
  The failed Read CD packet command was:
  be 00 00 00 00 96 00 00 01 58 00 00 00 00 00 00 
 typesconfig[18298]: segfault at 0 rip 4010eb rsp 7fffb31012b0 error 4
 typesconfig[18299]: segfault at 0 rip 4010a1 rsp 7fffb31012b0 error 6
 PCI: Setting latency timer of device :01:00.0 to 64
 NVRM: loading NVIDIA UNIX x86_64 Kernel Module  169.09  Fri Jan 11
 14:04:37 PST 2008
 cdrom: This disc doesn't have any tracks I recognize!

 First thing I did was verify it was a good disc by putting it in my Windows
 laptop I use for work and running WinDVD. It played just fine, so I know it
 has to be some part of the linux system not understanding the disk.

 Second thing I did was upgrade to the latest kernel - 2.6.24-gentoo-r7 -
 to see if that would solve the problem since it seemed like the DVD driver
 was not able to recognize the disk at all. It successfully got rid of the
 error from 'dmesg'; however, xine (0.99.5) is still unable to play the disk
 - complaining about not being able to load the plug-in for the MRL. Other
 DVDs from the same boxset (even the two discs after it) play just fine under
 both kernels. Also, I can't mount the disc.

 I also ran 'xine' with the verbose flag. You can find the output at
 http://www.geocities.com/bm_witness/gentoo/xinedvd.txt.gz
 (sorry, for some reason Yahoo/Geocities didn't want to accept a standard
 text file, so I had to gzip it.)

 I'm not afraid to do some kernel hacking to resolve this if someone would
 point me in the right direction to do so - or at least to providing some
 help to it.

 FYI: /dev/dvd points to hdc. Trying to open '/dev/hdc' yields the same
 results - though no information in the logs. :-

 I'd very much like to find a solution to this problem.

 Any help, tips, etc. would be very much appreciated.

 TIA,

 Ben
 --
 gentoo-user@lists.gentoo.org mailing list



It seems that a sector on the disk might be bad. Windows reads around
the sector somehow is my guess. I'm not very familiar with xine. I use
either mplayer or videolan (aka vlc). What I would try to do is, run
the disk without mounting it; just tell your program to read directly
from the device.I'm not sure if you are already doing this, if you
are try the reverse: mount then play the .VOB files.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] portage foomatic problem

2008-05-08 Thread Andrey Falko
On Thu, May 8, 2008 at 1:34 PM,  [EMAIL PROTECTED] wrote:

  isba alain # emerge -uD world
  returns the following:

  Calculating world dependencies /
  !!! Multiple versions within a single package slot have been
  !!! pulled into the dependency graph:

  net-print/foomatic-db-ppds:0

   ('installed', '/', 'net-print/foomatic-db-ppds-20060720', 'nomerge') pulled 
 in
  by
 ('installed', '/', 'net-print/foomatic-3.0.20060601', 'nomerge')

   ('ebuild', '/', 'net-print/foomatic-db-ppds-3.0.20060720', 'merge') pulled 
 in
  by
 ('installed', '/', 'net-print/cups-1.2.12-r8', 'nomerge')


  It may be possible to solve this problem by using package.mask to
  prevent one of those packages from being selected. However, it is also
  possible that conflicting dependencies exist such that they are
  impossible to satisfy simultaneously. If such a conflict exists in the
  dependencies of two different packages, then those packages can not be
  installed simultaneously.

  For more information, see MASKED PACKAGES section in the emerge man page
  or refer to the Gentoo Handbook.

  !!! Depgraph creation failed.

  What should I do? May I get rid of foomatic package without gettindg into
  trouble with cups?
  I guess I have to fill a bug report...

I would try the following first:

emerge -C foomatic-db-ppds
emerge -uD world

  --
  gentoo-user@lists.gentoo.org mailing list


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Really confusing situation

2008-04-11 Thread Andrey Falko
On Fri, Apr 11, 2008 at 12:05 PM, Michael Sullivan
[EMAIL PROTECTED] wrote:
 I do a daily emerge --sync and emerge -avuD world, but today when I did
  it, this came up:

  camille ~ # emerge -pvuD world

  These are the packages that would be merged, in order:

  Calculating world dependencies |
  !!! Multiple versions within a single package slot have been
  !!! pulled into the dependency graph:

  app-crypt/gnupg:0

   ('ebuild', '/', 'app-crypt/gnupg-1.4.7-r1', 'merge') pulled in by
 ('installed', '/', 'mail-client/squirrelmail-1.4.10a-r2', 'nomerge')

   ('ebuild', '/', 'app-crypt/gnupg-2.0.7-r1', 'merge') pulled in by
 ('installed', '/', 'app-crypt/gpgme-1.1.6', 'nomerge')
 ('installed', '/', 'kde-base/kdepim-3.5.8', 'nomerge')
 ('installed', '/', 'mail-filter/spamassassin-3.2.1-r1', 'nomerge')
 (and 2 more)


  It may be possible to solve this problem by using package.mask to
  prevent one of those packages from being selected. However, it is also
  possible that conflicting dependencies exist such that they are
  impossible to satisfy simultaneously. If such a conflict exists in the
  dependencies of two different packages, then those packages can not be
  installed simultaneously.

  For more information, see MASKED PACKAGES section in the emerge man page
  or refer to the Gentoo Handbook.

  ... done!
  [ebuild  N] app-crypt/gnupg-1.4.7-r1  USE=bzip2 nls readline usb
  zlib -bindist -curl -ecc -idea -ldap (-selinux) -smartcard -static
  LINGUAS=-ru 0 kB
  [ebuild  N] app-crypt/gnupg-2.0.7-r1  USE=bzip2 doc nls -ldap
  -openct -pcsc-lite (-selinux) -smartcard 0 kB

  Total: 2 packages (2 new), Size of downloads: 0 kB
  camille ~ # emerge -pvC app-crypt/gnupg

   These are the packages that would be unmerged:

  --- Couldn't find 'app-crypt/gnupg' to unmerge.

   No packages selected for removal by unmerge

  As you can see, gnupg is not installed, yet it is in the way, and emerge
  wants to install it.  Should I submit this as a bug?

  --
  gentoo-user@lists.gentoo.org mailing list



I had something like this before...do you have anything in you
package.keywords or package.mask ?
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] mounting disk image

2008-04-06 Thread Andrey Falko
On Sun, Apr 6, 2008 at 5:03 PM, pat [EMAIL PROTECTED] wrote:
 Hello,

  I have a question about mounting disk image as the disk. I have disk image
  which was created using:
  dd if=/dev/sda of=./file.iso
  and the sda contained two partitions sda1 and sda2. I know, that if I have
  only image of the sda1 I can mount it using loop device like
  #losetup /dev/loop0 file.iso
  #mount -t ... /dev/loop0 /mnt/tmp

  But, how to do it if the file structure is: sda - sda1, sda2? I need to get
  data from sda1 and sda2 :-|

  Thanks a lot for help.

  Pat
  --
  gentoo-user@lists.gentoo.org mailing list



I don't have time to test, but try something like this:

(from: http://lwn.net/Articles/110426/)

losetup /dev/loop0 file.iso
blockdev --rereadpt /dev/loop0
mount /dev/loop0p2 /mnt/temp (for p2 replace with other partition,
check ls /sys/block/loop0/dev)
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] mounting disk image

2008-04-06 Thread Andrey Falko
On Sun, Apr 6, 2008 at 6:07 PM, Alan McKinnon [EMAIL PROTECTED] wrote:
 On Sunday 06 April 2008, pat wrote:
   On Sun, 6 Apr 2008 23:16:54 +0200, Alan McKinnon wrote
  
On Sunday 06 April 2008, pat wrote:
 Hello,

 I have a question about mounting disk image as the disk. I have
 disk image which was created using:
 dd if=/dev/sda of=./file.iso
 and the sda contained two partitions sda1 and sda2. I know, that
 if I have only image of the sda1 I can mount it using loop device
 like #losetup /dev/loop0 file.iso
 #mount -t ... /dev/loop0 /mnt/tmp

 But, how to do it if the file structure is: sda - sda1, sda2? I
 need to get data from sda1 and sda2 :-|
   
losetup -o offset_value /dev/loopsomething
   
see man losetup
  

  Thanks. How to count the offset? And where can I get the partitions
   offsets?

  Is the original disk still intact? Then fdisk would tell you the offset



I'm pretty sure you can fdisk -l test.isomaybe not, but worth a
try if you don't have the original disk :).

  --
  Alan McKinnon
  alan dot mckinnon at gmail dot com

  --
  gentoo-user@lists.gentoo.org mailing list


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] rhythmbox plays silently

2008-03-25 Thread Andrey Falko
On Tue, Mar 25, 2008 at 3:40 PM, Michael Schmarck
[EMAIL PROTECTED] wrote:
 Good evening!

  I've got a problem with media-sound/rhythmbox-0.11.2-r1 on
  my new ~x86 system. When I play an MP3 file, I see that rb
  progresses and when I turn on visualization, I see the sound.
  But I hear nothing at all :/

  Any ideas about why that's so?

  The volume slider in rb is all the way up. Also all the sliders
  in the mixer are all up. And when I use a different player,
  like Amarok, VLC or MPlayer, I hear sound when I play the song
  that's silent in Rhythmbox. This happens with all the songs
  I tried.

  Well - what to do?

  Thanks,
  Michael

Do you play sound with something else before running rhythmbox? What
happens when you run rhythmbox after restarting alsa? Also does
rhythmbox use alsa or oss?
  --
  gentoo-user@lists.gentoo.org mailing list


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] AMD vs. Intel on Gentoo?

2008-03-22 Thread Andrey Falko
On Sat, Mar 22, 2008 at 2:09 PM, Grant [EMAIL PROTECTED] wrote:

 I had become an AMD guy, but I think I'm hearing that Intel is beating
  AMD in performance tests.  Plus my AMD64 X2 desktop should be much
  faster than my Intel laptop but is actually slower.  What do you guys
  think?
 
  - Grant
 
 Well the experience of a desktop or an application depends on more than
 just the processor. Nearly every part of a computer does its part. And
 then you have the software, what software you use, how it is build, what
 reqirements this software has on other software and hardware and so on.
 Does it uses the FPU or is it heavy on the ALU. How much IO is used and
 how much can the system provide.
 But if you believe the average hardwaremagazine, intel is a step ahead
 right now.

 Norman
  
When Intel finally implements HyperTransport (I think it's planned for
the next generation), AMD will loose their last bastion performance
wise ... what a pity.

  It is a pity.  When did AMD's overall advantage disappear?

  - Grant

When Intel came out with its Core Two Duo CPUs, and *really* when
Intel came out with Quad Cores before AMD.

 --
  gentoo-user@lists.gentoo.org mailing list


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Gentoo router: Conntrack table full

2008-03-22 Thread Andrey Falko
On Sat, Mar 22, 2008 at 11:16 PM, Dan Cowsill [EMAIL PROTECTED] wrote:
 Hi folks,

  Today I had some really serious problems with my Gentoo router.  I
  could ping it, and all the network connections were in place and
  functional, but no outside access.  I looked into it and found that
  the syslog was flooded with this:


  Mar 22 21:25:55 localhost kernel: nf_conntrack: table full, dropping packet.
  Mar 22 21:26:00 localhost kernel: printk: 11 messages suppressed.
  Mar 22 21:26:00 localhost kernel: nf_conntrack: table full, dropping packet.
  Mar 22 21:26:05 localhost kernel: printk: 16 messages suppressed.


  These messages spanned a full 20 hours of the log.  I understand that
  conntrack is the connection tracking system that iptables uses.  I
  also understand that its maximum is something on the order of 65000
  simultaneous connections.  For a simple home network, I think we can
  agree that I would probably never approach this number of connections
  with normal use.

  So my question is this:  what could have caused the router's
  connection tracker to overflow?
  --
  Dan Cowsill
  http://www.danthehat.net
  --
  gentoo-user@lists.gentoo.org mailing list



What type of 'net services do you run between your home network and
the outside? Is there a possibility that someone out have put a denial
of service attack on you?
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Bizarre SSH connection reset

2008-03-09 Thread Andrey Falko
   Are you using the same NIC on the laptop?  If yes, then the issue could be
   related to your router configuration., but my money is on your keepalive
   settings.  See if my suggestions above help.

  Thanks.  I'll give it a shot.

  -Collin

Something to try if the above does not worka long shot if it
works, but you can try setting the server to listen on another port,
like .
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Gentoo Brainstorm?

2008-03-07 Thread Andrey Falko
On Fri, Mar 7, 2008 at 12:21 PM, Jerry McBride [EMAIL PROTECTED] wrote:

 On Friday 07 March 2008 10:52:09 am Daniel Beecham wrote:
   On 3/5/08, Rodrigo Lazo [EMAIL PROTECTED] wrote:
Hi,
   
Have you seen ubuntu brainstorm?
   
http://brainstorm.ubuntu.com/
   
What do you think? Personally I believe is a very good idea and may be
worth copying.
   
Regards
   
--
   
Rodrigo Lazo (rlazo)
   
--
gentoo-user@lists.gentoo.org mailing list
  
   I too think this is a good idea.
   I'll be happy to help out on this one.
  
   Btw, this is my first mail to this mailinglist - hi!

  Welcome Daniel!

  The BrainStorm idea is a good one, but it closely resembles the gentoo forums
  and perhaps a bit like the gentoo wiki too... Heck... if you squint a bit and
  don't look real close, brainstorm looks a bit like the gentoo bugs site too.

  Probably a good place for this to land is in the wiki... Call it my wish
  list (sorry) or something else though. Also, if  the gentoo version closely
  copies the Ubunt BrainStorm, it desperately needs a better indexing method,
  other than offering pages and pages of unknown topics that you must page
  through to find something useful...

  Cheers All!

Thats why I think it might be a good GSoC projectcreate the
ultimate brainstorm interface with searching, sorting, voting, and
much more.









  --


  From the Desk of: Jerome D. McBride
  --


 gentoo-user@lists.gentoo.org mailing list


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: Gentoo Brainstorm?

2008-03-06 Thread Andrey Falko
On Thu, Mar 6, 2008 at 5:31 PM, Arturo 'Buanzo' Busleiman
[EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA512


 Rodrigo Lazo wrote:
  | Seems like Gentoo brainstorm won't happen
  |
  | http://bugs.gentoo.org/show_bug.cgi?id=212527

  Doesn't sound like a Gentoo as a whole answer to me. The community is 
 Gentoo. Gentoo is the community.

  I've re-opened the bug. All people that think this is necessary, or not [of 
 course], GO THERE AND
  MAKE A COMMENT.



I am of the opinion that opening a bug is not the right way to go
about this. First, it is not critical. And second someone who really
wants the brainstorm should code  up the infrastructure and then maybe
open a bug to get their work into Gentoo.

I have already suggested to a friend to submit a GSoC proposal to
implement a Gentoo version of brainstorm.



  - --
  Arturo Buanzo Busleiman
  Reliable inter-continental Mail Relay Service - Ask me!
  Independent Security Consultant - SANS - OISSG
  http://www.buanzo.com.ar/pro/
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.6 (GNU/Linux)
  Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

  iD8DBQFH0HC9AlpOsGhXcE0RClSfAJ9YHyyh8HNDUdTk8yeUWljQjB6Y8ACaAlV5
  5fTNXl8cgSFdCnYccbk9fDs=
  =2poe
  -END PGP SIGNATURE-


 --
  gentoo-user@lists.gentoo.org mailing list


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Laptop: Thinkpad T43: Disks Very Slow Under Load, Were Fast in the Past

2008-03-06 Thread Andrey Falko
On Thu, Mar 6, 2008 at 10:38 PM, fire-eyes [EMAIL PROTECTED] wrote:
 Hello,

  I'm running gentoo on an IBM Thinkpad T43. In the past, disk access was
  fine under load (CPU or disk). These days, the disk becomes painfully
  slow under moderate to high CPU usage (such as compiling) or copying
  more than a few MB. GUI's become almost totally unresponsive and at
  times I have to down the system hard.

  So it seems it's some sort of a change in kernels compared to the past.
  I have always run a vanilla kernel, manually configured and installed.
  Right now I am running 2.6.24.3.

  The system uses an SATA disk drive.

  Here is the boot line in grub.conf:
  kernel /boot/vmlinuz-stable root=/dev/sda4 rw hdc=noprobe
  acpi_sleep=s3_bios panic=5 elevator=cfq nmi_watchdog=0

  /boot/vmlinuz-stable being a symlink to the kernel I consider stable
  within /boot/. I also have vmlinuz-last called by another grub entry if
  I need it.

  Here is my kernel config: http://fire-eyes.org/t/config-2.6.24.3.txt
  (may disappear in the future)

  I am looking for feedback into what may be causing this mess. It makes
  for a very frustrating time using this laptop.

What is the version of the kernel where you did not have issues?
2.6.24 and 23 have a new CPU scheduler (CFS), which should work
better than the old one. It is possible that the new scheduler does
not suit your needs.

Tell us the kernel version that work well for you, and we'll if it
might be a regression of CFS in 24 or a possible weakness of CFS.
  Thank you!
  --
  gentoo-user@lists.gentoo.org mailing list


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Gentoo Brainstorm?

2008-03-05 Thread Andrey Falko
On Wed, Mar 5, 2008 at 2:50 PM, Rodrigo Lazo [EMAIL PROTECTED] wrote:

  Hi,

  Have you seen ubuntu brainstorm?

  http://brainstorm.ubuntu.com/

  What do you think? Personally I believe is a very good idea and may be
  worth copying.

  Regards

  --

  Rodrigo Lazo (rlazo)
  --
  gentoo-user@lists.gentoo.org mailing list



Wow. I really like the idea. Maybe a Summer of Code project?
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Problem with FONTS under X

2008-03-04 Thread Andrey Falko
On Tue, Mar 4, 2008 at 11:12 AM,  [EMAIL PROTECTED] wrote:
 Hi!

  I have problem with fonts under gentoo. After 2 days of installing new 
 system i found, that applications like KDE:4 and FIREFOX don't show text - 
 menus, icons labels or web pages don't have nothing but peace of lines (I 
 think that lines are CTRL+Key underlines). I provide with this message 
 screenshot. Please help, Today I again recompiled whole system.

  Greets, Mateusz M.

Have you tried revdep-rebuid? If you do not have that command, emerge gentoolkit

Let us know what happens
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] F77 Provided through /etc/portage/env/*

2008-02-22 Thread Andrey Falko
On Fri, Feb 22, 2008 at 3:56 AM,  [EMAIL PROTECTED] wrote:

  Hi all!

  I have a little nasty problem. I am using a couple of fortran progs and not
  all are happy with ifort but some benefit allot of its use. As I am lazy
  and dont want to change my make.conf all the time I provided the F77, FC
  and FLAGS for those packages which support ifort through
  /etc/portage/env/categorie/package. This worked for a long time, but
  now some thing has changed and I dont know what. The variables are still
  passed to the emerge but the F77 and FC isnt used by emake any more. See
  following example: ifort is chosen by the fortran.eclass and configure uses
  it as well. But in the make part only the ifort spezific FFLAGS are use
  together with gfortran.

What version of portage is this? emerge --info? It is possible that
there might be a regression between portage versions. If you've
updated portage recently, try downgrading by masking the current
version in /etc/portage/package.mask.

   Emerging (1 of 1) sci-chemistry/shelx-20060317 to /
   * shelx-20060317.tgz RMD160 SHA1 SHA256 size ;-) ...
   [ ok ]
   * checking ebuild checksums ;-) ...
   [ ok ]
   * checking auxfile checksums ;-) ...
   [ ok ]
   * checking miscfile checksums ;-) ...
   [ ok ]
   * checking shelx-20060317.tgz ;-) ...
   [ ok ]
   * You need one of these Fortran Compilers: ifc gfortran
   * Installed are:  ifort gfortran
   * Using ifort
   Unpacking source...
   Unpacking shelx-20060317.tgz to
  /var/tmp/portage/sci-chemistry/shelx-20060317/work
   * Applying 20060317-autotool.patch ...
   [ ok ]
   * Applying 20060317-gfortran.patch ...
   [ ok ]
   * Running eautoreconf in
  '/var/tmp/portage/sci-chemistry/shelx-20060317/work/unix' ...
   * Running aclocal ...
   [ ok ]
   * Running autoconf ...
   [ ok ]
   * Running automake --add-missing --copy --foreign ...
   [ ok ]
   Source unpacked.
   Compiling source in
  /var/tmp/portage/sci-chemistry/shelx-20060317/work/unix ...
  ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man
  --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
  --localstatedir=/var/lib FC=ifort --build=i686-pc-linux-gnu
  checking for a BSD-compatible install... /usr/bin/install -c
  checking whether build environment is sane... yes
  checking for a thread-safe mkdir -p... /bin/mkdir -p
  checking for gawk... gawk
  checking whether make sets $(MAKE)... yes
  checking for i686-pc-linux-gnu-gfortran... ifort
  checking for Fortran compiler default output file name... a.out
  checking whether the Fortran compiler works... yes
  checking whether we are cross compiling... no
  checking for suffix of executables...
  checking for suffix of object files... o
  checking whether we are using the GNU Fortran compiler... no
  checking whether ifort accepts -g... yes
  checking for i686-pc-linux-gnu-g77... no
  checking for i686-pc-linux-gnu-xlf... no
  checking for i686-pc-linux-gnu-f77... no
  checking for i686-pc-linux-gnu-frt... no
  checking for i686-pc-linux-gnu-pgf77... no
  checking for i686-pc-linux-gnu-cf77... no
  checking for i686-pc-linux-gnu-fort77... no
  checking for i686-pc-linux-gnu-fl32... no
  checking for i686-pc-linux-gnu-af77... no
  checking for i686-pc-linux-gnu-xlf90... no
  checking for i686-pc-linux-gnu-f90... no
  checking for i686-pc-linux-gnu-pgf90... no
  checking for i686-pc-linux-gnu-pghpf... no
  checking for i686-pc-linux-gnu-epcf90... no
  checking for i686-pc-linux-gnu-gfortran... i686-pc-linux-gnu-gfortran
  checking whether we are using the GNU Fortran 77 compiler... no
  checking whether i686-pc-linux-gnu-gfortran accepts -g... yes
  configure: creating ./config.status
  config.status: creating Makefile
  i686-pc-linux-gnu-gfortran  -O3 -march=prescott -openmp -parallel -c -o
  ciftab.o ciftab.f
  i686-pc-linux-gnu-gfortran: unrecognized option '-parallel'
  i686-pc-linux-gnu-gfortran  -O3 -march=prescott -openmp -parallel -c -o
  shelxa.o shelxa.f
  i686-pc-linux-gnu-gfortran  -O3 -march=prescott -openmp -parallel -c -o
  shelxc.o shelxc.f
  i686-pc-linux-gnu-gfortran: unrecognized option '-parallel'
  i686-pc-linux-gnu-gfortran  -O3 -march=prescott -openmp -parallel -c -o
  shelxd.o shelxd.f
  i686-pc-linux-gnu-gfortran: unrecognized option '-parallel'


  --
  gentoo-user@lists.gentoo.org mailing list


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] F77 Provided through /etc/portage/env/*

2008-02-22 Thread Andrey Falko
On Fri, Feb 22, 2008 at 1:25 PM, Justin [EMAIL PROTECTED] wrote:
 Andrey Falko schrieb:

  On Fri, Feb 22, 2008 at 3:56 AM,  [EMAIL PROTECTED] wrote:
  
Hi all!
  
I have a little nasty problem. I am using a couple of fortran progs and 
 not
all are happy with ifort but some benefit allot of its use. As I am lazy
and dont want to change my make.conf all the time I provided the F77, FC
and FLAGS for those packages which support ifort through
/etc/portage/env/categorie/package. This worked for a long time, but
now some thing has changed and I dont know what. The variables are still
passed to the emerge but the F77 and FC isnt used by emake any more. See
following example: ifort is chosen by the fortran.eclass and configure 
 uses
it as well. But in the make part only the ifort spezific FFLAGS are use
together with gfortran.
  
  
   What version of portage is this? emerge --info? It is possible that
   there might be a regression between portage versions. If you've
   updated portage recently, try downgrading by masking the current
   version in /etc/portage/package.mask.
  
  I tryed this first. The second thing I tried was downgrading bash but
  all that doesnt help.

You can try running emerge --debug, maybe that will hint the problem?

 
 Emerging (1 of 1) sci-chemistry/shelx-20060317 to /
 * shelx-20060317.tgz RMD160 SHA1 SHA256 size ;-) ...
 [ ok ]
 * checking ebuild checksums ;-) ...
 [ ok ]
 * checking auxfile checksums ;-) ...
 [ ok ]
 * checking miscfile checksums ;-) ...
 [ ok ]
 * checking shelx-20060317.tgz ;-) ...
 [ ok ]
 * You need one of these Fortran Compilers: ifc gfortran
 * Installed are:  ifort gfortran
 * Using ifort
 Unpacking source...
 Unpacking shelx-20060317.tgz to
/var/tmp/portage/sci-chemistry/shelx-20060317/work
 * Applying 20060317-autotool.patch ...
 [ ok ]
 * Applying 20060317-gfortran.patch ...
 [ ok ]
 * Running eautoreconf in
'/var/tmp/portage/sci-chemistry/shelx-20060317/work/unix' ...
 * Running aclocal ...
 [ ok ]
 * Running autoconf ...
 [ ok ]
 * Running automake --add-missing --copy --foreign ...
 [ ok ]
 Source unpacked.
 Compiling source in
/var/tmp/portage/sci-chemistry/shelx-20060317/work/unix ...
./configure --prefix=/usr --host=i686-pc-linux-gnu 
 --mandir=/usr/share/man
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
--localstatedir=/var/lib FC=ifort --build=i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-gfortran... ifort
checking for Fortran compiler default output file name... a.out
checking whether the Fortran compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU Fortran compiler... no
checking whether ifort accepts -g... yes
checking for i686-pc-linux-gnu-g77... no
checking for i686-pc-linux-gnu-xlf... no
checking for i686-pc-linux-gnu-f77... no
checking for i686-pc-linux-gnu-frt... no
checking for i686-pc-linux-gnu-pgf77... no
checking for i686-pc-linux-gnu-cf77... no
checking for i686-pc-linux-gnu-fort77... no
checking for i686-pc-linux-gnu-fl32... no
checking for i686-pc-linux-gnu-af77... no
checking for i686-pc-linux-gnu-xlf90... no
checking for i686-pc-linux-gnu-f90... no
checking for i686-pc-linux-gnu-pgf90... no
checking for i686-pc-linux-gnu-pghpf... no
checking for i686-pc-linux-gnu-epcf90... no
checking for i686-pc-linux-gnu-gfortran... i686-pc-linux-gnu-gfortran
checking whether we are using the GNU Fortran 77 compiler... no
checking whether i686-pc-linux-gnu-gfortran accepts -g... yes
configure: creating ./config.status
config.status: creating Makefile
i686-pc-linux-gnu-gfortran  -O3 -march=prescott -openmp -parallel -c -o
ciftab.o ciftab.f
i686-pc-linux-gnu-gfortran: unrecognized option '-parallel'
i686-pc-linux-gnu-gfortran  -O3 -march=prescott -openmp -parallel -c -o
shelxa.o shelxa.f
i686-pc-linux-gnu-gfortran  -O3 -march

Re: [gentoo-user] Horribly off-topic linux distro question...

2008-02-07 Thread Andrey Falko
On Feb 7, 2008 9:04 AM, Steve [EMAIL PROTECTED] wrote:
 In the context of online banking, where Windows of some flavour is the
 desktop OS, I see a substantial risk arising through spyware and/or
 viruses.  I suspect that a neat way to mitigate this would be to run an
 OS from a CD which offers nothing more fancy than a basic web-browser.

 Is there anything like this already available?

 --
 gentoo-user@lists.gentoo.org mailing list



Try Knoppix, it will have everything you need to do you online banking.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] More problems with Pidgin

2008-02-05 Thread Andrey Falko
On Feb 5, 2008 2:54 PM, Mick [EMAIL PROTECTED] wrote:
 I decided to move on from Gaim, since it is now masked.  So I emerged pidgin,
 backed up ~/.gaim, unmerged gaim and tried to launch pidgin . . .

 Hmm, it seems that I can launch /usr/bin/finch, that brings up an ncurses
 interface, but not pidgin.  There is no pidgin binary!  Have I missed out
 some necessary USE flag perhaps?

 $ pidgin
 -bash: pidgin: command not found

 # ls -la /usr/bin/pidgin
 ls: cannot access /usr/bin/pidgin: No such file or director

 # emerge -pDv pidgin

 These are the packages that would be merged, in order:

 Calculating dependencies... done!
 [ebuild   R   ] net-im/pidgin-2.2.1  USE=dbus gstreamer ncurses nls perl
 spell -bonjour -debug -doc -eds -gadu -gnutls -groupwise -gtk -meanwhile 
 -networkmanager -prediction -qq -sasl -silc -tcl -tk -zephyr
 0 kB

Maybe +gtk ?


 What does equery f pidgin say? (If you don't have equery, emerge gentoolkit).

 Total: 1 package (1 reinstall), Size of downloads: 0 kB
 --
 Regards,
 Mick

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] VIM Issue

2008-02-04 Thread Andrey Falko
On Feb 4, 2008 7:53 AM, keith [EMAIL PROTECTED] wrote:
 When I type for example vim test.cxx all it does is send it to the next
 line and just stays there blinking and nothing at all. I've recompiled
 it, still nothing. I've emerge -C vim. Then compiled it and it did
 nothing. Any idea what broke vim?

What happens when you press i? Based on what you describe; nothing
will happen; you remain in the bash shell. Try emerge gentoolkit 
revdep-rebuild
Also what version of vim?
 --
 gentoo-user@lists.gentoo.org mailing list


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] VIM Issue

2008-02-04 Thread Andrey Falko
On Feb 4, 2008 10:00 AM, keith [EMAIL PROTECTED] wrote:
 vim-7.1.213 and revdep-rebuild shown no breakage
Here somethings you can try:

ls -lah `which vim`  make sure the output is:
-rwxr-xr-x 1 root root 2.4M Nov 15 01:25 /usr/bin/vim

Find a vim binary somewhere, extract it, and see if it runs
correctly.

You have Gentoo default /etc/vim/vimrc? Do you have your own .vimrc?
If yes, delete the .vimrc file and try again.

Recompile with different USE flags. What does emerge -pv vim say?

You might want to contact vim devs.

 On Mon, 2008-02-04 at 08:46 -0500, Andrey Falko wrote:
  On Feb 4, 2008 7:53 AM, keith [EMAIL PROTECTED] wrote:
   When I type for example vim test.cxx all it does is send it to the next
   line and just stays there blinking and nothing at all. I've recompiled
   it, still nothing. I've emerge -C vim. Then compiled it and it did
   nothing. Any idea what broke vim?
  
  What happens when you press i? Based on what you describe; nothing
  will happen; you remain in the bash shell. Try emerge gentoolkit 
  revdep-rebuild
  Also what version of vim?
   --
   gentoo-user@lists.gentoo.org mailing list
  
  

 --

 gentoo-user@lists.gentoo.org mailing list


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] VIM Issue

2008-02-04 Thread Andrey Falko
On Feb 4, 2008 2:35 PM, keith [EMAIL PROTECTED] wrote:
 okay heres my use flags

 [ebuild   R   ] app-editors/vim-7.1.213  USE=acl bash-completion gpm
 nls perl python vim-pager vim-with-x -cscope -minimal -ruby 8,876 kB

Try ACCEPT_KEYWORDS=-vim-with-x emerge -1 vim (remove vim with x use flag).

 ls -lah 'which vim' returned no such file or directory

 whereis vim returns /usr/bin/vim /usr/share/vim

 I removed the /etc/vim/vimrc and still no luck.



 On Mon, 2008-02-04 at 14:04 -0500, Andrey Falko wrote:
  On Feb 4, 2008 10:00 AM, keith [EMAIL PROTECTED] wrote:
   vim-7.1.213 and revdep-rebuild shown no breakage
  Here somethings you can try:
 
  ls -lah `which vim`  make sure the output is:
  -rwxr-xr-x 1 root root 2.4M Nov 15 01:25 /usr/bin/vim
 
  Find a vim binary somewhere, extract it, and see if it runs
  correctly.
 
  You have Gentoo default /etc/vim/vimrc? Do you have your own .vimrc?
  If yes, delete the .vimrc file and try again.
 
  Recompile with different USE flags. What does emerge -pv vim say?
 
  You might want to contact vim devs.
  
   On Mon, 2008-02-04 at 08:46 -0500, Andrey Falko wrote:
On Feb 4, 2008 7:53 AM, keith [EMAIL PROTECTED] wrote:
 When I type for example vim test.cxx all it does is send it to the 
 next
 line and just stays there blinking and nothing at all. I've recompiled
 it, still nothing. I've emerge -C vim. Then compiled it and it did
 nothing. Any idea what broke vim?

What happens when you press i? Based on what you describe; nothing
will happen; you remain in the bash shell. Try emerge gentoolkit 
revdep-rebuild
Also what version of vim?
 --
 gentoo-user@lists.gentoo.org mailing list


  
   --
  
   gentoo-user@lists.gentoo.org mailing list
  
  

 --

 gentoo-user@lists.gentoo.org mailing list


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] VIM Issue

2008-02-04 Thread Andrey Falko
On Feb 4, 2008 8:59 PM, keith [EMAIL PROTECTED] wrote:
 okay sorry. Now this is what it shows.
 -rwxr-xr-x 1 root root 2.6M 2008-02-04 05:24 /usr/bin/vim

That looks good.I just realized I goofed on on telling how to
remove the vim with X use flag.do this:

USE=acl bash-completion gpm nls perl python -cscope -minimal -ruby
-vim-pager -vim-with-x emerge -1 vim

This will remerge vim with the same useflags I have.

 On Mon, 2008-02-04 at 15:19 -0800, Brian Marshall wrote:
  On Mon, 04 Feb 2008 13:35:42 -0600
  keith [EMAIL PROTECTED] wrote:
 
   okay heres my use flags
  
   [ebuild   R   ] app-editors/vim-7.1.213  USE=acl bash-completion gpm
   nls perl python vim-pager vim-with-x -cscope -minimal -ruby 8,876 kB
  
   ls -lah 'which vim' returned no such file or directory
  
  ' is not the same as `
 
 
Brian

 --

 gentoo-user@lists.gentoo.org mailing list


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] OT - Installing VMWare eval - Where are the rc0 directories?

2008-01-25 Thread Andrey Falko
On Jan 25, 2008 10:03 PM, Michael Sullivan [EMAIL PROTECTED] wrote:

 I'm trying to install the evaluation copy of vmware workstation 6 and
 the installer is asking me:

 What is the directory that contains the init directories (rc0.d/ to
 rc6.d/)?


/etc/init.d

are you using the ebuild??

If you want workstation 6.0:

echo app-emulation/vmware-workstation ~x86  /etc/portage/package.keywords
emerge vmware-workstation



 What's the answer to this?  AFAIK, these directories do not exist on
 Gentoo.  What should I do?  Do I need to create symlinks to somewhere
 in /etc?  Please advise...


 --
 gentoo-user@lists.gentoo.org mailing list




Re: [gentoo-user] switching CPU's -- what strange things do I need?

2008-01-25 Thread Andrey Falko
On Jan 25, 2008 12:44 PM, John covici [EMAIL PROTECTED] wrote:

 on Friday 01/25/2008 Andrey Falko([EMAIL PROTECTED]) wrote
   On Jan 25, 2008 10:00 AM, John covici [EMAIL PROTECTED] wrote:
  
Hi folks.  I right now have my CCFLAGS set to CFLAGS=-O2
-mtune=athlon-xp -pipe -- now I am getting one of those new Intel
e8400 CPU's and so I have two questions.
   
What should I change my CCFLAGS to -- and do I have to recompile the
whole system after this is done or what?
  
  
   I've done this before. I moved from an old Intel 3.06 Ghz to a new
 Athlon64
   4600+. I did *not* change flags before the move from system to system.
 After
   the move, however,  I  changed my -march flag (in your case -mtune,
 which is
   equivalent) and recompiled everything to have the change take effect.
  
   In your case, move the system from machine to machine, then change your
   -mtune to: -mtune=nocona (see
  
 http://gcc.gnu.org/onlinedocs/gcc-4.2.2/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options
 )
   . When you are done with that recompile everything: emerge -e world
  
 Thanks all -- I have a 32-bit profile, so I guess I will not be able
 to use ncona -- is this correct?

 No. nocona will not generate 64-bit code with a 32-bit profile. nocona is
more native to your cpu, but I am sure that you won't get much of a boost
using it over prescott.


 --
 Your life is like a penny.  You're going to lose it.  The question is:
 How do
 you spend it?

 John Covici
 [EMAIL PROTECTED]
 --
 gentoo-user@lists.gentoo.org mailing list




Re: [gentoo-user] switching CPU's -- what strange things do I need?

2008-01-25 Thread Andrey Falko
On Jan 25, 2008 10:00 AM, John covici [EMAIL PROTECTED] wrote:

 Hi folks.  I right now have my CCFLAGS set to CFLAGS=-O2
 -mtune=athlon-xp -pipe -- now I am getting one of those new Intel
 e8400 CPU's and so I have two questions.

 What should I change my CCFLAGS to -- and do I have to recompile the
 whole system after this is done or what?


I've done this before. I moved from an old Intel 3.06 Ghz to a new Athlon64
4600+. I did *not* change flags before the move from system to system. After
the move, however,  I  changed my -march flag (in your case -mtune, which is
equivalent) and recompiled everything to have the change take effect.

In your case, move the system from machine to machine, then change your
-mtune to: -mtune=nocona (see
http://gcc.gnu.org/onlinedocs/gcc-4.2.2/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options)
. When you are done with that recompile everything: emerge -e world



 Thanks in advance for any assistance.

 --
 Your life is like a penny.  You're going to lose it.  The question is:
 How do
 you spend it?

 John Covici
 [EMAIL PROTECTED]
 --
 gentoo-user@lists.gentoo.org mailing list




Re: Documentation about ebuilds (was: [Fwd: Re: [gentoo-user] Gentoo Rules])

2007-12-14 Thread Andrey Falko
On Dec 14, 2007 6:15 PM, b.n. [EMAIL PROTECTED] wrote:

 Randy Barlow ha scritto:
  7v5w7go9ub0o wrote:
  OTOH, the good news is that a newbie like me can install an outdated
  package (e.g. Vidalia); resolve dependencies; uninstall the portage
  version; download and compile the current version from the developer.
 
  If you know how to do those things, learning how to make the ebuild that
  does it isn't that much more to do.  Then, instead of just filing the
  bug report, you can submit an ebuild as a suggested fix with it and help
  out.  Linux works best when the users take part in it!
 
  P.S.  A good place to start in writing an e-build for a new version of a
  package is to use the ebuild for the old version ;)

 Can someone link a good tutorial for writing ebuilds?

 I know, there is the official Gentoo documentation, but last time I
 checked, I found it pretty technical and, even if holy bible as a
 reference, doesn't seem friendly for people who want to start hacking
 ebuilds.

 m.
 --
 [EMAIL PROTECTED] mailing list



Here is one place:
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml
Here is another one: http://devmanual.gentoo.org/
And yet another one: http://gentoo-wiki.com/HOWTO_Create_an_Updated_Ebuild

Use the one you like best. I personally like the second one.


Re: [gentoo-user] Kernel schedulers

2007-12-13 Thread Andrey Falko
On Dec 13, 2007 3:27 PM, Jason Carson [EMAIL PROTECTED] wrote:

 Greetings,

 Where in the kernel config (make menuconfig) do I find the choice for
 schedulers. The one I am currently using is Anticipatory. What is the
 newest and latest scheduler for 2.6.23?

 Regards,

 Jason Carson

 --
 [EMAIL PROTECTED] mailing list



You probably want to use CFQ as it is currently the fastest; find it here:
Enable the block layer  ---
   IO Schedulers  ---


Re: [gentoo-user] Kernel schedulers

2007-12-13 Thread Andrey Falko
On Dec 13, 2007 3:57 PM, Jason Carson [EMAIL PROTECTED] wrote:

 I was reading this article (http://lwn.net/Articles/114770/) which says...

The article is very old, take a look at this, newer one:
http://www.redhat.com/magazine/008jun05/features/schedulers/


 AS (Anticipatory Scheduler) still seems to be better for desktop systems
 and IDE disks

 ... I have a server, not a desktop system but am using an IDE disk so
 which scheduler is better for a server. Should I stay with anticipatory
 because I am using an IDE disk or switch to something else because my
 system is a server?


  071213 Jason Carson wrote:
  Where in 'make menuconfig' do I find the choice for schedulers.
  The one I am currently using is Anticipatory.
  What is the newest and latest scheduler for 2.6.23?
 
  Try '/sched', which will get you started  lead you to
  'Enable block layer - IO Schedulers - whatever you want'.
  '?' get you help on the options ...
 
  I seem to be using 'CFQ', which is apparently the default:
  my desktop system is performing admirably.
 
  --
  ,,
  SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
  ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
  TRANSIT`-O--O---'  University of Toronto
  --
  [EMAIL PROTECTED] mailing list
 
 


 --
 [EMAIL PROTECTED] mailing list




Re: [gentoo-user] Hardening a laptop for travel

2007-12-08 Thread Andrey Falko
On Dec 8, 2007 8:35 AM, Grant [EMAIL PROTECTED] wrote:

 I have shorewall set up on my router but I haven't set up anything
 security-wise for my laptop which normally sits behind the router.
 What should I be setting up on the laptop in preparation for traveling
 and connecting via a foreign network or even directly to the Internet?
  I don't run sshd on the laptop.  I would think shorewall, but am I
 forgetting anything?


At the very least I'd do the following with iptables:

iptables -P INPUT DROP
iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A FORWARD -i eth0 -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A OUTPUT -m state --state NEW,RELATED,ESTABLISHED -j ACCEPT

This will make sure that there are no incoming connects except those that
you
initiated.



 # rc-update -s
   alsasound | boot
bootmisc | boot
 checkfs | boot
   checkroot | boot
   clock | boot
 consolefont | boot
hald |  default
hostname | boot
 keymaps | boot
   local |  default nonetwork
  localmount | boot
 metalog |  default
 modules | boot
 net.eth0 |  default
  net.lo | boot
netmount |  default
  ntp-client |  default
ntpd |  default
   rmnologin | boot
 urandom | boot
  vixie-cron |  default
 xdm |  default
 xfs |  default

 - Grant
 --
 [EMAIL PROTECTED] mailing list




  1   2   >