[gentoo-user] Re: cron and ssmtp

2008-01-22 Thread Guilherme Amadio
 Hi,

On Tue, Jan 22, 2008 at 08:19:15AM -0800, Michael Higgins wrote:
 I edit my crontab like sudo crontab -u mykhyggz -e
 
 At the top, is MAILTO=[EMAIL PROTECTED]
 
 My user belongs to cron group: groups
 wheel cron users mykhyggz
 
 Cron is running: top bn1|grep cron
  5068 root  18   0  3072  692  552 S  0.0  0.7   0:00.00 cron
 
 1508  *  *   *echo hello world
 
 should have sent me an email with 'hello world' in the body at 8:15, or
 so I believe, but didn't.
 
 What else can I check?
 
  I believe that the MAILTO variable mails output only when there are
  errors, so try putting 'ls /idontexist' as a command and see if you
  get anything. You may have to mail normal output by hand.

  Cheers,

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



[gentoo-user] Re: Once again baffled by portage

2008-01-17 Thread Guilherme Amadio
On Thu, Jan 17, 2008 at 03:28:24PM +, Grant Edwards wrote:
 Why won't portage let me install kompare?

*  kde-base/kdesdk
  Description:   KDE SDK: Cervisia, KBabel, KCachegrind, Kompare, 
 Umbrello,...
 

  By what I understand, kdesdk already includes kompare, that is why it is
  blocking it. If you don't have kompare already, there may be some bug in
  an eclass or ebuild relating to one of these packages. I'm not a kde user,
  but a quick look at the ebuild for kompare showed that the src is the same
  as kdesdk.

  As for where the blocks come from, I think it's directly from the dependencies
  specified in the ebuilds.

  Well, hope that helps.
  
  Cheers,
  Guilherme
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Re: OT: ssh/scp on XP and gentoo

2007-10-18 Thread Guilherme Amadio
On Thu, Oct 18, 2007 at 07:00:51PM +, James wrote:
 Hello,
 
 I'd like to run ssh/scp on XP and Vista. However there seems to be losts of 
 different ideas about how best to do this. [1]. I need to be able to selective
 scp various files from a windows system to a gentoo system, so I do not want
 to be limited to the cygwin installation tree of files. [2]
 
 I'd be curious what folks on this list recommend, or any other software
 for such interoperability between gentoo and XP/vista systems.
 
 
 [1] http://www.openssh.com/windows.html
 [2] http://www.jfitz.com/tips/ssh_for_windows.html#Should_I_use_SSH_or_a_VPN

 Hi,

 Have you ever tried WinSCP? I think that if you just need to copy files,
 it is quite nice. For SSH there is PuTTY. I don't know if these are exactly
 what you want though. They are both listed on your [1] reference.

 WinSCP: http://winscp.net/eng/download.php
 PuTTY:  http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

 Hope that helps.

 Cheers,

 Guilherme

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: A specific Flash audio issue

2007-10-15 Thread Guilherme Amadio
 Hi,

 I tested your link and I get the same errors you report, but at some point it
 even becomes ininteligible. I wonder if that's a bug in flash or in the
 website, since I never had this problem before anywhere else.

 Cheers,
 Guilherme

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: A specific Flash audio issue

2007-10-15 Thread Guilherme Amadio
On Mon, Oct 15, 2007 at 11:21:30AM -0700, Mark Knecht wrote:
 Thanks for testing. I appreciate it.
 
 It might well be Flash running on AMD64. I've not had this issue on
 any other web site. It might be that since he's windows based he
 updated the recording software and it requires something not yet
 available on Linux? I don't know.
 
 I presume you are not using rt-sources, correct?
 
  I am running gentoo-sources-2.6.22-r8 on an Intel Core Duo, so maybe its not
  even because of AMD64...

  Well, flash has other issues as well on linux, like staying over contents of
  websites or below it sometimes (the tranparency feature). I hope adobe fixes
  these issues.

  Cheers,
  Guilherme

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Permissions, permissions

2007-10-15 Thread Guilherme Amadio
On Mon, Oct 15, 2007 at 11:24:15PM +0100, Mick wrote:
 Hi All,
 
 This is a simple question but I'm getting tired and can't think straight with 
 this permissions problem:
 
 I am trying to create a directory within which two users will be able to save 
 and delete documents.  This directory is only meant to be accessible/readable 
  
 by these two users.
 
 I created directory TEST, under /var/www/html.  This contains subdirectories 
 TEST1, TEST2, TEST3.  Each subdirectory contains other files.  I set the 
 permissions recursively to apache:ftp.  Both users are members of group ftp.  
 I chmod -R g+w.
 
 When I create a new subdirectory and save a file in it I noticed that it is 
 mick:wheel instead of mick:ftp.  How do I set it up so that newly created 
 directories/files inherit the parent group ownership?
 -- 
  
  You are probably looking for something like newgrp/gpasswd.

  $ touch foo
  $ newgrp wheel
  $ touch bar
  $ ls -l foo bar
  -rw-r--r-- 1 amadio wheel  0 2007-10-15 20:39 bar
  -rw-r--r-- 1 amadio amadio 0 2007-10-15 20:39 foo
  $
  
  I hope this info was useful.

  Cheers,
  Guilherme


-- 
[EMAIL PROTECTED] mailing list