Re: [gentoo-user] ssl timeout when downloading file(s)

2007-10-26 Thread Florian Philipp

Eric W Phillips schrieb:
I have been trying to install firefox extensions and kept getting timeout 
errors.  I have since discovered that I am unable to download files over an 
ssl (https://) encrypted connection using Firefox or Konqueror.  I have not 
been able to find any help on this issue, where should I look in my system to 
resolve this.  I was able to install a Firefox extension from a local 
location that I downloaded with a different computer.


- Does wget work?

- Are gnutls and openssl installed?

- Did you use revdep-rebuild (part of gentoolkit)?

- Are you able to visit https sites? Are only downloads affected?
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Cross-compiling

2007-10-26 Thread Dan Farrell
On Thu, 25 Oct 2007 23:32:13 -0300
Davi [EMAIL PROTECTED] wrote:

 Em Qui 25 Out 2007, Iain Buchanan escreveu:
  On Sat, 2007-10-20 at 17:23 +0300, Stratos Psomadakis wrote:
   O/H Michael Sullivan έγραψε:
 [...]
   and of course start distccd in each partitipating pc...
 
  but after all that, some ebuilds don't let you use distcc because it
  seems to break them.  So don't expect it to work for everything.
 
 
 # FEATURES=-distcc emerge --ask --resume
 
   will be your friend... :-)
 

Another option is to nfs-mount the client's hard drive on the fast
box,  bind a portage tree into the filesystem, chroot  proceed to
emerge.  

Or you could build the whole filesystem on the server, and push changes
out to the client with rsync or some such thing.  I don't know how to
use rsync for this, but I believe it's what it's for.  

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] pam limits

2007-10-26 Thread Dan Farrell
On Thu, 25 Oct 2007 13:55:45 +0200
Etaoin Shrdlu [EMAIL PROTECTED] wrote:

 Why can't you specify the -g users when running useradd?
 -- 

guess: scripted?
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] pam limits

2007-10-26 Thread Etaoin Shrdlu
On Friday 26 October 2007, Dan Farrell wrote:

 On Thu, 25 Oct 2007 13:55:45 +0200

 Etaoin Shrdlu [EMAIL PROTECTED] wrote:
  Why can't you specify the -g users when running useradd?
  --

 guess: scripted?

And scripts can be changed, can't they?
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Online photo album software in Portage?

2007-10-26 Thread Remy Blank
Iain Buchanan wrote:
 On Fri, 2007-10-19 at 11:55 -0700, Grant wrote:
 Can anyone recommend a photo album package either in Portage or an
 overlay?  jalbum looks good but it doesn't seem to be in either:

 http://jalbum.net
 
 even though it's not in portage, I'd highly recommend you try it - I use
 it and it produces some fantastic looking albums!

I second that. There are ebuilds in b.g.o, though they probably aren't
up-to-date:

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

-- Remy



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Setting up a local portage/rsync mirror on OpenBSD

2007-10-26 Thread Florian Philipp

Samuel Baldwin schrieb:

I don't use OpenBSD but I can assure you that there is nothing special
about portage's usage of rsync. Every howto about rsync servers and BSD
should work. Just look into the script for settings like recursion and
compression.


Well, I mean't every gentoo one says emerge --sync, I was wondering
what commands I could run/throw into a script to grab exactly what I
want. Also, how would I get rsync to download/sync to a different
location (upstream syncing, not syncing with local clients), such as
/mnt/srv/portage/ or whatnot.


You can choose every directory you want. In fact, it's even better to
use another one so you don't need to exclude /usr/portage/distfiles and
/usr/portage/packages.


Awesome.

Thanks,


I've taken a look into /usr/bin/emerge. There I've found these default 
settings for rsync:


--recursive,# Recurse directories
--links,# Consider symlinks
--safe-links,   # Ignore links 
outside of tree

--perms,# Preserve permissions
--times,# Preserive mod times
--compress, # Compress the data 
transmitted
--force,# Force deletion on 
non-empty dirs
--whole-file,   # Don't do block 
transfers, only entire files
--delete,   # Delete files that 
aren't in the master tree
--delete-after, # Delete only after 
everything else is done
--stats,# Show final 
statistics about what was transfered
--timeout=+str(mytimeout), # IO 
timeout if not done in X seconds
--exclude=/distfiles,   # Exclude 
distfiles from consideration
--exclude=/local,   # Exclude 
local from consideration
--exclude=/packages,# Exclude 
packages  from consideration
--filter=H_**/files/digest-*, # 
Exclude manifest1 digests and delete on the receiving side



Using these options to sync to a gentoo rsync mirror should give you a 
very basic emerge --sync. Since you don't use portage on the BSD machine 
you don't need to update caches etc. However, you will still get an 
error when syncing your clients because you don't update the server 
timestamp.


Normally you can still sync by erasing the client's timestamp but I've 
only tested this with existing but outdated timestamps. I don't know how 
 emerge handles missing timestamps.


I'm no expert in portage, python or rsync so I can't guarantee you that 
what I tell you works.


By the way: Couldn't you just install portage on OpenBSD? Since it's 
just python code it should work and if you don't actually emerge 
something it shouldn't interfere with your normal package manager.
I think there is even official documentation how to reinstall portage 
manually without extracting a stage3.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ssl timeout when downloading file(s)

2007-10-26 Thread Eric Phillips
Florian Philipp wrote:
 Eric W Phillips schrieb:
 I have been trying to install firefox extensions and kept getting
 timeout errors.  I have since discovered that I am unable to download
 files over an ssl (https://) encrypted connection using Firefox or
 Konqueror.  I have not been able to find any help on this issue,
 where should I look in my system to resolve this.  I was able to
 install a Firefox extension from a local location that I downloaded
 with a different computer.

 - Does wget work?

 - Are gnutls and openssl installed?

 - Did you use revdep-rebuild (part of gentoolkit)?

 - Are you able to visit https sites? Are only downloads affected?
I have gnutls and openssl installed, and have run revdep-rebuild.  I am
able to visit https sites, only downloads are affected.  neither wget
nor ping will work.  wget returns unable to resolve name.  however my
other computer is able to resolve the same site just fine.


-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mplayer with libmp3lame

2007-10-26 Thread Pawel K
  MPlayer was compiled without libmp3lame support.
  -lameopts is not an MEncoder option

 Try to recompile it with lame use flag.

My mplayer-1.0_rc1_p20070824 doesn't have lame (or
similar) flag.

I use equery uses mplayer to retrieve the USE flag
settings.

thank You for help


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] smartctl strangeness

2007-10-26 Thread Eric Martin
On 10/26/07, maxim wexler [EMAIL PROTECTED] wrote:

  Since you didn't specify how you determined that it
  has only 131G,
  perhaps you should check with fdisk to see what the
  actual capacity
  is?
 

 The BIOS has 131G for the Samsung in a sub-menu for
 that drive: Maximum Capacity  [131071MB], fdisk sees
 the whole 160G.

 On my way to check the cable...to be cont'd.

 Could also be a bad controller (card or motherboard)




Re: [gentoo-user] new box: 2 small puzzles (1 solved)

2007-10-26 Thread Eric Martin
Another responder mentioned block sizes.  Yes, that mb the problem.

 I'm new to USB sticks  haven't formatted them in any way:
 they seem to have an existing file system on them,
 but mb it's Fat32, which seems likely to be inefficient.
 So are there any standard recommendations for formatting them ?
 Do I simply do 'mke2fs' (the HDDs are formatted with ReiserFS) ?
 How about block size ?  Thanks for the replies so far.


Sticks are usually formatted w/FAT16 as M$ is giving people a hard time
about FAT32 (which is even more inefficent.)


Re: [gentoo-user] ssl timeout when downloading file(s)

2007-10-26 Thread Willie Wong
On Fri, Oct 26, 2007 at 08:15:46AM -0600, Penguin Lover Eric Phillips squawked:
 I have gnutls and openssl installed, and have run revdep-rebuild.  I am
 able to visit https sites, only downloads are affected.  neither wget
 nor ping will work.  wget returns unable to resolve name.  however my
 other computer is able to resolve the same site just fine.
 

equery uses wget ? 

ping is irrelevant. It is the wrong layer for your problem. 
unless, of course, you just pinged the hostname (without the https://
part) and it couldn't resolve it; then the problem is either the site
is down or your DNS server is acting up.

W

-- 
Pintsize: When talking about the human experience, it all comes back
around to poopin' eventually.
Sortir en Pantoufles: up 322 days, 15:19
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Online photo album software in Portage?

2007-10-26 Thread Grant
  Can anyone recommend a photo album package either in Portage or an
  overlay?  jalbum looks good but it doesn't seem to be in either:
 
  http://jalbum.net
 
  even though it's not in portage, I'd highly recommend you try it - I use
  it and it produces some fantastic looking albums!

 I second that. There are ebuilds in b.g.o, though they probably aren't
 up-to-date:

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

It looks like jalbum makes it really easy to manage your photos too.
Does it handle video files?  Can you upload to your own server instead
of using their hosting?  Has anyone tried renaming the latest ebuild
in that bug for 7.3.1?

- Grant
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] pam limits

2007-10-26 Thread Dan Farrell
On Fri, 26 Oct 2007 09:55:04 +0200
Etaoin Shrdlu [EMAIL PROTECTED] wrote:

 On Friday 26 October 2007, Dan Farrell wrote:
 
  On Thu, 25 Oct 2007 13:55:45 +0200
 
  Etaoin Shrdlu [EMAIL PROTECTED] wrote:
   Why can't you specify the -g users when running useradd?
   --
 
  guess: scripted?
 
 And scripts can be changed, can't they?

With time.  With debugging.  And with pushing the changes out to who
knows how many hosts.  
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] compiz-fusion, emerald and xfce

2007-10-26 Thread Marc Blumentritt
Hi,

for some reason I do not get compiz-fusion running with xfce. I
installed from portage tree and not from xeffects overlay. I want to use
emerald as window decorator. Therefore I added in ccsm under window
decorations - command emerald --replace. Using compiz-start seems to
start compiz, but not emerald, since I do not get window frames. I also
tried a small start script:

#!/bin/bash
compiz --replace 
sleep 5
emerald --replace


This does not work, too!

Any ideas how to get xfce and compiz running together?

By the way, I was using compiz from the xeffects overlay, starting it
fusion-icon, which worked fine. But after upgrading to portage tree
compiz, there is no fusion-icon anymore.

Regards,
Marc

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Which Partition type does iPod Nano use

2007-10-26 Thread Eric Martin
On 10/12/07, Thufir [EMAIL PROTECTED] wrote:

 On Thu, 11 Oct 2007 20:16:12 +0200, Dan Johansson wrote:


  The Nano get recognized but not it's Partition type (it works OK on a
  Wintendo box). Someone know which partition type an iPod Nano uses?

 Doesn't Apple use HFS+?

 Depends on the machine you format it on.  If you formatted it on a mac,
 it's hfsplus.  If you formatted it on a windoze box it's fat32.  Also, there
 are two partitions (at least on fat32 ipods).  1 is a 35MB partition (I
 think for the database) and 2 is your stuff.



[gentoo-user] Question re desktop-file-utils

2007-10-26 Thread Anthony E. Caudel
On several emerges I see the message 

Install dev-util/desktop-file-utils, if you want to help to improve Gentoo.

Can't really tell what this package does but how does it help Gentoo?

Tony

-- 
Those who would give up essential Liberty, to purchase a little temporary 
Safety, deserve neither Liberty nor Safety.
   -- Benjamin Franklin

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] compiz-fusion, emerald and xfce

2007-10-26 Thread Daniel Pielmeier
Marc Blumentritt schrieb:
 Hi,
 
 for some reason I do not get compiz-fusion running with xfce. I
 installed from portage tree and not from xeffects overlay. I want to use
 emerald as window decorator. Therefore I added in ccsm under window
 decorations - command emerald --replace. Using compiz-start seems to
 start compiz, but not emerald, since I do not get window frames. I also
 tried a small start script:
 
 #!/bin/bash
 compiz --replace 
 sleep 5
 emerald --replace
 
 
 This does not work, too!
 
 Any ideas how to get xfce and compiz running together?
 
 By the way, I was using compiz from the xeffects overlay, starting it
 fusion-icon, which worked fine. But after upgrading to portage tree
 compiz, there is no fusion-icon anymore.
 
 Regards,
 Marc
 

I had the same problem with getting compiz-fusion to work under xfce and
the portage ebuilds. I never used the xeffects overlay for compiz-fusion
only for the old beryl.

I used this command:
compiz --loose-binding --replace ccp  emerald --replace 

A strange thing is that it only works when I execute it a few times. The
first time I had no window decorations!

Another thing is when I want to go back to the xfce window manager the
decorations vanished again, the mouse pointer too. I could only bring
them back by deleting a few config files in my home-directory.

Furthermore the dependency for libwnck was raised a few days ago which
resulted in pulling the unstable gtk+ glib and pango packages in.

This hosed all my apps requiring gtk which means nearly everything. I
downgraded but this did not help. I had to unmerge and then reemerge
glib to get things working again.

So I think I will leave my fingers from compiz-fusion until it is more
stable or anybody knows a solution to this problems!

Regards,

Daniel
-- 
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Networking Issue

2007-10-26 Thread Jonathan Haws
Here is the output of ifconfig -a:

crush jrhaws # ifconfig -a
eth0  Link encap:UNSPEC  HWaddr
00-11-06-66-F5-4A-25-9E-00-00-00-00-00-00-00-00
  BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

eth1  Link encap:Ethernet  HWaddr 00:90:F5:4A:25:9E
  inet addr:169.254.179.131  Bcast:169.254.255.255
Mask:255.255.0.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:38 errors:0 dropped:0 overruns:0 frame:0
  TX packets:147 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:3577 (3.4 Kb)  TX bytes:33354 (32.5 Kb)
  Interrupt:16 Base address:0x6c00

eth2  Link encap:Ethernet  HWaddr 00:12:F0:E1:47:19
  BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
  Interrupt:18 Base address:0xa000 Memory:b000-bfff

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

crush jrhaws # mii-tool

SIOCGMIIPHY on 'eth0' failed: Operation not supported
eth1: negotiated 100baseTx-FD flow-control, link ok
SIOCGMIIPHY on 'eth2' failed: Operation not supported

Eth0 is my firewire port.  Eth1 is the wired LAN (realtek) connection.
Mii-tool shows that the link is up, but I cannot get an IP address with
dhcp, nor does a static assignment work (using ifconfig or
/etc/conf.d/net).  What can I do?

I can't install ethtool since I cannot get online.  No wireless networks
are available where I am at.

Jonathan R. Haws
[EMAIL PROTECTED]
 
 
-Original Message-
From: Adam Carter [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 25, 2007 7:54 PM
To: gentoo-user@lists.gentoo.org
Subject: RE: [gentoo-user] Networking Issue

   Any ideas?  The /etc/conf.d/net file is very basic.  All is has is
   config_eth1=(dhcp) then the wireless stuff.  I could 
 get eth1 to work
   if I manually assigned an address, but now that doesn't 
 work either.
   Any help is appreciated.
  You're sure that the Ethernet card is eth1 and not eth0?
 
 
 You can test which card is plugged in by typing 'mii-tool' from the
 command line (or install it if it's not there already).

I think mii-tool will only work with some older drivers, and ethtool is
probably a better bet.

Lets start at the beginning - what is displayed when you run ifconfig
-a?
-- 
[EMAIL PROTECTED] mailing list
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mobo onboard Intel graphics: some progress

2007-10-26 Thread Philip Webb
071025 Daniel da Veiga wrote:
 On 10/25/07, Philip Webb [EMAIL PROTECTED] wrote:
 I've got X working on my new box with Fluxbox (KDE is more work).
 I used 'Xorg -configure' to create the basic  xorg.conf .
 It runs without any obvious problems, but there are  2  niggles:
 (1) the log file shows (EE) AIGLX: Screen0 is not DRI capable,
 tho' X refuses to start without the 'Load dri' line in  xorg.conf ;
 The binary Intel driver (i810) has 3D Acceleration,
 but AFAIK the opensource doesn't.
 (2) a big box appears in the middle of the screen
 Not optimum mode: recommended mode 1680x1050 60 Hz
  sits there for  c 1 min , despite otherwise problem-free operation.
 This is your monitor, not your computer.  The message is pretty clear,
 try setting the resolution like it tells you.  a Samsung, right?

Thanks for the very sensible suggestions (smile).
A day's investigation has brought some progress, but questions remain.

Part of the problem is the KVM switch which I am using
to allow me to develop  test the new box while running the current box:
when I bypass the KVM  plug the monitor cable directly into the new box,
the mode-error window disappears  the screen image is the correct size
(earlier the Fluxbox panel  console fonts were too small);
there has been another problem with horizontal syncing using the KVM,
so later I plan to exchange it as defective while the warrantly is valid.

However, restoring the previous set-up using the KVM for both machines,
I've been exploring the software side of the problems.
(1) I needed to install several pkgs to get the full 'xorg-x11':
most of them were installed by Stage 3, but not all (grimace).
(2) I checked the DRI User Guide at  dri.freedesktop.org 
(a rather out-of-date site, but the UG seems ok):
it told me to specify 'Driver i810' (as DdV said above too)
 so I enabled it in the kernel  then installed pkg 'xf86-video-i810'.
(3) This had the welcome side-effect of curing the mode-error window,
but left the display larger than the physical screen
(the Fluxbox panel  the fonts were now the proper size).
(4) DRI was still not being enabled  the X log reported
that [drm] failed to open kernel module i915,
which was what was causing it to mark the screen as incapable of DRI.
(5) I enabled 'i915' in the kernel, which resulted in a different log error:
AIGLX error: dlopen failed, reverting to software rendering;
it was looking for  /usr/lib64/dri/... , but that dir doesn't exist
(it isn't in lib32 either).
(6) Gentoo doesn't offer an 'i915' driver under 'x11-drivers',
but since googling showed it dates from 2004, I'm not sure what's going on.
(7) Glgears reports  721 fps  contrasted with  1230 fps  on this box,
which uses the Nvidia driver with a separate graphics card.

(5)  (6) suggest I may still need to install further pkgs.
Any suggestions continue to be very welcome.

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Disk ARchiver command line questions

2007-10-26 Thread Thufir
Disk ARchiver command line questions
From: Thufir hawat.thufir at gmail.com
Subject: Disk ARchiver command line questions
Newsgroups: gmane.linux.redhat.fedora.general
Date: 2007-10-17 09:09:22 GMT

I've been reading the man pages, but command line stuff isn't my forte :(

I want to backup some data using DAR (Disk ARchive) and here's what I
have so far:

arrakis ~ #
arrakis ~ #
arrakis ~ # ls -alh /mnt/VolGroup00/LogVol00/home/
total 24K
drwxr-xr-x  3 root root 4.0K Oct 17 01:55 .
drwxr-xr-x 24  500  500 4.0K Oct 16 22:47 ..
drwx-- 30  500  500 4.0K Oct 16 22:47 thufir
arrakis ~ #
arrakis ~ # dar --create /mnt/VolGroup00/LogVol00/home/thufir/ --slice
690M  --tree-format --beep --pause

 
 862 inode(s) saved
 with 0 hard link(s) recorded
 0 inode(s) changed at the moment of the backup
 0 inode(s) not saved (no inode/file change)
 0 inode(s) failed to save (filesystem error)
 0 inode(s) ignored (excluded by filters)
 0 inode(s) recorded as deleted from reference backup
 
 Total number of inode considered: 862
 
 EA saved for 0 inode(s)
 
arrakis ~ #
arrakis ~ # ls -alh /mnt/VolGroup00/LogVol00/home/total 106M
drwxr-xr-x  3 root root 4.0K Oct 17 01:57 .
drwxr-xr-x 24  500  500 4.0K Oct 16 22:47 ..
drwx-- 30  500  500 4.0K Oct 16 22:47 thufir
-rw-r--r--  1 root root 106M Oct 17 01:57 thufir.1.dar
arrakis ~ #
arrakis ~ # date
Wed Oct 17 01:58:01 PDT 2007
arrakis ~ #

Starting with the least important questions and increasing in
significance:

1.)  How can I change the command so the .dar files are named backup.
[n].dar instead of thufir.[n].dar?

2.)  As it stands, it's going to take 862 slices to backup this data
without compression?  I asked for slices of 690M, why is it only showing
as 106M for this particular slice?

3.)  Do I just burn thufir.1.dar to disc (CD-R) as a regular data disc
using, for example, the builti-in nautilus burner?

4.)  How do I get DAR to generate the second slice?

I know that these questions are answered in the manual, and I've read the
manual, but they still elude me.

thanks,

Thufir

ps:  what's good about DAR, you ask?

DIRECT ACCESS   


even using compression dar has not to read the whole backup to extract
one file. This way if you just want to restore one file from a huge
backup, the process will be much faster than using tar.
-- 
[EMAIL PROTECTED] mailing list