On Sat, Feb 02, 2008 at 10:31:59PM -0200, Sergio Belkin alleged:
> Can I open via SSH, say, Kaffeine o whattever video app and listen audio from
> client?
>
> Thanks in advance
No, X11 forwarding doesn't include audio.
There are network sound daemons that can be used, but it is more involved.
On Feb 1, 2008 4:39 PM, Andrew Henry <[EMAIL PROTECTED]> wrote:
> Im new to the list and CentOS and wonder if there is any option to do
> full disk encryption with dmcrypt and LUKS during the install stage of
> CentOS 5.1? I use Debian Etch at the moment and Debian is able to to this.
>
> If not p
On Feb 2, 2008 6:11 PM, fred smith <[EMAIL PROTECTED]> wrote:
> On Sat, Feb 02, 2008 at 09:01:48AM -0700, David G. Miller wrote:
> > On Feb 1, 2008 2:17 AM, Ross Cavanagh <[EMAIL PROTECTED]> wrote:
> > >>
> > >
> > >>> >
> > >>> > The package that you want to install from rpmforge is:
> > >>> >
> >
MHR wrote:
On Feb 1, 2008 6:54 PM, Robert Nichols <[EMAIL PROTECTED]> wrote:
And, see what "xset q" has to say about whether DPMS is currently
enabled or not. I've noticed that mplayer disables DPMS on entry,
but neglects to re-enable it on termination.
Interesting - I have the opposite prob
On Sat, 2 Feb 2008, Bart Schaefer wrote:
On Feb 2, 2008 12:12 PM, Barry Brimer <[EMAIL PROTECTED]> wrote:
What do you see in dmesg? Does the last bcm43xx message show that you are
associated or not?
Well, clearly I'm associated as I can ping the router and also ping
addresses on the far si
On Sat, Feb 02, 2008 at 09:01:48AM -0700, David G. Miller wrote:
> On Feb 1, 2008 2:17 AM, Ross Cavanagh <[EMAIL PROTECTED]> wrote:
> >>
> >
> >>> >
> >>> > The package that you want to install from rpmforge is:
> >>> >
> >>> > gstreamer-ugly-plugins
> >>> >
> >>> > It should make gstreamer (and
Add this to the end of your kickstart file:
=
%post
yum -y update
=
In fact, you can do all sorts of things, like configure services using
chkconfig. You have a bash interpreter and your chrooted into your new
install.
I used to do all sorts of crazy stuff
Sergio Belkin wrote:
Can I open via SSH, say, Kaffeine o whattever video app and listen audio from
client?
Thanks in advance
You can tunnel the streams over ssh.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/cen
I have an external USB that I backup to. Rsync uses a bunch of memory
in the process. So I thought I would build the file list and output that to
a file then let rsync read the file names from a file list (hopefully
not taking TONS of memory)...
I do the command:
rsync --only-write-batch=rsync
Can I open via SSH, say, Kaffeine o whattever video app and listen audio from
client?
Thanks in advance
--
Sergio Belkin
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
On Feb 2, 2008 1:54 PM, Bart Schaefer <[EMAIL PROTECTED]> wrote:
> Something else nasty is going on because for the last three reboots
> the machine has only remained up for about 5 minutes at a time before
> it becomes unable to execute any new programs and has to be
> power-cycled to restart it.
On Feb 2, 2008 12:12 PM, Barry Brimer <[EMAIL PROTECTED]> wrote:
> What do you see in dmesg? Does the last bcm43xx message show that you are
> associated or not?
Well, clearly I'm associated as I can ping the router and also ping
addresses on the far side of the router. However, dmesg output fro
Jay Leafey wrote:
What I would I like to do is:
- allow 22 from specific IPs
- allow another port (redirected) from anywhere. this port is then
redirected to 22.
I do exactly this with a combination of SSH config options and
iptables rules. In your /etc/ssh/sshd_config file, find the "Po
On Sat, 2 Feb 2008, nate wrote:
I've read in the kickstart docs for RHEL5 that if your using DHCP
name resolution won't work in %post. But in my experience it works
fine, not sure why.
It works fine _if_ your DHCP server also supplies the IP address(es) of
your name servers.
Steve
Jerry Geis wrote:
>
> 1) It could not find the mirror. Even though I'm running DHCP I would
> not resolve a name after
> switching to one of the character consoles.
I've read in the kickstart docs for RHEL5 that if your using DHCP
name resolution won't work in %post. But in my experience it work
Ok I found a %post section in kickstart but is it valid to
put a "yum -y update" there?
%post
export PATH=/usr/bin:$PATH
echo "Yum Update"
yum -y update yum
yum -y update
yum clean all
-
I did make a %post section in my file, added the "yum -y update" (got
On Sat, 2 Feb 2008, Bart Schaefer wrote:
I'm not *entirely* sure but this began happening at about the time I
installed the latest kernel updates for CentOS 5.1
(kernel-2.6.18-53.1.6.el5.i686.rpm from January 24). Shortly before
that I changed the encryption on my wireless router and switched f
I'm not *entirely* sure but this began happening at about the time I
installed the latest kernel updates for CentOS 5.1
(kernel-2.6.18-53.1.6.el5.i686.rpm from January 24). Shortly before
that I changed the encryption on my wireless router and switched from
ndiswrapper back to the standard bcm43xx
David G. Miller wrote:
>
> Section "Device"
> Identifier "Videocard0"
> Driver "vesa"
> EndSection
[..]
> and the video card is (this is a single card that shows up twice in lspci):
>
> 04:00.0 VGA compatible controller: ATI Technologies Inc RV516 [Radeon
> X1300/X1550 Seri
Ok I found a %post section in kickstart but is it valid to
put a "yum -y update" there?
I usually call a post processing script that among other things does
a "yum -y update" from the %post section (mounted via NFS), so
calling yum directly from the %post should work.
Alfred
_
Jerry Geis wrote:
Is there a way that using kickstart I can tell it once its done install
to go right ahead and do a "yum update"
Thanks,
Jerry
Ok I found a %post section in kickstart but is it valid to
put a "yum -y update" there?
Thanks,
jerry
___
Is there a way that using kickstart I can tell it once its done install
to go right ahead and do a "yum update"
Thanks,
Jerry
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
On Feb 1, 2008 2:17 AM, Ross Cavanagh <[EMAIL PROTECTED]> wrote:
>
> >
> > The package that you want to install from rpmforge is:
> >
> > gstreamer-ugly-plugins
> >
> > It should make gstreamer (and totem on centos5) be able to play dvds.
> >
> > I am not sure if it works, as I use mplayer on
Robert Nichols <[EMAIL PROTECTED]> wrote:
nate wrote:
> David G. Miller wrote:
>
>> I don't see anything incriminating in dmesg, /var/log/messages or
>> /var/log/Xorg.0.log. I'll switch the system to boot to runlevel 3 so I
>> can see if X is spewing something to the first alternate
Je serai absent(e) à partir du 02/02/2008 de retour le 10/02/2008.
Je répondrai à votre message dès mon retour. En cas d'urgence, vous pouvez
contacter l'équipe technique d'infofrance.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/
Paul A wrote:
Hi,
I was compiling a new version of bind on my centos 4.6 server and I
discovered that the openssl version (openssl-0.9.7a-43.17.el4_6.1) has
several exploits associated with it.
I was wondering aside from removing the RPM and compiling a new version of
openssl how can I upgrade
On Fri, 2008-02-01 at 07:35 -0800, nate wrote:
> frankly3d-centos wrote:
> > Reserved ip in 192.168.x.x range for CenOS 5 (Samba Server)
> >
> > loses samba clients due to eth0 losing it's ip.
> >
>
> Sounds like your using DHCP. If you've reserved an IP then
> set it statically on the server,
F
On Feb 1, 2008 6:54 PM, Robert Nichols <[EMAIL PROTECTED]> wrote:
>
> And, see what "xset q" has to say about whether DPMS is currently
> enabled or not. I've noticed that mplayer disables DPMS on entry,
> but neglects to re-enable it on termination.
>
Interesting - I have the opposite problem. W
Johnny Hughes wrote:
there is a testing version of mysql-5.0 here for centos-5, BUT there is
version-5.0 in the main distro (5.0.22 with bugfixes and patches) so I
am not sure there is a need for a newer mysql-5.0 in centosplus for c5:
http://dev.centos.org/centos/5/testing/i386/RPMS/
I can
29 matches
Mail list logo