n't have either of those 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
main reason I specified
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
...and yet the attempts to load bluetooth.target continue to be logged,
even though bluetooth.service does not exist.
--
Dave Sherohman
ought, but the 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
load.conf
blacklist btusb
install btusb /bin/false
root@fubar:# modprobe -r btusb
...and the same log messages are continuing to appear.
--
Dave Sherohman
7;bluetooth.target' 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
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
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 ma
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
h result
'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
ndmail/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!
Da
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, and w
9, 2022 at 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 muc
libnss-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
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
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
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 fo
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 fo
;m curious 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
4.deb
Are these older versions archived anywhere?
--
Dave
o tell 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
or itself. So now 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
ca-certificates package?
--
Dave Sherohman
ce to have confirmation that it actually does
work that way.
--
Dave Sherohman
'm guessing 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
riginal post for context.)
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
hat he as 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
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
c: Not a directory"
Manually running grub-installer for /dev/md2 and /dev/nvme1n1
(unsurprisingly) produced similar results.
--
Dave Sherohman
viously tried putting UEFI onto a 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
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
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 causin
that I'd then need to keep 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 d
ved to 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
Host controller: Genesys Logic, Inc Device 9755
--
Dave Sherohman
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 a
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.
http://culser.com/ex/apache2.tx
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 the
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 to
has a
lengthy 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
ems sufficiently error-prone (typos, etc.)
that it doesn't seem likely to be the preferred method.
--
Dave Sherohman
IM restrictions, which you may not have any
direct control over. I occasionally have to deal with this at work, and
it's never a pleasant experience.
--
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" go
this
behavior.
Crossposting 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
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
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.
/jigdo-cd/. I've also ###
### tried a half-dozen other randomly-selected German and ###
### 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
menting 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
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, whe
weasdzxc, so that
he's not moving from one part of the keyboard to another and potentially
making mistakes while doing so.
--
Dave Sherohman
ered to me, then I wouldn't be running Debian stable in the first
place.
--
Dave Sherohman
;t pass through unstable, but they're not going to be
introducing major changes anyhow.
--
Dave Sherohman
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 announ
.
I did still 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 surv
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
inted out, you should be able 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
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
systems, 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
unds to me like a system-level
error, coming from 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
erything" is not the moral imperative 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
ver a decade
ago.
--
Dave Sherohman
t trim the posts they're replying to.
--
Dave Sherohman
you want to add a new rule that's similar to an existing
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
's OK
> since I would assume this stuff is the same for Debian and Ubuntu as
> for fail2ban/ufw?)
I have limited experience with 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
d.
After setting up these files, you can either restart fail2ban or run
`sudo fail2ban-client reload` to activate 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
e monitoring machines or
whatever which legitimately generate levels of traffic which would
normally trigger a ban.
--
Dave Sherohman
n lists, which is why I just match on "debian-" instead of the full
name/address of the list.)
--
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
tribute the new password 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
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,
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.
P
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
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
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
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
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
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?
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
at
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 /li
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
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
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 "; disabled;&qu
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 h
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
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
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
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
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
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
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
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
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.
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 "
reboot to get back to the UEFI screen.
please advise.
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 burn.
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
e "SST in progress" as a
valid "started" state?
--
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
y populated from, where I
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
ommunity/ubuntu 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 - 100 of 3349 matches
Mail list logo