Re: [CentOS] first boot after install - WD_BLACK SN850X 4TB - fails ?

2024-01-16 Thread lejeczek via CentOS
On 16/01/2024 15:43, Christopher Wensink wrote: Is the drive seen if you boot from a rescue disk?  Post screenshots and details of errors. Chris Hi. that is one thing I did not try. I should have added - where booting 4TB fails, on same hardware other, previously used & smaller NVMes

[CentOS] first boot after install - WD_BLACK SN850X 4TB - fails ?

2024-01-16 Thread lejeczek via CentOS
Hi guys. I'm trying to install Centos 9 Stream on a nvme - before I start tampering with other OSes - would anybody have an idea why... after a seemingly successful installation OS wont boot - hardware sees nvme drive, bios does - it does not see new/any EFI boot entry? To make it more

[CentOS] ssh keys hostname VS fqdn - offends?

2024-01-01 Thread lejeczek via CentOS
Hi guys Though being a mere user, - as opposed to an expert - in many long years of ssh in my use this, is new: -> $ ssh box5.proxmox.mine hostname -i 10.3.1.78 -> $ ssh box5 hostname -i Warning: the RSA host key for 'box5' differs from the key for the IP address '10.3.1.78' Offending key

[CentOS] Puppet from EPEL ?

2023-11-27 Thread lejeczek via CentOS
Hi guys. It's a bit confusing - I'm only about to start a foray into it - whether _puppet_ from EPEL is the whole-lot-server? From the look of included _puppet.service_ - this package is only agent and if not why no server bits? Looking at what comes with Puppet's own repo - those appear

Re: [CentOS] emulate ARM ?

2023-11-14 Thread lejeczek via CentOS
On 14/11/2023 21:44, lejeczek via CentOS wrote: Hi guys. How do you emulate AMR arch - I mean, with what's in distro &| SIGs repos as oppose to do-it-yourself? surely I meant ARM, surely :) ___ CentOS mailing list CentOS@centos.org h

[CentOS] emulate ARM ?

2023-11-14 Thread lejeczek via CentOS
Hi guys. How do you emulate AMR arch - I mean, with what's in distro &| SIGs repos as oppose to do-it-yourself? many thanks, L. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] cgroup controllers in recent systemd

2023-08-29 Thread lejeczek via CentOS
Hi guys. I've noticed that recently, for a while, only these controllers are enabled by default: -> $ cat "/sys/fs/cgroup/user.slice/user-$(id -u).slice/user@$(id -u).service/cgroup.controllers If I remember correctly 'cpu' was also available by default not long time ago. Would anybody

[CentOS] Terraform ?

2023-07-27 Thread lejeczek via CentOS
Hi guys. Anybody here have Terraform run on c9s - does it work? many thanks, L. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] IP routing basics?

2023-06-12 Thread lejeczek via CentOS
Hi guys. I've always try to leave as mush as possible to the kernel but here I had to resort to source/rule based routing and I wonder why. Any expert cared to share some light on what is (not)happening here HOME -- tunnel --> public iface SHED gw  A iface; B iface <-- to respectively -->

[CentOS] macsec - place inside the stack of ifaces ?

2023-06-05 Thread lejeczek via CentOS
Hi guys. Looking at macsec I've only started - so go easy on me with possibly trivial questions -  and write here in hope, that some of you have expertise to tell... Having a bond device which is a slave to a bridge -> where must MACSEC go in order to - if feasible in NM at all that is -

[CentOS] for code beakers/hackers/researchers - parallel

2023-05-17 Thread lejeczek via CentOS
Hi guys. With the latest version of 'parallel' from EPEL  - absolutely one of the coolest binaries ever - I wonder if you noticed this: I'm doing this as 'root', with no particular reason: -> $ > ~/1 -> $ parallel --tag --nonall -S boxA,boxB uptime -> $ cp /etc/shadow ~/1 -> $ parallel --tag

Re: [CentOS] mock fails on gpg with epel - ?

2023-05-04 Thread lejeczek via CentOS
On 03/05/2023 10:49, Fabian Arrotin wrote: On 01/05/2023 15:10, lejeczek via CentOS wrote: Hi guys, Does your 'mock' work when used with 'centos-stream+epel-9-x86_64' config? It fails for me with every rpm packages I tried: -> $ mock -r centos-stream+epel-9-x86_64 --rootdir=~/m

[CentOS] mock fails on gpg with epel - ?

2023-05-01 Thread lejeczek via CentOS
Hi guys, Does your 'mock' work when used with 'centos-stream+epel-9-x86_64' config? It fails for me with every rpm packages I tried: -> $ mock -r centos-stream+epel-9-x86_64 --rootdir=~/mock --localrepo=/devs/var/www/dnf.repo --chain --continue rpmbuild/rpm.src/pass-1.7.4-6.el9.src.rpm ...

Re: [CentOS] bash test ?

2023-04-19 Thread lejeczek via CentOS
On 19/04/2023 08:46, wwp wrote: Hello lejeczek, On Wed, 19 Apr 2023 08:10:16 +0200 lejeczek wrote: On 19/04/2023 08:04, wwp wrote: Hello lejeczek, On Wed, 19 Apr 2023 07:50:29 +0200 lejeczek via CentOS wrote: Hi guys. I cannot wrap my hear around this: -> $ unset _Val; t

Re: [CentOS] bash test ?

2023-04-19 Thread lejeczek via CentOS
On 19/04/2023 08:04, wwp wrote: Hello lejeczek, On Wed, 19 Apr 2023 07:50:29 +0200 lejeczek via CentOS wrote: Hi guys. I cannot wrap my hear around this: -> $ unset _Val; test -z ${_Val}; echo $? 0 -> $ unset _Val; test -n ${_Val}; echo $? 0 -> $ _Val=some; test -n ${_Val};

[CentOS] bash test ?

2023-04-18 Thread lejeczek via CentOS
Hi guys. I cannot wrap my hear around this: -> $ unset _Val; test -z ${_Val}; echo $? 0 -> $ unset _Val; test -n ${_Val}; echo $? 0 -> $ _Val=some; test -n ${_Val}; echo $? 0 What is this!? How should two different, opposite tests give the same result Is there some bash option which affects

[CentOS] how to wild-card autofs mount - ?

2022-07-15 Thread lejeczek via CentOS
Hi guys. any autofs wizadm reading this and can tell how to "wild-card" this: /home/e23/U: -fstype=nfs4,acl 10.3.3.1:/USER-HOME/e23 I tried $USER in obvious place but it did not mount. many thanks, L. ___ CentOS mailing list CentOS@centos.org

[CentOS] R from EPEL

2022-06-29 Thread lejeczek via CentOS
Hi guys. Does anybody use R from EPEL on centOS 8 Stream? Is it just me or R 4.1.3 became/is single-threaded now? r25 benchmark - https://mac.r-project.org/benchmarks/ in part where is used to be, should be multi-threaded now is not. Total result from the benchmark does not look bad but

Re: [CentOS] open source network diagnostic tools

2022-06-11 Thread lejeczek via CentOS
On 08/06/2022 20:19, Christopher Wensink wrote: Everyone, From time to time on our network we experience a pause where it seems like everything just hesitates for a time, this could be 2-10 seconds, then communications resume and everything is normal again. I suspect that there one

[CentOS] Samba 4.16 hard-crashes

2022-06-10 Thread lejeczek via CentOS
Hi guys. Does anybody see this/similar issue, with Samba (from centos-release-samba416-1.0-1.1.el8.noarch) under IPA? (also Samba uses GlusterFS' libgfapi - samba-vfs-glusterfs-4.16.1-100.el8s.x86_64) -> $ systemctl restart smb.service Starting Samba SMB Daemon... [2022/06/08

[CentOS] server gave bad signature for RSA key 0 - ?

2022-04-11 Thread lejeczek via CentOS
Hi guys. Anybody has seen something like this from 'ssh' and care to comment? -> $ ssh 10.0.1.6 (root@10.0.1.6) Password: client_global_hostkeys_private_confirm: server gave bad signature for RSA key 0: error in libcrypto I have virtually identical c8 Stream boxes and only one gives out

[CentOS] kernel message format - how ?

2022-03-24 Thread lejeczek via CentOS
Hi guys. When kernel - I think - broadcasts messages, spits to console, I wonder how one controls that message format. I specifically think of what 'dmesg' offers for time parts of the message, eg. '--reltime' - so the same only persistent/default behavior. many thanks, L.

Re: [CentOS] mock gimmicks - experts?

2022-03-01 Thread lejeczek via CentOS
On 28/02/2022 21:48, Johnny Hughes wrote: On 2/28/22 08:49, lejeczek via CentOS wrote: Hi guys. I'm trying something I believe is trivial, on centOS 9 with mock version 2.16 -> $ mock -r centos-stream-8-x86_64 --rootdir=~/mock --localrepo=/00.STORAGE/1/var/www/repos --continue --ch

[CentOS] mock gimmicks - experts?

2022-02-28 Thread lejeczek via CentOS
Hi guys. I'm trying something I believe is trivial, on centOS 9 with mock version 2.16 -> $ mock -r centos-stream-8-x86_64 --rootdir=~/mock --localrepo=/00.STORAGE/1/var/www/repos --continue --chain ./mpfr-4.1.0-7.el9.src.rpm ./libmpc-1.2.1-4.el9.src.rpm ... CentOS Stream 8 - PowerTools

[CentOS] ha.. that might be quite curious..

2021-12-16 Thread lejeczek via CentOS
hi guys check this - https://www.servethehome.com/dude-dell-hpe-ami-american-megatrands/ cheers, L ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] OpenVPN & nftables

2021-11-20 Thread lejeczek via CentOS
Hi guys. On CentOS Stream 8 with 4.18.0-348.el8.x86_64, I cannot get openvpn-2.4.11-1.el8.x86_64 with help of 'nftables' to allow certain traffic to get in. When OpenVPN does not use 'client-to-client' it is then supposed to pass to 'nftables' & let it handle all the traffic. I'm doing

[CentOS] to which Bugzilla go to?

2021-02-16 Thread lejeczek via CentOS
Hi devel I've noticed a while ago that Redhat's Bugzilla has had, in "Red Hat Enterprise Linux 8" as one of the options "CentOS Stream" - which is where I've been recently reporting to. But I wonder about bugs relating to CentOS infra/repos - where to submit those, would you know? many

Re: [CentOS] udev rules & USB devices - ignored at boot

2021-02-11 Thread lejeczek via CentOS
the very same rules worked for PCIe devices, those worked at re/boot. many! thanks Strahil. Best Regards, Strahil Nikolov On Mon, Feb 8, 2021 at 17:04, lejeczek via CentOS wrote: On 08/02/2021 08:10, Strahil Nikolov wrote: > Can you share your udev rules ? > &g

Re: [CentOS] udev rules & USB devices - ignored at boot

2021-02-08 Thread lejeczek via CentOS
On 08/02/2021 08:10, Strahil Nikolov wrote: Can you share your udev rules ? Best Regards, Strahil Nikolov On Sun, Feb 7, 2021 at 15:33, lejeczek via CentOS wrote: Hi guys, I have an Ethernet USB adapter for which udev executes my custom rules but!... udev does it only

[CentOS] udev rules & USB devices - ignored at boot

2021-02-07 Thread lejeczek via CentOS
Hi guys, I have an Ethernet USB adapter for which udev executes my custom rules but!... udev does it only at plug-in event and not! when the USB stays plugged in during a reboot, then same rules are ignored (or some other problem results in udev failure to do the same when device is plugged

[CentOS] luks encrypted - tell at boot to skip/ignore it - how?

2021-01-30 Thread lejeczek via CentOS
Hi guys. How to tell grub/kernel to ignore, skip either all or a specific block device which is luks-ecrypted - would anybody know? I have a box (kvm) which had a "secondary" luks-encrypted disk which now is detached and Centos just hangs @boot waiting for that disk. many thanks, L.

Re: [CentOS] Infiniband special ops?

2021-01-25 Thread lejeczek via CentOS
On 22/01/2021 00:33, Steven Tardy wrote: On Thu, Jan 21, 2021 at 6:34 PM lejeczek via CentOS mailto:centos@centos.org>> wrote: Hi guys. Hoping some net experts my stumble upon this message, I have an IPoIB direct host to host connection and: -> $ et

[CentOS] Infiniband special ops?

2021-01-21 Thread lejeczek via CentOS
Hi guys. Hoping some net experts my stumble upon this message, I have an IPoIB direct host to host connection and: -> $ ethtool ib1 Settings for ib1:     Supported ports: [  ]     Supported link modes:   Not reported     Supported pause frame use: No     Supports auto-negotiation: No    

[CentOS] centos-release-stream VS centos-stream-release

2021-01-06 Thread lejeczek via CentOS
hi guys, do you know what to make of that? Why these tho packages? many thanks, L. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] selinux policy (& engine) broken in C7

2020-11-20 Thread lejeczek via CentOS
hi guys I've just gotten a bunch of updates via yum and something weird seems to be going on after the update. System has: selinux-policy-3.13.1-268.el7_9.2.noarch selinux-policy-targeted-3.13.1-268.el7_9.2.noarch actually three different boxes, all the same: $ semodule -l No modules. and an

[CentOS] krb5 update => Database module does not match KDC version

2020-06-30 Thread lejeczek via CentOS
Hi everybody As a word of caution - make sure you are prepared for some trouble when upgrading krb5 packages to version 1.18.2-2.el8. FreeIPA brakes with: ...krb5kdc[554972](Error): Database module does not match KDC version - while initializing database for realm XX.YY

Re: [CentOS] Samba update to 4.10 (with c7.8) - broken -?

2020-05-05 Thread lejeczek via CentOS
On 05/05/2020 15:55, lejeczek via CentOS wrote: > hi guys > > I've just let the system to get big update to 7.8 and with > it came new Samba(4.10.4-10.el7.x86_64), a version with now > fails on my boxes for no apparent reasons. > My Samba uses LDAP backend but I can see

[CentOS] Samba update to 4.10 (with c7.8) - broken -?

2020-05-05 Thread lejeczek via CentOS
hi guys I've just let the system to get big update to 7.8 and with it came new Samba(4.10.4-10.el7.x86_64), a version with now fails on my boxes for no apparent reasons. My Samba uses LDAP backend but I can see no errors related to that neither. ... [2020/05/05 15:53:37.093041,  0]

Re: [CentOS] Encrypted container on CentOS VPS

2020-02-24 Thread lejeczek via CentOS
On 24/02/2020 10:26, Roberto Ragusa wrote: > On 2020-02-24 10:51, lejeczek via CentOS wrote: >> g) remember!! still at least (depending how you mount it) >> the 'root' will have access to that data while mounted, >> obviously! > > More than that: the root user

Re: [CentOS] Encrypted container on CentOS VPS

2020-02-24 Thread lejeczek via CentOS
On 23/02/2020 19:06, H wrote: > On 02/17/2020 05:03 AM, lejeczek via CentOS wrote: >> On 16/02/2020 15:18, H wrote: >>> I wonder if it is possible to set up an encrypted "file container" on a >>> CentOS VPS? I am the root user of the VPS but the hosting co

Re: [CentOS] From network-scripts to NetworkManager on a router : questions

2020-02-18 Thread lejeczek via CentOS
On 18/02/2020 11:00, Nicolas Kovacs wrote: > Hi, > > I'm running CentOS 7 on all my servers, in three different contexts : > >   1. simple local server >   2. public facing server >   3. router/gateway/firewall > > I'm currently in the process of moving my KISS-style > network-scripts-style

[CentOS] anybody runs HPE ProLiant DL385 Gen10 ?

2020-02-17 Thread lejeczek via CentOS
hi guys, what I would like to ask is DDR4 3200Mhz in these server - has anybody tried? many thanks, L. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Encrypted container on CentOS VPS

2020-02-17 Thread lejeczek via CentOS
On 16/02/2020 15:18, H wrote: > I wonder if it is possible to set up an encrypted "file container" on a > CentOS VPS? I am the root user of the VPS but the hosting company also has > access to the VPS and thus all files. Is it possible to create a > LUKS-container on the VPS and those files

[CentOS] lxc driver in libvirt - missing

2020-02-12 Thread lejeczek via CentOS
hi everyone is lxc driver missing from libvirt by omission or by an oversight, would you know? many thaks, L. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] qemu-kvm-common-ev-2.12.0-33.1 and libvirt spits - error : virNetDevSendEthtoolIoctl:3078 : ethtool ioctl error: No such device

2019-11-15 Thread lejeczek via CentOS
hi guys I wonder if any of you also started to get: error : virNetDevSendEthtoolIoctl:3078 : ethtool ioctl error: No such device in libvirtd logs after qemu-kvm-ev upgrade? many thanks, L. ___ CentOS mailing list CentOS@centos.org

[CentOS] HA tools from clusterlabs.org

2019-10-28 Thread lejeczek via CentOS
hi everybody, would you know if 8 version is going to have HA solutions from clusterlabs.org available, just like Centos7 has? (from Centos' own repos/streams) many thanks, L. ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] Centos 8 - no freeIPA servers

2019-10-25 Thread lejeczek via CentOS
On 25/10/2019 14:46, lejeczek via CentOS wrote: > hi, anybody knows why? > > many thanks, L. > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos or rather why not in default ste

[CentOS] Centos 8 - no freeIPA servers

2019-10-25 Thread lejeczek via CentOS
hi, anybody knows why? many thanks, L. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] samba with gluster almost non-usable

2019-10-07 Thread lejeczek via CentOS
hi guys, anybody runs samba-4.9.1-6.el7.x86_64 with glusterfs-6.5-1.el7.x86_64 shares? Operations the Windows clients perform are incredibly slow. To create a new file(via right-click in Windows) take more then dozen of seconds, sometimes fails, the same with renaming files, deleting, etc. L.

Re: [CentOS] freeIPA version vs RHEL's

2019-08-19 Thread lejeczek via CentOS
On 13/08/2019 13:33, Jonathan Billings wrote: > On Tue, Aug 13, 2019 at 01:02:58PM +0100, lejeczek via CentOS wrote: > >> I wonder if anybody might version of freeIPA in RHEL? >> >> I hear it's 4.6.6 and if that's true then when will Centos get it I >> might ask

[CentOS] freeIPA version vs RHEL's

2019-08-13 Thread lejeczek via CentOS
hi guys I wonder if anybody might version of freeIPA in RHEL? I hear it's 4.6.6 and if that's true then when will Centos get it I might ask. many thanks, L. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] HPE ProLiant - support Linux Vendor Firmware Service ?

2019-07-01 Thread lejeczek via CentOS
On 01/07/2019 17:42, lejeczek via CentOS wrote: > hi guys > > does anybody here runs on HPE ProLiant? > I was hoping you can tell whether HPE support Linux Vendor > Firmware Service and you actually get to upgrade ProLiants' > BIOS/firmware via fwupdmgr?

Re: [CentOS] HPE ProLiant - support Linux Vendor Firmware Service ?

2019-07-01 Thread lejeczek via CentOS
On 01/07/2019 18:38, mark wrote: > lejeczek via CentOS wrote: >> hi guys >> >> does anybody here runs on HPE ProLiant? I was hoping you can tell whether >> HPE support Linux Vendor >> Firmware Service and you actually get to upgrade ProLiants' >> BIOS/fir

[CentOS] HPE ProLiant - support Linux Vendor Firmware Service ?

2019-07-01 Thread lejeczek via CentOS
hi guys does anybody here runs on HPE ProLiant? I was hoping you can tell whether HPE support Linux Vendor Firmware Service and you actually get to upgrade ProLiants' BIOS/firmware via fwupdmgr? many thanks, L. ___ CentOS mailing list

[CentOS] freeIPA from CR repo - conflicts

2019-02-13 Thread lejeczek via CentOS
hi guys do you see the same by any chance? --> Processing Dependency: ipa-server-common = 4.6.4-10.el7.centos.2 for package: python2-ipaserver-4.6.4-10.el7.centos.2.noarch --> Processing Dependency: ipa-common = 4.6.4-10.el7.centos.2 for package:

[CentOS] libvirt guest on host's shutdown/reboot - problem

2019-01-07 Thread lejeczek via CentOS
hi guys I have just two guest after which libvirt looks and when I shutdown those guests: $ virsh shutdown $_dom that domain takes little time to power down, as expected one would say(~20sec) But! I reboot the hosts and I have in my: /etc/sysconfig/libvirt-guests : ON_SHUTDOWN=shutdown

Re: [CentOS] Fedora Server - as an alternative ?

2018-12-20 Thread lejeczek via CentOS
On 20/12/2018 15:33, mark wrote: lejeczek via CentOS wrote: hi guys I wonder if any Centosian here have done something different than only contemplated using Fedora Server, actually worked on it in test/production envs. If here are some folks who have done it I want to ask if you deem

[CentOS] Fedora Server - as an alternative ?

2018-12-20 Thread lejeczek via CentOS
hi guys I wonder if any Centosian here have done something different than only contemplated using Fedora Server, actually worked on it in test/production envs. If here are some folks who have done it I want to ask if you deem it to be a viable option to put it on at least portion of servers

Re: [CentOS] qemu-kvm-common-ev-2.12.0-18.el7_6.1.1.x86_64 - lost KVM guests - qemu-kvm-ev

2018-12-18 Thread lejeczek via CentOS
On 17/12/2018 18:54, Jonathan Billings wrote: On Mon, Dec 17, 2018 at 01:52:40PM -0500, Jonathan Billings wrote: On Mon, Dec 17, 2018 at 05:50:44PM +, lejeczek via CentOS wrote: I updated to qemu-kvm-common-ev-2.12.0-18.el7_6.1.1.x86_64 (also libvirt) and my Centos 6.10 kvm guests now do

[CentOS] qemu-kvm-common-ev-2.12.0-18.el7_6.1.1.x86_64 - lost KVM guests - qemu-kvm-ev

2018-12-17 Thread lejeczek via CentOS
hi guys, I updated to qemu-kvm-common-ev-2.12.0-18.el7_6.1.1.x86_64 (also libvirt) and my Centos 6.10 kvm guests now do not start. Funnily enough Win10 guest are fine, only Centoses cannot start, silently & without any errors. Any care to comment? many thanks, L.

Re: [CentOS] kernel 3.10.0-957.el7.x86_64 + EFI on Dell server - problem

2018-11-20 Thread lejeczek via CentOS
On 20/11/2018 13:58, Jonathan Billings wrote: On Tue, Nov 20, 2018 at 01:32:44PM +, lejeczek via CentOS wrote: hi guys I've one box where I just yesterday upgraded Centos. I wonder if that kernel upgrade process might somewhat troublesome. After that upgrade UEFI boot fails

[CentOS] kernel 3.10.0-957.el7.x86_64 + EFI on Dell server - problem

2018-11-20 Thread lejeczek via CentOS
hi guys I've one box where I just yesterday upgraded Centos. I wonder if that kernel upgrade process might somewhat troublesome. After that upgrade UEFI boot fails with: Failed to set MokListRT: Invalid Parameter Something has gone seriously wrong: import_mok_state() failed : Invalid

[CentOS] rescue - UEFI revert to BIOS boot - how?

2018-11-20 Thread lejeczek via CentOS
hi guys I have a box on which UEFI boot has gone haywire and instead of boot it power the box down, that is before even going to grub2. (displays some error message) I if change to BIOS boot then I can start Centos' rescue - my question is: how can I rescue, re-build grub so it would boot

[CentOS] mount points @install time

2018-10-09 Thread lejeczek via CentOS
hi everyone, is there a way to add custom mount points at installation point? And if there is would you say /usr should/could go onto a separate partition? many thanks, L. ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] Seagate - experience/opinion on vendor?

2018-09-27 Thread lejeczek via CentOS
On 26/09/18 19:16, lejeczek via CentOS wrote: hi guys I have rather a large set of Seagate's SAS ST32000444SS, over a hundred - experience I'm having from those in conjunction with their tech support is abysmal. I'm trying to update firmware of these drives and nothing works, including

Re: [CentOS] Seagate - experience/opinion on vendor?

2018-09-27 Thread lejeczek via CentOS
On 26/09/18 21:13, mark wrote: Mauricio Tavares wrote: On Wed, Sep 26, 2018 at 3:37 PM, lejeczek via CentOS wrote: On 26/09/18 20:19, Mauricio Tavares wrote: If ti makes you feel any better, I am not having stellar service from WD's support. In fact, they act like they never received

Re: [CentOS] Seagate - experience/opinion on vendor?

2018-09-26 Thread lejeczek via CentOS
On 26/09/18 20:19, Mauricio Tavares wrote: If ti makes you feel any better, I am not having stellar service from WD's support. In fact, they act like they never received the HD I sent for RMA whose tracking number says they did 10 days ago. On Wed, Sep 26, 2018 at 2:16 PM, lejeczek via

[CentOS] Seagate - experience/opinion on vendor?

2018-09-26 Thread lejeczek via CentOS
hi guys I have rather a large set of Seagate's SAS ST32000444SS, over a hundred - experience I'm having from those in conjunction with their tech support is abysmal. I'm trying to update firmware of these drives and nothing works, including tech support. ... and I cannot help but wonder -

Re: [CentOS] kernel-plus (plus 1?)

2018-08-24 Thread lejeczek via CentOS
On 23/08/18 18:44, Akemi Yagi wrote: On Thu, Aug 23, 2018 at 10:42 AM lejeczek via CentOS wrote: hi guys did you notice, if you use kernel-plus on 7.5 this CentOS Linux (3.10.0-862.11.6.el7.centos.plus.1.x86_64) 7 (Core) CentOS Linux (3.10.0-862.11.6.el7.centos.plus.x86_64) 7 (Core

[CentOS] kernel-plus (plus 1?)

2018-08-23 Thread lejeczek via CentOS
hi guys did you notice, if you use kernel-plus on 7.5 this CentOS Linux (3.10.0-862.11.6.el7.centos.plus.1.x86_64) 7 (Core) CentOS Linux (3.10.0-862.11.6.el7.centos.plus.x86_64) 7 (Core) is that "plus.1" a new naming convention or just one off? regards, L

Re: [CentOS] grub2 - add NVME to boot from - how?

2018-08-15 Thread lejeczek via CentOS
On 14/08/18 12:30, lejeczek via CentOS wrote: hi guys, I thought I should ask before I start fiddling and break something - can we tell grub2 to add nvme device as an option to boot from? And if yes then what do tell grub? many thanks, L

[CentOS] grub2 - add NVME to boot from - how?

2018-08-14 Thread lejeczek via CentOS
hi guys, I thought I should ask before I start fiddling and break something - can we tell grub2 to add nvme device as an option to boot from? And if yes then what do tell grub? many thanks, L. ___ CentOS mailing list CentOS@centos.org

[CentOS] ecryptfs (from centosplus) and libvirt lxc quest on it - quest upon start shoots host in the head

2018-07-31 Thread lejeczek via CentOS
hi guys I have a lxc guest on Dell's R815(AMD Opterons) which I just moved to an ecryptfs mounted folder(using centosplus' kernel) Copying data to that folder seems to work just fine, but I as soon as I start the quest the host gets shot in the head, hard reboot, no dump. I also have

Re: [CentOS] Solarflare SFC9000 direct connection

2018-07-10 Thread lejeczek via CentOS
On 10/07/18 17:56, mark wrote: lejeczek via CentOS wrote: hi guys I wonder if any of you might be using SFN6122F-R7 SFP+ (SFC9000, same firmware everywhere, Centos 7.5 too. I'm trying poor man's setup to get the servers onto 10GbE network. Setup is such that three Dell R815 are connected

[CentOS] Solarflare SFC9000 direct connection

2018-07-10 Thread lejeczek via CentOS
hi guys I wonder if any of you might be using SFN6122F-R7 SFP+ (SFC9000, same firmware everywhere, Centos 7.5 too. I'm trying poor man's setup to get the servers onto 10GbE network. Setup is such that three Dell R815 are connected to each other, each has one Solarflare(SFP ports) and each

Re: [CentOS] shellinabox

2018-07-10 Thread lejeczek via CentOS
Anybody else? Anybody has gotten shellinabox working witout modification to SE policies? On 05. juli 2018 16:08, lejeczek via CentOS wrote: hi guys, shellinabox, do you use it? I in pretty vanilla setup get selinux denials and cannot login. Selinux says: #= unconfined_service_t

[CentOS] shellinabox

2018-07-05 Thread lejeczek via CentOS
hi guys, shellinabox, do you use it? I in pretty vanilla setup get selinux denials and cannot login. Selinux says: #= unconfined_service_t == # The file '/usr/bin/bash' is mislabeled on your system. # Fix with $ restorecon -R -v /usr/bin/bash allow

Re: [CentOS] Samba issues with Win 10

2018-06-28 Thread lejeczek via CentOS
On 28/06/18 15:30, mark wrote: Hi, folks, Just ran into a problem: someone with a new laptop, running Win 10, version 1709, tried to map their home directory (served from a CentOS 6.9 box, and it fails, with Windows complaining that it no longer supports SMBv1, and if you go to their site,

[CentOS] multipath recipe for an enclosure ?

2018-06-28 Thread lejeczek via CentOS
hi guys, In hope that some experts roam around I post this one question - how do you multipath disks(all disks) that sit in one specific SAS enclosure? Blacklist everything else. And I'm hoping for something like "globing", so you do not want to go through it on by single disk/wwin basis.