Re: [gentoo-user] Why are gentoo people so in love with colorized output?!?

2007-04-06 Thread Graham Murray
W.Kenworthy [EMAIL PROTECTED] writes:

 What I would like to know is why less in a console does give colour
 syntax highlighting, but does NOT do so in any of the X terminals Ive
 tried ...

Or why when run in a console the output stays on the screen when you
exit less, thus allowing you to refer to it when typing the next
command, but in an X terminal it 'collapses' to just the command
prompt on exit. 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Why are gentoo people so in love with colorized output?!?

2007-04-06 Thread Neil Bothwick
Hello Graham Murray,

 Or why when run in a console the output stays on the screen when you
 exit less, thus allowing you to refer to it when typing the next
 command, but in an X terminal it 'collapses' to just the command
 prompt on exit. 

That one was enough to get me to switch from less to most, although that
has its limitations too :(


-- 
Neil Bothwick

Scrotum is a small planet near Uranus. True/False?


signature.asc
Description: PGP signature


Re: [gentoo-user] Why are gentoo people so in love with colorized output?!?

2007-04-06 Thread Benno Schulenberg
Graham Murray wrote:
 Or why when run in a console the output stays on the screen when
 you exit less, thus allowing you to refer to it when typing the
 next command, but in an X terminal it 'collapses' to just the
 command prompt on exit.

If you want the VT behaviour also in X, then alias less to 
'TERM=linux less'.  (There's probably a better way, but this works.)

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



Re: [gentoo-user] Why are gentoo people so in love with colorized output?!?

2007-04-06 Thread Paul Colquhoun
On Fri, 6 Apr 2007, Benno Schulenberg wrote:
 Graham Murray wrote:
  Or why when run in a console the output stays on the screen when
  you exit less, thus allowing you to refer to it when typing the
  next command, but in an X terminal it 'collapses' to just the
  command prompt on exit.
 
 If you want the VT behaviour also in X, then alias less to 
 'TERM=linux less'.  (There's probably a better way, but this works.)


'less -X' works when I try it.


-- 
Reverend Paul Colquhoun, ULC.http://andor.dropbear.id.au/~paulcol
 Asking for technical help in newsgroups?  Read this first:
http://catb.org/~esr/faqs/smart-questions.html#intro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] umask and sticky bit

2007-04-06 Thread Håkon Alstadheim
Jorge Almeida wrote:
 I would like the default permissions for directories created by a
 particular user to be 1775. Is there some way to achieve this? I think
 umask doesn't deal with the sticky bit.

umask is a MASK. The application suggests permissions on new files,
umask turns off the bits you do not want. I can not think of a fully
automatic solution to what you want to do.

-- 
Håkon Alstadheim / N-7510 Skatval / email:[EMAIL PROTECTED]
tlf: 74 82 60 27 mob: 47 35 39 38
http://alstadheim.priv.no/hakon/ 
spamtrap: [EMAIL PROTECTED] -- 1 hit  you are out

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Why are gentoo people so in love with colorized output?!?

2007-04-06 Thread Bo Ørsted Andresen
On Thursday 05 April 2007 19:07:33 Mick wrote:
  Not really. Just use --color=y if you want colors through a pipe.

 Hmm, neither less not cat give me color output.  Passing --color=y to
 either tells me things like:

--color=y was for emerge to enable colors through a pipe. less needs -R to 
show them.

-- 
Bo Andresen


pgpxr4fWqol8r.pgp
Description: PGP signature


[gentoo-user] Where can I find video4linux drivers for these devices?

2007-04-06 Thread Rui Shen
Hi all,

I have two devices currently doesn't work:

1. A USB webcam, no suitable driver matches its abcd:cdef
vedorid/productid pair.
  lsusb shows: Bus 003 Device 002: ID abcd:cdef


2. A USB TV tuner, though the kernel recognizes it and load em28xx
module, my xawtv just can't show any movie. And scantv can't open
/dev/vbi0 because Device or resource busy.

lsusb shows:
Bus 006 Device 003: ID eb1a:2820 eMPIA Technology, Inc.

udevinfo shows:
  looking at device '/class/video4linux/video0':
KERNEL==video0
SUBSYSTEM==video4linux
DRIVER==
ATTR{name}==em28xx#0 video
ATTR{dev}==81:0

  looking at device '/class/video4linux/vbi0':
KERNEL==vbi0
SUBSYSTEM==video4linux
DRIVER==
ATTR{name}==em28xx#0 vbi
ATTR{dev}==81:224

I hope there is somebody who's worked it out, or any ideas?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] The next step in AV

2007-04-06 Thread Håkon Alstadheim
Grant wrote:
 I currently have an HDTV hooked up to a desktop computer running
 Gentoo and xfce4, all controlled by a wireless keyboard/mouse from the
 couch.  It's awesome.  However, I think the next step is to control
 everything from a laptop on the couch.  There would be a normal xfce4
 desktop on the laptop, but you could issue certain commands to have
 video or audio played through the desktop connected to the TV across
 the room.

 How would you set this up?  Maybe the actual xfce4 session is being
 run on the desktop and the laptop uses VNC or NX to control that
 session?  Is there a way to have certain audio or video launched on
 the laptop via VNC or NX, but outputted by the desktop?

 - Grant
The easy way is to use a big cursor theme and just use your laptop as a
remote keyboard/mouse for your TV. (in addition to stuff like mythweb
and the like)

Do like so: (assuming tv runs on display :0, which it most likely does )
Get mythtv or whatever running by auto-login and startup script. Assume
that your tv is running as user tv, hostname tv. From your laptop:
ssh -Y [EMAIL PROTECTED], then x2x -to :0 -north. This makes the tv-screen 
look
like an extension of your laptop screen, situated above (north) of your
laptop. Now whenever you move your mouse up, out of the laptop screen,
your laptop keyboard and mouse controls the tv.

Some details:
You might need to run emerge x2x on your tv box first. Also look for
packages named something with cursor. Kde allows you to select cursor
theme easily once you have the themes installed.

The crusial bit to get your head around:
An X session runs on a display, named like :0 or localhost:10.0. The
default for a standard X session starts at :0, so your tv will most
likely be :0. Ssh forwarded displays, xvnc displays etc. will have other
values. Check out the DISPLAY environment variable. To be allowed to
write to a display you use the xauth system, usually by way of a file
name ~/.Xauthority, check man xauth. Just log in as the user owning
the display (as per the .Xauthority file) and issue export DISPLAY=:0
to make whatever apps you start show themselves on the tv rather than on
your laptop.

-- 
Håkon Alstadheim
spamtrap: [EMAIL PROTECTED] -- 1 hit  you are out


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Can't find eth0?

2007-04-06 Thread Chuanwen Wu

2007/4/5, Joost Roeleveld [EMAIL PROTECTED]:

 2007/4/4, Alexander Skwar [EMAIL PROTECTED]:
 Chuanwen Wu [EMAIL PROTECTED] wrote:


snip

  Or if I use eth3,what do I need to do to fix it?
  Cause after I changed eth0 to eth3 in cond.d/net and added eth3 to
  rc-update,when I boot up my machine,new error occur:
 
  Bringing up eth3
   default
   No load modules provide default (default-start)

 I doubt that this is related to the fact that the interface
 is called eth3 instead of eth0. On my machine, I also
 have no eth0, just a tg3.

 What do you have in /etc/conf.d/net?
 When I use eth3,my conf.d/net is:

 config_eth3=( 192.168.83.123 netmask 255.255.255.0 brd 192.168.83.255 )
 config_eth3=( default gw 192.168.83.254 )

Try changing that to:
config_eth3=( 192.168.83.123 netmask 255.255.255.0 brd 192.168.83.255 )
routes_eth3=( default gw 192.168.83.254 )

Thank you! I think I made a silly mistake!


That should solve your problem, for comparison, this is what I have in my
/etc/conf.d/net:
config_dmz2=( 10.1.4.11 netmask 255.255.255.0 broadcast 10.1.4.255 )
routes_dmz2=( default gw 10.1.4.1 )





Kind regards,

Joost Roeleveld

--
gentoo-user@gentoo.org mailing list



The problem is solved,now.
Thank you all!

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



[gentoo-user] Re: video capture

2007-04-06 Thread James
Matthew R. Lee gentoo at matthewlee.org writes:

 
 On Thursday 05 April 2007 16:37, Uwe Thiem wrote:
  On 05 April 2007, Matthew R. Lee wrote:
   I've been rumaging around on the internet for the last few hours, but I'm
   still confused ( a regular condition!)
   Here's my problem.  I have a video camera (ken-a-vision, 7000 series)
   which I can attached to my microscope which outputs a standard analog
   signal.  I want to capture this signal on my laptop and edit the video.
   What I need is a basic external video capture card that will work with
   linux. Any suggestions.  Sound and colour are irrelevant as the 'stars'
   of the videos are both dead and transparent
 
  Does the camera generate a normal TV signal (PAL, SECAM, NTSC,...)? If
  so, the WinTV-PVR150 will work.


Most likely it has a standard 'RCA' style connector, which should just 
connect up to the (yellow) rca connextor on your tv. Try that to see if
you get an image.  I do not know if Chile uses ntsc/pal/secam as it's
standard, but for for traditional tv monitors are usually one of those three.

 I assume so, the manual doesn't explicitly say so, but it says just connect 
 it 
 to a video recorder or tv and away you go

give it a whirl and let us know.


 A quick google and check of my usual computer suppliers here in Chile doesn't 
 bring up that card.  Does it belong to a generic type?  Will the average 
 TVtuner type card work along with video4linux ( I guess)?

The last time I purchased a plain old video (ntsc/pal) input card, I just
looked under '/usr/src/linux' until I found the dir with all of the video
stuffagemedia or video are keyword, I think.

One of the files actually listed all of the cards and showed which kernel
drivers covered which grouops of cards. Sorry, I do not remember more
specifically, besides those sorts of things get 're_arranged' under
the kernel and support for any gven card can be dropped or added, depending
on the politics at kerenel.org.


A quick parse reveals this dir:

/usr/src/linux/drivers/media/video 

Get use to looking at the source code files as the comments in the various
drivers are often wonderfully full of enlightenment. REMEMBER video on
linux is a 'work in progress'.


The bt8xx is an excellent dir to poke around in. Start with this file:

/usr/src/linux/drivers/media/video/bt8xx/bttv-cards.c 


hth,

James




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Why are gentoo people so in love with colorized output?!?

2007-04-06 Thread Mick
On Thursday 05 April 2007 20:07, Tony Stohne wrote:
 Mick said the following on 2007-04-05 19:07:
 | ...
 | Hmm, neither less not cat give me color output.  Passing --color=y to

 either

 | tells me things like:
 | ==
 | There is no color=y option (less --help for help)
 | ==
 |
 | I also tried --color but it's all still shown in black  white.  How

 do you

 | pipe a file and get it to show in color?  Am I missing something in
 | my .bashrc or elsewhere?

 To make less interpret color escape sequences, you need the -R option.
 export LESS=-R in your shell startup script and you-ll have it as
 default. Generally, you don't want to use less -r, which allows
 arbitrary control characters through to affect the terminal (which tend
 to create major garbage).

 Color is added via ANSI escape sequences, which don't work in all
 displays/terminals/consoles, but as an example: grep is smart enough to
 detect this and won't use color (even when specified) if you're sending
 the output via a pipeline. Otherwise, if you piped the output, eg to
 less, the ANSI escape sequences would send garbage to the screen.

 ~ If, on the other hand, that's really what you want to do (without the
 garbage), there's a workaround:

 use the --color=always to force it through and call less with the -R
 flag (which prints ALL RAW control characters). That way, the color
 codes will escape correctly and you'll page through screens of text with
 your matched patterns in full color:

 grep --color=always regexp the_file_you_want_to_wade_through | less -R

 That should do the trick :)

Thank you Tony,

That's good.  It shows the regexp in colour and makes it easy to find amidst 
the text.  However, what I had in mind was many different colours, like I can 
see e.g. in vim?  Is such a thing possible with cat or less?

BTW, I had alias less=less -r in my .bashrc, but changed to -R as suggested.

Happy Easter to All!
-- 
Regards,
Mick


pgpgyxGMzC2RU.pgp
Description: PGP signature


Re: [gentoo-user] Why are gentoo people so in love with colorized output?!?

2007-04-06 Thread Mick
On Friday 06 April 2007 12:06, Bo Ørsted Andresen wrote:

 --color=y was for emerge to enable colors through a pipe. less needs -R to
 show them.

I'm coming to the conclusion that something must be amiss in my set up because 
with or without -R, less shows black  white content only.

This is an extract of my .bashrc:

# /etc/skel/.bashrc:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/skel/.bashrc,v 1.8 
2003/02/28
 15:45:35 azarah Exp $

# This file is sourced by all *interactive* bash shells on startup.  This
# file *should generate no output* or it will break the scp and rcp commands.

# colors for ls, etc.
eval `dircolors -b /etc/DIR_COLORS`
alias d=ls --color
alias ls=ls --color=auto
alias ll=ls --color -l
alias cp=cp -iv
alias mv=mv -iv
alias rm=rm -iv
alias grep='grep --color=auto'
#alias less=less -R
alias diff=colordiff


Any ideas?
-- 
Regards,
Mick


pgpJD6YWiOBxP.pgp
Description: PGP signature


Re: [gentoo-user] video capture

2007-04-06 Thread ds

On 4/5/07, Matthew R. Lee [EMAIL PROTECTED] wrote:

On Thursday 05 April 2007 16:37, Uwe Thiem wrote:



 Does the camera generate a normal TV signal (PAL, SECAM, NTSC,...)? If
 so, the WinTV-PVR150 will work.

I assume so, the manual doesn't explicitly say so, but it says just connect it
to a video recorder or tv and away you go
A quick google and check of my usual computer suppliers here in Chile doesn't
bring up that card.  Does it belong to a generic type?  Will the average
TVtuner type card work along with video4linux ( I guess)?


My experience is that most video capture devices are used for Home
Theater PC's, I've found the most information on the MythTV website.
You can check out the documentation on hardware at this link:
http://www.mythtv.org/docs/mythtv-HOWTO-3.html#ss3.1

I use the Plextor ConvertX, you will find it mentioned under the USB
Capture Devices heading on the webpage above, with a link to the
website that has the open source linux driver.  This unit is nice
because all of the video encoding happens on the device, so I am able
to capture video with my ConvertX connected to a 400MHz Pentium 2
gentoo box.  Now the driver is available through portage.

See if you can get either the PX-M402U or the PX-TV402U in Chile.  I
do not think the PX-AV100U or the PX-TV100U will work with the open
source linux driver.

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



Re: [gentoo-user] Re: Why are gentoo people so in love with colorized output?!?

2007-04-06 Thread Mick
On Thursday 05 April 2007 19:36, Tony Stohne wrote:
 Tony Stohne said the following on 2007-04-05 20:26:
 ...

 | I think there is a third alternative to rgb.txt and ~/.Xdefaults.
 | bash DIRCOLORS is an option and it will affect ls.

 For clarification - dircolors ar not dependent of bash.
 It is supported in other shells as well, eg csh or bourne.

 The command

 dircolors -p

 should print out the default, ie compiled-in, colors and provides quite
 a bit of info on the possibilities. The output is actually a valid
 configuration.

It seems to print out the contents of /etc/DIR_COLORS.
-- 
Regards,
Mick


pgpNV9RENh7CT.pgp
Description: PGP signature


Re: [gentoo-user] Re: Why are gentoo people so in love with colorized output?!?

2007-04-06 Thread Mick
On Wednesday 04 April 2007 22:36, b.n. wrote:

 *slap on the forehead* Oh my god, now I understand it all. You are using
 a WHITE xterm background.

 The Gentoo colours make complete sense on a BLACK background. I do agree
 that they are insane on a white or otherwise light background.

 I was thinking you were quite mad :) ,however now I agree with your
 point (even if I don't agree with your ranting attitude: as repeated a
 TON of times, your options are 1)file bugs 2)become a gentoo dev 3)stop
 using Gentoo).

or, 4)switch to a black background?

What-ever floats you boat.
-- 
Regards,
Mick


pgptXZlBQJ8sA.pgp
Description: PGP signature


Re: [gentoo-user] Re-enable konqueror right click - Create New menus

2007-04-06 Thread Mick
On Wednesday 04 April 2007 09:57, Alan McKinnon wrote:

 Anyone know which config setting/package/feature enables the Create New
 sub menu in the konqueror pop-up menus? I recently trimmed my konqueror
 right down to remove cruft and now when I use it as a file manager,
 right-click - Create New is mostly empty. There's just an (empty) Link
 to Device sub-menu, and it's a hassle not having a Create New Folder
 function.

I am not sure if this is what you are after:

http://developer.kde.org/documentation/tutorials/dot/servicemenus.html

-- 
Regards,
Mick


pgpiP0aahj8Lh.pgp
Description: PGP signature


[gentoo-user] Re: revdep-rebuild wants to rebuild always dev-java/swt-3.2-r2

2007-04-06 Thread Marc Blumentritt

Alan McKinnon schrieb:

On Thursday 05 April 2007, Marc Blumentritt wrote:

Thanks for the answers, but to be honest, I still do not get, what
the problem is and how to solve it. Could someone explain me, what
goes wrong, if I use a binary package like sun-jdk?


The problem is that you can't recompile sun-jdk.

I think,the discussion went in the wrong direction. The problem is NOT, 
that sun-jdk depends upon some lib!


It is swt, that depends upon one lib of sun-jdk. As steated in my first 
post, I get this message from revdep-rebuild:


broken /usr/lib/libswt-awt-gtk-3232.so (requires  libjawt.so)

And then it wants to rebuild swt. Of course, I do not know, if swt is 
binary or source?


But if it is a source package, rebuilding should solve any dependency on 
binary libs, shouldn't it? An if it should, why does it not work on my 
system?


On the other hand, if it is a binary package, than I will post a bug 
report, like Neil suggested.


Or am I completly wrong and missed the point of Alan's explanation?

Marc


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Why are gentoo people so in love with colorized output?!?

2007-04-06 Thread Tony Stohne

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mick said the following on 2007-04-06 17:44:
| ...
| That's good.  It shows the regexp in colour and makes it easy to find
amidst
| the text.  However, what I had in mind was many different colours,
like I can
| see e.g. in vim?  Is such a thing possible with cat or less?
|

Not as far as I know, but maybe someone with more xpertise can enlighten
us on this.

//T
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (MingW32)

iD8DBQFGFpLHJDzv6DN+QUkRAmOkAJ9/ideH3UiJ7JJmyzESqDoXsphRsQCg/BsF
3Ant6J2Vk6docG2yX4if83w=
=D3dB
-END PGP SIGNATURE-
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Why are gentoo people so in love with colorized output?!?

2007-04-06 Thread Tony Stohne

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mick said the following on 2007-04-06 18:18:
|
| It seems to print out the contents of /etc/DIR_COLORS.
It does, ie it shows the DIR_COLORS config.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (MingW32)

iD8DBQFGFpM3JDzv6DN+QUkRAuj4AKCHJ15LzZqq+Omvqf22w8JetNC8iwCfXAsg
5HXvrSt+AsDMzJP1NDFl+Zg=
=u0y+
-END PGP SIGNATURE-
--
gentoo-user@gentoo.org mailing list



[gentoo-user] X locks up

2007-04-06 Thread Michael George
I have been having trouble with my system.  For some reason, I've only
noticed it recently, but nothing has been updated on the system.

What happens is that sometimes (amazingly frequently) when I have open
office running on my right screen and I click File, the displays will
freeze.  The system is still running, because I can get in from one of
my terminals.  I check and X is consuming 100% of one processor.

I can kill openoffice and ctwm (my window manager) reasily, but I have
to use -9 option to kill to get X to die.  Even after that, though, the
video and keyboard are still locked.  The only way I know of to get them
back is to restart the system.

IIRC, it only happens when OOo is on the right screen, but I can start
oowriter2, put it on the right screen, and click file and it won't
always lock things up.

System info:
openoffice-bin-2.1.0
xorg-x11-7.1
xorg-server-1.1.1-r4 (VIDEO_CARDS=mga, INPUT_DEVICES=keyboard mouse)
libXinerama-1.0.1
ctwm-3.7
Video card: Matrox G450
System starts up to a CLI login, not XDM

Anyone have any clue as to what is going on here?  Is there a way I can
release the hold on my keyboard and/or display so that I can just get to
the console so that I can reissue startx?

-- 
-M

There are 10 kinds of people in this world:
Those who can count in binary and those who cannot.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] dev-lang/lua emerge fails: Cannot find $EPATCH_SOURCE!

2007-04-06 Thread Grant Edwards
Any ideas on how to get lua to build?  I've googled for 
Cannot find $EPATCH_SOURCE! and for
get_version_component_range command not found, but didn't
find anything that seemed relevent.  I didn't see anything in
the bug database that looked like this either


--
# emerge -v dev-lang/lua

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

Calculating dependencies... done!
[ebuild U ] dev-lang/lua-5.1.1-r2 [5.0.2] USE=readline -static% 0 kB 

Total: 1 package (1 upgrade), Size of downloads: 0 kB


 Emerging (1 of 1) dev-lang/lua-5.1.1-r2 to /
 * lua-5.1.1.tar.gz RMD160 ;-) ...  
   [ ok ]
 * lua-5.1.1.tar.gz SHA1 ;-) ...
   [ ok ]
 * lua-5.1.1.tar.gz SHA256 ;-) ...  
   [ ok ]
 * lua-5.1.1.tar.gz size ;-) ...
   [ ok ]
 * checking ebuild checksums ;-) ...
   [ ok ]
 * checking auxfile checksums ;-) ...   
   [ ok ]
 * checking miscfile checksums ;-) ...  
   [ ok ]
 * checking lua-5.1.1.tar.gz ;-) ...
   [ ok ]
 Unpacking source...
/usr/portage/dev-lang/lua/lua-5.1.1-r2.ebuild: line 19: 
get_version_component_range: command not found
 Unpacking lua-5.1.1.tar.gz to /var/tmp/portage/dev-lang/lua-5.1.1-r2/work

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /usr/portage/dev-lang/lua/files/lua--make.patch
 *   ( lua--make.patch )


!!! ERROR: dev-lang/lua-5.1.1-r2 failed.
--


-- 
Grant Edwards   grante Yow!  I'll eat ANYTHING
  at   that's BRIGHT BLUE!!
   visi.com

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] It is Bugday time!!!

2007-04-06 Thread Alexander Færøy
Hi Guys,

It is once again time for our monthly Bugday event!

As usual you should pop up in #Gentoo-Bugs on Freenode and start fixing
various bugs or get some help from other users or developers with random
issues and such -- it is up to you!

Hope to see you tomorrow in #Gentoo-Bugs on Freenode!

Best regards,
Alexander

-- 
Alexander Færøy
Bugday Lead
Alpha/IA64/MIPS Architecture Teams
User Relations, Quality Assurance and Release Engineering


pgpCyPMhcQXYq.pgp
Description: PGP signature


[gentoo-user] More portage brokenness: x11-base/xorg-server won't build

2007-04-06 Thread Grant Edwards
Apparently I picked the wrong day to do an update.  First the
lua ebuild is broken, and now the xorg-server ebuild is broken:


 Emerging (1 of 12) x11-base/xorg-server-1.1.1-r5 to /
 * xorg-server-1.1.1.tar.bz2 RMD160 ;-) ... 
  [ ok ]
 * xorg-server-1.1.1.tar.bz2 SHA1 ;-) ...   
  [ ok ]
 * xorg-server-1.1.1.tar.bz2 SHA256 ;-) ... 
  [ ok ]
 * xorg-server-1.1.1.tar.bz2 size ;-) ...   
  [ ok ]
 * MesaLib-6.5.1.tar.bz2 RMD160 ;-) ... 
  [ ok ]
 * MesaLib-6.5.1.tar.bz2 SHA1 ;-) ...   
  [ ok ]
 * MesaLib-6.5.1.tar.bz2 SHA256 ;-) ... 
  [ ok ]
 * MesaLib-6.5.1.tar.bz2 size ;-) ...   
  [ ok ]
 * checking ebuild checksums ;-) ...
  [ ok ]
 * checking auxfile checksums ;-) ...   
  [ ok ]
 * checking miscfile checksums ;-) ...  
  [ !! ]

!!! Digest verification failed:
!!! /usr/portage/x11-base/xorg-server/ChangeLog
!!! Reason: Filesize does not match recorded size
!!! Got: 48387
!!! Expected: 48355


Time to give up and go home...

-- 
Grant Edwards   grante Yow!  ... I think I'm
  at   having an overnight
   visi.comsensation right now!!

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] dev-lang/lua emerge fails: Cannot find $EPATCH_SOURCE!

2007-04-06 Thread Neil Bothwick
Hello Grant Edwards,

  Unpacking source...  
 /usr/portage/dev-lang/lua/lua-5.1.1-r2.ebuild: line 19:
 get_version_component_range: command not found
  Unpacking lua-5.1.1.tar.gz
  to /var/tmp/portage/dev-lang/lua-5.1.1-r2/work  
 
  * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
  * 
  *   /usr/portage/dev-lang/lua/files/lua--make.patch
  *   ( lua--make.patch )

It looks like the ebuild should inherit versionator. You need to file a
bug report with this output.


-- 
Neil Bothwick

Never drink coffee that's been anywhere near a fish.


signature.asc
Description: PGP signature


[gentoo-user] ssh'ing livecd

2007-04-06 Thread maxim wexler
Hi group,

I want to copy some files from my gentoo box via eth0
to another box which has only livecd on it and a blank
hard drive. 

I can ssh to the gentoo box from the livecd but not
the other way. However, ping works OK from the gentoo
box.

Here's a sample of the output from the gentoo box:

localhost heathen # ssh [EMAIL PROTECTED]
ssh: connect to host 192.168.0.3 port 22: Connection
refused
localhost heathen # ssh [EMAIL PROTECTED]/24
ssh: 192.168.0.3/24: Name or service not known
localhost heathen # ssh 192.168.0.3
ssh: connect to host 192.168.0.3 port 22: Connection
refused

I've done this before. According to my notes ssh
192.168.0.3 is all that's required. What I am missing?

TIA

-mw


 

Now that's room service!  Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
http://farechase.yahoo.com/promo-generic-14795097
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ssh'ing livecd

2007-04-06 Thread deface
do you have ssh running on both machines? sshD is a service, must be
installed.

On Fri, 2007-04-06 at 17:55 -0700, maxim wexler wrote:

 Hi group,
 
 I want to copy some files from my gentoo box via eth0
 to another box which has only livecd on it and a blank
 hard drive. 
 
 I can ssh to the gentoo box from the livecd but not
 the other way. However, ping works OK from the gentoo
 box.
 
 Here's a sample of the output from the gentoo box:
 
 localhost heathen # ssh [EMAIL PROTECTED]
 ssh: connect to host 192.168.0.3 port 22: Connection
 refused
 localhost heathen # ssh [EMAIL PROTECTED]/24
 ssh: 192.168.0.3/24: Name or service not known
 localhost heathen # ssh 192.168.0.3
 ssh: connect to host 192.168.0.3 port 22: Connection
 refused
 
 I've done this before. According to my notes ssh
 192.168.0.3 is all that's required. What I am missing?
 
 TIA
 
 -mw
 
 
  
 
 Now that's room service!  Choose from over 150,000 hotels
 in 45,000 destinations on Yahoo! Travel to find your fit.
 http://farechase.yahoo.com/promo-generic-14795097


Re: [gentoo-user] More portage brokenness: x11-base/xorg-server won't build

2007-04-06 Thread Chuanwen Wu

Try another mirrors to update.

2007/4/7, Grant Edwards [EMAIL PROTECTED]:

Apparently I picked the wrong day to do an update.  First the
lua ebuild is broken, and now the xorg-server ebuild is broken:


 Emerging (1 of 12) x11-base/xorg-server-1.1.1-r5 to /
 * xorg-server-1.1.1.tar.bz2 RMD160 ;-) ...
 [ ok ]
 * xorg-server-1.1.1.tar.bz2 SHA1 ;-) ...
 [ ok ]
 * xorg-server-1.1.1.tar.bz2 SHA256 ;-) ...
 [ ok ]
 * xorg-server-1.1.1.tar.bz2 size ;-) ...
 [ ok ]
 * MesaLib-6.5.1.tar.bz2 RMD160 ;-) ...
 [ ok ]
 * MesaLib-6.5.1.tar.bz2 SHA1 ;-) ...
 [ ok ]
 * MesaLib-6.5.1.tar.bz2 SHA256 ;-) ...
 [ ok ]
 * MesaLib-6.5.1.tar.bz2 size ;-) ...
 [ ok ]
 * checking ebuild checksums ;-) ...
 [ ok ]
 * checking auxfile checksums ;-) ...
 [ ok ]
 * checking miscfile checksums ;-) ...
 [ !! ]

!!! Digest verification failed:
!!! /usr/portage/x11-base/xorg-server/ChangeLog
!!! Reason: Filesize does not match recorded size
!!! Got: 48387
!!! Expected: 48355


Time to give up and go home...

--
Grant Edwards   grante Yow!  ... I think I'm
  at   having an overnight
   visi.comsensation right now!!

--
gentoo-user@gentoo.org mailing list





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



Re: [gentoo-user] More portage brokenness: x11-base/xorg-server won't build

2007-04-06 Thread Fabio A Correa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I emerged it without problems...

Mirror: http://gentoo.mirrors.tds.net/gentoo
Rsync:  rsync://rsync.gentoo.org/gentoo-portage

Chuanwen Wu wrote:
 Try another mirrors to update.
 
 2007/4/7, Grant Edwards [EMAIL PROTECTED]:
 Apparently I picked the wrong day to do an update.  First the
 lua ebuild is broken, and now the xorg-server ebuild is broken:

 
  Emerging (1 of 12) x11-base/xorg-server-1.1.1-r5 to /
  * xorg-server-1.1.1.tar.bz2 RMD160 ;-) ...
  [ ok ]
  * xorg-server-1.1.1.tar.bz2 SHA1 ;-) ...
  [ ok ]
  * xorg-server-1.1.1.tar.bz2 SHA256 ;-) ...
  [ ok ]
  * xorg-server-1.1.1.tar.bz2 size ;-) ...
  [ ok ]
  * MesaLib-6.5.1.tar.bz2 RMD160 ;-) ...
  [ ok ]
  * MesaLib-6.5.1.tar.bz2 SHA1 ;-) ...
  [ ok ]
  * MesaLib-6.5.1.tar.bz2 SHA256 ;-) ...
  [ ok ]
  * MesaLib-6.5.1.tar.bz2 size ;-) ...
  [ ok ]
  * checking ebuild checksums ;-) ...
  [ ok ]
  * checking auxfile checksums ;-) ...
  [ ok ]
  * checking miscfile checksums ;-) ...
  [ !! ]

 !!! Digest verification failed:
 !!! /usr/portage/x11-base/xorg-server/ChangeLog
 !!! Reason: Filesize does not match recorded size
 !!! Got: 48387
 !!! Expected: 48355
 

 Time to give up and go home...

 -- 
 Grant Edwards   grante Yow!  ... I think I'm
   at   having an overnight
visi.comsensation right now!!

 -- 
 gentoo-user@gentoo.org mailing list


 
 


- --
Fabio A. Correa D.

Physics Dept, Universidad Nacional, Bogota, Colombia
[EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]
My webpage and OpenPGP key at http://facorread.150m.com
[EMAIL PROTECTED] is not working anymore!!!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGFwzwYOZCB4zf2uQRAgL3AJ9NstyOyspAMDkFGkgkHd3ysyI6ygCdH6dS
tAVrmM+6YLPzdsQSOf2LShE=
=y9rV
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: More portage brokenness: x11-base/xorg-server won't build

2007-04-06 Thread Grant Edwards
On 2007-04-07, Chuanwen Wu [EMAIL PROTECTED] wrote:

 Try another mirrors to update.

I updated several times, though I didn't check to see if it
picked a different mirror each time.

How do mirrors get broken?

-- 
Grant Edwards   grante Yow!  Is it NOUVELLE
  at   CUISINE when 3 olives are
   visi.comstruggling with a scallop
   in a plate of SAUCE MORNAY?

-- 
gentoo-user@gentoo.org mailing list