>
> I did wonder that myself. I have now amended to Dovecot definition in
> jail.conf to:
>
> [dovecot]
>
> port= pop3,pop3s,imap,imaps,submission,sieve,25,1025,465,587
> logpath = %(dovecot_log)s
> backend = %(dovecot_backend)s
>
> I then unbanned and banned each IP address manually wi
> >
> > /var/log/fail2ban.log is showing that it's working:
>
> I have seem similar odd behaviour with f2b with other filters.
> Try to uninstall the package
> fail2ban-systemd
> and stop and start fail2ban again.
> This might change its behavior to the better.
>
The fail2ban-systemd package
> > EOF: line 6: warning: here-document at line 0 delimited by end-of-file
> > (wanted `EOF')
> >
> > This is the sample script I am testing in my docker file:
> >
> > RUN bash -c "$(/bin/echo -e "cat << 'EOF' | tee -a /test.txt \
> > \n \
> > \n someting here \
> > \n something e
On Tue, 2019-05-07 at 12:07 +1000, Jobst Schmalenbach wrote:
> Hi
>
> Just got a new server replacing another server.
> I had to use iptables to protect it until I could move a hardware
> firewall from the old server to the new server.
>
> Now I am trying to delete iptables but it wants to delete
> ~/.bash_profile
> The personal initialization file, executed for login shells
>
> First, the ~ which might not apply to root.
Why do you think that? '~' is just shell shorthand for user's home
directory.
> Second, it’s a “personal” init file, which also might not pertain to
>
On Mon, 2019-05-13 at 16:20 -0400, Bee.Lists wrote:
> > On May 13, 2019, at 2:46 PM, Pete Biggs wrote:
> >
> > > First, the ~ which might not apply to root.
> >
> > Why do you think that? '~' is just shell shorthand for user's home
> >
> Shame that "security experts" regularly recommend using another name for
> the root account - security through obscurity anyone?
>
Unfortunately anyone can call themselves an "expert".
If your protection against a UID 0 login is to change the username,
then you need to seriously look at (a)
On Tue, 2019-05-14 at 04:50 -0400, Bee.Lists wrote:
> su does not load .bash_profile and therefore is a completely
> different application than with any other user. This one is
> different, considering .bash_profile is indeed used for logins for
> other users.
su is an application for switching
On Tue, 2019-05-14 at 05:19 -0400, Bee.Lists wrote:
> OK I think you need to read previous posts on this.
>
> I’m not looking for any other command.
How are 'su' and 'su -' different commands?
If you really dislike typing the extra " '-'", then setup an
alias so you only have to type "'s' 'u'
On Thu, 2019-05-16 at 12:57 -0400, Jerry Geis wrote:
> I have a simple bash script it will take arguments from a file that has
> quotes.
>
> my file arg.txt would be this
> -lt "*.txt"
>
> my script file would be
> LS_ARG=`cat arg.txt`
> ls $LS_ARG
>
> it does not run properly:
> sh -x ./arg.sh
>
> Gentle reminder ! Please let me know if there are any pointers for this
As far as I can see your original message never made it on to the
mailing list ...
>
> On Tue, May 14, 2019 at 7:26 PM santhosh kumar
> wrote:
>
> > Hi,
> >
> > We migrated from redhat 5.3 to centos 7.5 and facing
>
> what is the standard way to sync time under Centos 7.
> ntp or chrony.
>
chrony syncs to an NTP server, in the same way that ntp syncs to an NTP
server. The both work.
I have both ntpd (under CentOS 6) and chronyd (under CentOS 7) NTP
servers on my network, they all work fine together.
P.
> We would like to remove delta rpms (drpms) from our CentOS-6 and
> CentOS-7 repositories.
>
I live on fast connections both at home and work and for me I see no
real advantage to delta RPMs - I've not really measured it, but it
seems like my systems spend more time reconstructing the RPMs tha
On Sun, 2019-06-23 at 22:13 -0400, doug schmidt wrote:
> Hi,
> I'm having an issue with my Thinkpad P70 laptop/workstation. This system is
> a dual boot,
> windows 10 pro and centos 7. I have not needed to use the cdrom until now,
> however the system does not see it in /dev. I know the cdrom works
>
> [root@darkness ~]# ls -al /dev/sr*
> ls: cannot access /dev/sr*: No such file or directory
> [root@darkness ~]# ls /dev/s*
> /dev/sda /dev/sda3 /dev/sdb1 /dev/sg0 /dev/stderr
> /dev/sda1 /dev/sda4 /dev/sdb2 /dev/sg1 /dev/stdin
> /dev/sda2 /dev/sdb /dev/sdb3 /dev/snapsh
>
> [2.183682] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [2.183825] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
> [7.183893] ata3.00: qc timeout (cmd 0xec)
> [7.183908] ata3.00: failed to IDENTIFY (I/O error, err_mask=0x4)
> [7.183960] ata4.00: qc ti
> Another is the *lack* of a place to *type* a file name when you click a file
> upload button. The file upload browser both comes up too tall (taller than my
> screen [why?]) and lacks a place to start typing a file name, one *must*
> scroll down though (in my case) a long list of files and dire
On Fri, 2019-07-05 at 11:48 -0700, Gordon Messmer wrote:
> On 7/4/19 10:18 PM, Steven Tardy wrote:
> > I would also look at power settings in the BIOS and c-state settings in the
> > BIOS and OS as disabling c-states (often enabled by default to meet
> > green/energy star compliance) can make a not
On Tue, 2019-07-30 at 13:24 -0400, John Chludzinski wrote:
> I've been doing a CentOS 7.6.1810 net-install since last night. The machine
> seems ok but has been stuck with "performing post-installation setup tasks"
> for hours. This is an old Dell T5400 box, so it isn't blazing fast but ...
>
> Is
On Wed, 2019-07-31 at 09:32 -0400, John Chludzinski wrote:
> After finally completing and trying to reboot, the machine goes into
> "Emergency Mode" and asks that I log in as root. That fails and the machine
> becomes completely unresponsive.
>
> I tried the minimum install and got the same result
> This is just the first screen of it, there are many more. The data
> compiled here is for the last month (rsyslog is keeping the current
> log plus four older logs). I find it disturbing that there were 12251
> attempts at telnet during that time, 2154 on 8080, and so forth. either
> I'm some k
>
> I've found the default 10min bans hardly bother some attackers.
> So I've added the "recidive" feature of fail2ban. After the
> second 10min ban, the attacker is blocked for 1 week.
>
Oh definitely. My systems are set to "3 bans and you're out" - a
recidive ban is permanent after three ot
> In any case, Centos 7 has not always been this slow.
> Presumably something has changed.
Firefox especially, and to some extent Chrome, have both started using
much more memory recently (as in the last six months or so). I run 50+
desktops on CentOS and I've noticed more and more of them gett
On Tue, 2019-08-06 at 05:27 -0600, Warren Young wrote:
> On Aug 5, 2019, at 6:57 PM, Fred Smith wrote:
> > no core file (yes, ulimit is configured)
>
> That’s nowhere near sufficient. To restore classic core file dumps
> on CentOS 7, you must:
>
I was under the impression that a SIGKILL doesn'
On Wed, 2019-08-28 at 12:42 -0400, Jerry Geis wrote:
> I used to be able to 'repair' ext4 fs issue (when the boot process
> drops
> you into emergency mode)...
>
> but now with xfs - it does not seem to let me do that.
>
> xfs_repair /dev/sda3
> or
> xfs_repair -L /dev/sda3
> both say fatal error
On Sat, 2019-09-14 at 14:09 -0400, Fred Smith wrote:
> When doing yum operations I get this message at the end of whatever
> yum was doing:
>
> ** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
> brscan4-0.4.8-1.x86_64 is a duplicate with brscan4-0.4.3-1.x86_64
>
> It is true,
> I am guessing that because CentOS releases only every 3-5 years,
> people forget how much work is done at the beginning of every release.
> First there is a lack of packages available. Then there is the
> complaining that the OS is useless because it doesn't have ABC. Then
> there is finding th
same error.
Based on that I'm concluding that it doesn't appear to have anything to
do with Centos 7,7 but that the failure is coincidental.
Does anyone know what the problem is and how to resolve it?
Thanks
Pete
--
Unencumbered by the thought process.
-- Click and Clack the Tappe
>
> I am referring to https://wiki.centos.org/Manuals/ReleaseNotes/CentOSStream
> and
> i am not sure if i understand it correctly, Is it a separate CentOS
> distribution which is similar to
> CentOS-8 (1905)?
>
Currently CentOS-Stream is the same as CentOS.
In the future new features and upg
On Sat, 2019-10-12 at 21:03 +0200, Pierre Malard wrote:
> Ok, thanks. it’s now very clear…
> I must stay in CentOS 7 as long as possible…
>
No, that's not the way to look at it. Yes, an upgrade of major CentOS
versions is a wipe and re-install (unless you really, really know what
you are doing),
> Im using createrepo.
> The problem is that changes in the repo are not availiable via yum on my
> system.
>
Are you using createrepo every time you make any changes? You need to
do that in order to re-create the XML metadata containing the updated
packages.
P.
_
> I've been trying to folow directions, but no go.
> The bad ELF interpreter really through me for a loop:
>
> [root@localhost drv]# ls ~hennebry/D*/*.rpm
> /home/hennebry/Downloads/hll2360dcupswrapper-3.2.0-1.i386.rpm
> /home/hennebry/Downloads/hll2360dlpr-3.2.0-1.i386.rpm
> [root@localhost dr
> I had tried that also, but tried it again.
> before my last try, I power-cycled the printer.
> This time it worked.
> For some reason CUPS now shows two queue names:
> HL-L2360D-series Brother HL-L2360D series localhost.localdomain
> HL-L2360D HLL2360D
> both Brother HL-L2360D for
On Fri, 2019-11-29 at 09:56 +, Gary Stainburn wrote:
> Has anyone actually got CLAMD and EXIM working?
>
> I've just had a go on a new VPS server without success. The only
> thing that happened was that my server slowed because clamd was
> hogging CPU.
>
> I have done a lot of googling and al
>
> I would instead recommend getting/building a NAS aka file server and using
> the network to share files, or make backups, or whatever.
>
And if the machines aren't on a network?
P.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.
>
> is what is annoying me. That seems to be what I would expect if I
> piped it to less. I checked a fedora 31 and another centos 8 box and
> am seeing the same behaviour. Am I missing something?
>
The environment variable $PAGER determines what pager to use. The
default is 'less'. User
On Fri, 2019-12-13 at 16:44 +, Tony Mountifield wrote:
> In article <5c2439dc6351659900b0c7ef421ae3f1e7b84fe4.ca...@biggs.org.uk>,
> Pete Biggs wrote:
> > > is what is annoying me. That seems to be what I would expect if I
> > > piped it to less. I checked a fedo
On Mon, 2019-12-23 at 09:16 +0100, Nicolas Kovacs wrote:
> Le 23/12/2019 à 02:48, Akemi Yagi a écrit :
> > You may want to watch the "CR work" on that wiki page.
>
> CR seems to be empty right now.
>
I thought that was the role of 8-stream now?
P.
__
On Wed, 2019-12-25 at 20:33 -0500, MAILIST wrote:
> You will have better luck with Raspbian. Just sayin'
Yes, absolutely. I know it's appealing to install an OS you know and
love, but the tweaks that the RasPi Foundation have put into the
Raspbian kernel and utilities make it a no brainer. I run
> Has anyone created a fail2ban filter for this type of attack? As of
> right now, I have manually banned a range of IP addresses but would
> like to automate it for the future.
>
As far as I can see fail2ban only deals with hosts and not networks - I
suspect the issue is what is a "network": I
> > >
> > As far as I can see fail2ban only deals with hosts and not networks - I
> > suspect the issue is what is a "network": It may be obvious to you
> > looking at the logs that these are all related, but you run the risk
> > that getting denied accesses from, say, 1.0.0.1 and 1.1.0.93 and
>
> I noticed a strange behaviour (don't know if this is the wanted
> default). If I try ,from normal user shell, to run command like "reboot"
> or "shutdown -h now" system will reboot/shutdown. This happens on tty
> console, on xfce terminal and ssh session.
I've just created a normal user on
> It appears that most of the class files don't exist in the form of a
> rpm. In fact, some of this stuff doesn't seem to be downloadable as
> a .cls file (which is the format that lyx expects to see). Somehow
> (that I haven't yet read up on) you are to convert a tex file that
> you download f
> what does Centos 7 do with UPD packets having invalid checksums?
By default I assume they are just dropped - that's what should happen.
>
> Are such packets inevitably dropped?
Applications can specifically disable checksum checking for the kernel
network stack on a per application basis,
First of all - disclaimer - I'm no network specialist, I just read and
am interested in it. I may get things wrong!!
>
>
> Both physical interfaces show the same. But does this mean it's on as in "rx-
> checksumming: on" or off as in "tx-checksum-ipv4: off [fixed]"?
As far as I understand i
On Sat, 2020-02-01 at 19:11 -0500, Jerry Geis wrote:
> Does CentOS 8.1 support OLDER generate NVIDIA ?
> Like NVIDIA Corporation GF119M [GeForce GT 520M]
>
> I'm looking for hardware acceleration H264 type support.
>
As far as I know CentOS (i.e. RHEL) never supported accelerated nVidia
drivers
On Mon, 2020-02-03 at 19:04 -0500, Jerry Geis wrote:
> Hi All,
>
> Over the last 20 some years I have a file with about 200K worth of address
> that have "wrongly" tried to connect to my boxes running centos. So the
> file has one line per address or group of addresses like:
> 2.244.112.0/24
>
>
> The -X option to rsync will copy all extended attributes from the old to
> the new filesystem.
>
Yes, I discovered this when I rsync'd a whole 4Tb filesystem and the
backup system decided everything had changed because the attributes had
changed. I've settled on using "rsync -avHAX ..." and
On Wed, 2020-02-05 at 12:59 +0300, Dimitri Zelenkin via CentOS wrote:
> Pete Biggs wrote:
> >> The -X option to rsync will copy all extended attributes from the old to
> >> the new filesystem.
> > Yes, I discovered this when I rsync'd a whole 4Tb filesystem an
On Sun, 2020-02-23 at 02:58 -0600, Robert G (Doc) Savage via CentOS
wrote:
> I'm building a new storage server. I was unable to use the CentOS-8-
> x86_64-1905-dvd1.iso image written to a 256GB thumb drive. It kept
> failing the integrity check. I had to use the much smaller CentOS-8-
> x86_64-1905
>
> What is a "loop way"? I googled it together with Linux and file and
> did not find anything.
The proper term is "loopback filesystem".
> Is this simply like a separate file that is LUKS-encrypted and I
> would then mount it for remote access?
Yes, it's a filesystem in a file that you mo
> In many case, but in the situations I'm talking about here is really a
> lot more cumbersome to use. To use the command line to install a a
> package from a website, I have to
>
> 1. Right-click
> 2. Select Save Link As
> 3. Enter filename/directory
> 4. Open a terminal
> 5. Remember wh
On Sun, 2020-03-08 at 17:59 +, Chris Olson via CentOS wrote:
> A few years ago, one of our interns was curious about system
> time keeping features in computer systems. This intern was
> also the proud owner of an inexpensive Radio-Controlled Clock.
> The intern wondered why computer motherboa
>
> I'm getting an error about a module not being signed so not loading.
> CentOS 7.7 UEFI booting. (I cannot remove UEFI as hardware does not allow
> it).
>
You need to turn off secure booting - you can still boot using UEFI,
but if secure booting is turned on the kernel doesn't allow unsigned
On Mon, 2020-03-16 at 12:42 -0400, Jerry Geis wrote:
> > You need to turn off secure booting - you can still boot using UEFI,
> > but if secure booting is turned on the kernel doesn't allow unsigned
> > modules.
>
> Thanks - so is that command line to run ? Config file to edit ?
>
It's a BIOS set
On Wed, 2020-03-25 at 14:39 +, Leroy Tennison wrote:
> Since you state that using -z is almost always a bad idea, could you
> provide the rationale for that? I must be missing something.
>
I think the "rationale" is that at some point the
compression/decompression takes longer than the time r
On Wed, 2020-03-25 at 19:15 +0100, Simon Matter via CentOS wrote:
> > On Wed, 2020-03-25 at 14:39 +, Leroy Tennison wrote:
> > > Since you state that using -z is almost always a bad idea, could you
> > > provide the rationale for that? I must be missing something.
> > >
> > I think the "ratio
On Sun, 2020-03-29 at 23:18 -0400, Mark LaPierre wrote:
> On 2020-03-29 18:42, Frank Cox wrote:
> > On Sun, 29 Mar 2020 18:34:20 -0400
> > Mark LaPierre wrote:
> >
> > > What replaced Gstreamer and Mplayer in CentOS 8. RPM finder finds both
> > > for CentOS 6 and 7 but not 8. There must be a rep
> Yes, let me validate Mr. Kovacs comment. I am aware of the shortcomings
> of NIS in the area of security. Let me provide some information on the
> topography of my network and my reasoning for choosing NIS/NFS. Perhaps
> an alternative may be suggested to meet my needs without totally
>
On Sun, 2020-04-12 at 08:13 -0400, Jonathan Billings wrote:
> On Apr 12, 2020, at 05:47, Pete Biggs wrote:
> > There are other options than LDAP, and servers other than OpenLDAP, but
> > LDAP is the de facto standard.
>
> Unfortunately, OpenLDAP as a server is deprec
of which allow autofs to
work flawlessly, I've tried turning firewalld off which made no difference.
Here's my /etc/amd.remote file looks like
new \
-addopts:=fstype=nfs,vers=4,soft,intr \
host==remotehost;type:=link;fs:=/export/data/& \
rhost:=remotehost;rfs:=/export/data/&a
Hmm, I guess that I have something wrong with my kickstart configuration
because all that I can find is
libsss_autofs-2.2.0-19.el8_1.1.x86_64.
Thanks for the heads up
Pete
On 4/23/20 9:08 PM, Chris Schanzle wrote:
On 4/23/20 4:23 PM, Pete Geenhuizen wrote:
I'm migrating from C7 to C8.
Installation Guides at
https://docs.fedoraproject.org should reflect the feature set of a given
anaconda version, and are already translated into many languages.
The RHEL Installation Guide also documents the kickstart process.
--pete
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
I don't see it either.
On 07/09/16 08:36, Walter H. wrote:
On 07.07.2016 22:19, Helmut Drodofsky wrote:
Helo,
update is in EPEL repository.
strange, here it isn't ...
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/li
I'm running 6.8 and now it all makes sense.
Thanks
On 07/09/16 09:17, Duncan Brown wrote:
On 09/07/2016 14:15, Walter H. wrote:
On 09.07.2016 14:39, Pete Geenhuizen wrote:
I don't see it either.
On 07/09/16 08:36, Walter H. wrote:
On 07.07.2016 22:19, Helmut Drodofsky wrote:
Hel
Thanks Nux, works just fine on Centos 6.8
On 08/25/16 04:27, Nux! wrote:
I've patched libgweather with the same MATE patch and it seems to be working
fine.
Give it a try
http://li.nux.ro/download/nux/tmp/libgweather6/
--
Sent from the Delta quadrant using Borg technology!
Nux!
www.nux.ro
--
On Tue, 2017-01-24 at 17:14 -0500, m.r...@5-cent.us wrote:
> So, it installed happily.
>
> Then wouldn't boot. No problem, I'll bring it up with pxe, then chroot and
> grub2-install.
>
> Um, nope. I edited the device map from hd0 and hd1 being the RAID to
> /dev/sda and /dev/sdb, then ran grup2-i
>
> If you are using RAID 1 kernel mirroring, you can do that with /boot too,
> and Grub finds the kernel just fine. I've done it many times:
>
>
Hmm, OK. I wonder why anaconda doesn't do it then.
Reading various websites, it looks like grub2 can do it, but you have
to make sure that various g
>
> The zone apparently means something because an interface can only be on one.
> Moving it to a different zone results in the same error (same services/ports
> opened in each zone).
The "zones" are just labels and are used to create kernel iptables.
Each zone has a default set of open and clos
> Last login attempt from roundcube
>
> Jan 29 16:38:08 ts130 dovecot: imap-login: Login: user=,
> method=PLAIN, rip=::1, lip=::1, mpid=2076, secured,
> session=
> Jan 29 16:38:08 ts130 dovecot: imap(tdukes): Error: user tdukes:
> Initialization failed: Namespace '': Mail storage autodetection fa
On Mon, 2017-02-06 at 13:07 +0100, Patrick Begou wrote:
> I've some trouble with installing numpy in python 3.3 on Centos 6.8 as
> installation request a different python version...
>
> [root@sge ~]$ yum install python33 python33-python-tools
> [root@sge ~]$ scl enable python33 bash
>
> >
> > That's the very problem that Software Collections endeavors to solve. If
> > you install a non-standard package that conflicts with OS defaults,
> > install it as a collection so that end users can choose whether to use
> > the enhancement or the default, on a per-session basis.
>
> Does
On Mon, 2017-02-13 at 17:57 -0800, Alice Wonder wrote:
> Hi,
>
> ran into a problem w/ linode hosted VM where IPv6 address changed after
> they migrated it to a different host.
>
> They claim I can fix it with
>
> sed -i 's/slaac private/slaac hwaddr/' /etc/dhcpcd.conf
>
> However there appear
On Thu, 2017-02-16 at 00:37 -0800, Alice Wonder wrote:
> https://forum.linode.com/viewtopic.php?f=19&t=14570&p=72785
>
> I can not figure out what I need to do.
>
> Apparently according to linode support, the VM is trying to grab an IPv6
> address with some privacy stuff enabled by default causi
On Fri, 2017-02-17 at 12:02 -0500, Robert Moskowitz wrote:
> More joy with Centos 7.
>
> I am having permission problems with Postfixadmin. I am installing as
> I have in my notes I did in Centos6 and it is not working.
>
> I untar Postfixadmin into /usr/share. The owner is root:root (I even
> t
>
> What is the setting "allowoveride"? What does it mean?
>
>
It tells apache to obey .htaccess files in the document directory - in
other words it "allows" the .htaccess file to "override" the configured
parameters. The arguments to it say what subset of commands can be
overridden - AuthConfi
>
> From error.log:
>
> [Fri Feb 17 12:56:33.478024 2017] [authz_core:error] [pid 5759] [client
> 192.168.160.12:48290] AH01630: client denied by server configuration:
> /usr/share/postfixadmin
So it's an authorisation issue. In your .htaccess file change
Order allow,deny
Allow
>
> Not there still. In /var/www/html I created .htaccess:
>
> # ls -lstra
> total 12
> 4 drwxr-xr-x. 4 root root 4096 Feb 6 16:06 ..
> 4 drwxr-xr-x. 2 root root 4096 Feb 17 13:32 .
> 4 -rw-r--r--. 1 root apache 21 Feb 17 13:32 .htaccess
>
> # cat .htaccess
> Require all grant
>
> Thing is, I don't have an .htaccess file ANYWHERE on this system. I
> checked.
>
If you don't have a .htaccess file, then why have the
AllowOverride directive in the .conf file?
Putting AllowOverride in means that every time apache retrieves a file
from that directory, *and every directo
>
> Changed it to:
>
> # cat /etc/httpd/conf.d/postfixadmin.conf
> alias /mailadmin /usr/share/postfixadmin
>
> AllowOverride AuthConfig
> #allow from all
> Require all granted
>
Yes, all directories need to have 'Require all granted' on them
somewhere - if you look
>
>
> I decided to build an archive server for the purpose of backing up
> other fedora/centos desktops at the office. I built a machine and have
> installed Centos 7.3 on it with all updates current. I also purchased
> a 3.0 usb sata drive cabinet (Orico ORICO 9548U3-BK) and installed two
> 5
together, hold the power button down, wait a bit. Maybe try powering it on
with one PSU alone then the other, if that's an option.
--Pete
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
On Thu, 2017-02-23 at 10:28 -0500, Robert Moskowitz wrote:
> Would someone with a Intel Centos7 installation PLEASE find out for me:
>
> yum whatprovides php-imap
>
>
# yum whatprovides php-imap
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
x
x
x
php-imap-5
> Let me cite the service file here:
>
> [Unit]
> Description=/etc/rc.d/rc.local Compatibility
> ConditionFileIsExecutable=/etc/rc.d/rc.local
> After=network.target
>
> [Service]
> Type=forking
> ExecStart=/etc/rc.d/rc.local start
> TimeoutSec=0
> RemainAfterExit=yes
>
> I basically don't under
On Thu, 2017-03-16 at 21:20 -0500, Michael Hennebry wrote:
> How does one put centos on a laptop?
> My understanding that laptops no longer come with optical drives.
Some do, some don't. They all come with USB ports though.
https://wiki.centos.org/HowTos/InstallFromUSBkey
P.
_
On Fri, 2017-03-24 at 08:52 -0500, Matt wrote:
> > # yum install python34
>
> I already have epel installed. If it breaks something is it as simple
> as yum erase python34 to restore everything back to normal?
>
If it's in epel it will have been tested with RHEL/CentOS so shouldn't
break anythi
>
> Previously, when I examined rquotad, I did not work as I expected.
> I will try to verify again.
>
I gave up on NFS quotas - it was a while ago, but I seem to remember
that it sort of just about worked with an EXT4 server file system, but
was a pig with an XFS server. My instinct is that it
On Mon, 2017-04-03 at 20:17 -0500, Chris Adams wrote:
> Once upon a time, Alice Wonder said:
> > I need a low profile PCI-E card that allows for up to 2 M.2 SSD
> > drives that is known to work with the stock kernel in CentOS 7.
> >
> > Can anyone recommend one?
>
> I can't recommend a specific
running
SystemD for a while now honestly I don't mind it. While the language
used (units, targets) is confusing and documentation could be better,
there are some things I like about it more than SysVInit.
--
Pete Orrall
p...@cs1x.com
www.peteorrall.com
"If there
> I must admit that I skipped through the first and second stages - I
> never found creating init scripts a joy and instead opted to write my
> own scripts that I launched via inittab. As such, I welcomed the
> simplicity systemd's service files without fuss.
>
> So, at which stage are you in
SystemD but
Fedora/RHEL has changed the way they handle some things. NICs, for
instance, are no longer named after the device number (eth0, eth1,
eth2, etc.) but after the *driver* name. Yes, it's a change but it
also makes sense. IIRC this is how FreeBSD handles NIC names.
--
Pete Orrall
orking_Guide/ch-Consistent_Network_Device_Naming.html#sec-Naming_Schemes_Hierarchy
Thanks for the clarification, John. I will check this out.
--
Pete Orrall
p...@cs1x.com
www.peteorrall.com
"If there isn't a way, I'll make one."
___
CentOS mailing list
CentOS@
> I just read through this thread, and I must say I'm a bit worried, to
> the point that I'm asking myself: is CentOS still as reliable as it was?
Yes.
> This is not a rhetorical question, but a real one. On my Slackware
> servers, I'm hosting a few dozen websites, various platforms for schools
>
> Years uptime, wow! What do you do when security update for kernel or glibc
> is released? These come as often as once every 45 days in my observation.
>
They're non-exposed hosts doing very specific things - think internal
network with an air-gap to the internet.
P.
>We've been using pxeboot to pull up a menu, to build or rebuild
> machines for years. We have this new server, and it fails. Times out.
> What's happening is that it tries in this order
> .../pxelinux.cfg/b8945908-d6a6-41a9-611d-74a6ab80b83d
> .../pxelinux.cfg/01-88-99-aa-bb-cc-
> > > .../pxelinux.cfg/b8945908-d6a6-41a9-611d-74a6ab80b83d
> > > .../pxelinux.cfg/01-88-99-aa-bb-cc-dd
> > > .../pxelinux.cfg/C0A8025B
> > > .../pxelinux.cfg/C0A8025
> > > .../pxelinux.cfg/C0A802
> > > .../pxelinux.cfg/C0A80
> > > .../pxelinux.cfg/C0A8
> > > .../pxelinux.cfg
Not wishing to extend this thread further, but ...
> There are conspiracy theories out there that the NSA is involved with
> bringing systemd to Linux so they can have easy access to *"unknown"*
> bugs - aka backdoors - to all Linux installations using systemd *[1]*.
They're conspiracy theori
On Sun, 2017-04-16 at 06:53 -0400, ken wrote:
> On 04/15/2017 04:46 AM, Pete Biggs wrote:
> > Not wishing to extend this thread further, but ...
> >
> > > There are conspiracy theories out there that the NSA is involved with
> > > bringing systemd to Linu
> Indeed. I think the assertion "OSS is somehow safer because of community
> audit" is a logical fallacy. How would one go about "auditing" in the first
> place?
There are tools to audit source code for problems - OSS is safer
*because* the source is available and can be audited.
> Even if the
t; This is C7 latest and greatest.
> Any ideas???
Hi Adrian,
Could you provide more information? What are you trying to do? Is
this a new system? What software and hardware are you using?
Thanks and I look forward to hearing from you.
--
Pete Orrall
p...@cs1x.com
www.peteorrall.com
"If
301 - 400 of 408 matches
Mail list logo