On Wed, 2006-10-04 at 08:01 -0700, Kevin O'Gorman wrote:
> I sent a mail with a bad address, and it continues to haunt me. I
> can't figure out a way to get evolution to just abandon it. Whenever
> I quit, it reminds me that it has unsent mail. Whenever it retries,
> it pops up a dialog giving d
How do I discover (or define) which port numbers NFS uses, and whether
they are TCP or UDP so that I can let them through my firewall?
--
gentoo-user@gentoo.org mailing list
I'm getting this error when I try to start named:
camille ~ # /etc/init.d/named restart
* Caching service dependencies ...
[ ok ] * Starting named ...
named: capset failed: Operation not permitted: please ensure that the
capset kernel module is loaded. see insmod(8)
[ !! ]
I assume from this me
I'm having a problem with ipkungfu on one of my boxes. According to the
log files, it's running, but it doesn't seem to be firewall-ing. It's
not working on 192.168.1.2. Here's nmap output from 192.168.1.3:
camille ~ # nmap -sT -PT 192.168.1.2
Starting Nmap 4.01 ( http://www.insecure.org/nmap/
On Wed, 2006-10-04 at 19:44 -0700, Kevin O'Gorman wrote:
> On 10/4/06, Michael Sullivan <[EMAIL PROTECTED]> wrote:
> > On Wed, 2006-10-04 at 08:01 -0700, Kevin O'Gorman wrote:
> > > I sent a mail with a bad address, and it continues to haunt me. I
> > >
On Wed, 2006-10-04 at 18:57 -0700, Ryan Tandy wrote:
> Michael Sullivan wrote:
> > I'm having a problem with ipkungfu on one of my boxes. According to the
> > log files, it's running, but it doesn't seem to be firewall-ing. It's
> > not working
On Thu, 2006-10-05 at 15:22 +0200, Hans-Werner Hilse wrote:
> Hi,
>
> On Thu, 05 Oct 2006 08:07:49 -0500 Michael Sullivan
> <[EMAIL PROTECTED]> wrote:
>
> > ACCEPT all -- 192.168.1.0/24 anywherestate NEW
> > [...]
> >
> > And
On Thu, 2006-10-05 at 19:33 +0200, Hans-Werner Hilse wrote:
> Hi,
>
> On Thu, 05 Oct 2006 09:45:57 -0500
> Michael Sullivan <[EMAIL PROTECTED]> wrote:
>
> > On Thu, 2006-10-05 at 15:22 +0200, Hans-Werner Hilse wrote:
> > > Yep. That's how it should be
My mythbackend is screwing up. I called /usr/bin/mythbackend directly
so that I could see what exactly the problem is. It gave me this:
camille ~ # mythbackend
2006-10-05 14:08:36.085 Using runtime prefix = /usr
2006-10-05 14:08:36.120 New DB connection, total: 1
2006-10-05 14:08:36.127 Connecte
On Thu, 2006-10-05 at 14:10 -0500, Michael Sullivan wrote:
> My mythbackend is screwing up. I called /usr/bin/mythbackend directly
> so that I could see what exactly the problem is. It gave me this:
>
> camille ~ # mythbackend
> 2006-10-05 14:08:36.085 Using runtime prefix = /u
On Thu, 2006-10-05 at 14:39 -0500, Michael Sullivan wrote:
> On Thu, 2006-10-05 at 14:10 -0500, Michael Sullivan wrote:
> > My mythbackend is screwing up. I called /usr/bin/mythbackend directly
> > so that I could see what exactly the problem is. It gave me this:
> >
> &
On Sun, 2006-10-08 at 15:02 -0400, Ed Jabbour wrote:
> I sent mail to [EMAIL PROTECTED] which bounced with a
> notice:"_Recipient_address_rejected:_User_unknown_in_local_recipient_table".
> Consequently, I'm still getting list mail. Not sure anyone here with a clue
> for the clueless, but if s
I want to reconfigure my SMTP server from mbox to maildir. The problem
is that I have hundreds of messages saved in imap folders in the mbox
style. Is there a way to convert those folders to maildir style?
--
gentoo-user@gentoo.org mailing list
On Mon, 2006-10-09 at 11:39 +0200, Rasmus Andersen wrote:
> On Mon, Oct 09, 2006 at 04:21:12AM -0500, Michael Sullivan wrote:
> > I want to reconfigure my SMTP server from mbox to maildir. The problem
> > is that I have hundreds of messages saved in imap folders in the mbox
> &g
On Wed, 2006-10-11 at 11:32 +0100, Steve [Gentoo] wrote:
> Kevin Fullerton wrote:
> > Here's the procmail recipe I use with maildir folders and the Gentoo lists
> > - I think as long as procmail is setup with maildir support you just need
> > to set your MAILDIR var and use a trailing slash and i
On Wed, 2006-10-11 at 12:23 -0400, Daniel Barkalow wrote:
> On Tue, 10 Oct 2006, Anthony E. Caudel wrote:
>
> > I have been using Gentoo for more than 2 years now and have always
> > wondered (but never asked - That's the "dumb" part) how Gentoo manages
> > to update a package that happens to be r
I have a mail directory with several hundred spammish emails that have
been collecting over the past month. I haven't gotten around to
processing them yet ([EMAIL PROTECTED] if available, blocked if not) I
would like to write a script that would extract the IP addresses from
all these emails, but
I have a short script:
#!/bin/bash
while read LINE
do
whois $LINE | grep 'abuse' &> /dev/null
if $? != 0; then
echo "$LINE" >> noabuse.txt
fi
done < iplist
I'm getting "command not found" on the if line. Have I not formatted it
correctly? The script is supposed to append $LINE t
I have SBC DSL with static WAN IPs. I use the 2Wire OfficePortal as my
DSL modem/router. SBC told me that in order to map my WAN addresses to
my individual PCs, I have to use DHCP. The problem is that using the
default DHCP configuration (no /etc/conf.d/net), my /etc/resolv.conf
file gets overwr
On Thu, 2006-10-12 at 13:49 -0700, Richard Broersma Jr wrote:
> > I have a short script:
> >
> > #!/bin/bash
> >
> > while read LINE
> > do
> >whois $LINE | grep 'abuse' &> /dev/null
> >if $? != 0; then
> > echo "$LINE" >> noabuse.txt
> >fi
> > done < iplist
> >
> > I'm getting
On Thu, 2006-10-12 at 15:38 -0700, Ted Ozolins wrote:
> Michael Sullivan wrote:
>
> >I have SBC DSL with static WAN IPs. I use the 2Wire OfficePortal as my
> >DSL modem/router. SBC told me that in order to map my WAN addresses to
> >my individual PCs, I have to use DH
On Fri, 2006-10-13 at 01:15 +0200, Bo Ørsted Andresen wrote:
> On Thursday 12 October 2006 23:04, Michael Sullivan wrote:
> [SNIP]
> > camille conf.d # /etc/init.d/net.eth0 restart
> > * Caching service dependencies ...
> > [ ok ] * ERROR: not enough args.
> >
>
About a week ago, my wife's mouse started going wacko in Gnome. When
she tries do do something (I haven't been able to track it down to an
individual action or sequence), the pointer flies around the screen and
generates seemingly random mouse movements. I've looked at
her /etc/X11/xorg.conf file
On Sun, 2006-10-22 at 18:38 +0200, Meino Christian Cramer wrote:
> From: Michael Sullivan <[EMAIL PROTECTED]>
> Subject: [gentoo-user] OT - Mouse going crazy in gnome
> Date: Sun, 22 Oct 2006 11:18:58 -0500
>
> > About a week ago, my wife's mouse started going wacko
On Mon, 2006-10-23 at 13:45 -0400, Timothy A. Holmes wrote:
>
>
>
> > > > Can anyone help us with this? I have no idea what to do.
> > Her mouse
> > > > and my mouse are identical (optical) and our two
> > xorg.conf files are
> > > > very similar. I have not seen this phenomenon on my PC
On Tue, 2006-10-24 at 17:31 +0200, Fabrice Delliaux wrote:
> Hi,
>
> Explanation && patch here :
>
> http://www.mail-archive.com/bug-libtool@gnu.org/msg00838.html
I saved the patch at the above link to /root/libtool.patch, but I can't
figure out how to use it. I assume that I would need to navi
On Tue, 2006-10-24 at 18:34 +0200, Meino Christian Cramer wrote:
> From: Michael Sullivan <[EMAIL PROTECTED]>
> Subject: Re: [gentoo-user] "xyz.la seems to be moved" message
> Date: Tue, 24 Oct 2006 11:24:31 -0500
>
> > On Tue, 2006-10-24 at 17:31 +0200
I have a script I wrote a couple of weeks ago. Part of the script scans
email files and returns IP addresses found in them. I did this with
this command:
cat * | grep -Po "\[\d+\.\d+\.\d+\.\d+\]"
It worked fine right up until this afternoon. Now I get this:
[EMAIL PROTECTED] ~/spam $ cat * |
I removed xmms from my systems a couple of days ago and have been in the
process of rebuilding everything without it. x11-libs/cairo keeps
switching between 1.2.4 and 1.0.4 and I can't figure out why. How do I
stop this from happening? Here's my output:
camille ~ # emerge -pvNDt world
>>> --new
On Fri, 2006-10-27 at 02:20 -0400, Daniel Barkalow wrote:
> On Fri, 27 Oct 2006, Walter Dnes wrote:
>
> > > > f) it has no good alternative :-(
> > > >
> > >
> > > it has. amarok, alsaplayer, xine
> >
> > [m3000][root][~] emerge --ask alsaplayer
> >
> > These are the packages that would be
My wife's computer is having a screen resolution problem in gnome. The
only screen resolutions available are 856x480 and 640x480. I don't
understand this, as I have set in her xorg.conf file to only allow
1024x768 and 800x600 . Where is this coming from? She uses modular X.
Here is her /etc/X11
Is there a way that I can edit /etc/init.d/net.eth0 so that when it
calls dhcpcd to get an IP address, it doesn't overwrite my domain name
or my /etc/resolv.conf file? I looked at /etc/init.d/net.eth0, but
could not find anyplace where it actually called dhcpcd...
--
gentoo-user@gentoo.org maili
On Sat, 2006-10-28 at 12:31 +0200, Bo Ørsted Andresen wrote:
> On Saturday 28 October 2006 03:37, Meino Christian Cramer wrote:
> > I do an
> >
> >eix-sync && emerge --pretend --tree --verbose --update --deep world
> >
> > on a regular basis.
> >
> > Each time the alsa-headers are offered fo
My wife's mouse went crazy again last night (grr), and now she's lost
some of the components in her Evolution GUI, and I cannot figure out how
to get them back. Her message preview pane (lower right hand corner of
screen) is gone, as is her Window button bar (Mail, Contacts, Calendars,
Memos, Task
I know my subject line is a little melodramatic, but this is really
frustrating. I frequently have processes that killall doesn't kill and
kill -9 doesn't touch. For instance, this is taken from top:
24135 root 16 0 229m 35m 1064 S 0.3 59.7 8:52.11 javadoc
I have Cntrl+C on the eme
On Tue, 2006-10-31 at 09:03 +0930, Iain Buchanan wrote:
> On Mon, 2006-10-30 at 08:52 -0600, Michael Sullivan wrote:
> > My wife's mouse went crazy again last night (grr), and now she's lost
> > some of the components in her Evolution GUI, and I cannot figure out how
&
On Tue, 2006-10-31 at 09:05 +0930, Iain Buchanan wrote:
> On Mon, 2006-10-30 at 09:01 -0600, Michael Sullivan wrote:
> > I know my subject line is a little melodramatic, but this is really
> > frustrating. I frequently have processes that killall doesn't kill and
> > ki
Is there a tutorial or a guide or something for configuring syslog-ng,
preferrably with examples? I want to alter my default syslog-ng.conf to
filter mail logs to another file, but the man page doesn't make much
sense to me, and I couldn't find anything online that had examples to
show what exactl
I've had problems galore this week. Yesterday I had to re-merge evince
because my pdf view wasn't working. This morning I had to re-merge gtk+
because file-roller and seamonkey weren't working. I rebuilt my kernel
(2.6.17-gentoo-r8) in yet another attempt to upgrade to
media-tv/ivtv-0.8.0 becaus
On Fri, 2006-11-03 at 16:15 +, Neil Bothwick wrote:
> On Fri, 3 Nov 2006 09:32:10 -0600 (CST), Michael Sullivan wrote:
>
> > because the kernel didn't have CONFIG_VIDEO_CX2341X
> > set. Can anyone help me with this? I simply can't find it.
>
> Run make me
On Fri, 2006-11-03 at 16:39 +, Neil Bothwick wrote:
> On Fri, 03 Nov 2006 10:28:15 -0600, Michael Sullivan wrote:
>
> > > Run make menuconfig, press / and type 'CX2341'.
>
> > It said No Matches Found. Should I just mask this version of ivtv for
On Fri, 2006-11-03 at 11:39 -0700, Richard Fish wrote:
> On 11/3/06, Alan McKinnon <[EMAIL PROTECTED]> wrote:
> > On Friday 03 November 2006 06:44, Walter Dnes wrote:
> > > On Mon, Oct 30, 2006 at 07:48:58PM -0700, Richard Fish wrote
> > >
> > > > If -9 doesn't work, it means your kernel is hungup,
Is it possible to change the accellerator keys in gnome-terminal? I
would like to change
Copy from Cntrl+Shift+C to Cntrl+C
Paste from Cntrl+Shift+P to Cntrl+P
(like it is in just about every other gnome app). I was looking at the
source code for gnome-terminal, at a file called terminal-accels
On Sun, 2006-11-05 at 16:40 +0100, Markus Schönhaber wrote:
> Michael Sullivan wrote:
> > Is it possible to change the accellerator keys in gnome-terminal? I
> > would like to change
> >
> > Copy from Cntrl+Shift+C to Cntrl+C
> > Paste from Cntrl+Shift+P to Cn
Does anybody know what happened to Win4Lin in portage? The package
itself seems to be masked, and sys-kernel/win4lin-sources is completely
gone...
--
gentoo-user@gentoo.org mailing list
I went to www.netraverse.com and found out that the newest patch for
Win4Lin for SMP kernels is 2.6.11. I have to tell you that no kernel
I've ever built myself (as in without genkernel) has booted. I
downloaded 2.6.11 kernel source from www.kernel.org , and it seems to
have built correctly. I f
? I've been advised many times to do so on this list and
others. Would anyone please give me some recommendations for a new
choice of mail server? I'd like one with plenty if documentation.
Thank you.
-Michael Sullivan-
--
gentoo-user@gentoo.org mailing list
I installed MythDVD this evening. I'm having a problem with it. When I
play DVDs, the audio track with spoken dialog is not audible. How can I
get it back? Also, is there a way I can get to the menu on the DVD in
mythdvd?
--
gentoo-user@gentoo.org mailing list
Can anyone tell me why I have about a hundred of these
Nov 16 08:00:03 bullet ftp(pam_unix)[2045]: authentication failure;
logname= uid=0 euid=0 tty= ruser= rhost=222.135.146.45
Nov 16 08:00:06 bullet ftp(pam_unix)[2045]: authentication failure;
logname= uid=0 euid=0 tty= ruser= rhost=222.135.146
On Thu, 2006-11-16 at 21:09 +0200, Alan McKinnon wrote:
> On Thursday 16 November 2006 20:29, Michael Sullivan wrote:
> > Can anyone tell me why I have about a hundred of these
> >
> > Nov 16 08:00:03 bullet ftp(pam_unix)[2045]: authentication failure;
> > logname= uid
On Fri, 2006-11-17 at 12:02 -0800, Daevid Vincent wrote:
> I have had my server for several years, I haven't added a new user in
> probably 6 months or more. I tried to add one last night and all seemed
> fine. However it can't login via ssh (not at a console, so I don't know
> about that way) but
On Sat, 2006-11-18 at 19:57 +0100, Sergio Polini wrote:
> Neil Bothwick:
> > On Sun, 15 Oct 2006 14:00:09 +0200, Sergio Polini wrote:
> > > May I undo an emerge --sync?
> >
> > Only be restoring from a previously made backup or another computer
> > that you haven't synced yet.
>
> I apologize for
On Thu, 2006-11-23 at 05:23 -0800, Mark Knecht wrote:
> Hi,
>I'm doing a gcc-4 upgrade and is seems that the
> DISPLAYMANAGER="gdm" statement has been moved from /etc/rc.conf to
> some other file. Where is the display manager properly set these days?
>
> Thanks,
> Mark
I typed it in to /etc/r
I'm trying to cross-compile gcc-4.1.1-r1 for my slow i586 on my fast
i686 with the command
ROOT=/usr/local/portage/bullet/ CHOST="i586-pc-linux-gnu" emerge -B
=sys-devel/gcc-4.1.1-r1.
gcc-4.1.1-r1 emerged fine when I emerged it for my i686, so I'd hoped
this would go off without a hitch. It k
I hope someone here can help me, or I might have to take drastic
measures and upgrade to a version of MythTV not marked stable. I've
googled but still found no solution. I'm running kernel
2.6.18-gentoo-r3 with mythtv-0.19_p10505 and this evening I upgraded my
ivtv drivers to 0.8.1 (I just built
On Tue, 2006-12-05 at 16:46 -0300, Leandro Melo de Sales wrote:
> OK. The problem is that I typed "emerge openoffice" in a xterm. Is it
> possible to turn X off and continue compilation on console?
>
> Leandro
If you can get to your non-X console (Control+Alt+F1) and from there
issue /etc/init.d/
On Tue, 2006-12-05 at 19:03 -0300, Leandro Melo de Sales wrote:
> Can you please tell me the propose of screen?
>
> Thank you,
>
> Leandro
Think of screen as a virtual terminal (or as many virtual terminals as
you need) that keeps running even when you log out.
--
gentoo-user@gentoo.org mail
Any hints would be
appreciated...
-Michael Sullivan-
--
gentoo-user@gentoo.org mailing list
On Wed, 2006-12-06 at 12:54 -0500, Phil Sexton wrote:
> Michael Sullivan wrote:
> > I have a notification applet on my panel in gnome. I upgraded a package
> > yesterday and used the new version for the first time time. The new
> > version places a very large gaudy icon in
A long time ago in Windows 95 I set up my computer to act as a
dial-in-type server for a fax machine-type program that I can't even
remember the name of now. I'd like to do something like that now with
my Gentoo box. The trouble is, before I can get started with that, I
need to find my modem in t
On Fri, 2006-12-08 at 13:44 -0500, Randy Barlow wrote:
> On Friday 08 December 2006 09:06, Michael Sullivan wrote:
> > 05:01.0 Communication controller: U.S. Robotics Unknown device 2f00 (rev
> > 01)
> > Subsystem: U.S. Robotics Unknown device 0113
> >
On Fri, 2006-12-08 at 22:44 +, Neil Bothwick wrote:
> On Fri, 08 Dec 2006 16:18:24 -0600, Michael Sullivan wrote:
>
> > but it keeps griping because I
> > don't have the snd-intel8x0m module...
>
> I guess the next step is to rebuild your kernel with this module
On Fri, 2006-12-08 at 23:40 +, Mick wrote:
> On Friday 08 December 2006 23:08, Michael Sullivan wrote:
> > On Fri, 2006-12-08 at 22:44 +, Neil Bothwick wrote:
> > > On Fri, 08 Dec 2006 16:18:24 -0600, Michael Sullivan wrote:
> > > > but it keeps griping becaus
On Fri, 2006-12-08 at 20:27 -0500, Daniel Barkalow wrote:
> On Fri, 8 Dec 2006, Michael Sullivan wrote:
>
> > I'm posting this here because I have a feeling that it's something
> > simple and easy to fix, but I don't know what to do:
>
> Just a guess, but d
On Sat, 2006-12-09 at 08:33 +, Neil Bothwick wrote:
> On Fri, 08 Dec 2006 17:08:21 -0600, Michael Sullivan wrote:
>
> > > > but it keeps griping because I
> > > > don't have the snd-intel8x0m module...
> > >
> > > I guess the
On Sat, 2006-12-09 at 17:32 +, Mick wrote:
> On Saturday 09 December 2006 14:42, Michael Sullivan wrote:
>
> > OK. I checked my kernel config again and it did have the snd-intel8x0
> > driver built as a module, but not the snd-intel8x0m. I rebuilt the
> > kerne
Now that I've got linux recognizing my modem, I was wondering if I could
somehow set asterisk up to give me caller ID information. Is this
possible with asterisk? My modem is only Fax/Data (no voice), but this
shouldn't be a problem if all I want is the caller ID, should it?
--
gentoo-user@gent
I don't know if I should file this a bug or not:
gtk-doc: Running scanner gedit-scan
X11 connection rejected because of wrong authentication.
The application 'gedit' lost its connection to the display
localhost:10.0;
most likely the X server was shut down or you killed/destroyed
the application.
S
This is the output of an emerge -pvuDt world:
These are the packages that would be merged, in reverse order:
Calculating world dependencies... done!
[nomerge ] gnome-base/gnome-2.14.2 USE="cdr dvdr hal
-accessibility"
[ebuild U ] app-arch/file-roller-2.16.2 [2.14.3] USE="debug gnome%
I upgraded gnome on my wife's computer today. Now she can't lock her
screen. She uses gnome-screensaver:
catherine ~ # emerge -pv gnome-screensaver
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] gnome-extra/gnome-screensaver-2.16.2 USE
I just wanted to write in and say how I fixed this in case anyone else
has the same problem. At the end of the gnome-power-manager merge,
there was a note about requiring pam_console to lock the screen. I just
rebuild pam with USE="pam_console" and it worked fine.
--
gentoo-user@gentoo.org mai
On Tue, 2006-12-12 at 20:12 +0200, Uwe Thiem wrote:
> On 12 December 2006 18:41, Boyd Stephen Smith Jr. wrote:
>
> > While language evolution is not a democratic process, I've never heard
> > *anyone* use the word "mouses" for *anything* and if I had I would have
> > corrected them by telling them
I have sendmail on my box. I also get hourly logcheck reports. I see
lots of these:
Dec 12 13:16:58 camille sm-mta[11418]: kBCJGwZ7011418:
ruleset=check_mail, arg1=, relay=localhost.localdomain
[127.0.0.1], reject=553 5.5.4 ... Domain name required for
sender address portage
I have portage in /
Can anyone give me a simple easy-to-understand place to start for
setting up Asterisk? All I want it for is for Caller ID and to drop
calls from certain phone numbers. I have a US Robots data/fax modem.
Asterisk is running (as evidenced by ps ax) and the phone line is
plugged into the computer.
On Tue, 2006-12-12 at 17:04 -0700, Justin Findlay wrote:
> On AD 2006 December 12 Tuesday 04:34:46 PM -0600, Michael Sullivan wrote:
> > Can anyone give me a simple easy-to-understand place to start for
> > setting up Asterisk? All I want it for is for Caller ID and to drop
> &g
On Tue, 2006-12-12 at 17:20 -0700, Justin Findlay wrote:
> On AD 2006 December 12 Tuesday 06:11:34 PM -0600, Michael Sullivan wrote:
> > I don't think it is communicating with my network card. Is there a way
> > I can test that?
>
> I guess you would start searching d
On Tue, 2006-12-12 at 17:04 -0700, Justin Findlay wrote:
> On AD 2006 December 12 Tuesday 04:34:46 PM -0600, Michael Sullivan wrote:
> > Can anyone give me a simple easy-to-understand place to start for
> > setting up Asterisk? All I want it for is for Caller ID and to drop
> &g
On Tue, 2006-12-12 at 17:04 -0700, Justin Findlay wrote:
> On AD 2006 December 12 Tuesday 04:34:46 PM -0600, Michael Sullivan wrote:
> > Can anyone give me a simple easy-to-understand place to start for
> > setting up Asterisk? All I want it for is for Caller ID and to drop
> &g
On Tue, 2006-12-12 at 20:13 -0700, Justin Findlay wrote:
> On AD 2006 December 12 Tuesday 08:51:28 PM -0600, Michael Sullivan wrote:
> > After configuring zaptel.conf, you can load the drivers for the card.
> > modprobe is used to load modules for use by the Linux kernel. For
>
Is there a way to add something to the boot-up process that's not
in /etc/init.d? I thought I remembered something from Red Hat
like /etc/rc.local, but I can't remember...
--
gentoo-user@gentoo.org mailing list
Can anyone suggest a simple, easy-to-use software package for light
editing of video files (cutting commercials out of MythTV recordings).
I tried to use avidemux, but it went into an infinite loop when I tried
to save the file after editing. bugs.gentoo.org suggests to me that a
fix isn't coming.
I'm trying to install the lastest version of avidemux, downloaded from
their website. The compilation instructions said to run configure with
--with-jsapi-include=
and
--with-newfaad
for Gentoo.
I keep trying, but it won't work and I don't understand why. Here's the
error I'm getting on co
On Sun, 2006-12-17 at 12:28 -0500, Randy Barlow wrote:
> On Sunday 17 December 2006 12:06, Michael Sullivan wrote:
> > I'm trying to install the lastest version of avidemux, downloaded from
> > their website. The compilation instructions said to run configure with
> >
u are decoding and re-encoding the video, with the subsequent loss in
> quality.
>
>
I couldn't even get kinos GUI to come up. However, I did get
avidemux-2.3.0 to compile and it works great.
-Michael Sullivan-
--
gentoo-user@gentoo.org mailing list
I had a new piece of hardware installed this morning, and I need to know
what I need to modprobe/alter kernel config for to use the new hardware:
05:01.0 Communication controller: Motorola Wildcard X100P
Subsystem: Motorola Unknown device
Flags: bus master, medium devsel, late
I think I have asterisk set up correctly, but it won't answer the phone.
I have a Motorolola X100P card. ztcfg outputs the correct stuff:
camille asterisk # ztcfg -vv
Zaptel Configuration
==
Channel map:
Channel 01: FXS Kewlstart (Default) (Slaves: 01)
1 channels configur
On Thu, 2006-12-21 at 09:00 +0800, Ow Mun Heng wrote:
> I'm not sure if anyone else is experiencing this but upgraded to
> gnome-2.16, which pulled in gnome-screensaver etc.
> thing is, when I view movies using totem in fullscreen, it will still
> cause the screensaver to kick in after X amount of
On Wed, 2006-12-20 at 21:03 -0700, Justin Findlay wrote:
> On AD 2006 December 21 Thursday 02:32:15 AM +, Jeff Rollin wrote:
> > because GNOME is running into problems and because KDE is behind
> > schedule, the Linux desktop is dead.
>
> Hahahaha!
>
> That's funny.
>
>
> Justin
Would this
On Thu, 2006-12-21 at 11:21 -0600, [EMAIL PROTECTED] wrote:
> Whats going on...?
>
> No has slipped something deadly into portage or otherwise caused
> upgrade world calamity.
>
> After about 1 mnth, I just did -uD world and had no problems during or
> after the update. And revdep-rebuild also ca
My wife and I signed up with Vonage VoIP service last week. They sent
us a telephone adapter to plug into our DSL modem/router that would
allow us to use our analog phones with Vonage. Since it's plugged in to
our router, I found its IP address and scanned it with nmap. The thing
allows http and
Is anyone out there using Residential SBC/Yahoo DSL with dynamic DNS? I
want to know if the ISP blocks incoming requests to your servers if
you're not paying them the rate for a static IP...
--
gentoo-user@gentoo.org mailing list
On Sat, 2006-12-23 at 16:37 -0600, Joe Menola wrote:
> On Saturday 23 December 2006 4:08 pm, Michael Sullivan wrote:
> > Is anyone out there using Residential SBC/Yahoo DSL with dynamic DNS? I
> > want to know if the ISP blocks incoming requests to your servers if
> > you
On Fri, 2006-12-29 at 10:23 -0800, maxim wexler wrote:
> Hi group,
>
> mplayer has some problems that xmms doesn't.
>
> Whenever a lot of hard-drive activity takes place on
> my PC, mplayer faulters and sputters. I have to run
> xmms if I want uninterrupted music. And this is a
> fairly up-to-dat
On Mon, 2007-01-01 at 10:49 +, Dave S wrote:
> I know that
>
> > /dev/null
>
> redirects standard output , and that
>
> 2> /dev/null
>
> redirects standard error
>
> Is there an expression that redirects standard output and standard error - at
> present I am using the ungainly
>
> >
On Tue, 2007-01-02 at 15:34 -0600, Dan wrote:
> can anyone help me find a linux freecell clone?
I use kpat for Freecell. I love it.
--
gentoo-user@gentoo.org mailing list
Whenever I request a page on my server that runs PHP (with suPHP/PHP5) I
get Internal Server Errors. From my log files:
bullet apache2 # cat suphp_log
[Sat Jan 06 15:15:07 2007] [info] Executing
"/home/michael/webspace/html/camera/index.php" as UID 1000, GID 100
[Sat Jan 06 15:17:05 2007] [info]
On Sat, 2007-01-06 at 21:50 -0500, James Lockie wrote:
> Michael Sullivan wrote:
> > Whenever I request a page on my server that runs PHP (with suPHP/PHP5) I
> > get Internal Server Errors. From my log files:
> >
> > bullet apache2 # cat suphp_log
> > [Sat Jan 0
I wanted to free up some space on my server box. I was going through
trying to find what packages could be safely removed. I don't have any
graphical apps on my server box except gvim, which is built with -gtk.
When I ran equery depends gtk+, it came up with gcc:
bullet ~ # equery depends gtk+
[
On Tue, 2007-01-09 at 08:49 -0500, John covici wrote:
> I am having trouble unmasking a php4 ebuild. I have in my
> /etc/portage/package.keywords the following line
> dev-lang/php-4.4.4-r8 ~x86
> but emerge still complains about the package being masked. What am I
> doing wrong here?
>
> Thanks
I own a copy of Win4Lin 5.0 for Windows 9x. I'd like to use it, but the
problem is that the newest patch for SMP kernels that they offer is
2.6.11. I'm running 2.6.18-gentoo-r6 . I like the newer kernels
because ivtv drivers that work with them are in portage, and I'm not
sure drivers that work
401 - 500 of 928 matches
Mail list logo