Re: [CentOS] looking for ideas about how to create a constant data stream

2020-05-30 Thread Yamaban
open. Others used netcat (nc) in a script to get the similar results (feeding it "lines" at a certain rate to limit the traffic) Have a nice weekend. - Yamaban ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: Preventing laptop from sleeping when lid closed?

2015-10-13 Thread Yamaban
t;man 5 logind.conf" for further info on defaults and how to configure. - Yamaban. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: Can I force yum to only use http.

2015-10-19 Thread Yamaban
fer, which has "curl" as cli. curl and wget both can use the ftp:// protocol, so the (non-)presence of "ftp" is not a deciding factor. Setting up a proxy that gives a "404"/deny on ftp:// is more helpful here. - Yamaban. _

[CentOS] Re: Centos 7 - "Device eth1 does not seem to be present, delaying initialization".

2015-10-21 Thread Yamaban
vers at once. I also noticed that on one of them when I saw the problem and rebooted the server eth1 was correctly assigned afterwards but after another reboot the message happened again. Quite strange to me :D Have you had similar problems on centos7? Any advice? Thanks :) BR, Rafal. Hmm, shoot in the Dark, IMHO, the change of the udev rules should have been made before the grub-update. If you have initrd/initramfs, they will have to be updated before that also. Else the systemd from the boot(initrd) (still on en...) has another config that the on-system (eth.) systemd. I'm not on a CentOS system atm, so I can't test it, but a call to "dracut" seems to be in order, that a call to "grub-update" again. Please, inform yourself on dracut options before that, (man-page, also, see kernel-update scripts). - Yamaban.___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: Security implications of openssl098e on CentOS 7

2015-10-21 Thread Yamaban
# ssl098e libs are in /opt/openssl098/ export LD_LIBRARY_PATH=/opt/openssl098/ exec /opt/app/bin/starter ${1+"$@"} # ${1+"$@"} expands only if at least $1 is present [/code] YMMV - Yamaban. ___ CentOS mailing list CentOS@centos.org http

[CentOS] Re: PHP version not enough for developers

2015-10-23 Thread Yamaban
ave lost some of the original Unix way: every tool should do one thing, and should do it right, be as small and as fast as possible. MicroSoft seems to have learned from its errors. Linux, well, atm we make them, and en mass. - Yamaban. PS: PHP devs should keep an eye on PHP 7. That will be ugly f

[CentOS] Re: Centos 6: language mess with ssh

2015-10-30 Thread Yamaban
of LC_* Have been messed with, either local or on the machine you want to connect to. If so, please set the "LC_ALL=C" add the "LC_ALL" to the "SendEnv" above, and be aware that the "oneliner" version will no longer work. - Yamaban. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: CentOS 7, NetworkMangler, and ipv6

2015-12-10 Thread Yamaban
orkmanager(and its underlaying helpers) should be much more carefull in handling Router / DHCP stuff. It's biggest niggle for me is a missing white- and black-list for (dis-)allowed routers / dhcp-servers. Is this the "Right(tm)" thing to do? Dunno,

[CentOS] Re: Need firewalld clue

2015-12-12 Thread Yamaban
Not every user that needs to change firewall settings is a certified UNIX admin. - Yamaban. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: CentOS and typical usage

2015-12-13 Thread Yamaban
g-ng or rsyslog. I'll keep an eye on it, but atm it's not useable for me on disk. - Yamaban. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: Centos7 Raspberry Pi 2 Login

2015-12-22 Thread Yamaban
o and the link, that will come handy in the next days. Thanks, and a nice time - Yamaban. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: Network services start before network is up since migrating to 7.2

2015-12-22 Thread Yamaban
who do not like this 'auto-discovery' stuff. To 'MS Windows' / 'Apple MacOS' like, not 'pure' or 'hardcore' enough. - Yamaban. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: Network services start before network is up since migrating to 7.2

2015-12-22 Thread Yamaban
On Tue, 22 Dec 2015 22:27, m.roth@... wrote: Yamaban wrote: On Tue, 22 Dec 2015 14:29, James Hogarth wrote: On 22 December 2015 at 10:33, Sylvain CANOINE wrote - Mail original - De: "Marcelo Ricardo Leitner" À: "centos" Envoyé: Lundi 21 Décembre 2015 21:46:1

[CentOS] Re: Question on booting other kernel

2016-01-14 Thread Yamaban
ub2-reboot grub2-once Either grub2-set-default or direct via grub2-reboot with the needed params. - Yamaban. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: Just need to vent

2016-01-23 Thread Yamaban
will like XFCE. - Yamaban ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: Write content to file from Dockerfile and/or any other method

2016-01-29 Thread Yamaban
c/yum.repos.d/MariaDB.repo [/code] much better that way, for further tips on Dockerfile writing, I'll point you to the offical site "docs.docker.com", esp: https://docs.docker.com/engine/articles/dockerfile_best-practices/ Have a nice weekend, - Yamaban. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: SOT: Best strategy for automatize a flow that need user interaction

2016-01-29 Thread Yamaban
centos/mariadb image: https://hub.docker.com/r/centos/mariadb/ https://github.com/CentOS/CentOS-Dockerfiles/tree/master/mariadb/centos7 I hope this gives you some pointers to avoid wasting time, but, each to their own, find your pesonal way. Have a nice week

[CentOS] Re: Latest version of kate editor

2016-02-01 Thread Yamaban
hen select "Centos 6" (maybe you have to scroll down for that) The EPEL repo seems to have version 0.3.8 of libkate at least. Have a nice week. - Yamaban ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: Latest version of kate editor

2016-02-02 Thread Yamaban
tor that can be worked with in a terminal the same whether local or remote (via ssh) gives a concistency that other editors lack, or, in the case of emacs, are not my taste at all. Jedit is java based, and for me in use where projects span bejond a single Operating System (Linux, Solaris, Windo

[CentOS] Re: heads up: /boot space on kernel upgrade

2016-02-13 Thread Yamaban
oice of the day. Secureboot with the choice of multiple Distos was easy with grub2, compared to choices for bootloaders. YMMV. Have a nice weekend, - Yamaban ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: Substitute pdftk with other command

2016-02-18 Thread Yamaban
recipe to compile from source. ATM there is no "ready to install" package directly for Centos 7, but try the Centos /RHEL 6 package from there before doing the full build circus (requires installed libgcj). - Yamaban. ___ CentOS mailing l

[CentOS] Re: Changing default file type in Centos 6

2016-02-27 Thread Yamaban
27;\.md' and/or for 'Genesis ROM' in there. Just adding your own line to /etc/mime.types may look nice, but is possibly not what you want, more likely a new entry in a file or directory under ~/.local/share/mime/ Have a nice weekend - Yamaban.

[CentOS] Re: Changing default file type in Centos 6

2016-02-28 Thread Yamaban
t; as "Genesis ROM" ?? Eitherway, to disable the future creation of the file: /usr/share/mime/application/x-genesis-rom.xml you have to comment out the relevant section in: /usr/share/mime/packages/freedesktop.org.xml then remove /usr/share/m

Re: [CentOS] Changing default file type in Centos 6

2016-02-28 Thread Yamaban
On Sun, 28 Feb 2016 15:47, H wrote: On 02/27/2016 07:56 PM, Yamaban wrote: On Sat, 27 Feb 2016 19:38, H wrote: > It turns out my markdown files - extension .md - are of the "Genesis ROM" > file type in Centos 6. Googling did not turn up any obvious places to > c

[CentOS] Re: logrotate script error

2016-03-05 Thread Yamaban
our logstash-rotate +++ corrected logstash-rotate @@ -7,6 +7,7 @@ missingok notifempty - postrotate size 100M + sharedscripts + postrotate /bin/kill -HUP `cat /var/run/logstash.pid 2>/dev/null` 2> /dev/

[CentOS] Re: www.centos.org/forums/

2016-03-25 Thread Yamaban
vices for example. And the point is not that the site supports TLS1.0, but that it does not support TLS1.1 and/or TLS 1.2, and as such is incassessible to devices that ask for TLS1.1 as minimum for HTTPS. But that is for the admins/webmasters of the servers to resolve. - Ya

[CentOS] Re: Rsyslog problems

2016-04-17 Thread Yamaban
stop } [/code] Try and check, if this works, well OK, if not, ask again. Ah, and please check if there is a SELinux problem with the logfile, it could be a permission problem. - Yamaban ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: Firefox and Flash

2016-04-26 Thread Yamaban
'pluginreg.dat' gets removed, and afterwards it will get recreated with the new info) b) Close firefox, remove 'pluginreg.dat', update flashplayer, start firefox - Yamaban ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: C5.11 FF ESR 45.1.0 Cookies Button not functioning

2016-05-02 Thread Yamaban
n inserting the code (html+css+js) to show the dialog. Thus 'about:blank' (internal called as moz-safe-about:blank) is needed to be allowed in Adblock and Noscript. Does that fill the 'blanks' in the knowledge? - Yamaban. ___ Cen

[CentOS] Re: Markdown editor for CentOS 7?

2017-06-16 Thread Yamaban
icle: https://www.slant.co/topics/2134/~markdown-editors-for-linux Another hint: finding packages for progams can be a timeconsuming job, sites like https://pkgs.org/ makes it easier. - Yamaban ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Markdown editor for CentOS 7?

2017-06-16 Thread Yamaban
have taken a liking to a specific editor, my id be vim, eclipse, emacs, or else, we are looking in our most liked environment first. Nice to see it worked for you. Cheers, and have a nice Weekend, - Yamaban ___ CentOS mailing list CentOS@centos

[CentOS] Re: vfstp and renaiming of files with ftp client

2017-07-14 Thread Yamaban
[code] chmod -R g+w dropbox-folder/* chown -R bob:ftpuploadgroup dropbox-folder/* mv -t target-dir dropbox-folder/* [/code] If necessary, put the first two commands (with absolute paths) into a shell script, mark it executeable put it in /usr/local/bin and allow Bob to use it with s

[CentOS] Re: Problems switching from RHEL 6 to Centos 6

2017-07-30 Thread Yamaban
check which packages provide them on el6. which rpm command does this exactly? "man 8 rpm" search for "--file" short: rpm -qf [full-path-and-filename] long: rpm --query --file [full-path-and-filename] This queries the rpm-database for which package owns the giv

[CentOS] Re: centos docker which repo (centos or docker)

2018-12-27 Thread Yamaban
's my exp. Yours may differ. Others should speak up, too, please. - Yamaban. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: Does devtmps and tmpfs use underlying hard disk storage or Physical Memory (RAM)

2019-04-20 Thread Yamaban
detail knowlegde of the matter is dated. - Yamaban. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: Custom ISO

2020-05-05 Thread Yamaban
mage size of 17408 sectors of the images/efiboot.img file I would recommend to try with: -boot-load-size 17408 (or even greater) Have a good day, - Yamaban ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: dnf replacing yum?

2016-05-26 Thread Yamaban
ven was: "(DNF is) not quite Enterprise ready, yet. Lets look again during Fedora 25". - Yamaban. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: NetworkManger creates extra bonds; is this a bug?

2016-07-11 Thread Yamaban
bond0-at-stop [code] # remove "bond0" interface at stop, it will be re-created at start [Service] ExecStopPost=/usr/bin/bash /path/to/shellscript [/code] sadly the shell script has been lost since, with the move to a machine with 10GbE interfaces. - Yamaban.___

Re: [CentOS] Hardware Support of CentOS 6: Mini-PC

2016-07-12 Thread Yamaban
Well, it's a "Braswell" gen cpu (Intel N3150), with accomp. chipset. Do yourself a favour and rethink that with Centos 7, due to very limited function with the kernels from Centos 6, esp regarding WLAN. And even the Centos 7 default kernels may not "fresh"

[CentOS] Re: CentOS 7.2 and KDE

2016-07-18 Thread Yamaban
xt reboot. If you can, do a full reboot, and check if hibernate is still blocked after the reboot (it should be available again). - Yamaban -- ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: KMail

2016-07-24 Thread Yamaban
was very short each time I tried since after KDE3. Tried on openSUSE, Fedora, Kubuntu, on all it failed. Text-only mailers like Mutt or Alpine for the win. - Yamaban. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Eclipse rpms

2016-08-08 Thread Yamaban
scl enable devtoolset-4 bash" in a terminal? Or can selected software collections be enabled by default in new sessions? Hint: put a scriplet into /etc/profile.d/ and it will be executed on login. See already existing files for examples. - Yamaban. -- ___

[CentOS] Re: more than one IP address on network device?

2016-09-05 Thread Yamaban
nfiguration for easy checking? How about using the "ip" tool? "ip addr show" and "ip route show" should give the needed info, at least with Centos 7.x - Yamaban. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: more than one IP address on network device?

2016-09-05 Thread Yamaban
On Tue, 6 Sep 2016 02:14, Always Learning wrote: On Mon, 2016-09-05 at 15:15 +0200, Yamaban wrote: "ip addr show" and "ip route show" should give the needed info, at least with Centos 7.x Works on C5 and C6 too. Good to know, b/c as my contact with C5 is minimal and

[CentOS] Re: Disk near failure

2016-10-27 Thread Yamaban
x27;t buy it new anymore (discontinued) - There are more reliable drives available. I'd go for a Samsung Evo 850, that will give you five years of warranty. But, it's your drive, you make the decissions. - Yamaban. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: Disk near failure

2016-10-28 Thread Yamaban
On Fri, 28 Oct 2016 18:50, Alessandro Baggi wrote: Il 28/10/2016 16:28, Valeri Galtsev ha scritto: On Fri, October 28, 2016 2:42 am, Alessandro Baggi wrote: > Il 27/10/2016 19:38, Yamaban ha scritto: > > For my personal use I would replace that Drive asap. > > - There is no

Re: [CentOS] Disk near failure

2016-10-28 Thread Yamaban
On Fri, 28 Oct 2016 21:03, Alessandro Baggi wrote: Hi Yamaban, Great expalanation. I think you know how to buy an ssd. There is no doubt about samsung ssds quality vs other. My question about neutron was to get your opinion about this product. My doubt was about differences between slc, mlc

[CentOS] Re: dumb question on permissions out of the box

2016-11-15 Thread Yamaban
n / rights to do it without direct "root rights" You can do that manually fron the commandline via the "udisksctl" tool. See "man udisksctl" for details. - Yamaban. PS: No, the question was not dumb, that udev stuff fools me up from time to time to. __

[CentOS] Re: Dnsmasq and /etc/hosts

2016-11-24 Thread Yamaban
p group, pointing to your server? server=/168.192.3.in-addr.arpa/192.168.3.1 Otherwise, little to no idea. - Yamaban. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: CentOS 7, PS-2 moose

2016-12-02 Thread Yamaban
quot;PS/2 female" to "USB Type A male" on Amazon for a few Bucks, that may be a way to work around a non-fuctional or missing PS/2 plug-hole. - Yamaban. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: CentOS 7, PS-2 moose

2016-12-02 Thread Yamaban
On Fri, 2 Dec 2016 19:01, Yamaban wrote: On Fri, 2 Dec 2016 18:28, m.roth@... wrote: I just built a workstation, CentOS 7, fully updated. My user requires his three-button mouse, telling me that imaging software is written for three-button mice (so *please* don't tell me to tell him t

Re: [CentOS] deleted .dbus/sessions-bus/[fn]

2016-12-16 Thread Yamaban
S_WINDOWID=[[your top-most window id]] [/code] as neither this file nor the directories ~/.dbus/sessions-bus/ are in /etc/skeleton, I must assume that they are recreated at user-login, if they are missing or contain invalid information. IOW, remove the file, login, and it should get recreated.

[CentOS] Re: ghostscript update breaks evince

2017-01-04 Thread Yamaban
/ghostscript_version}/Init/gs_init.ps in the "/.locksafe {" segment, a ".forceput" was misplaced. If you compare this file between the two ghostscript versions, it should become visible. - Yamaban ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: Firefox for CentOS

2017-03-08 Thread Yamaban
6_64/en-US/firefox-52.0esr.tar.bz2 (Last-Modified: Mon, 06 Mar 2017 16:32:42 GMT) So, if you go for 52, make sure the get the "channel" right (esr, not release) Pure personal opinion on 52 is still out, I'm not that hyped, some of my 'beloved' extensions / addons are no long