Re: [CentOS] qemu-kvm

2019-11-19 Thread Nux!
You should really use cockpit (if you can't get virt-manager) if you want a GUI. hth --- Sent from the Delta quadrant using Borg technology! On 2019-11-19 15:55, Jerry Geis wrote: I am running this command /usr/libexec/qemu-kvm -no-acpi -smp 4 -m 2048 -drive file=myimg.img,format=raw -vga std

Re: [CentOS] CentOS 8 Installation Not Recognizing Local Disk

2019-10-10 Thread Nux!
There was a recent thread about Redhat's removal of drivers from LSI SAS2, it's probably the problem you are facing. It can be worked around with the help of Elrepo repo. https://lists.centos.org/pipermail/centos/2019-October/173682.html https://elrepoproject.blogspot.com/2019/08/rhel-80-and-s

Re: [CentOS] Install tunctl on CetnOS 7 ?

2019-08-07 Thread Nux!
It's not in the main repo, try to get it from here: http://li.nux.ro/download/nux/misc/el7Server/x86_64/tunctl-1.5-12.el7.nux.x86_64.rpm --- Sent from the Delta quadrant using Borg technology! On 2019-08-07 16:42, John Chludzinski wrote: EPEL doesn't have uml_utilities and NUX do

Re: [CentOS] Mate on Centos 7

2019-08-07 Thread Nux!
ling to make the srpms available - without any commitments. This might make a good addition to Nux :) ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos ___ CentOS mailing

Re: [CentOS] Fastboot and Google pixel 3a

2019-07-26 Thread Nux!
I've had to use newer than stock/epel packages in the past for various phones. Just get the latest binaries from here: https://dl.google.com/android/repository/platform-tools-latest-linux.zip hth --- Sent from the Delta quadrant using Borg technology! On 2019-07-26 03:28, H wrote: Has anyone

Re: [CentOS] how to increase DNS reliability?

2019-07-25 Thread Nux!
I'm about to do an overhaul of the DNS service at work and my plan is to use powerdns recursor + dnsdist + keepalived. --- Sent from the Delta quadrant using Borg technology! On 2019-07-25 14:28, Leroy Tennison wrote: If you don't want multiple DNS server entries on the client then a master a

Re: [CentOS] bcachefs-tools

2019-07-25 Thread Nux!
You could try to get this slightly old rpm, save you the build troubles (untested): http://ftp5.gwdg.de/pub/opensuse/repositories/home:/garloff:/storage/RHEL_7/x86_64/ Bare in mind there is no support in the stock kernel for bcachefs (afaik), you might have better luck with the elrepo kernel-m

Re: [CentOS] Mate on Centos 7

2019-07-15 Thread nux
There are loads of us, most are just happy with the current version. On 2019-07-15 15:22, H wrote: On July 15, 2019 8:21:10 AM EDT, Jonathan Billings wrote: On Mon, Jul 15, 2019 at 07:27:46AM -0400, H wrote: What is the recommended way to upgrade to 1.22? I see you've already done the appr

Re: [CentOS] Alternative to laptop

2019-07-10 Thread nux
Another NUC alternative: https://www.gigabyte.com/uk/Mini-PcBarebone On 2019-07-10 12:14, Mike wrote: https://www.asrock.com/nettop/index.asp Asrock has a series of Intel and/or AMD based mini-pc's called the DeskMini. Competes in the Intel NUC space. Plenty of power and up-to-date component

Re: [CentOS] how to find out the number of updates for a system

2019-05-22 Thread Nux!
Nice one, -q However that command will still count an empty line that yum outputs, even with -q; it could also create problems due to stderr. I'd use something like: yum -q check-update 2>/dev/null|grep -c -v ^$ -- Sent from the Delta quadrant using Borg technology! Nux! ww

Re: [CentOS] how to find out the number of updates for a system

2019-05-22 Thread Nux!
You might want to increase 1000 if you expect to have more than that number of updates :) -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Nux!" > To: "CentOS mailing list" > Sent: Wednesday, 22 May

Re: [CentOS] how to find out the number of updates for a system

2019-05-22 Thread Nux!
yum check-updates 2>/dev/null|grep -A1000 "^$"|grep -vc "^$" -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Ralf Prengel" > To: "CentOS mailing list" > Sent: Wednesday, 22 May, 2

Re: [CentOS] Opera browser on CentOS

2019-05-21 Thread Nux!
I'd wait for EL8.1 to be honest, EL8 won't be much usable without EPEL repo and the various extra repos for multimedia etc which will take time. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "CentOS mailing li

Re: [CentOS] Opera browser on CentOS

2019-05-20 Thread Nux!
Yes, it will not work on EL6, it requires newer glibc and gtk3. It's time to leave EL6 behind (or stick to Firefox). -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "H" > To: "CentOS mailing list" >

Re: [CentOS] root .bash_profile?

2019-05-13 Thread Nux!
Hi, The $home of root is /root, just copy it there. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Bee.Lists" > To: "CentOS mailing list" > Sent: Monday, 13 May, 2019 13:28:24 > Subject: [CentOS]

Re: [CentOS] Firefox esr repackage

2019-05-10 Thread Nux!
e are quite a few users out there running CentOS for desktop purposes. There are desktop focused distros out there who do not even reach this kind of numbers. How many active users do you think Mageia or Linux Mint have? -- Sent from the Delta quadrant using Borg technology! Nux! www.n

Re: [CentOS] Firefox esr repackage

2019-05-09 Thread Nux!
No, it's the "price" we "pay" for using EL. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Simon Matter" > To: "Nux!" > Cc: "CentOS mailing list" > Sent: Thursday,

Re: [CentOS] Firefox esr repackage

2019-05-09 Thread Nux!
Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "CentOS mailing list" > To: "CentOS mailing list" > Sent: Wednesday, 8 May, 2019 17:24:57 > Subject: Re: [CentOS] Firefox esr repackage >> I was told lately ab

Re: [CentOS] Firefox esr repackage

2019-05-08 Thread Nux!
I was told lately about this workaround, check it out. https://blog.mozilla.org/addons/2019/05/04/update-regarding-add-ons-in-firefox/ -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "CentOS mailing list" > To: &quo

Re: [CentOS] youtube-dl No module named 'pkg_resources'

2019-05-08 Thread Nux!
How did you install it? I'm using their binary and it works great, just tested it. https://ytdl-org.github.io/youtube-dl/download.html -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Michael Hennebry" > To:

[CentOS] Intel Vroc experiences?

2019-04-23 Thread Nux!
anyone done any testing, how does it compare with "real" raid or software raid? Cheers, Lucian [1] - https://www.intel.co.uk/content/www/uk/en/support/articles/24498/memory-and-storage/ssd-software.html -- Sent from the Delta quadrant using Borg tec

Re: [CentOS] parallel not found!

2019-04-10 Thread Nux!
Parallel is in EPEL repo, you should disable that 3rd party repo from OpenSuse and try again. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Nikos Gatsis - Qbit" > To: "CentOS mailing list" > Sent: We

Re: [CentOS] Short or long hostname ?

2019-04-10 Thread Nux!
How I do it ( and always done it): hostnamectl set-hostname foobar.localdomain echo 127.0.0.1 foobar.localdomain foobar >> /etc/hosts echo ::1 foobar.localdomain foobar >> /etc/hosts -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message

Re: [CentOS] http error when updating 7.5 ==> 7.6

2019-03-26 Thread Nux!
Nothing against removing drpms. Nuke them. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "johnny" > To: "CentOS mailing list" > Sent: Monday, 25 March, 2019 12:32:33 > Subject: Re: [CentOS] http

Re: [CentOS] Spamassassin + Postfix : delete spam mail on the server ?

2018-12-19 Thread Nux!
Absolutely, never reject spam at MTA level! Usually I put it in a spam folder, then add a cronjob that deletes messages older than 6 months, ymmv. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "CentOS mailing list"

Re: [CentOS] Spamassassin + Postfix : delete spam mail on the server ?

2018-12-18 Thread Nux!
* ^X-Spam-Status: Yes $SPAMDIR DEFAULT=$HOME/Maildir/ ORGMAIL=$HOME/Maildir/ DROPPRIVS=yes HTH -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Nicolas Kovacs" > To: "CentOS mailing list" > Cc: &qu

Re: [CentOS] [CentOS-announce] Announcing release of PHP 7.2

2018-12-11 Thread Nux!
Thanks, Jan! -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Jan Staněk" > To: centos-annou...@centos.org > Sent: Tuesday, 11 December, 2018 15:23:26 > Subject: [CentOS-announce] Announcing release of PHP

Re: [CentOS] C 7 installation annoyances

2018-10-16 Thread Nux!
will be picked up by the EL7 installer so you can just use them as they are. hth -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "mark" > To: "CentOS mailing list" > Sent: Monday, 15 October, 2018 21:

[CentOS] NetworkManager and multiple dhcp router option

2018-09-28 Thread Nux!
from the Delta quadrant using Borg technology! Nux! www.nux.ro ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Which is better? Microsoft Exchange 2016 or Linux-based SMTP Servers?

2018-07-18 Thread Nux!
If you find setting up a linux based smtp server "extremely difficult", then you have probably answered your own question already. Stick to what you know. hth -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Turri

Re: [CentOS] ZFS on Linux repository

2018-07-03 Thread Nux!
Watch out, ZFS on Linux is not as good as on FreeBSD/Solaris. Just recently there was an issue with data loss. https://github.com/zfsonlinux/zfs/issues/7401 hth Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Gionat

Re: [CentOS] Clone a custom CentOS 7 desktop using G4L over FTP

2018-05-28 Thread Nux!
Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Nicolas Kovacs" > To: "CentOS mailing list" > Cc: "Jean Mortreux" > Sent: Friday, 25 May, 2018 05:45:04 > Subject: [CentOS] Clone a custom CentOS 7 desktop u

Re: [CentOS] Vsftpd vs. iptables firewall script

2018-05-23 Thread Nux!
Hi, Try "iptables -I INPUT" for your FTP rule. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Nicolas Kovacs" > To: "CentOS mailing list" > Sent: Wednesday, 23 May, 2018 15:24:45 > Subj

Re: [CentOS] Use EPEL without redirection ?

2018-05-22 Thread Nux!
Edit the epel.repo file and comment mirrorlist, uncomment baseurl and replace with a url of your choice. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Nicolas Kovacs" > To: "CentOS mailing list" > S

Re: [CentOS] How to build nss-util.i686 on Centos 7 with mock

2018-05-17 Thread Nux!
ed and are not there you'll need to backport them from Fedora I guess. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Martin Vogt" > To: "CentOS mailing list" > Sent: Thursday, 17 May, 2018 15:26:17 &g

Re: [CentOS] Issue with private mirror

2018-05-15 Thread Nux!
Hi, To me it looks like you are getting incomplete content from your rsync source. Try to sync from another mirror. hth -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Eric Germann" > To: "CentOS mailing list&

Re: [CentOS] Wich is best for backup? nfs of iscsi?

2018-04-14 Thread Nux!
Yes, you can. Use XFS on top of that as it has dynamic inode allocation and can be expanded live (but not shrinked). -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro > Can i create a nfs partition with lvm and in future extend the partition > with another

Re: [CentOS] CentOS 7 + MariaDB + phpMyAdmin

2018-04-09 Thread Nux!
Hello, You should contact your control panel supplier as they are known to heavily modify the stock settings and packages and are not really supported here. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Frank M. Ramaeker

Re: [CentOS] Squid vs. iptables redirection: exception for certain domains ?

2018-03-12 Thread Nux!
simply add or remove IPs from the ipset. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Nicolas Kovacs" > To: "CentOS mailing list" > Sent: Sunday, 11 March, 2018 12:18:06 > Subject: Re: [CentOS] Squid vs.

Re: [CentOS] Squid and HTTPS interception on CentOS 7 ?

2018-03-05 Thread Nux!
. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Nicolas Kovacs" > To: "CentOS mailing list" > Sent: Monday, 5 March, 2018 12:04:59 > Subject: Re: [CentOS] Squid and HTTPS interception on CentOS 7 ?

Re: [CentOS] Any alternatives for the horrible reposync

2018-02-27 Thread Nux!
Try rsync where possible, lftp (mirror feature) where not (that's what I do). -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Dennis Jacobfeuerborn" > To: "CentOS mailing list" > Sent: Tuesday, 27

Re: [CentOS] Cisco AnyConnect Mobility Client for 32- bit CentOS 6

2018-02-22 Thread Nux!
Install the excellent openconnect client from EPEL, I think there is also a NetworkManager plugin for it so you can use a UI, though the cli is not too bad. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "H" > To:

Re: [CentOS] OT: configuring xming to know putty's not in a std. location

2018-02-08 Thread Nux!
+1 Mobaxterm, X11 and SFTP support out of the box, also you get a nice bash terminal with it and some extra cygwin based goodies. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "J Martin Rushton" > To: "CentOS

Re: [CentOS] Anyone using GQRX in Centos-7, for SDR ?

2018-02-03 Thread Nux!
Cool, thanks for testing. Packages moved to main repo. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Fred Smith" > To: "CentOS mailing list" > Sent: Friday, 2 February, 2018 20:53:06 > Subject: R

Re: [CentOS] Slightly OT : newsletters, mail formatting and netiquette

2018-02-02 Thread Nux!
Not only is it acceptable, but it has become the norm unfortunately. If you do switch to HTML format, bare in mind it may have consequences on how other servers label you (or not) as SPAM, so do a few thorough test rounds. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro

Re: [CentOS] Anyone using GQRX in Centos-7, for SDR ?

2018-02-02 Thread Nux!
blacklist rtl2832 blacklist rtl2830 BTW there's a new package at http://li.nux.ro/download/nux/tmp/gqrx7/ if you care to test and confirm success so I can move it to the main repo. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: &

Re: [CentOS] How is initrd.img packed and compressed?

2018-01-31 Thread Nux!
Don't archive as lzma if you don't want lzma, remove the "--format=lzma" parameter. hth Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Mircea Husz" > To: "CentOS mailing list"

Re: [CentOS] best centos server setup for graphics intensive kvm vms?

2018-01-24 Thread Nux!
Yes -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Morgan Read" > To: "CentOS mailing list" > Sent: Tuesday, 23 January, 2018 23:30:57 > Subject: Re: [CentOS] best centos server setup for graphics

Re: [CentOS] best centos server setup for graphics intensive kvm vms?

2018-01-23 Thread Nux!
afaik. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Morgan Read" > To: "CentOS mailing list" > Sent: Tuesday, 23 January, 2018 18:49:58 > Subject: Re: [CentOS] best centos server setup for graphics in

Re: [CentOS] best centos server setup for graphics intensive kvm vms?

2018-01-22 Thread Nux!
t you need Intel VT-d or AMD-Vi enabled in the BIOS. If your laptop is old it may not have that feature. Owncloud has been obsoleted by Nextcloud btw. hth -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Morgan Read" >

Re: [CentOS] CentOS 7 + KDE : post-installation script

2017-12-29 Thread Nux!
"Basculer SELinux en mode permissif." - Mon dieu!.. :) -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Nicolas Kovacs" > To: "CentOS mailing list" > Sent: Friday, 29 December, 2017 14:10:50 &g

Re: [CentOS] Chromium on CentOS 6

2017-11-28 Thread Nux!
Sorin, Indeed, CentOS 6 is not longer officially supported by Chrome. It hasn't been for a few years, though there are workarounds[1]. It's high time people migrated to EL7. [1] - http://li.nux.ro/download/nux/dextop/el6/x86_64/chrome-deps-stable-3.11-1.x86_64.rpm -- Sent from

Re: [CentOS] Devilspie or wmctrl for CentOS 6

2017-11-27 Thread Nux!
It's in my repo, gdevilspie as well. http://li.nux.ro/download/nux/dextop/el7/x86_64/devilspie-0.22-13.el7.nux.x86_64.rpm -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "H" > To: "CentOS mailing list&quo

Re: [CentOS] Devilspie or wmctrl for CentOS 6

2017-11-26 Thread Nux!
I am not sure they provide the same features. I do use wmctrl with some key shortcuts to move windows between my 2 monitors. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "H" > To: "CentOS mailing list&q

Re: [CentOS] C6, lightweight window managers - opinions?

2017-11-13 Thread Nux!
I used IceWM a long, long, tried it recently - it's unchanged. Love it! :-) -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "m roth" > To: "CentOS mailing list" > Sent: Tuesday, 7 November, 20

Re: [CentOS] CentOS 7 + NVidia Quadro 2000 graphic card

2017-11-11 Thread Nux!
Yes, sometimes the only winning move is not to play. :-D -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Nicolas Kovacs" > To: "CentOS mailing list" > Sent: Saturday, 11 November, 2017 09:18:39 >

Re: [CentOS] CentOS 7 + NVidia Quadro 2000 graphic card

2017-11-10 Thread Nux!
Nicolas, Did you play with nvidia-settings? Maybe also wipe out xorg.conf and start afresh. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Nicolas Kovacs" > To: "James Pearson" , "CentOS maili

Re: [CentOS] Kickstart ksdevice question

2017-11-01 Thread Nux!
Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Mark Haney" > To: "CentOS mailing list" > Sent: Wednesday, 1 November, 2017 12:45:45 > Subject: [CentOS] Kickstart ksdevice question > This sho

Re: [CentOS] CentOS 7 not shutting down correctly

2017-10-16 Thread Nux!
That's what you get for Windows remarks :p -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Nicolas Kovacs" > To: "CentOS mailing list" > Sent: Monday, 16 October, 2017 17:29:26 > Subject: Re

Re: [CentOS] CentOS 7 not shutting down correctly

2017-10-16 Thread Nux!
Hello, If you boot without "quiet rhgb" parameters in grub, do you get more info during shutdown? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Nicolas Kovacs" > To: "CentOS mailing list" &g

Re: [CentOS] Announcement: 32 bit Wine repo for RHEL and CentOS 7

2017-10-09 Thread Nux!
That's great, thanks -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Richard Grainger" > To: "CentOS mailing list" > Sent: Monday, 9 October, 2017 16:07:09 > Subject: Re: [CentOS] Announcement: 3

Re: [CentOS] Announcement: 32 bit Wine repo for RHEL and CentOS 7

2017-10-09 Thread Nux!
Richard, I haven't checked, but I see more than wine packages in that repo, hence my thoughts about that. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Richard Grainger" > To: "CentOS mailing list&q

Re: [CentOS] Announcement: 32 bit Wine repo for RHEL and CentOS 7

2017-10-09 Thread Nux!
Ah, ok. I was wondering how you managed to build that, because when I tried it did not work, but I see you have backported also other bits and bobs. If those overwrite Base, perhaps add a warning of sorts. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original

Re: [CentOS] New CentOS/RHEL group on Facebook

2017-10-09 Thread Nux!
So, there is no switch there to make the group public? It requires login now, that's what I was moaning about basically. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Nicolas Kovacs" > To: "CentOS mailin

Re: [CentOS] New CentOS/RHEL group on Facebook

2017-10-09 Thread Nux!
an this be changed? Thanks -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Nicolas Kovacs" > To: "CentOS mailing list" > Sent: Sunday, 8 October, 2017 15:48:29 > Subject: [CentOS] New CentOS/RHEL group o

Re: [CentOS] Announcement: 32 bit Wine repo for RHEL and CentOS 7

2017-10-09 Thread Nux!
Hello, That's great, I know many people were looking for this. Any chance you can also publish the SRPMs? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Richard Grainger" > To: "CentOS mailing list&q

Re: [CentOS] CentOS, PHP & OwnCloud/Nextcloud: the version dilemma

2017-09-19 Thread Nux!
Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Jonathan Billings" > To: "CentOS mailing list" > Sent: Tuesday, 19 September, 2017 19:06:55 > Subject: Re: [CentOS] CentOS, PHP & OwnCloud/Nextcloud: the v

Re: [CentOS] KVM SSL with wget

2017-09-19 Thread Nux!
Do you have ca-certificates installed in the VM -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "MOKRANI Rachid" > To: "CentOS mailing list" > Sent: Tuesday, 19 September, 2017 15:34:37 > Subject:

Re: [CentOS] CentOS, PHP & OwnCloud/Nextcloud: the version dilemma

2017-09-19 Thread Nux!
+1 SCL, as Johnny says this is what they are for. You can easily run multiple PHP versions via php-fpm, fastcgi etc. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "johnny" > To: "CentOS mailing list" >

Re: [CentOS] CentOS 7 + KDE: sleep mode?

2017-07-16 Thread Nux!
Hi, Should work, add a custom button/launcher for: systemctl suspend -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Nicolas Kovacs" > To: "CentOS mailing list" > Sent: Friday, 14 July, 2017 20:48:33

Re: [CentOS] Using ssd disks for kvm guests

2017-07-05 Thread Nux!
Hi, I would use the recommended/default xfs and qcow2 for VMs. Have tuned set the profile to virtual host. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "C. L. Martinez" > To: "CentOS mailing list" >

Re: [CentOS] network setup: meaning of PEERROUTES option

2017-05-24 Thread Nux!
Can you be more specific as to the subnets you are using and how? PEERROUTES could affect your case, but I doubt it. It is used by NetworkManager, see https://bugzilla.redhat.com/show_bug.cgi?id=1107328 -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original

Re: [CentOS] Best practices for copying lots of files machine-to-machine

2017-05-17 Thread Nux!
. Just search for "tar over ssh". -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "ken" > To: "CentOS mailing list" > Sent: Wednesday, 17 May, 2017 17:03:13 > Subject: [CentOS] Best prac

Re: [CentOS] Mini PCs

2017-05-17 Thread Nux!
Hi, I have this and happy with it, I believe it ticks all your boxes (+ built-in IR port). http://www.intel.co.uk/content/www/uk/en/nuc/nuc-kit-dn2820fykh.html -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Robert Moskowit

Re: [CentOS] Excel shared spreadsheets on Samba share

2017-04-13 Thread Nux!
Hi Try something like this, see if it helps http://lists.gluster.org/pipermail/gluster-users/2011-November/009042.html -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Dante F. B. Colò" > To: "CentOS mailing lis

Re: [CentOS] Re CentOS and Intel graphics

2017-04-12 Thread Nux!
Google ? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Mark (Netbook)" > To: "CentOS mailing list" > Sent: Wednesday, 12 April, 2017 17:25:12 > Subject: Re: [CentOS] Re CentOS and Intel graphic

Re: [CentOS] Enterprise Linux Slack

2017-04-12 Thread Nux!
- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Karanbir Singh" > To: "CentOS mailing list" > Sent: Wednesday, 12 April, 2017 13:56:53 > Subject: Re: [CentOS] Enterprise Linux Slack > On 12/04/17 13:23,

Re: [CentOS] Re CentOS and Intel graphics

2017-04-12 Thread Nux!
Give kernel-ml a try, else try CentOS 7. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Mark (Netbook)" > To: "CentOS mailing list" > Sent: Wednesday, 12 April, 2017 17:13:56 > Subject: [Cent

Re: [CentOS] Network Manager / CentOS 7 / local unbound

2017-04-12 Thread Nux!
OR just make the file immutable if it's so critical to you. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Jon LaBadie" > To: "CentOS mailing list" > Sent: Wednesday, 12 April, 2017 07:16:22 >

Re: [CentOS] OT: systemd Poll

2017-04-09 Thread Nux!
I'm ok with it as a init system, not much enthused by its ancillary components. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Anthony K" > To: "CentOS mailing list" > Sent: Sunday, 9 April, 20

Re: [CentOS] Network configuration: desktop vs. laptop

2017-04-09 Thread Nux!
better performance. I found this quite handy a couple of times, say you remove the laptop from the desk and go in the garden or something, you won't lose your connections. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "

Re: [CentOS] Using environment variables in mariadb

2017-04-04 Thread Nux!
You can just put the credentials in a my.cnf file to avoid entering them all the time e.g. /root/.my.cnf [client] user=root password=thepassword -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Robert Moskowitz"

Re: [CentOS] Realtime repo

2017-04-04 Thread Nux!
yum-config-manager --add-repo=http://mirror.centos.org/centos/7/rt/x86_64/ -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Tim" > To: "CentOS mailing list" > Sent: Sunday, 2 April, 2017 23:16:19 >

Re: [CentOS] frozen bubble for C7

2017-03-21 Thread Nux!
That perl lib was most likely in EPEL at the time I added Frozen Bubble. They orphan packages once in a while breaking my deps. Anyway, I've added perl-Compress-Bzip2 to my repo and Frozen Bubble should install fine now. -- Sent from the Delta quadrant using Borg technology! Nux! www.n

Re: [CentOS] An 'orrible question: Outlook 365 under wine on CentOS?

2017-03-21 Thread Nux!
Ha, the beauty of email. :-) I am sorry to hear that, glad webmail worked for you. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "m roth" > To: "CentOS mailing list" > Sent: Monday, 20 March, 2017 18

Re: [CentOS] An 'orrible question: Outlook 365 under wine on CentOS?

2017-03-20 Thread Nux!
se it with Thunderbird, hopefully they won't disable that - wonder as to the reason of it. hth -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "m roth" > To: "CentOS mailing list" > Sent: Friday, 23

Re: [CentOS] httpd/sites-available directory

2017-03-14 Thread Nux!
/ -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Robert Moskowitz" > To: "CentOS mailing list" > Sent: Tuesday, 14 March, 2017 18:53:49 > Subject: Re: [CentOS] httpd/sites-available directory > The g

Re: [CentOS] httpd/sites-available directory

2017-03-14 Thread Nux!
Hello, a2ensite and co is Debian/ubuntu specific. On CentOS there is no such thing. It's not clear to me what you are trying to achieve. Can you rephrase so we can help? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From:

Re: [CentOS] kmod-jfs on Centos 6

2017-03-13 Thread Nux!
yum -y install http://mirrors.coreix.net/elrepo/elrepo/el6/x86_64/RPMS/kmod-jfs-0.0-1.el6.elrepo.x86_64.rpm (that's for 64bit, adjust the url accordingly for 32bit) it won't hose your system -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Origin

Re: [CentOS] Wich web browser on CentOS6 ?

2017-02-10 Thread Nux!
Hi, I had the same problem. Stick to the old Firefox, but only to access old idrac, ipmi etc. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Patrick Begou" > To: "CentOS mailing list" > Sent: Frida

Re: [CentOS] CentOS 7 and Areca ARC-1883I SAS controller: JBOD or not to JBOD?

2017-01-20 Thread Nux!
Haven't used Areca in a very long time, but with raid controllers the rule is to use it in order to take advantage of the cache. The performance gains will be more than significant, especially for writes. hth -- Sent from the Delta quadrant using Borg technology! Nux! www.n

Re: [CentOS] Alternative to cPanel

2016-12-23 Thread Nux!
If you want free/foss then Virtualmin. Very good panel, good support and they have been highly consistent over the years and very receptive. CPanel has also improved massively in the last few years, well worth the price. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro

Re: [CentOS] Gnome weather applet stranded

2016-08-29 Thread Nux!
Thanks, I'll raise the issue -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "isdtor" > To: centos@centos.org > Sent: Thursday, 25 August, 2016 14:55:40 > Subject: Re: [CentOS] Gnome weather applet stranded

Re: [CentOS] Gnome weather applet stranded

2016-08-25 Thread Nux!
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 - Original Message - > From: "isdtor" > To:

Re: [CentOS] Gnome weather applet stranded

2016-08-25 Thread Nux!
I've rebuilt libmateweather for EL7 with the aforementioned patch and it seems to have fixed the issue. Feel free to use it until EPEL package the fix. http://li.nux.ro/download/nux//tmp/libmateweather7/ -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Ori

Re: [CentOS] Gnome weather applet stranded

2016-08-25 Thread Nux!
Fred, Check here https://git.gnome.org/browse/libgweather/tree/libgweather/weather-metar.c?h=gnome-2-30 -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Fred Smith" > To: centos@centos.org > Sent: Thursday, 25 Au

Re: [CentOS] Gnome weather applet stranded

2016-08-24 Thread Nux!
It looks like it was quickly fixed in MATE, hope EPEL moves fast... :) https://github.com/mate-desktop/libmateweather/issues/30#issuecomment-242190096 -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Frank Cox wrote: > On Wed, 24 Aug 2016 16:13:51 +0100 >

Re: [CentOS] Gnome weather applet stranded

2016-08-24 Thread Nux!
Hm, this is bad. I was relying on this feature heavily. Let's see if there is a fix. I don't imagine RH will care about this on EL6, but maybe MATE guys could help. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: &

Re: [CentOS] How to disable audio in CentOS7?

2016-05-15 Thread Nux!
Rebuild the kernel without audio subsystem. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Steve Snyder" > To: centos@centos.org > Sent: Sunday, 15 May, 2016 12:48:07 > Subject: [CentOS] How to disable audio in

Re: [CentOS] C6 Firefox 45.1 segmentation faults

2016-05-09 Thread Nux!
Robert, Funny you should ask, I have pushed them out a few hours ago. Enjoy. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Robert Arkiletian" > To: "CentOS mailing list" > Sent: Monday, 9 May, 2016 17

  1   2   3   4   5   6   >