Displaying 20 results from an estimated 2000 matches similar to: "repositories"
2015 Feb 27
0
repositories
On 27/02/15 12:30, Pol Hallen wrote:
> Hi all :-)
> This is my first post: I'm coming from debian/bsd world.
>
> A question about repositories:
>
> minimal installation (version 7) provides:
>
> CentOS-Base.repo
> CentOS-CR.repo
> CentOS-Debuginfo.repo
> CentOS-fasttrack.repo
> CentOS-Sources.repo
> CentOS-Vault.repo
>
> I known there are others
2015 Mar 03
2
dhclient.conf
Hi all :-)
on centos 6 I need keep the hostname from a dhcp server:
cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
HWADDR=00:50:56:27:0E:C8
TYPE=Ethernet
UUID=20924b21-e92a-4944-a054-06d1967155c1
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=dhcp
PEERDNS=yes
with this config, centos keep only ip from dhcp server (not gw, not dns)
where is dhclient.conf? I need to create it? If yes,
2009 Nov 13
2
./smbpasswd: symbol lookup error: ./smbpasswd: undefined symbol: _talloc_get_type_abort
Hi folks :-)
I compiled samba (latest stable v3.4.3) on my debian stable, everything seems
ok but when I try to add new samba user ./smbpasswd:
./smbpasswd: symbol lookup error: ./smbpasswd: undefined symbol:
_talloc_get_type_abort
I already checked useful libreries but I don't understand this problem.
what can I do?
(samba pre-compiled packages on debian are some grave bugs)
thanks
2017 Sep 05
2
lda
Sep 5 19:59:21 domain postfix/qmgr[19936]: warning: connect to
transport private/spamassassin: Connection refused
Pol
On 2017-09-05 03:10, Bill Shirley wrote:
> Try main.cf:
> # dovecot 2.x
> mailbox_command = /usr/bin/spamc -e /usr/libexec/dovecot/dovecot-lda
> -a "$RECIPIENT" -f "$SENDER" -m "$EXTENSION"
>
> Bill
>
>
> On 9/3/2017
2019 Aug 29
4
I broke "yum update" - C7
Am 2019-08-29 16:51, schrieb Gary Stainburn:
> On Thursday 29 August 2019 15:45:44 Gordon Messmer wrote:
>> On 8/29/19 3:03 AM, Gary Stainburn wrote:
>> > https://us-east.repo.webtatic.com/yum/el7/x86_64/repodata/repomd.xml: [Errno 14] curl#60 - "Peer's Certificate issuer is not recognized."
>>
>>
>> What do you see when you run:
>>
2016 Aug 03
4
netbios and interfaces
Hi all
I've a samba server listen on eth0 (everything ok) and eth2
server1 has eth2: 192.168.100.212 <--> 192.168.100.213 (another linux
server) with another interface 192.168.30.0/24
from network 192.168.30.0/24 I can ping 192.168.100.212 and works with
samba shares (but only using numeric IP)
I don't see any computers from windows machines.
nbtstat doesn't find any host
2019 Aug 30
1
I broke "yum update" - C7
Am 2019-08-30 17:17, schrieb Gordon Messmer:
> On 8/29/19 8:20 AM, Alexander Dalloz wrote:
>> yum uses libcurl behind the scenes and thus NSS and not OpenSSL.
>
>
> Good to know.
>
> In that case: Gary, what do you see when you run:
>
> ??? /usr/lib64/nss/unsupported-tools/vfyserv -p 443
> us-east.repo.webtatic.com
>
>> Do you get something
2015 Mar 24
5
can't do a yum install of apache C7
Hey all,
I'm logged into a CentOS 7 box and trying to install apache. Not having any
luck, as it's not being found. Which is odd, because I have the right repos
enabled:
[root at hadoop1:/etc/yum.repos.d] #cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.0 (Maipo)
[root at hadoop1:/etc/yum.repos.d] #yum repolist
Loaded plugins: amazon-id, rhui-lb
repo id
2017 Sep 05
3
pam authentication
does not work :-/
Sep 05 13:49:41 auth: Debug: auth client connected (pid=31115)
Sep 05 13:49:41 auth: Debug: client in: AUTH 1 PLAIN
service=imap secured session=IFCT0m9Y0KjAqAFk
lip=192.168.1.100 rip=192.168.1.100 lport=143
rport=43216 resp=AHBvbGhhbGxlbkBmdWNrYXJvdW5kLm9yZwBQYW5kb3JhMjAwMA==
(previous base64 data may contain sensitive data)
Sep 05
2016 Sep 13
2
(file server) force users to change own password
> net sam set pwdmustchangenow (username) yes
what does you mean?
I need a GUI that allow users change own password
thanks
Pol
2017 Sep 05
2
pam authentication
thanks Aki, but with all your advices I've same problem: in the logs
always I see the authentication with user and domain name, so dovecot
doesn't accept it
any idea?
thanks!
Pol
On 2017-09-05 10:58, Aki Tuomi wrote:
> Oh right, you need to do it like this...
>
> after the passwd-file drivers add
>
> passdb {
> driver = static
> args = username=%n
2011 Mar 21
2
exclude the latest php
hey guys,
I'm attempting to install php 5.2.7 using the webtatic repo.. but it
looks like my exclude isn't working.. I'd appreciate it if someone
could point out the mistake I'm making/flaw in my approach...
## machine info
[root at ec2-174-129-154-179 yum.repos.d]# cat /etc/redhat-release
CentOS release 5.5 (Final)
[root at ec2-174-129-154-179 yum.repos.d]# uname -a
Linux
2017 Sep 05
2
pam authentication
Do I modify auth-system.conf.ext only (sorry for the question)
if yes, I've same problem
Pol
On 2017-09-05 13:34, Aki Tuomi wrote:
> Try configuring like this:
>
> passdb {
> args = scheme=SHA256 username_format=%u /etc/dovecot/users
> driver = passwd-file
> }
>
> passdb {
> driver = static
> args = username=%n noauthenticate
> skip = authenticated
2019 Mar 15
4
PHP 7.x on CentOS 7 : which solution ?
Hi,
As you all know, CentOS 7 is shipping PHP 5.4, which is OK in some
situations. Unfortunately, some applications like OwnCloud require a
more recent version of PHP.
Up until recently, I've been using PHP 5.6 packages from the Webtatic
repository. Despite the bad press this third party repo seems to have,
it has been working perfectly for me for a few years. Here's the PHP 5.6
packages
2013 Dec 02
2
[Bug 10304] New: safe_read failed to read 1 bytes
https://bugzilla.samba.org/show_bug.cgi?id=10304
Summary: safe_read failed to read 1 bytes
Product: rsync
Version: 3.1.0
Platform: x86
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: polhallen at fuckaround.org
2015 Apr 26
1
can't install gd-devel on centos 7.1
2015-04-27 1:30 GMT+03:00 John R Pierce <pierce at hogranch.com>:
> On 4/26/2015 1:54 PM, Tim Dunphy wrote:
>
>> Hey guys,
>>
>>
>> I'm trying to instal gd-devel onto a CentOS 7 host.
>>
>> --> Finished Dependency Resolution
>> Error: Package: gd-last-devel-2.1.1-2.el7.remi.x86_64 (remi)
>> Requires:
2017 Sep 05
2
pam authentication
Sure :) thanks
cat /var/log/dovecot/[...]
Sep 05 13:26:02 auth: Debug: auth client connected (pid=30131)
Sep 05 13:26:02 auth: Debug: client in: AUTH 1 PLAIN
service=imap secured session=JK0Bfm9YuqfAqAFk
lip=192.168.1.100 rip=192.168.1.100 lport=143
rport=42938 resp=AG1heEBmdWNrYXJvdW5kLm9yZwBQYW5kb3JhMjAwMA==
(previous base64 data may contain
2019 Aug 29
2
I broke "yum update" - C7
On 8/29/19 3:03 AM, Gary Stainburn wrote:
> https://us-east.repo.webtatic.com/yum/el7/x86_64/repodata/repomd.xml: [Errno 14] curl#60 - "Peer's Certificate issuer is not recognized."
What do you see when you run:
??? openssl s_client -showcerts -connect us-east.repo.webtatic.com:443
2017 Sep 05
2
pam authentication
Hello, thanks for your reply
I already tried with:
username_format=%n or auth_username_format=%n but I've same problem
Pol
> passdb {
> driver = pam
> args = username_format=%n
> }
>
> also you probably want to consider using driver=passwd instead, if you
> really don't need pam due to some special plugins.
>
> Aki
--
Pol
2015 Apr 26
4
can't install gd-devel on centos 7.1
Hey guys,
I'm trying to instal gd-devel onto a CentOS 7 host.
--> Finished Dependency Resolution
Error: Package: gd-last-devel-2.1.1-2.el7.remi.x86_64 (remi)
Requires: libvpx-devel(x86-64)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
But when I try to do that I get the error you see above.
These are the