Displaying 20 results from an estimated 4000 matches similar to: "Installing kernel RHEL-5.3 on CentOS 5.2 (x86_64)"
2014 Nov 11
2
Re: Add support for slackware in supermin
Sorry for the top posting, it's the gmail app behavior.
It didn't mention the other aspects because they are not a problem. The
only "problem" is the package depency.
Cordially
Le 11 nov. 2014 19:03, "Pino Toscano" <ptoscano@redhat.com> a écrit :
>
> Hi,
>
> (please do not top-reply...)
>
> On Tuesday 11 November 2014 18:32:10 Mathieu
2014 Nov 11
2
Re: Add support for slackware in supermin
What I was suggesting, is to let the user manage depencies himself.
This is what slackware users are used to do anyway.
It means that we should be able to provide an exhaustive list of needed
packages on the command line.
As the semantic differ from the usual treatment of the PACKAGES arguments
of supermin --prepare, this could be managed by a new option implying "do
not search or install
2009 Jun 03
3
How to remove the wrong wireless firmware module
How do I back out of these directions?<br/><br/>"yum install iwl4965-firmware<br/><br/>rmmod iwl4965; modprobe iwl4965<br/><br/>Your wireless device should be working now. Enable NetworkManager to use it. <br/>Starting from CentOS 5.3 (kernel 2.6.18-128) the kernel includes the iwlagn kernel module. If you are running an older kernel, please look at
2013 Sep 03
0
[LLVMdev] Adding a library to CMake deps
On 09/03/2013 02:13 PM, Renato Golin wrote:
> Hi folks,
>
> When cross-compiling LLVM to ARM, using CMake+Ninja, I realized that
> libxml2 depends on lzma, but the dependency is not explicit on the
> build.ninja file under the "build bin/c-index-test"'s LINK_LIBRARIES
> (which is the only one that cares about it).
>
> I couldn't find the place to add
2015 Oct 31
3
About ecryptfs-utils
Hi folks,
I've found ecryptfs module into kernel-plus, but ecryptfs-utils is missing:
[root at centos7 ecryptfs-utils-108]# uname -r
3.10.0-229.14.1.el7.centos.plus.x86_64
[root at centos7 ecryptfs-utils-108]# lsmod | grep ecryptfs
ecryptfs 85424 0
[root at centos7 ecryptfs-utils-108]# yum -q repolist
id del repositorio nombre del
repositorio
2003 Oct 29
2
OpenSSH and Redhat 8
John,
The following steps should work for you (or anyone buildling on a
RedHat box):
1) Get the official OpenSSH source RPM from
ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/rpm/SRPMS/openssh-3.7.1p2-1.src.rpm
2) Do 'rpmbuild --rebuild ./openssh-3.7.1p2-1.src.rpm' from where you
saved the file.
3) This should create the following files in /usr/src/redhat/RPMS/i386:
2009 Sep 09
1
iwl4965 causes soft lockups
Hi all,
Annoying issue.. my ThinkPad T61 has an iwl4965 wireless card. When I
have the wireless switch on, I experience a lot of issues.. system keeps
freezing..unfreezing..freezing..etc.
Sometimes, a soft lockup is logged to /var/log/messages.
psmouse.c also sometimes throws an error saying the mouse lost
synchronization.
Obviously, this is causing the system to freeze for a sec and
2008 Sep 25
2
fix firefox?
I once had firefox x86_64 installed (because it was the default).
But that one has problems with plugins (flash, java), which are
much easily solved by using the i386 version.
So I unstalled firefox, and installed it again using:
yum install firefox.i386
This worked, and even the plugins worked fine afterwards.
I did have some problems when uninstalling, because yum insisted
on a whole load
2020 Mar 08
2
Encrypt destination file
Hi,
My company have been using rsync to sync our file to a backup server (running rsync daemon), and now we would like to store them encrypted.
I found some thread that discussed this issue but they are pretty old (about 10 years ago). So I send this question again and looking for any new approach.
Is there any option or module for rsync to encrypt file on the destination?
Thanks a lot,
Dat Le
2010 Apr 23
2
[PATCH] Config: Change config to lookup dependencies by name
Conversion would fail if it was necessary to install a package, and multiple
architectures of that package were already installed. This was happening
specifically with device-mapper on RHEL 5 conversions.
Unfortunately the flat dependency list in the config file didn't really allow
this to be fixed. The best that could be done is to specify both i386 and x86_64
dependencies, but would mean
2017 Sep 18
1
Samba shows error NT Status: STATUS_OBJECT_NAME_NOT_FOUND when copying 10GB file using robocopy when ecryptfs file system shared using samba
Hi ,
I shared linux directory which is mounted using ecryptfs to a windows 10 client using samba share . When i do a robocopy of file greater than size of 7GB the samba throws an error NT Status: STATUS_OBJECT_NAME_NOT_FOUND which can be observed in wire shark .
Setup :
----------
Host with ubuntu 16.01 -------------------> windows 10 client
(Samba
2008 Feb 26
4
Mono installation
Hello everybody
I?m trying to install mono and when i try to install the package libgdiplus throw the following error dependencies with libexif.so.9 and libungif.so.4.
Im using local packages, i downloaded it from the redhat mono repository, I try with the bin installer in others distro mono repo and It throw the deps error with packages libgailutil.so.17 and libglitz.so.1
Finally I try with the
2009 Mar 06
1
epel-5.2 trying to upgrade to 5.3
Hi
I just installed CentOS 5.2 (x86_64), and everything was fine. After
installing the "epel-release-5-2.noarch.rpm", and issuing "yum
check-update", I can see that "epel" is trying to upgrade to version 5.3.
First I didn't notice the problem, and after upgrading, I got the
message "error sumary" when updating the system.
It seems that the x86
2015 Oct 13
3
transferring large encrypted images.
On Tue, Oct 13, 2015 at 12:54 PM, Xen <list at xenhideout.nl> wrote:
> Hi Folks,
>
> I was wondering if I could ask this question here.
>
> Initially when I was thinking up how to do this I was expecting block
> encryption to stay consistent from one 'encryption run' to the next, but I
> found out later that most schemes randomize the result by injecting a
>
2014 Oct 22
5
Q. LUKS or ecryptfs-utils ?
I am now investigating encrypting our IMAP user spool files. Does anyone have
experience with handling encrypted data stores using either or both of the
subject methods and would care tio share their observations? Which is the
preferred method (I know: it depends, but on what?)? What administrative
pain does each cause?
Our IMAP host is a KVM guest so spinning up a duplicate and simply
2005 Sep 10
1
[LLVMdev] Function binding
Hey list,
I'm looking for information on how programs that span multiple LLVM
modules work at runtime, especially wrt. symbol handling when running
in a JIT setting. To give some background, I'm developing a language
that targets LLVM as a backend, and I'd like my translation units to
map to LLVM modules as closely as possible.
What I'm looking for here is something similar to
2008 Jun 24
5
centos 5.2 for real this time
I did a yum update last night at about 23h15 EDT (-4). No upgrade.
I just did a yum update this morning at about 08h45 (-4). for my system
there's about 348 megs of updates.
Now all I have to do is figure out how to remove OO.o 2.0.whatever which
is being upgraded to 2.3.whatever. I'm using 2.4.1 on my 4.6 boxes
(have always been using the latest OO.o on them since installation a
2014 Nov 11
0
Re: Add support for slackware in supermin
On Tuesday 11 November 2014 19:08:58 Mathieu Bouillaguet wrote:
> Le 11 nov. 2014 19:03, "Pino Toscano" <ptoscano@redhat.com> a écrit :
> > Hi,
> >
> > (please do not top-reply...)
> >
> > On Tuesday 11 November 2014 18:32:10 Mathieu Bouillaguet wrote:
> > > What I was suggesting, is to let the user manage depencies
> > >
2015 Aug 12
2
[Intel-gfx] [PATCH v2 00/22] Enable gpu switching on the MacBook Pro
Hi Daniel,
On Wed, Aug 12, 2015 at 04:16:25PM +0200, Daniel Vetter wrote:
> > * Reprobing if the inactive GPU initializes before the apple-gmux module:
> > v1 used Matthew Garrett's approach of adding a driver callback.
> > v2 simply generates a hotplug event instead. nouveau polls its outputs
> > every 10 seconds so we want it to poll immediately once apple-gmux
2006 Jul 26
1
lesson learned: script/runner does not abort on failed require
After a fresh installation of an application, some utility scripts
run with script/runner quietly aborted right after their start. No
error message whatsoever, just a new shell prompt. The reason was an
uninstalled dependecy, but that was difficult to determine because
the load failure was not reported:
% ruby script/runner ''require "foobarbaz"''
%
Why