[PLUG] Message Passing C.

2017-11-27 Thread michael
I have two C programs. Program A tries to lock a PNG file and then writes it out. Program B, if it starts before A, will lock the not ready PNG file blocking A and will seg fault on trying to read it. Both programs are serially executed C programs. I figure a better approach is message

[PLUG] Message Passing C.

2017-11-28 Thread michael
Do I code using the DBus library directly or should I use gnome's glib? All I'm after is getting C program A to communicate with C program B about a PNG file program A is responsible for. There are warnings about DBus googling for it that it is painful to program directly in DBus in C.

Re: [PLUG] Opps...

2017-11-26 Thread michael
On 2017-11-26 14:01, Chuck Hast wrote: Looks like I did an update on one of my systems, I noticed it was acting strange this morning, I did a reboot after checking everything, as I found nothing (that I thought) out of order. On reboot it would not longer load the system it gave a kernel

[PLUG] MPI for C.

2017-11-24 Thread michael
http://condor.cc.ku.edu/~grobe/docs/intro-MPI-C.shtml I want to use message passing interface in C programs running on Raspberry Pi 3's running Raspbian Stretch, but I don't know which package to install via apt for mpi.h. There is the question of whether or not I can catch on to how mpi

Re: [PLUG] Need an OLD style BASIC

2017-12-17 Thread Michael
es lay out a compelling argument for BASIC and against the favored language du jour. -- Michael Rasmussen, Portland Oregon Be Appropriate && Follow Your Curiosity ___ PLUG mailing list PLUG@pdxlinux.org http://lists.pdxlinux.org/ma

[PLUG] CEC and Viewsonic PJD7828HDL.

2017-11-13 Thread michael
The zoom needs to be set to 1.1. I'm on a Raspberry Pi 3 as the source. Yes you can use the remote, but that gets annoying. Is there a CEC command that will upload the correct settings to the projector or trigger the zoom? Surely Viewsonic supports more than on/off where the manual section

[PLUG] Raspbian stretch default window manager.

2017-11-13 Thread michael
First off, what is Raspbian Stretch's default window manager? Second question, does this window manager take an inch off of all sides of the screen by default? The Viewsonic projector before I connect via the hdmi projects a wider and taller picture, the classic Viewsonic parrots. The image

[PLUG] NFS 3 server going down.

2017-11-13 Thread michael
I have an NFS 3 server on a Raspberry Pi 3 Model B. That server for whatever reason seems to be going down, frequently. The clients, how do I trigger recovery when the server comes back up? Of course, I need to figure out why the server is going down. Recovery usually involves an umount

[PLUG] SOLVED Re: Raspbian stretch default window manager.

2017-11-13 Thread michael
On 2017-11-13 14:55, michael wrote: First off, what is Raspbian Stretch's default window manager? Second question, does this window manager take an inch off of all sides of the screen by default? The Viewsonic projector before I connect via the hdmi projects a wider and taller picture

Re: [PLUG] Sockets and premature exit C.

2017-12-05 Thread michael
... void sighandler(int signum) { fprintf(stderr,"Caught signal %d\n",signum); socket_closer(); exit(0); } ... void socket_closer() { pid_t process_id = getpid(); struct dirent * pDirent; DIR * pDir; char command_string[255]; char

[PLUG] PHP include problem

2017-12-11 Thread michael
root@raspberrypi:/var/www# cat test.php root@raspberrypi:/var/www# root@raspberrypi:/var/www# cat variables.php $localIP = '127.0.0.1'; $settings_config=realpath('/opt/apex/etc/settings.config'); $prog_tcp_client=realpath('/opt/bin/tcp_client'); $prog_udp_client

[PLUG] winscp

2017-12-05 Thread michael
I'm thinking about how to address security concerns with mount.cifs from a Pi 3 running Raspbian Stretch. An option is to have the customer run winscp server on their Windows server and give me a login/password to a limited account that can see the relevant shared files on the windows

[PLUG] Mondo Archive failing on CentOS 7...

2018-05-08 Thread michael
Execution run ended; result=254 Type 'less /var/log/mondoarchive.log' to see the output log I'm having problems with UEFI not detecting. I think the filesystem is xfs. The operating system is CentOS 7. ___ PLUG mailing list PLUG@pdxlinux.org

[PLUG] Mondo Rescue and CentOS 7...

2018-05-08 Thread michael
I need to use mondo archive with CentOS 7 and I'm trying to migrate to LVM. I tried without LVM to use mondo and it failed with cannot create root/boot disks. Mind you, I'm not trying to write images to DVD or CD but to an external hard disk. The external disk is formatted LVM2 with an

Re: [PLUG] Mondo Archive failing on CentOS 7...

2018-05-09 Thread michael
On 2018-05-08 18:22, michael wrote: Execution run ended; result=254 Type 'less /var/log/mondoarchive.log' to see the output log I'm having problems with UEFI not detecting. I think the filesystem is xfs. The operating system is CentOS 7. ___ PLUG

[PLUG] Mondorescue

2018-05-09 Thread michael
Does anyone here know how to convert to LVM from a mondorescue image of a NON LVM system? ___ PLUG mailing list PLUG@pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

[PLUG] Redhat Software jobs...

2018-06-17 Thread michael
with Redhat Linux and I have an LPI Level 1 Linux certification. -- Michael Robinson ___ PLUG mailing list PLUG@pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

[PLUG] NOOBS won't boot...

2018-05-01 Thread michael
I'm stuck forever on Waiting for SD Card (Settings partition). I'm trying to resize the partitions, because the new SD card is 32 gb where the old was 16 gb. ___ PLUG mailing list PLUG@pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

[PLUG] SOLVED Re: NOOBS won't boot...

2018-05-01 Thread michael
On 2018-05-01 10:15, michael wrote: I'm stuck forever on Waiting for SD Card (Settings partition). I'm trying to resize the partitions, because the new SD card is 32 gb where the old was 16 gb. ___ PLUG mailing list PLUG@pdxlinux.org http

[PLUG] sudo trouble...

2018-05-03 Thread michael
pi@controller:/etc/sudoers.d $ cat www-data-to-pi www-data ALL=(pi) NOPASSWD: /home/pi/startup.sh, /home/pi/kill.sh, \ /home/pi/tcp_client, /home/pi/udp_client pi@controller:/etc/sudoers.d $ I suspect that data files can't be parsed by Apache because it isn't firing

[PLUG] Raspicam narrow field of view...

2018-05-03 Thread michael
I have an 8.0 mp fixed focus camera on a Raspberry Pi 3 where raspistill is taking narrow pictures. I'm wondering if I can fan out more and how I would do that? Seems like the pictures are getting cut off on the sides, I think it has something to do with 4:3 verses 16:9.

[PLUG] RPiCamera

2018-05-03 Thread michael
Is there a text config file that can I can use ansible on so that the resolution is 2592x1944 and not lower? ___ PLUG mailing list PLUG@pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

[PLUG] CIFS and Apache...

2018-01-02 Thread michael
I have an Apache web server on a Raspberry Pi 3 and a CIFS mount on the Pi 3 which is Raspbian Stretch Linux based. The windows client has the same CIFS mount. I want an Apache hosted web site from the Pi to launch windows explorer on the Windows client machine so that the client can add a

[PLUG] Mail loops back to myself postfix...

2017-12-22 Thread michael
Any thoughts on how to stop postfix from appending @localhost? ___ PLUG mailing list PLUG@pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

[PLUG] Mail loops back to myself postfix...

2017-12-22 Thread michael
I've added localhost.$mydomain and mail.$mydomain to mydestination. Why does this error pop up and what is the best way to address this? ___ PLUG mailing list PLUG@pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

[PLUG] File on CIFS and Apache.

2018-01-02 Thread michael
. Any help is very much appreciated. Linux/Windows integration is icky, but I have no choice concerning what is used client side. Bonus points for solutions that are Linux/Mac OSX/etcetera friendly. Michael Robinson ___ PLUG mailing list PLUG

[PLUG] Gmail shaming smtp clients???

2018-08-20 Thread michael
I am setting up postfix and dovecot on a virtual private server running CentOS 7 remotely. What do I have to implement so that gmail won't flag email from my server as insecure? ___ PLUG mailing list PLUG@pdxlinux.org

Re: [PLUG] Latest openproject not working...

2018-03-15 Thread michael
On 2018-03-15 08:30, michael wrote: Your query is erroneous and could not be processed. An internal error has occured. Google isn't helping me figure this out. [michael@www ~]$ rpm -qi openproject Name: openproject Version : 7.4.2 Release : 1520616927.24991580.centos7

Re: [PLUG] Latest openproject not working...

2018-03-15 Thread michael
On 2018-03-15 08:50, bro...@netgate.net wrote: Can you query any package successfully? Thank you, No, I click on Work Packages and that's what I get. There are upwards of 52 issues and feature tasks as well that are now lost. On Thu, 15 Mar 2018, michael wrote: Your query is erroneous

[PLUG] Trouble upgrading...

2018-04-10 Thread michael
I tried to upgrade Raspbian Jessie to Raspbian Stretch in place and lost X Windows in the process. Not sure why. It worked on my controller Pi, but that's a different configuration than the projector Pi's. If I can do an in place upgrade to Stretch of the Jessie projectors at a customer,

Re: [PLUG] Having trouble with MS-DFS still...

2018-04-04 Thread michael
I have one instance of Windows Server 2012 R2 180 day trial running in Virtualbox on top of CentOS 7. Do I need two to three instances of Windows 2012 R2 to implement DFS properly? There are plenty of Windows 10 computers in the office, can the DFS server reference a single share across

[PLUG] Active DIrectory and Bind 9...

2018-04-05 Thread michael
Active Directory publishes information to the DNS server via dynamic dns updates, I have to configure Bind 9 differently on a linux based server to support that or I have to use Microsoft DNS. I apparently have to run a DHCP server either on a Linux server or a Windows server and push updates

[PLUG] Name resolution.

2018-04-04 Thread michael
I have a private RFC1918 network with a private DNS server on it on a CentOS 7 based server that can resolve Internet names as well. There are a bunch of Windows machines and the server hooked to a Netgear Nighthawk wireless router. It points at nameservers out on the Internet that don't have

[PLUG] auto login to X broken...

2018-03-27 Thread michael
I am on a Raspberry Pi 3 Model B running Stretch. Ansible was used to configure the Pi and change the default password. Auto login doesn't work anymore. Google has nothing on this, uge! ___ PLUG mailing list PLUG@pdxlinux.org

Re: [PLUG] auto login to X broken...

2018-03-27 Thread michael
On 2018-03-27 17:53, michael wrote: I am on a Raspberry Pi 3 Model B running Stretch. Ansible was used to configure the Pi and change the default password. Auto login doesn't work anymore. Google has nothing on this, uge! ___ PLUG mailing list PLUG

Re: [PLUG] auto login to X broken...

2018-03-27 Thread michael
On 2018-03-27 18:13, michael wrote: On 2018-03-27 17:53, michael wrote: I am on a Raspberry Pi 3 Model B running Stretch. Ansible was used to configure the Pi and change the default password. Auto login doesn't work anymore. Google has nothing on this, uge

Re: [PLUG] auto login to X broken...

2018-03-27 Thread michael
** (lxpanel:1529): CRITICAL **: dhcpcd_open: Resource temporarily unavailable ... ** (lxpanel:1529): WARNING **: lxpanel : X error: BadWindow (invalid Window parameter) ... pcmanfm: Fatal IO error 11 (Resource temporarily unavailable) on X server :0. XIO: fatal IO error 11 (Resource

Re: [PLUG] auto login to X broken...

2018-03-27 Thread michael
On 2018-03-27 18:52, Carl Karsten wrote: also running Stretch https://github.com/CarlFK/video-stack-deploy/blob/master/roles/xorg/templates/autologin.conf.j2 but.. not sure Stretch on pi defines a windowing stuff, so this may not be it. That is the answer! /etc/lightdm/lightdm.conf had

[PLUG] What is Microsoft DFS???

2018-04-01 Thread michael
Apparently, it has something to do with multiple Windows servers and Samba. My friend has not been able to connect to a DFS share from a Raspberry Pi running Debian 9. The hostname apparently resolves though. There is a Redhat note on DFS, but that doesn't seem to cover the problem. He

Re: [PLUG] What is Microsoft DFS???

2018-04-02 Thread michael
On 2018-04-01 12:51, Tyrell Jentink wrote: If your friend has been aggressively googling, they have probably already seen both the Wikipedia page and the Samba wiki page on the subject, but for anyone else stumbling on this in the future: Wikipedia says that in Samba contexts, the technology

[PLUG] Having trouble with MS-DFS still...

2018-04-03 Thread michael
I tried googling for MS-DFS client and got a ton of information about setting up Samba as a DFS server, but nothing about being a client. ___ PLUG mailing list PLUG@pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

[PLUG] Does NOOBS 2.4.4...

2018-04-03 Thread michael
Download Raspbian Stretch off the Internet? I'm talking about the full, not the lite version of NOOBs. It is critical that NOOBs NOT access the Internet, but the Raspberry Pi 3 has built in wifi that you can't disable during install. I thought to download anything that I'd have to click on

[PLUG] Create a Raspbian Stretch mirror on a CentOS 7 server...

2018-04-03 Thread michael
I've found instructions on how to do this on a Debian based server, but not a CentOS 7 based one. I know I will need ~70G. I will likely want to fetch updates in an automated way as well. I work for a small company where it is a terrible waste of bandwidth to install Stretch over the

Re: [PLUG] Create a Raspbian Stretch mirror on a CentOS 7 server...

2018-04-03 Thread michael
On 2018-04-03 14:52, michael wrote: I've found instructions on how to do this on a Debian based server, but not a CentOS 7 based one. I know I will need ~70G. I will likely want to fetch updates in an automated way as well. I work for a small company where it is a terrible waste of bandwidth

[PLUG] Mysterious Windows network...

2018-03-16 Thread michael
I have a shop to put an embedded system into that uses it's own RFC1918 private network called SteadyShot. All I know for sure is that there is another network, RFC1918, on the other side of SteadyShot's Netgear based wireless router. This other network is presumably Windows based and probably

[PLUG] Nonfree OpenCV Raspbian Stretch.

2018-03-20 Thread michael
What is a reasonable non source code way of getting opencv-2.4.13.3's nonfree.hpp in Raspbian Stretch? Has there been a significant interface change between opencv-2.4.9 and opencv-2.4.13.3? I think a change in what function you call is breaking some software I'm working on.

[PLUG] Rainloop not liked by gmail...

2018-10-21 Thread michael
ot;? The whole point of using your own domain and hosting with a trusted hosting provider is to avoid changing your email address every time you move or change ISP. I'm also reluctant to give everything to Google. If I run my own server, it isn't Google's. --

[PLUG] Apache DirectoryIndex...

2018-10-19 Thread michael
on Apache 2.4.34 custom compiled. I'm having difficulty figuring out how to snag the systemd scripts and make them work with my custom compiled Apache. CentOS 7 stock apache and php-fpm seem to have a module for working with systemd. -- Michael C Robinson

[PLUG] Setting up DKIM...

2018-10-21 Thread michael
I have a server at Eskimo North running CentOS 7, primary DNS (Bind 9), Postfix 2.10, Dovecot, Apache-2.4.34, php-7.2.8, and I have an SSL certificate from RapidSSL. I am also running rainloop. In the ongoing effort to tighten up security, I note that I have not successfully deployed Domain

[PLUG] Syllable Operating System, what happened?

2018-10-24 Thread michael
I notice that my link to http://www.syllable.org doesn't work these days. Did the community behind Syllable give up on it? ___ PLUG mailing list PLUG@pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

[PLUG] GPLv2 verses Oracle java license...

2018-10-24 Thread michael
Oracle has a weird license for Java 11 SE. I'm wondering what the state of openjdk is and if I can use that in Windows 7? What is the difference between JDK 11.0.1 Oracle license and JDK 11.0.1 GPL v2 with an exclusion clause? I am writing a financial calculator for a company that sells

[PLUG] Searching for work in Portland remotely...

2018-10-29 Thread michael
Institute Level 1 certification. I've grown up on Redhat, but I don't understand it anymore. -- Michael C. Robinson ___ PLUG mailing list PLUG@pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

[PLUG] Questions about systemd...

2018-11-01 Thread michael
I am on CentOS 7 running custom compiled Apache and PHP-FPM through systemd. I have the following systemd scripts in /opt/etc/systemd/system/. -- php-fpm.service:

[PLUG] Eclipse...

2018-10-25 Thread michael
To do Java development I'm thinking Eclipse is the way to go. Eclipse comes with an unfamiliar license though that is unique to Eclipse. Also unfamiliar, the JDK licensing scheme has changed substantially and I'm uncertain if JDK 11 works with the latest Eclipse, though I did get Hello World!

[PLUG] IBM acquires Redhat

2018-10-29 Thread michael
Apparently Redhat Software is now part of IBM. What does this mean for the Linux community? -- Michael C. Robinson ___ PLUG mailing list PLUG@pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

Re: [PLUG] Searching for work in Portland remotely...

2018-10-29 Thread michael
October 29, 2018 9:30 AM, "Jason Bergstrom" wrote: > The Mayo Clinic in Rochester has several jobs listed: > > https://jobs.mayoclinic.org/job-search/?br_keyword=_location=Rochester_category=IT+and+Enginee > ing_specialty=0_schedule=0_benefits=0_telework=0=1 > > Jason, > ber...@bergie.net

[PLUG] SMTP Authority CentOS 7...

2018-11-04 Thread michael
auth three times, or they try to relay somewhere else through me? If I don't dynamically block, the same offenders it seems will flood my maillog all day long and all night. I'm thinking FAIL2BAN is what I need, but I'm not certain about the SMTP auth related failures. -- Michael C. Robinson

[PLUG] FreeNAS 11.2 U1 and BackupPC...

2019-01-11 Thread michael
I need a simple and straightforward HOWTO to get this working so I can back up my Fedora 29 system, My Mac Mini, and my Windows 10 laptop... ___ PLUG mailing list PLUG@pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

[PLUG] Visual Studio 2012...

2019-01-11 Thread michael
the missing assemblies... but I'm not convinced I want to learn C Sharp and .Net because Microsoft clearly didn't get it right. -- Michael Robinson ___ PLUG mailing list PLUG@pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

[PLUG] Debian 9.8.0 graphical login only...

2019-04-07 Thread michael
into the client system to ssh into the server or do you leave it on the server and you have to physically go to the server to tap it? A controversial option is to apt-get remove openssh... -- Michael C. Robinson ___ PLUG mailing list PLUG@pdxlinux.org http

[PLUG] Controlling resolv.conf...

2019-03-11 Thread michael
I have Spectrum cable where the ethernet connection to the modem receives a dynamic ip address from Spectrum along with wrong name servers. This is correct for resolv.conf: search roch.robinson-west.com nameserver 127.0.0.1 resolv.conf get's overwritten though by the modem... I'm on a Debian

[PLUG] Firefox defaulting to german...

2019-04-09 Thread michael
is somehow requesting German on me. -- Michael C. Robinson ___ PLUG mailing list PLUG@pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

[PLUG] Labview for CentOS 7...

2019-05-21 Thread michael
Is it true that 2017 is the latest version for Linux and that there is NO evaluation or demo available? Cost wise and hardware wise, what does Labview for Linux cost and what do I need to run Labview for Linux? Seems ridiculous that you can't test drive a $6k software package...

[PLUG] Labview for Linux...

2019-04-22 Thread michael
Looks like the Linux version of Labview 2018 standard costs $2999.99. That's pretty expensive for something I cannot try out first. I doubt highly that Windows XP is a real time system. Would be nice to run Linux on the network analyzer itself. LXI compliant devices are supposed to run a web

[PLUG] Labview for CentOS 7...

2019-04-17 Thread michael
in addition to NI-VISA-4.6 needs to be installed on the analyzer itself? If remote control is greyed out because of a permissions problem on the analyzer, how do I fix the permissions in Win2k pro? -- Michael C. Robinson ___ PLUG mailing list PLUG@pdxlinux.org

Re: [PLUG] Replace Windows 98SE with Linux....

2019-09-17 Thread michael
Quoting Johnathan Mantey : Michael, What has changed that is prompting this endeavor? SBC -> Single Board Computer RTC -> Real time computer running MS-DOS 6.22. GUI -> Graphical User Interface running Windows 98SE and Q-Soft. The operating systems the RTC and GUI depend on are

[PLUG] ISA shared memory card by Tyco...

2019-08-06 Thread michael
Tyco hardware. A thin Linux running X with Virtualbox that can support the ISA bus in a Windows 98 gues! t is need ed. What Linux distribution is needed for the job and how old? -- Michael C. Robinson ___ PLUG mailing list PLUG@pdxlinux.org http

Re: [PLUG] ISA shared memory card by Tyco...

2019-08-06 Thread michael
Floppy disks are an antiquated technology, but that is how the old Tyco made system was set up. Mass storage is nice to have because networking such an old system is dangerous and besides this there are many things like drivers for the NVIDIA 6200 that don't fit on a floppy disk. Sure you can

Re: [PLUG] Imaging CF card...

2019-08-08 Thread michael
That's the secret sauce! /dev/sdb1 instead of /dev/sdb. Thank you ;-) August 8, 2019 11:19 AM, a...@clueserver.org wrote: > On your dd command try using /dev/sdb1 instead of /dev/sdb. > > dd if=/dev/sdb1 of=image.img > > mount -o loop image.img /mnt > >>

[PLUG] Imaging CF card...

2019-08-08 Thread michael
The server uses a CF card in place of a hard disk. The server oddly enough is Windows 98 SE based. I have a CentOS 7 box with a USB CF card reader. I am trying to image the CF card and write the image to a second CF card. Kind of a, make a backup to experiment with scenario and use the backup.

Re: [PLUG] Imaging CF card...

2019-08-08 Thread michael
[mrobinson@turion-roch-robinson-west-com ~]$ sudo fdisk -l /dev/sdb Disk /dev/sdb: 1018 MB, 1018773504 bytes, 1989792 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk label type: dos Disk

[PLUG] FreeNAS pool down...

2019-09-30 Thread michael
I'm trying to figure out why. Of 3 4 TB WD Reds I have no idea if 1 has failed or if all have failed for that matter. Trying to run smartctl -t long /dev/ada1... for the three drives. Is there an fsck equivalent for a ZFS pool? -- Michael Robinson

[PLUG] How we treat the homeless...

2019-09-22 Thread michael
I am never coming back. -- Michael C. Robinson ___ PLUG mailing list PLUG@pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

Re: [PLUG] How we treat the homeless...

2019-09-22 Thread michael
ss persons. Portland State University and the city of Portland must do more about homelessness or I am never coming back. -- Michael C. Robinson I currently live out of state but maintain my plug list subscription because I graduated from PSU with a CS degree in 2014. Unfortunately, the town

[PLUG] moderator not reachable...

2019-10-01 Thread michael
I believe questions and or comments should be privately emailed to modera...@lists.pdxlinux.org, but it doesn't work ;-( -- Michael C. Robinson ___ PLUG mailing list PLUG@pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

[PLUG] Susan on plug list...

2019-10-01 Thread michael
generally. Meanwhile, I need to see about engaging squid again with a url list of anything that opendns w! on't filt er out that I can't forget. I disengaged squid and dansguardian because they weren't working well and my hard drive was filling up. -- Michael C. Robinson Apologies for putting

[PLUG] FreeNAS Mini XL recovered...

2019-10-01 Thread michael
. -- Michael C. Robinson ___ PLUG mailing list PLUG@pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

[PLUG] e7500 intel chipset Linux and KVM...

2019-12-09 Thread michael
a lot of patches are needed to get Windows 98SE to work directly on this hardware, which is really difficult to set up correctly. By the time all the needed patches are found and applied in the proper order, it may be easier and more fruitful to set up Linux and KVM. Michael Robinson

Re: [PLUG] e7500 intel chipset Linux and KVM...

2019-12-09 Thread michael
https://cdn2.hubspot.net/hubfs/3455205/Product%20Downloads/Technical%20Information/XPI%20(6022-xxx).pdf ___ PLUG mailing list PLUG@pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

Re: [PLUG] Skypeforlinux and CentOS 7...

2019-12-13 Thread michael
[mrobinson@turion-roch-robinson-west-com yum.repos.d]$ uname -a Linux turion-roch-robinson-west-com 3.10.0-1062.9.1.el7.x86_64 #1 SMP Fri Dec 6 15:49:49 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux Source RPM : glibc-2.17-292.el7.src.rpm I suspect that skypeforlinux is targeting a newer glibc than

Re: [PLUG] Skypeforlinux and CentOS 7...

2019-12-13 Thread michael
8.55.76.62-1 skype-unstable skypeforlinux.x86_648.55.76.79-1 skype-unstable skypeforlinux.x86_648.55.76.112-1 skype-unstable skypeforlinux.x86_648.55.76.124-1 skype-unstable [mrobinson@turion-roc

[PLUG] Skypeforlinux and CentOS 7...

2019-12-13 Thread michael
It worked before, but I updated and now it doesn't. ___ PLUG mailing list PLUG@pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

Re: [PLUG] skypeforlinux alternative...

2019-12-16 Thread michael
No, not even when run from the command line. I'm curious if people are not applying updates and which updates need to be avoided. Michael Robinson December 16, 2019 1:44 PM, "Tomas Kuchta" wrote: > Do you get any error messages? > > -T > > On Mon, D

[PLUG] WIRE instead of Skypeforlinux...

2019-12-16 Thread michael
Is it open source and more featureful than Skype? There are apparently servers for WIRE in Switzerland, but it is encrypted in and from those servers? How about linphone? ___ PLUG mailing list PLUG@pdxlinux.org

[PLUG] skypeforlinux not working...

2019-12-16 Thread michael
I'm on CentOS 7 fully updated. I downloaded the rpm, installed it, and nothing comes up. [root@turion-roch-robinson-west-com yum.repos.d]# rpm -qi skypeforlinux Name : skypeforlinux Version : 8.55.0.141 Release : 1 Architecture: x86_64 Install Date: Mon 16 Dec 2019 12:56:46 PM CST Group :

[PLUG] skypeforlinux alternative...

2019-12-16 Thread michael
If Microsoft is not going to support CentOS 7, what alternatives are there to skypeforlinux that work and work well? The other side could be Debian or Windows. I suppose with ReactOS maturing slowly, it might be possible to run ReactOS in VirtualBox and use the Windows version of skype. Is

[PLUG] MHonArc

2019-10-20 Thread michael
Rich, You can back up the new email on your active server using MHonArc. Creates a web page from an mbox file. Another option is to look into Maildir. You can convert your mbox files to Maildir files. Whether or not you can combine two Maildir files, I'm not certain. -- Michael C. Robinson

[PLUG] RSYNC and backuppc4...

2019-11-24 Thread michael
Got fatal error during xfer (No files dumped for share /) I want to back up the whole entire Linux system using backuppc4 running on my FreeNAS 11.2 U7 server. I can ssh to eagle.roch.robinson-west.com as root without a password from the backuppc4 jail no problem. I'm missing something, but

Re: [PLUG] BackupPC on FreeNAS 11.2 U7...

2019-11-24 Thread michael
st >> PLUG@pdxlinux.org >> http://lists.pdxlinux.org/mailman/listinfo/plug > > ___ > PLUG mailing list > PLUG@pdxlinux.org > http://lists.pdxlinux.org/mailman/listinfo/plug Not certain if I did the right thing, but I changed /n

Re: [PLUG] BackupPC on FreeNAS 11.2 U7...

2019-11-24 Thread michael
https://www.ixsystems.com/community/threads/quickstart-guide-for-backuppc-4-in-a-jail-on-freenas.74080/ Following the latter link, I can't get rsync of my CentOS 7 host working... Do I need to do something in the backuppc4 web interface to set the user and password to rsync as? Is that going

[PLUG] BackupPC on FreeNAS 11.2 U7...

2019-11-24 Thread michael
Updated to the lates 11.2 update tonight and decided to install BackupPC. When I go to manage, it just puts me in an Apache served help file on backuppc. Has anyone here used BackupPC on FreeNAS that could help me set it up for backing up a CentOS 7, Mac OSX Catalina, and some Windows systems?

[PLUG] rsync not working backuppc4

2019-11-24 Thread michael
I followed instructions to allow passwordless rsync, but I still can't back CentOS 7 up. I do a terminal on my FreeNAS 11.2 U7 web interface: # iocage console backuppc And I'm root in the jail for BackupPC4. I can manually ssh to eagle without a password. What I cannot figure out is why the

[PLUG] FreeNAS and BackupPC4...

2019-11-24 Thread michael
2019-11-24 23:39:53 BackupPC_backupDelete: removing #0 2019-11-24 23:39:53 BackupPC_backupDelete: No prior backup for merge 2019-11-24 23:39:53 BackupPC_refCountUpdate: host eagle.roch.robinson-west.com (http://backuppc.roch.robinson-west.com/bpc/backuppc.pl?host=eagle.roch.robinson-west.com)

[PLUG] FreeNAS 11.2 running BackupPC...

2019-11-27 Thread michael
There is a known bug that when you install BackupPC from the web interface of a FreeNAS Mini upgraded to 11.2 U7, the graphical user interface is not accessible whereas the user manual comes up. There's a thread on the ixsystems freenas forum that's over a year old on this. FreeNAS in concept

[PLUG] Web Security on Debian Buster...

2020-02-08 Thread michael
these packages error, I'd appreciate the info. Maybe there is a way to sign it as compiled by me and that would be the right thing to do... but would that cost money??? -- Michael C. Robinson ___ PLUG mailing list PLUG@pdxlinux.org http

[PLUG] Clamscan doesn't like a cab file...

2020-02-28 Thread michael
WIN98_OL.CAB: Txt.Malware.CMSTPEvasion-6664831-0 FOUND If this is a false positive, clamscan should be fixed to not flag it. If, however, the image of Windows 98SE and Windows Millenium I downloaded has the same malware in it, that's troubling. [michael@eagle michael]$ cat winworldpc.com.txt

[PLUG] Cannot burn M disc CentOS 7...

2020-01-23 Thread michael
I have a burner that says MODISC on it and a 100 gig blank M disc. Brasero says there is no media though. How do I verify that my Blu ray burner can burn M discs let alone 100 gig media? ___ PLUG mailing list PLUG@pdxlinux.org

Re: [PLUG] Cannot burn M disc CentOS 7...

2020-01-23 Thread michael
January 23, 2020 10:22 PM, tomas.kuchta.li...@gmail.com wrote: > Try k3b > > You will need the media inserted to the BD-writer for k3b to tell you what > formats it can use. > > Seems to work with my LG drive - though I never burned 100GB media. > > Tomas > > On Fri, 2020-01-24 at 02:52

[PLUG] FreeNAS doesn't work with proxy...

2020-01-26 Thread michael
I'm setting the proxy on my CentOS 7 GNOME 3 system via the network settings proxy. If I don't disable proxy, I cannot access my FreeNAS mini's web page. Same is true if I try to enable proxy inside firefox instead. I have tried adding 192.168.254.6 (FreeNAS local address) and 192.168.254.0/24

[PLUG] Transparent proxy...

2020-01-26 Thread michael
Since intercepting https is considered man in the middle attack and even illegal in some jurisdictions, not the US I hope, I am leery of proxying all the time and I want to take a hybrid approach. Can I write a helper module for iptables that will allow me to evaluate the URL an https

  1   2   3   4   5   6   7   8   9   >