search for: dboth

Displaying 20 results from an estimated 66 matches for "dboth".

Did you mean: both
2016 Nov 02
3
tool for a comprehensive list of the storage structure
I would like to have a smart cli tool, that shows a comprehensive list about the local storage structure: An output like: /srv /dev/mapper/luks-f85b7a2c-...: UUID="ca924fad-..." TYPE="ext4" /dev/mapper/vg_internal_e-lv_internal_srv: UUID="f85b7a2c-..." TYPE="crypto_LUKS" vg_internal_e /dev/md3: UUID="1Fi2Ex-..."
2016 Nov 02
0
tool for a comprehensive list of the storage structure
...3ca-8e73-047d25e15220 /home ??vg_david2-stuff ext4 stuff b209b4ca-a016-4119-9941-fb4ef4102e06 /stuff ??vg_david2-Virtual ext4 Virtual e74b2716-33a1-4339-95e7-6c63d64985aa /Virtual ??vg_david2-Pictures ext4 Pictures 3c9f5705-2d6b-4c1f-9088-017c1f5c5891 /home/dboth/Pictures sdd ??sdd1 ext4 4T-Backup 2e5ab1a4-686b-4f16-b3fb-99df1e9eb76f sde ext3 WD-500-USB 06237914-457a-4a4e-9312-597c8d06c0f1 ??sde1 ext4 WD-500GB-USB 04fd97fe-d99b-4508-a968-e46b63c218b5 /run/media/dboth/WD-500GB-USB sdh...
2016 Jan 05
1
(OT) Computer seems to have died
+1 or bad capacitors, look on the board and make sure none are leaking or puffed out. On Jan 4, 2016 6:08 PM, "David Both" <dboth at millennium-technology.com> wrote: > Power supply > > On 01/04/2016 07:03 PM, tdukes at palmettoshopper.com wrote: > >> Hello, >> >> I have an old IBM Netvista. Lately, it would seem to go into sleep mode >> but I have all that disabled. I would have to pow...
2017 Mar 10
3
kernel memory accounting
I have 3.10 kernel. I am running some data processing job, need to first copy big (>5 GB) input files. The jobs were killed, because the system thought I used 5 GB memory from the file copying. On Fri, Mar 10, 2017 at 3:04 PM, David Both <dboth at millennium-technology.com > wrote: > First - why in the world would you want to disable kernel memory > accounting? I don't think that is even possible (despite not being a kernel > programmer myself) because the kernel must needs account for every bit of > real and virtual m...
2015 Apr 08
2
Problems with getty and X on runlevel switch [Was: Re: The future of centos]
On 2015-04-08, David Both <dboth at millennium-technology.com> wrote: > The easy way to restart gdm is when you are on the login screen itself > or the desktop simply press Ctrl-Alt-Backspace. This works for Upstart > in CentOS 6.x but will not work for CentOS 7.x which uses Systemd. The > service command does not w...
2016 Jan 05
5
(OT) Computer seems to have died
Hello, I have an old IBM Netvista. Lately, it would seem to go into sleep mode but I have all that disabled. I would have to power off to wake it up. Now I think its done. I can't even get to the CMOS/BIOS. The power light is on but no beeps or anything spinning up. I have two of these Netvistas and had put on away when I upgraded one of the machines. I pulled the HD from it and installed
2017 Mar 10
2
kernel memory accounting
Hi CentOS experts, I am using CentOS 7. Trying to disable kernel memory accounting: according to https://www.kernel.org/doc/Documentation/cgroup-v1/memory.txt, passing cgroup.memory=nokmem to the kernel at boot time, should be able to archive that. However it is not the case in my exercise. These are what I have now $ grep CONFIG_MEMCG_KMEM /boot/config-3.10.0-327.36.3.el7.x86_64
2016 Feb 13
6
heads up: /boot space on kernel upgrade
On Sat, February 13, 2016 5:57 am, Timothy Murphy wrote: > Devin Reade wrote: > >> I have a CentOS 6 machine that was initially installed as CentOS 6.4 >> in May of 2013. It's /boot filesystem is 200M which, IIRC, was the >> default /boot size at the time. > > As a matter of interest, is there any advantage today > in having a /boot partition? > I thought
2015 Apr 22
1
IP aliases for services (including dhcpd)?
On Wed, Apr 22, 2015 at 2:49 PM, David Both <dboth at millennium-technology.com> wrote: > Yes confusion will abound. There should only ever be one and only one DHCP > server on any network. With two you will sooner of later have multiple DHCP > client hosts with the same IP addresses. No, it's not going to give out duplicate IPs....
2015 Apr 22
2
IP aliases for services (including dhcpd)?
I'd like to consolidate the services from several old servers onto 2 CentOS7 VMs that are currently running dhcpd in a balanced/failover configuration. It will simplify things to add the IPs from the old servers as aliases, at least temporarily so everything will continue to connect without changes. However, after adding the first one, I see in the logs that DHCPD is sending its DHCPACKs
2014 Dec 08
2
gdm doesnt work.
On 12/08/14 22:02, m.roth at 5-cent.us wrote: > dE wrote: >> Hi! >> >> I just installed GDM on centos 7. I'm starting it by # gdm. >> >> However, all I see is a text cursor (as with the TTYs), nothing else. >> >> X works well. Logs have no errors. >> >> GDM logs are a copy of X logs. > Are you at runlevel 5? > > mark >
2015 Dec 01
4
getting X started...
I've got a new VM installed for me by a sysadmin who apparently did a minmal install. As a result I've installed a bunch of things to try to get X going, including yum groupinstall "development and creative workstation", "Desktop platform" "mate desktop" but so far I've not found the incantation to get it to start up X at boot time. As far as I can
2015 Apr 08
8
Problems with getty and X on runlevel switch [Was: Re: The future of centos]
On 2015-04-04, Bill Maltby (C4B) <centos4bill at gmail.com> wrote: > On Sat, 2015-04-04 at 11:12 +0100, Nux! wrote: >> 100% with Digimer here. <snip> > >> All this energy should be put into contributing towards to the >> project, testing, helping out community. > > Well, I used to agree. But when a bug report filed in December goes > untouched entering
2016 Aug 09
4
ssh & ksh question
I need to run a report, source file on system 1, on system 2. I'd like to do this in one script, not have a second script to run it. Now cat script | ssh system2 works fine. But no matter what I've tried, it gags on ssh system2 <<EOF blah, blah EOF. Mostly, I have a multiline awk script in the script, with \ at the end of each line... *but* I think it's seeing "\n" as
2015 Apr 08
3
Problems with getty and X on runlevel switch [Was: Re: The future of centos]
On 2015-04-08, Leon Fauster <leonfauster at googlemail.com> wrote: > Am 08.04.2015 um 16:22 schrieb Liam O'Toole > <liam.p.otoole at gmail.com>: >> On 2015-04-08, David Both >> <dboth at millennium-technology.com> >> wrote: >>> The easy way to restart gdm is when you are on the login screen >>> itself or the desktop simply press Ctrl-Alt-Backspace. This works >>> for Upstart in CentOS 6.x but will not work for CentOS 7.x which >>> use...
2011 May 29
3
how to combine two data frames via factors (or somehow else)
Hello! The question should be very naive, but I am a beginner and stuck with this unfortunately. There is a dataset of people's affiliation to companies that looks like that (a data frame actually) x y 1 a X 2 b X 3 c X 4 f Z 5 e Z 6 g Z where x is a name of a person and y is a company name. That is, a,b,c work in a company X. f,e,g work in a company Z. and there is another dataset with the
2014 Dec 18
4
X11 console
Hello Guys? I need to revert the X11 graphical server to Console 7. and enable VT1 as normal text as it was on the old distr.. Sincerely AndyBe
2017 Mar 08
7
Up to date guide/information Sendmail SMTP Auth
Hello all, I've been googling my brains out since yesterday looking for up-to-date information on this matter, and have found information that is anywhere from 15 to 5 years old. I'd really like some information that much more up to date on the subject. Specifically configuring Sendmail SMTP authentication (_no smart host stuff_). I've got Sendmail 8.14 installed on a CentOS 7.3
2016 Dec 27
2
chronyd configuration as a local ntp server
...ony mailing list where one could ask such questions, > but I haven't seen traffic on it in years, so it may no longer exist. > > Fred -- ********************************************************* David P. Both, RHCE Millennium Technology Consulting LLC Raleigh, NC, USA 919-389-8678 dboth at millennium-technology.com www.millennium-technology.com www.databook.bz - Home of the DataBook for Linux DataBook is a Registered Trademark of David Both ********************************************************* This communication may be unlawfully collected and stored by the National Security...
2014 Dec 08
0
gdm doesnt work.
...tOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > > -- > > > ********************************************************* > David P. Both, RHCE > Millennium Technology Consulting LLC > Raleigh, NC, USA > 919-389-8678 > > dboth at millennium-technology.com > > www.millennium-technology.com > www.databook.bz - Home of the DataBook for Linux > DataBook is a Registered Trademark of David Both > ********************************************************* > This communication may be unlawfully collected and sto...