Re: Killing bluetooth dead

2022-12-07 Thread dave
on the system in question: $ ls /etc/bluetooth ls: cannot access '/etc/bluetooth': No such file or directory $ ls /etc/default/bluetooth ls: cannot access '/etc/default/bluetooth': No such file or directory Strange that it was trying to load bluetooth modules when so much of the bluetooth ecosystem doesn't seem to be installed, but, *shrug*. -- Dave Sherohman

Re: Killing bluetooth dead

2022-12-06 Thread dave
ied that it was headless was just to head off any answers of the form "click the Connection Manager widget on your desktop and..." -- Dave Sherohman

Re: Killing bluetooth dead

2022-12-06 Thread dave
st. ...and yet the attempts to load bluetooth.target continue to be logged, even though bluetooth.service does not exist. -- Dave Sherohman

Re: Killing bluetooth dead

2022-12-06 Thread dave
he specific command I use to check for that sort of thing is `dpkg --get-selections | grep blue` which would find any packages with "blue" anywhere in the name, without needing wildcards. -- Dave Sherohman

Re: Killing bluetooth dead

2022-12-06 Thread dave
blacklist btusb install btusb /bin/false root@fubar:# modprobe -r btusb ...and the same log messages are continuing to appear. -- Dave Sherohman

Killing bluetooth dead

2022-12-05 Thread dave
' in all files in /etc/systemd/ and /usr/lib/systemd/ (so I could find out what 'wants bluetooth.target') - no matches were found -- Dave Sherohman

Re: Error including file in nftables.conf

2022-10-04 Thread Dave Parker
On Tue, Oct 4, 2022 at 2:32 AM Anssi Saari wrote: > Dave Parker writes: > > > So, I copied /lib/systemd/system/nftables.service to > /etc/systemd/system/nftables.service, set > > ProtectHome=false, ran "systemctl daemon-reload", and now it works! > > Well

ssh -X authentication with sudo

2022-10-04 Thread Dave Howorth
I have a machine running debian that I access using ssh. I use the -X with ssh and can successfully run e.g. xeyes on the debian machine showing the display on my local machine. But now I want to run a graphical program that needs to run as root on the debian machine while displaying on my local

Re: Error including file in nftables.conf

2022-10-03 Thread Dave Parker
On Mon, Oct 3, 2022 at 5:42 PM Andy Smith wrote: > Hello, > > On Mon, Oct 03, 2022 at 05:36:19PM -0400, Greg Wooledge wrote: > > On Mon, Oct 03, 2022 at 05:01:21PM -0400, Dave Parker wrote: > > > Oct 03 16:48:55 host systemd[1]: Starting nftables... > > > Oc

Error including file in nftables.conf

2022-10-03 Thread Dave Parker
exit-code'. Oct 03 16:48:55 host systemd[1]: Failed to start nftables. Does anyone know why nft will load the included file manually but throws an error when doing it through systemd? Thanks! Dave -- Dave Parker '11 Database & Systems Administrator Utica University Integrated Information Technology Services 315-792-3229 He/Him

Re: Sendmail SASL Auth on Debian 11

2022-09-13 Thread Dave Parker
l/update_sendmail sendmailconfig All of the config and .m4 files involved here still look the same between the old and new server, with the exception of some updated comments. So, I'm not exactly sure what this did to fix the underlying problem, but it's fixed nonetheless. Thanks! Dave -- Dave Pa

Re: Sendmail SASL Auth on Debian 11

2022-09-12 Thread Dave Parker
On Mon, Sep 12, 2022 at 10:37 AM Henning Follmann wrote: > > First, please do not top post. > > On Mon, Sep 12, 2022 at 09:00:00AM -0400, Dave Parker wrote: > > Thanks for the advice. Just to clarify, this is an enterprise SMTP > server > > for a university

Re: Sendmail SASL Auth on Debian 11

2022-09-12 Thread Dave Parker
11:55:06AM -0400, Dave Parker wrote: > > Hello, > > > > Years ago, I set up an SMTP server on Debian 7.5, running Sendmail > > configured for SASL authentication using an LDAP directory. I am now > > trying to set up a new one on Debian 11.5 in pretty much the same

Sendmail SASL Auth on Debian 11

2022-09-09 Thread Dave Parker
ibnss-ldap is deprecated) - libpam-ldap 186 Thanks! Dave -- Dave Parker '11 Database & Systems Administrator Utica University Integrated Information Technology Services 315-792-3229 He/Him

Re: uvcdynctrl on bullseye?

2022-09-02 Thread Dave Howorth
On Fri, 02 Sep 2022 18:43:29 +0200 Sven Joachim wrote: > On 2022-09-02 16:47 +0100, Dave Howorth wrote: > > > I'd like to use uvcdynctrl on a bullseye 64-bit system. But > > according to https://packages.debian.org/search?keywords=uvcdynctrl > > the package is not a

Re: uvcdynctrl on bullseye?

2022-09-02 Thread Dave Howorth
On Fri, 02 Sep 2022 18:43:29 +0200 Sven Joachim wrote: > On 2022-09-02 16:47 +0100, Dave Howorth wrote: > > > I'd like to use uvcdynctrl on a bullseye 64-bit system. But > > according to https://packages.debian.org/search?keywords=uvcdynctrl > > the package is not a

Re: uvcdynctrl on bullseye?

2022-09-02 Thread Dave Howorth
On Fri, 2 Sep 2022 12:09:31 -0400 Dan Ritter wrote: > Dave Howorth wrote: > > > > I'd like to use uvcdynctrl on a bullseye 64-bit system. But > > according to https://packages.debian.org/search?keywords=uvcdynctrl > > the package is not available

Re: uvcdynctrl on bullseye?

2022-09-02 Thread Dave Howorth
On Fri, 2 Sep 2022 12:09:31 -0400 Dan Ritter wrote: > Dave Howorth wrote: > > > > I'd like to use uvcdynctrl on a bullseye 64-bit system. But > > according to https://packages.debian.org/search?keywords=uvcdynctrl > > the package is not available

uvcdynctrl on bullseye?

2022-09-02 Thread Dave Howorth
what the reason is? And if I could use one of the other versions on my system? I'm sadly no expert on forwards and backwards compatibility issues. TIA, Dave

how to get non-latest backports deb file?

2021-12-29 Thread Dave Johnson
Are these older versions archived anywhere? -- Dave

tomcat8 in debian 10/buster

2021-09-13 Thread dave
the application developer to get their act together and support a more recent version of tomcat. But we're paying them an obscene amount of money to license their software, and they follow IBM's precedent of "the more money you pay us, the less we have to listen to you".) -- Dave Sherohman

Re: Missing SSL/https root cert(s)? (RESOLVED)

2021-05-21 Thread dave
ow I revisited that and, apparently, the "certificate w/ chain" download has the certificate order backwards in the pem, so I needed the "certificate w/ issuer after" download instead. Now that I've gotten that straightened out, everything appears to be working as it should. -- Dave Sherohman

Missing SSL/https root cert(s)?

2021-05-20 Thread dave
package? -- Dave Sherohman

Re: SOLVED - Re: Deb10 installer can't install grub

2021-03-07 Thread Dave Sherohman
ually does work that way. -- Dave Sherohman

SOLVED - Re: Deb10 installer can't install grub

2021-03-03 Thread Dave Sherohman
sing that the original problem was that the installer forgot to include mdadm support in its grub options, even though it was configured with an mdadm boot device. And then I missed a couple steps after adding mdadm support, so it didn't all get installed to the EFI partitions correctly. -- Dave Sherohman

Re: Deb10 installer can't install grub

2021-03-03 Thread Dave Sherohman
.) On Tue, Mar 02, 2021 at 05:57:37AM -0600, Dave Sherohman wrote: > I've got a new server and am currently fighting with the Debian 10 > installer (build 20190702) in my attempts to get it up and running. > After much wailing and gnashing of teeth, I managed to get it to stop > complaining

Re: Deb10 installer can't install grub

2021-03-02 Thread Dave Sherohman
using a separate /boot. So I took a look at the grub-installer script, and guess what I found as a comment just before the `ls` that kills it? --- # XXX cjwatson 2019-03-25: This is all far too complicated and fragile, and # should be replaced with in-target or similar. # Ensure proc is mounted in all the $chroot calls; # needed for RAID+LVM for example initial_proc_contents="$(ls $ROOT/proc)" --- "Far too complicated and fragile", indeed! -- Dave Sherohman

Re: Deb10 installer can't install grub

2021-03-02 Thread Dave Sherohman
On Tue, Mar 02, 2021 at 09:09:52AM -0500, The Wanderer wrote: > On 2021-03-02 at 09:01, Dave Sherohman wrote: > > > On Tue, Mar 02, 2021 at 07:54:01AM -0500, Dan Ritter wrote: > > >> Then you go to the mdadm setup and create MDADM RAID1 devices > >> out of

Re: Deb10 installer can't install grub

2021-03-02 Thread Dave Sherohman
irectory" Manually running grub-installer for /dev/md2 and /dev/nvme1n1 (unsurprisingly) produced similar results. -- Dave Sherohman

Deb10 installer can't install grub

2021-03-02 Thread Dave Sherohman
RAID1 mirror between the two nvme drives, but got a similar error from grub about not being able to find the canonical path of /dev/md1. -- Dave Sherohman

Re: Can nginx "events" block be configured in an include file?

2020-11-04 Thread Dave Sherohman
On Tue, Nov 03, 2020 at 10:06:30AM -0600, David Wright wrote: > On Tue 03 Nov 2020 at 08:03:24 (-0600), Dave Sherohman wrote: > > Another (off-list) reply suggested using a script to edit nginx.conf > > rather than doing it by hand, which looks like the best solution for my &g

Re: Can nginx "events" block be configured in an include file?

2020-11-03 Thread Dave Sherohman
On Tue, Nov 03, 2020 at 07:57:40AM -0500, Greg Wooledge wrote: > On Tue, Nov 03, 2020 at 03:35:58AM -0600, Dave Sherohman wrote: > > tl;dr: I need to increase worker_connections on my nginx servers, but > > don't want to edit the debian-provided nginx.conf due to that causing >

Can nginx "events" block be configured in an include file?

2020-11-03 Thread Dave Sherohman
eep the template in sync with any debian- provided changes, or go outside the existing system and have to remember to manually tweak nginx.conf every time I make a new server or upgrade an existing one and I would greatly prefer a one-time change which doesn't lead to either of those

Re: Buster without systemd?

2020-03-24 Thread Dave Sherohman
o take over a number of other functions aside from managing the order that services are started, which makes many people uncomfortable with it. -- Dave Sherohman

Video display via Thunderbolt docking station (Lenovo/Lenovo)

2020-03-09 Thread Dave Sherohman
c, Inc Device 9755 -- Dave Sherohman

cannot bring up phpmyadmin in browser, cannot link to mysql

2019-10-05 Thread Dave
On our old server we used to access phpmyadmin via "oursite.com/phpmyadmin" on the new server we have installed phpmyadmin / php / and sql-server ... we cannot access phpmyadmin. also we have not been able to link other programs like wordpress to sql or phpmyadmin to sql. DEBIAN 9.04 please

Perl displayed as text, Not HTML

2019-09-30 Thread Dave
hello when a .pl file or .cgi file is clicked on  to our server, apache is serving back a text code page, not html all of our sites were working under the old service Deb 4, our new Server Deb 9.x has a setting off. we have included a link to our http.conf file.

Re: apache only servers text page

2019-09-30 Thread Dave
just post in up on a site and give a link to it ? please advise. thank you Dave On 9/30/19 8:26 AM, Carl Fink wrote: Please reply to the list, not me personally. Also, the list does not accept attachments. You would have to post the image on a web site and include the link rather than

apache only servers text page

2019-09-29 Thread Dave
Our apache2 is only severing text or code pages instead of html pages. apache did have a "ForceType of text/plain remarking out did not solve the problem. .pl files on the server are also served are code. text/html - is used in all scripts, and it is located in the mime.types we use sublime

Re: I support the founder of FreeSoftware

2019-09-19 Thread Dave Sherohman
gthy preamble describing the situation (from a decidedly anti-Stallman viewpoint, with a heavy emphasis on "the only reason we didn't grill Stallman on how evil his is is because we didn't know yet"). -- Dave Sherohman

Adding buster endpoint to stretch icinga2 server

2019-08-28 Thread Dave Sherohman
.) that it doesn't seem likely to be the preferred method. -- Dave Sherohman

Re: sending mail via a script

2019-07-17 Thread Dave Sherohman
have any direct control over. I occasionally have to deal with this at work, and it's never a pleasant experience. -- Dave Sherohman

Re: buster changes vim mouse behavior again...

2019-07-09 Thread Dave Sherohman
On Mon, Jul 08, 2019 at 08:50:56PM +0300, Andrei POPESCU wrote: > On Lu, 08 iul 19, 08:48:15, Dave Sherohman wrote: > > Today I did a test install of buster, however, and found a new problem: > > It seems that buster's vim detects the middle-click and "helpfully" goes &g

buster changes vim mouse behavior again...

2019-07-08 Thread Dave Sherohman
ting notice: I have also posted this question on the vi/vim stack exchange site at https://vi.stackexchange.com/questions/20548/allow-pasting-into-all-modes-not-just-insert -- Dave Sherohman

Re: No jigdo images yet?

2019-07-08 Thread Dave Sherohman
eport, but it doesn't seem to have helped, but we can still hope that the version that made it into the 0.7.3-5 release actually works. -- Dave Sherohman

Re: will Release come back for testing/updates at security.debian.org?

2019-07-08 Thread Dave Sherohman
On Mon, Jul 08, 2019 at 11:54:01AM +0300, Andrei POPESCU wrote: > On Lu, 08 iul 19, 03:10:53, Dave Sherohman wrote: > > On Sun, Jul 07, 2019 at 03:22:40PM +0200, Salvatore Bonaccorso wrote: > > > That will be actually a permanent change, see > > > https://lists.debian.

No jigdo images yet?

2019-07-08 Thread Dave Sherohman
d ### ### Swedish mirrors, plus a few in the US in case it's just a ### ### European problem, all with the same results.### --- cut here --- -- Dave Sherohman

Re: will Release come back for testing/updates at security.debian.org?

2019-07-08 Thread Dave Sherohman
commenting out the security updates line? Perhaps an announcement on debian-security-announce (and perhaps also on debian-user) would be in order? Ideally one with a "PAY ATTENTION! THIS IS IMPORTANT!"-type subject line to minimize the chance of people missing it. -- Dave Sherohman

Re: How Buster release may affect Unstable?

2019-07-08 Thread Dave Sherohman
On Fri, Jul 05, 2019 at 10:35:05AM -0300, Francisco M Neto wrote: > On Tue, 2019-07-02 at 12:23 -0400, Default User wrote: > > On Tue, Jul 2, 2019, 05:38 Dave Sherohman wrote: > > > I think the core misunderstanding here is that you seem to be assuming > > > that,

Re: How to have password shown?

2019-07-04 Thread Dave Sherohman
weasdzxc, so that he's not moving from one part of the keyboard to another and potentially making mistakes while doing so. -- Dave Sherohman

Re: Debian Perl or Brew Perl for production application?

2019-07-02 Thread Dave Sherohman
then I wouldn't be running Debian stable in the first place. -- Dave Sherohman

Re: How Buster release may affect Unstable?

2019-07-02 Thread Dave Sherohman
t pass through unstable, but they're not going to be introducing major changes anyhow. -- Dave Sherohman

Re: IPv4 v IPv6

2019-06-20 Thread Linux Dave
Please remove me from this email chain. On Thu, Jun 20, 2019 at 2:33 PM Pascal Hambourg wrote: > Le 18/06/2019 à 18:19, Reco a écrit : > > On Tue, Jun 18, 2019 at 04:45:59PM +0200, Pascal Hambourg wrote: > >> Le 18/06/2019 à 16:11, Reco a écrit : > >>> > >>> The problem can be 'solved' by

Re: Can't install addons for firefox

2019-05-06 Thread Dave Sherohman
need to uninstall/reinstall my add-ons before they started working again (I assume it would have eventually revalidated them on its own, but I didn't have the patience to wait for that) but everything appears normal again after doing that. And all my settings appear to have survived across the unin

Re: Can't install addons for firefox

2019-05-05 Thread Dave Sherohman
signatures.required may be no more than a partial solution. (Although it's also possible that something may have been broken in the uninstall/reinstall process.) -- Dave Sherohman

Re: Making a modal window

2018-12-10 Thread Dave Sherohman
to determine the user's name from their login information and the duration of the session is also logged automatically, so that really just leaves the "purpose" as the only thing which still needs to be collected separately. -- Dave Sherohman

Re: perl; Trying to get File::stat to work

2018-10-20 Thread Dave Sherohman
everal Perl folks who frequent StackOverflow (https://stackoverflow.com/), so you can generally get good answers to Perl questions pretty quickly from either of those sites. -- Dave Sherohman

Re: utilities

2018-09-25 Thread Dave Sherohman
ems, at that. I only know one person who burns optical media these days, and that's to back up large numbers of photos whenever her hard drive fills up. -- Dave Sherohman

Re: Apache HTP-Server won't fork more than 3000 processes.

2018-09-18 Thread Dave Sherohman
fork itself, not an apache configuration issue per se. Have you checked for available resources on the system? Apache processes are fairly heavy in terms of memory and CPU usage, so I'd expect you to need a real beast of a machine to handle even 3000 apache processes, never mind 6000. -- Dave Sherohman

Re: Encrypted e-mails?

2018-09-07 Thread Dave Sherohman
perative they make it out to be. (There's an argument to be made for using cryptographic signatures to validate the authenticity and integrity of messages, but that doesn't require encrypting the actual content itself.) -- Dave Sherohman

Re: mailing list vs "the futur"

2018-09-04 Thread Dave Sherohman
de ago. -- Dave Sherohman

Re: mailing list vs "the futur"

2018-08-27 Thread Dave Sherohman
posts they're replying to. -- Dave Sherohman

Re: Fail2Ban Question: Can I do this without restarting the service?

2018-08-18 Thread Dave Sherohman
xisting rule, but can't remember the exact syntax, you can "ufw delete [the existing rule]" and say "no" when it asks to confirm the deletion. The confirmation message includes the command used to create the rule, so you can just copy/paste it and change the details as needed to create the new rule.) -- Dave Sherohman

Re: Fail2Ban Question: Can I do this without restarting the service?

2018-08-17 Thread Dave Sherohman
Ubuntu, but my impression is that their differences (aside from release schedule) are primarily dealing with end-user-focused applications. Networking and firewall management are deep enough in the guts that I'm 99% sure they'll be the same in both distros. -- Dave Sherohman

Re: Fail2Ban Question: Can I do this without restarting the service?

2018-08-17 Thread Dave Sherohman
ivate the new jail. > I wish there was an easy tutorial for doing these things. It would be nice, yes. I've figured out everything in this mail by reading man pages and examining the existing config files. Good tutorials would have made that a lot easier. -- Dave Sherohman

Re: Fail2Ban Question: Can I do this without restarting the service?

2018-08-16 Thread Dave Sherohman
machines or whatever which legitimately generate levels of traffic which would normally trigger a ban. -- Dave Sherohman

Re: mailing list vs "the futur"

2018-08-10 Thread Dave Sherohman
ts, which is why I just match on "debian-" instead of the full name/address of the list.) -- Dave Sherohman

Re: As seen above: use of su vs sudo

2018-08-07 Thread Dave Sherohman
On Tue, Aug 07, 2018 at 12:22:53PM +0100, James Allsopp wrote: > As far as I can see "su -" saves a lot of grief if you're the only admin on > a system. Tried sudo ing to a protected directory? Doesn't work. Works fine for me: dave$ sudo bash [sudo] password for dave: root# cd

Re: As seen above: use of su vs sudo

2018-08-07 Thread Dave Sherohman
to all the people it's shared by. Using sudo: - Disable the person's account. - Remove the account from /etc/sudoers and/or the sudo group. Everyone else with root access is completely unaffected by the departure. -- Dave Sherohman

Re: apache not running at boot

2018-07-25 Thread Dave
On 07/22/2018 01:55 PM, mick crane wrote: On 2018-07-22 17:52, john doe wrote: Also what is the output of: $ systemctl status NetworkManager-wait-online what would be handy is a way to get a verbose output to the apache2 log on boot. mick ah - i found this in the syslog after boot,

Re: apache not running at boot

2018-07-22 Thread Dave
On 7/22/18 1:04 PM, Cindy-Sue Causey wrote: On 7/22/18, mick crane wrote: On 2018-07-22 16:13, Dave wrote: i can't imagine why Deb, is not automatically configuring apache2 to auto start, a well know server for 10+ years and yet it seems in my case it was not configured properly. Please

Re: apache not running at boot

2018-07-22 Thread Dave
On 07/22/2018 10:59 AM, john doe wrote: On 7/22/2018 4:48 PM, Dave wrote: On 07/22/2018 10:39 AM, john doe wrote: On 7/22/2018 4:08 PM, Dave wrote: On 07/22/2018 09:17 AM, john doe wrote: On 7/22/2018 2:57 PM, Dave wrote: On 07/22/2018 02:14 AM, john doe wrote: On 7/21/2018 11:22 PM

Re: apache not running at boot

2018-07-22 Thread Dave
On 07/22/2018 10:39 AM, john doe wrote: On 7/22/2018 4:08 PM, Dave wrote: On 07/22/2018 09:17 AM, john doe wrote: On 7/22/2018 2:57 PM, Dave wrote: On 07/22/2018 02:14 AM, john doe wrote: On 7/21/2018 11:22 PM, Dave wrote: On 07/21/2018 11:38 AM, john doe wrote: On 7/21/2018 3:46 PM

Re: apache not running at boot

2018-07-22 Thread Dave
On 07/22/2018 09:17 AM, john doe wrote: On 7/22/2018 2:57 PM, Dave wrote: On 07/22/2018 02:14 AM, john doe wrote: On 7/21/2018 11:22 PM, Dave wrote: On 07/21/2018 11:38 AM, john doe wrote: On 7/21/2018 3:46 PM, Dave wrote: On 07/21/2018 08:42 AM, mick crane wrote: On 2018-07-21 13

Re: apache not running at boot

2018-07-22 Thread Dave
On 07/22/2018 02:14 AM, john doe wrote: On 7/21/2018 11:22 PM, Dave wrote: On 07/21/2018 11:38 AM, john doe wrote: On 7/21/2018 3:46 PM, Dave wrote: On 07/21/2018 08:42 AM, mick crane wrote: On 2018-07-21 13:00, john doe wrote: On 7/21/2018 11:21 AM, mick crane wrote: On 2018-07-21

Re: apache not running at boot

2018-07-21 Thread Dave
On 07/21/2018 11:38 AM, john doe wrote: On 7/21/2018 3:46 PM, Dave wrote: On 07/21/2018 08:42 AM, mick crane wrote: On 2018-07-21 13:00, john doe wrote: On 7/21/2018 11:21 AM, mick crane wrote: On 2018-07-21 09:56, mick crane wrote: On 2018-07-21 09:39, john doe wrote: my interfaces

Re: apache not running at boot

2018-07-21 Thread Dave
On 07/21/2018 11:43 AM, Curt wrote: On 2018-07-21, Dave wrote: i added "eth0" i added the "iface eth0 inet dhcp" rebooted and apache2 is still not starting on boot. What about Otto (I mean auto)? Or is this an inadvertent omission in your post and not in your /e/n/i?

Re: apache not running at boot

2018-07-21 Thread Dave
On 07/21/2018 12:40 AM, メット wrote: On 2018年7月21日 12:53:32 JST, Dave wrote: On 07/19/2018 06:57 PM, Dave wrote: On 7/19/18 4:27 AM, Curt wrote: On 2018-07-19, Dave wrote: after boot apache is not running, if i run systemctl status apache2, i get the address bind error shown above

Re: apache not running at boot

2018-07-21 Thread Dave
On 07/21/2018 08:42 AM, mick crane wrote: On 2018-07-21 13:00, john doe wrote: On 7/21/2018 11:21 AM, mick crane wrote: On 2018-07-21 09:56, mick crane wrote: On 2018-07-21 09:39, john doe wrote: my interfaces file is identical and apache starts OK so it is probably something else. in

Re: apache not running at boot

2018-07-20 Thread Dave
On 07/19/2018 06:57 PM, Dave wrote: On 7/19/18 4:27 AM, Curt wrote: On 2018-07-19, Dave wrote: after boot apache is not running, if i run systemctl status apache2, i get the address bind error shown above at the command line after boot if i run apache2 -k restart, no errors. after boot

Re: apache not running at boot

2018-07-19 Thread Dave
On 7/19/18 4:27 AM, Curt wrote: On 2018-07-19, Dave wrote: after boot apache is not running, if i run systemctl status apache2, i get the address bind error shown above at the command line after boot if i run apache2 -k restart, no errors. after boot if i start apache2 via /etc/init.d

Re: apache not running at boot

2018-07-18 Thread Dave
On 07/18/2018 04:41 PM, Dave wrote: On 07/18/2018 10:12 AM, Jonathan Dowland wrote: On Wed, Jul 18, 2018 at 09:36:14AM -0400, Greg Wooledge wrote: Sounds like the service may be disabled for some reason.  What is the output of: systemctl status apache2 If you see "; dis

Re: apache not running at boot

2018-07-18 Thread Dave
On 07/18/2018 10:12 AM, Jonathan Dowland wrote: On Wed, Jul 18, 2018 at 09:36:14AM -0400, Greg Wooledge wrote: Sounds like the service may be disabled for some reason.  What is the output of: systemctl status apache2 If you see "; disabled;" on the "Loaded" line, then this should fix it, one

apache not running at boot

2018-07-18 Thread Dave
start apache with no error using apache2 -k start or /ect/init.d/apache2 start  or using /usr/sbin/apachectl with no errors please advise dave

apache 2.4 envvars ? Deb 9.4

2018-07-15 Thread Dave
when i run apache2, i get an error APACHE_PID_FILE missspelled or unknown var. and how do i include the "envvars" in the apache2.conf file ? if i remove this varible i get no error but, i get errors when i try to install php saying missing "envvars /var/run/apache2/pid.pid" the envvars file

Re: Fwd: terminal will not wak after hibernation

2018-07-08 Thread Dave
On 7/8/18 12:17 PM, John Darrah wrote: On 7/7/2018 6:51 AM, Dave wrote: I wanted to know if this hibernation / waking issue can be solved by using more compatable motherboards, hardware, ect ... or is this issue prevelant regardless of the hardware and bios being used ? Hibernation

Re: Fwd: terminal will not wak after hibernation

2018-07-07 Thread Dave
On 7/7/18 11:24 AM, Dan Ritter wrote: On Sat, Jul 07, 2018 at 09:45:25AM -0400, Dave wrote: I wanted to know if this hibernation / waking issue can be solved by using more compatable motherboards, hardware, ect ... or is this issue prevelant regardless of the hardware and bios being used

Re: Fwd: terminal will not wak after hibernation

2018-07-07 Thread Dave
Causey wrote: On 7/5/18, to...@tuxteam.de wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jul 05, 2018 at 09:18:38AM -0400, Dan Ritter wrote: On Wed, Jul 04, 2018 at 07:33:12PM -0400, Dave wrote: after hibernation the terminal will not wake ( apparently, no signal ) the computer

Re: Fwd: terminal will not wak after hibernation

2018-07-05 Thread Dave
On 7/5/18 10:23 AM, Dan Ritter wrote: On Thu, Jul 05, 2018 at 09:34:48AM -0400, Dave wrote: On 7/5/18 9:18 AM, Dan Ritter wrote: On Wed, Jul 04, 2018 at 07:33:12PM -0400, Dave wrote: after hibernation the terminal will not wake ( apparently, no signal ) the computer wakes, the keyboard

Re: Fwd: terminal will not wak after hibernation

2018-07-05 Thread Dave
On 7/5/18 9:18 AM, Dan Ritter wrote: On Wed, Jul 04, 2018 at 07:33:12PM -0400, Dave wrote: after hibernation the terminal will not wake ( apparently, no signal ) the computer wakes, the keyboard lights up. I just installed deb 9.4 amd / the bios was just updated. By terminal, do you mean

Display will not wake after Hibernation or Sleep

2018-07-04 Thread Dave
Display will not wake after Hibernation or Sleep i am running Deb 9.4 Amd64, bios was just updated to most recent, the video card is Radeon HD 6850 Kernel is 4.9.0 amd Please Advise Dave

Fwd: terminal will not wak after hibernation

2018-07-04 Thread Dave
after hibernation the terminal will not wake ( apparently, no signal ) the computer wakes, the keyboard lights up. I just installed deb 9.4 amd / the bios was just updated.

Fwd: Re: trouble installing deb 9.4

2018-06-18 Thread Dave
On 6/18/18 1:52 PM, Pascal Hambourg wrote: Le 18/06/2018 à 17:04, Gene Heskett a écrit : On Monday 18 June 2018 10:42:22 Patrick Bartek wrote: On Sun, 17 Jun 2018 21:56:02 -0400 Dave wrote: I have having trouble getting thru the first screen "

trouble installing deb 9.4

2018-06-17 Thread Dave
ust reboot to get back to the UEFI screen. please advise. Dave

Debian release not opening

2018-06-13 Thread Dave
i have downloaded debian-9.4.0-amd64-DVD-1.iso when i double click on it, it says cannot open. the iso debian-9.4.0-amd64-DVD-2 and iso debian-9.4.0-amd64-DVD-3 i can open and read. the same thing happened with debian 9.0.0. i am using mac pro 10.10.5  to download / open / and hopefully

Re: Changing systemd startup timeout

2018-05-16 Thread Dave Sherohman
he former > but not the latter. Whaddayaknow, that did the trick. Thanks! Strange, though, that you have to set it as TimeoutStartSec, but `systemctl show` displays it as TimeoutStartUSec. -- Dave Sherohman

Changing systemd startup timeout

2018-05-16 Thread Dave Sherohman
ess" as a valid "started" state? -- Dave Sherohman

Re: Origin of /var/run contents

2018-02-27 Thread Dave Sherohman
Thanks! That was just what I needed. On Tue, Feb 27, 2018 at 12:46:50PM +0100, Martin S. Weber wrote: > On 2018-02-27 05:03:15, Dave Sherohman wrote: > > (...) > > So, is there somewhere that /run is initially populated from, > > (...) > > man 5 tmpfiles.d, see also

Origin of /var/run contents

2018-02-27 Thread Dave Sherohman
can create my myapp/ directory and set its ownership so that it will exist and be writable by the app's user when systemd starts it up? Or should I be going about this in a completely different manner? -- Dave Sherohman

Re: Dell Open Manage

2018-02-13 Thread Dave Sherohman
untu jessie openmanage and racadm was able to read the network config from my drac with no problems. I haven't tried changing the network config yet, or any other operations, so I can't say whether it works completely, but it's at least partially functional. -- Dave Sherohman

  1   2   3   4   5   6   7   8   9   10   >