ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. pattonb
    P
    • Profile
    • Following 1
    • Followers 0
    • Topics 27
    • Posts 97
    • Best 17
    • Controversial 0
    • Groups 0

    pattonb

    @pattonb

    17
    Reputation
    350
    Profile views
    97
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    pattonb Unfollow Follow

    Best posts made by pattonb

    • RE: SAMIT: IBM Is Killing Off CentOS

      @gotwf Nope, been using Debian since the mid 90's, only really appreciating it in the last 10 years. rarely
      have I been disappointed. Usually my error, or hubris. I use it for small smb's and served me very well. as the saying
      goes "Debian, been very good to me" ( said with an accent for affect)

      posted in Self Promotion
      P
      pattonb
    • server 2019 + elevated cli in a script

      Greetings, Is there a simple way to write a batch file that is elevated, so that a service can be shutdown ?
      What I am is doing is using robocopy to copy a database to a linux box. To shutdown the database , I need the elevated level to shutdown the database service. I can do it manually, however, the objective is to have it done daily in task scheduler.

      posted in IT Discussion
      P
      pattonb
    • RE: server 2019 + elevated cli in a script

      To confirm the change to "run as system" , it worked well. Had to utilize the 'net use' for user /permissions. I see there is a thread about automating that. Will investigate.
      thanks everybody

      posted in IT Discussion
      P
      pattonb
    • deleted/corrupt partition

      What are folks using to recover a deleted/corrupted partition these days.
      I haven't had to do this in a number of years, at that time 'test disk' was my go to utility.

      posted in IT Discussion
      P
      pattonb
    • DNS PTR Record with 2 FQDN Entries with SPAM Check

      Running a Zimbra server, and came across this today. 2 fqdn and 1 ip (ptr lookup).

      Is there a simple way of avoiding the rejection of the email ?

      ip in questions is 198.160.191.6 ( sending server)

      and the pandemonium..is the sending server.

      posted in IT Discussion dns email spam ptr record zimbra
      P
      pattonb
    • RE: How do you find duplicates from Windows SMB shares using Linux

      @DustinB3403 some folks claim jdupes is faster, I have used both, and did not much of a difference.
      Both work well.

      posted in IT Discussion
      P
      pattonb
    • .cgm files

      Does anybody know of a simple utility to convert .cgm files into something more common, less proprietary ?

      posted in IT Discussion
      P
      pattonb
    • SEO primer

      I have been coerced into the 'seo' arena. I have read Scott's post and associated threads. Very informative. The 'net has
      so much on the subject, and a lot of 'snake oil', I am wondering if anybody knows of a good primer I could utilize/follow to get started. Also, google analytics, necessary, optional, ....... thanks kindly

      posted in IT Discussion
      P
      pattonb
    • file rename + syntax

      struggling with renaming 35k files. they all have a '~' at the end of the name, ie. blahblah.xls~, blahblah.docx~, etc.

      I thought rename would do the job, but I have something incorrect with the syntax, or I don't know what I am doing.
      The files are in many sub directories, all differing in depth. I tried the following, any suggestions ?

      find . -iname ".~" | rename -n 's/.~$//' . mmm

      weird, the window wasn't showing the last part of the command, so I added the 'm', so the '.' would show up ignore the m's

      but no action. sigh

      posted in IT Discussion
      P
      pattonb
    • raid controller batteries

      Where does one get raid controller batteries , at a modest price. I see that I can get a new one for ~150.00

      I am thinking $10 -15 is more reasonable. It is for an older controller, LSI 9750, however, it is doing its job and I expect
      it to work another year or two or three.

      posted in IT Discussion
      P
      pattonb

    Latest posts made by pattonb

    • RE: read only ssd

      @gjacobse Thanks, I have tried the recommended ones from Microsoft, the diskpart now shows it is out of "read only" , but it is a false reading. I can access some of the data ( most data is saved to server)m but users always know better (LOL). Next I will try dd and see how that goes, I suspect I may (low probability) be able to "fix" the installation after running dd. Thanks again. I was hoping for something I had not heard/seen.

      posted in IT Discussion
      P
      pattonb
    • RE: read only ssd

      @gjacobse Samsung 970 EVO

      posted in IT Discussion
      P
      pattonb
    • read only ssd

      I have a m.2 that is in a read only mode, after an electrical disruption. I have tried all the online solutions without luck. Is there a relatively simple solution to this ? ( windows 10 OS)

      posted in IT Discussion
      P
      pattonb
    • a little off topic

      In cleaning up, I came across these stickers. They are from the mid 90's, when we were introducing
      linux file servers to our smaller clients. A client ( a printer) made up a whack of these, I must have a hundred or more sheets. If anybody wants some, I would mail them to you. When I saw them again, I chortled. If this post is out of line, my apologiesIMG_20241023_1302107.jpg

      posted in IT Discussion
      P
      pattonb
    • RE: debian bookworm and cron aliases not expanding

      @dafyre of course. The aliases are email addresses, as the cronjob output needs to be emailed
      to a few/several recipients. The script runs fine. I have zero issues with the script. It is just
      the email aliases are not expanding ( /etc/aliases) .I am puzzled as it has worked fine for literally years.

      posted in IT Discussion
      P
      pattonb
    • RE: debian bookworm and cron aliases not expanding

      @travisdh1
      It is in a shell script, crontab just runs the script. The script is about 17 lines.
      The weird thing is ( to me) , this backup server has been in operation for about 10+ years, so
      minimal changes ( hardware over the time frame), and I started with Debian squeeze, and I have
      never had any issues aside of a failing disk on the raid array. It has something to do with the
      upgrade to Bookworm, I guess I will need to look over the release notes again, and/or replace postfix.

      posted in IT Discussion
      P
      pattonb
    • debian bookworm and cron aliases not expanding

      As mentioned in the subject line, I upgraded my backup server (debian bullseye) to debian bookworm yesterday. Since I upgraded, the aliases in crontab are not expanding. The aliases are sent a backup report from the rsync command line (cron job). Previous debian dist were fine when upgrading. I have done a search and could not find anything. Has anybody seen this issue ?

      posted in IT Discussion
      P
      pattonb
    • RE: Proxmox: UPS

      Why not use apcusd (http://www.apcupsd.org/)

      you can calibrate the ups and monitor and much more. I have it running on a few proxmox pve servers. There is a Debian wiki as well. (https://wiki.debian.org/apcupsd)

      you just need the usb cable that connects to the ups.

      posted in IT Discussion
      P
      pattonb
    • dmarc

      I am scratching my head on this one. I have added a dmarc record for a domain, but the query does not display the p value. I am at a loss for why.

      the zone file

      _dmarc.decca-design.com. IN TXT v=DMARC1; p=none; rua=mailto:[email protected];

      and the query

      dig _dmarc.decca-design.com TXT

      ; *<<>> DiG 9.16.44-Debian <<>> _dmarc.decca-design.com TXT
      ;; global options: +cmd
      ;; Got answer:
      ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 586
      ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

      ;; OPT PSEUDOSECTION:
      ; EDNS: version: 0, flags:; udp: 1232
      ;; QUESTION SECTION:
      ;_dmarc.decca-design.com. IN TXT

      ;; ANSWER SECTION:
      _dmarc.decca-design.com. 600 IN TXT "v=DMARC1"

      ;; Query time: 55 msec
      ;; SERVER: 75.153.171.67#53(75.153.171.67)
      ;; WHEN: Mon Feb 19 20:51:00 MST 2024
      ;; MSG SIZE rcvd: 73*

      any idea why no "p" value ?

      thank you

      I have figured it out , need the double quotation marks around the values, sigh
      ie. "v=DMARC1 p=none"

      posted in IT Discussion
      P
      pattonb
    • isc-dhcp-server

      Now that isc-dhcp-server is officially eol, what is most/everybody using ?
      isc-kea ? or ????

      posted in IT Discussion
      P
      pattonb