Displaying 20 results from an estimated 700 matches similar to: "repo dates and times"
2012 Jan 24
0
CEBA-2012:0049 CentOS 6 389-ds-base Update
CentOS Errata and Bugfix Advisory 2012:0049
Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-0049.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
93239c7aafbef3011ca35670b8d1adf9fa11a2884b643bd3e85069651d5201c2 389-ds-base-1.2.9.14-1.el6_2.2.i686.rpm
2020 Nov 18
3
Help with VirtualBox on CentOS 7
Any Virtualbox on CentOS guru's out there?
I only have 1 VM on my linux host. in the update process to virtualbox
6.1.16 my config was lost. When I run Virtualbox my VM does not show. So I
desire to add it back.
My structure is this.
ls -l /home/silentm/vmware/CentOS\ 64-bit\ LSI/
-rw------- 1 silentm silentm 8684 Aug 13 08:31 CentOS 64-bit LSI.nvram
-rw-r--r-- 1 silentm silentm 0 Feb 27
2012 Oct 24
1
Getting 8139cp (1.3) and 8139too (0.9.28) on Centos 5.8
Subject says it all.
How can I get the 1.3 version and 0.9.28
to compile on CentOS 5.8 ???
When I compile the two as modules I get errors.
My Makefile is:
obj-m += 8139cp.o 8139too.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
The errors I get are:
Entering directory
2012 Jan 24
0
CentOS-announce Digest, Vol 83, Issue 9
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2011 Oct 11
1
Is there a problem with C6 CR and glibc?
C6 with CR x86_64
Third time when trying to install a packet I get:
yum install samba
[...]
--> Finished Dependency Resolution
Error: Package: glibc-2.12-1.7.el6_0.5.i686 (updates)
Requires: glibc-common = 2.12-1.7.el6_0.5
Installed: glibc-common-2.12-1.25.el6_1.3.x86_64 (@cr)
glibc-common = 2.12-1.25.el6_1.3
Available:
2014 Oct 23
2
httpd on centos 7
I have read the info on apache 2.4...
I added to the bottom of httpd.conf these lines (and restarted httpd)
-------------------------
<Directory /var/www/html>
# old 2.2 config
# Order Allow,Deny
# Allow from all
AllowOverride None
Require all granted
</Directory>
<Directory /home/silentm/public_html/gifs>
AllowOverride None
Require all granted
</Directory>
2008 Mar 31
2
alsa 1.016 compile error on latest kernel centos 5.1
Hi all,
I need to compile alsa-project 1.0.16 on the latest centos 5.1 kernel.
I am getting this error. What to do... ?
CC
[M] /home/silentm/MessageNet/alsa-project/alsa-driver-1.0.16/acore/sound_oss.o
CC
[M] /home/silentm/MessageNet/alsa-project/alsa-driver-1.0.16/acore/info_oss.o
In file included
from
2008 Apr 11
1
odd error compiling zaptel-1.4.10
CC [M]
/home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/vpmadt032.o
CC [M]
/home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/GpakApi.o
CC [M]
/home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/../voicebus.o
LD [M]
/home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/wcte12xp.o
2005 Sep 02
6
question on cut
I am trying to use cut to tell me the suffix of a file.
for example: echo /home/silentm/log/file.machine.log | cut -d . -f 1-
I was expecting to get .log or log but I get the entire string echoed back.
doing the opposite gave me what I expected:
echo /home/silentm/log/file.machine.log | cut -d . -f 1
gives me
/home/silentm/log/file
I am trying to find a way to test if the file ends in .log?
2008 Mar 17
4
MeetMe option b
I am running asterisk 1.4.18 trying to use MeetMe and option b.
I am getting permissions denied failed to execute conf-background.agi
on the CLI
lrwxrwxrwx 1 root root 37 Mar 17 10:11 conf-background.agi ->
/home/silentm/bin/conf-background.agi
my conf background is a symbolic link - then my permissions are :
[root at devcentos5x64 src]# ls -l /home/silentm/bin/conf-background.agi
2023 Sep 14
1
Asterisk 18.14.0 vs 18.18.0 and chan_console/chan_alsa
On Wed, Sep 13, 2023 at 5:20 PM Jerry Geis <jerry.geis at gmail.com> wrote:
> >An issue[1] was already created by asterisk at phreaknet.org and they
> also put
> >a fix up for review and inclusion[2].
>
> >[1] https://github.com/asterisk/asterisk/issues/308
> >[2] https://github.com/asterisk/asterisk/pull/309
>
>
> The change "seems" to be
2012 Jan 03
4
Question on system command 1.4.43
I have a USB to serial converter attached to my box. pl2303: Prolific
PL2303 USB to serial adaptor driver
if I login to the box and send/receive serial commands over this unit it
works without error EVERY time.
however, if I run the same command set from with-in the extensions.conf
with System()
I get errors in dmesg like "pl2303 ttyUSB0: pl2303_open - failed
submitting read urb, error
2007 Mar 20
1
starting wine with window size gives error.
I am starting wine with the command:
wine explorer /desktop=Name,640x480 PPTVIEW.EXE myppt.ptt
and I get the following error:
[silentm@geisjdell PowerPoint Viewer]$ fixme:actctx:QueryActCtxW
80000010 0x3018b4d0 (nil) 1 0x34fb60 8 (nil)
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 1 (X_CreateWindow)
Resource id in failed request:
2012 Dec 14
1
CVE-2006-4925 - Affected OpenSSH Versions
Comparison of http://mirror.team-cymru.org/pub/OpenBSD/OpenSSH/openssh-4.4.tar.gz to http://mirror.team-cymru.org/pub/OpenBSD/OpenSSH/openssh-4.5.tar.gz source codes, in conjunction with the changes shown at http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/packet.c.diff?r1=1.144&r2=1.145&f=h, appear to shows that CVE-2006-4925 was fixed with the release of OpenSSH 4.5.
However, can a
2015 Jul 30
2
why no recent bind update for CentOS 6?
Am 30.07.2015 um 12:53 schrieb Johnny Hughes <johnny at centos.org>:
> On 07/30/2015 04:37 AM, Johnny Hughes wrote:
>>
>> Because we do CR, CentOS users had access to the 6.7 updates a full 3
>> days before anyone else made them available and CR was released less
>> than 5 days after the release of RHEL 6.7.
>>
>
> For those interested, here is a bit
2016 Feb 02
4
Compile error with libpri 1.4.15
I am getting this:
make
gcc -g -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -fPIC -O2
-MD -MT pritest.o -MF .pritest.o.d -MP -c -o pritest.o pritest.c
pritest.c:50:28: fatal error: dahdi/tonezone.h: No such file or directory
#include <dahdi/tonezone.h>
I am using dahdi-linux-complete-2.11.0+2.11.0
I did "find . | grep timezone.h" from the dahdi root and its not
2011 Jul 18
0
C6 install error about cyrus
When I am install C6.
I am getting an error about "A fatal error occurred when installing the
cyrus-sasl package.
Exit Installer.
These are my packages:
ls -l cyrus-*
-rw-r--r-- 1 silentm silentm 11745776 Jul 3 00:08
cyrus-imapd-2.3.16-6.el6.x86_64.rpm
-rw-r--r-- 1 silentm silentm 238380 Jul 3 00:03
cyrus-imapd-devel-2.3.16-6.el6.i686.rpm
-rw-r--r-- 1 silentm silentm 237328 Jul 3
2013 Jan 10
1
GnuTLS v3.1.6 on CentOS 6.3
Hi,
on CentOS 6.3 (32-bit) current & default GnuTLS is version
2.8.5-4.el6_2.2 gnutls.i686
( where can i get a src rpm for at-least trying it from a
2nd/different directory ? )
Can someone kindly point to an article that will help to effectively
upgrade to GnuTLS v3.1.1 or later+stable version, on CentOS 6.3
(32-bit) ?
Need the DANE supported GnuTLS, will be used for various GnuTLS
depended
2011 Sep 06
1
Help with kickstart install
I am doing a kickstart install for CentOS 6.0 (x86_64 install)
The error on screen is "fatal error occurred when install glibc package.
Could indicate error
with install media"
When I looked at the /mnt/sysimage/root/install.log file I see
Installing glibc-2.12.-1.7.el6.i686
error unpacking of archive failed on file /lib/ld-2.12.so;4e66d2ec cpio
read failed bad file descriptor.
2014 Sep 26
2
systemd startup on centos 7
Ok I created my script this morning
[Unit]
Description=Connections
After=network.target
[Service]
Type=notify
ExecStart=/home/silentm/bin/mystart
[Install]
WantedBy=multi-user.target
I put it in the correct directory, I rebooted and I see that
my mystart script runs- programs start up but then
they are killed with signal 15...
Is there something else that allows them to continue to run?
the