Displaying 20 results from an estimated 459 matches for "uucp".
2001 Sep 10
0
Security Update [CSSA-033.0]Linux - uucp argument handling problems
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
______________________________________________________________________________
Caldera International, Inc. Security Advisory
Subject: Linux - uucp argument handling problems
Advisory number: CSSA-2001-033.0
Issue date: 2001, September 07
Cross reference:
______________________________________________________________________________
1. Problem Description
There is a argument handling problem which allows a local attacker to
gain ac...
2003 Aug 05
1
killing UUCP
Hey *, I'm getting an audit coming down the pipes and I have 2
4.6 release boxes to clean up. I say "clean up" because they
have some requirements that I missed despite due diligence. My
specific question is: To what extent can I get rid of UUCP?
Aside from the SUID/SGID stuff that pops up via my finds, I
simply see no reason to have any UUCP stuff on these boxes. Is
this stuff simply around because it is legacy and turned off so
it's a low priority?
=====
-----------------------------------------------------------
Emo is what hap...
2018 Sep 26
4
split auth from other logging
I hoped I don't have to switch to syslog logging. Well, anyway.
I changed
10-logging.conf:
syslog_facility = uucp
and commented out the other log lines.
rsyslog.d/50-default.conf:
uucp.debug -/var/log/dovecot/debug.log
uucp.info -/var/log/dovecot/dovecot.log
uucp.warn -/var/log/dovecot/warn.log
uucp.err -/var/log/dovecot/e...
2005 Sep 24
0
BT100 can't register
...it
all makes sense and the next I'm clueless. Thanks
Oh, I trimmed the sniffer trace to only include the SIP decode.
==============================================================================
[2201]
username = 2201
authuser = 2201
secret = 2201
type = friend
host = gs1.uucp
; host = 192.168.24.192
port = 5060
context = from-internal
callerid = "Grandstream" <2201>
mailbox = 2201
nat = never
dtmfmode = rfc2833
canreinvite = yes
qualify = yes
; qualify = no
; outgoinglimit = 2 ; permit only 1 outgoing call at a time
; in...
2018 Sep 26
2
split auth from other logging
This works for splitting off lmtp traffic, for instance.
syslog_facility = uucp
rsyslog:
:msg, contains, "lmtp(" -/var/log/dovecot/lmtp.log
& stop
uucp.=debug -/var/log/dovecot/debug.log
uucp.=info -/var/log/dovecot/dovecot.log
uucp.=warn -/var/log/dovecot/warn.log
uucp.=err -/...
2020 Sep 04
2
Monitoring slaves via dummy-ups
...ONITOR ups02 at bast.example.org 1 slocum abcd slave
ups.conf exists so check_ups can connect & verify that this host has comms with the master.
I'll also create checks to verify the following processes are running:
The pid files are here:
$ sudo ls -l /var/db/nut
total 6
srw-rw---- 1 uucp uucp 0 Sep 3 20:07 dummy-ups-repeater
-rw-r--r-- 1 uucp uucp 6 Sep 3 20:07 dummy-ups-repeater.pid
srw-rw---- 1 uucp uucp 0 Sep 3 20:14 dummy-ups-ups02
-rw-r--r-- 1 uucp uucp 6 Sep 3 20:14 dummy-ups-ups02.pid
-rw-r--r-- 1 uucp uucp 6 Sep 3 20:14 upsd.pid
-rw-r--r-- 1 root uucp...
2007 Nov 14
2
yum hangs when installing uucp
Hello,
I've got a CentOS 5 box. I want to install the uucp rpm to give access
to the cu command. I do a yum -y install uucp and yum is hanging on the
transaction test. I get the file downloaded fine, but on transaction test
yum freezes and i have to kill it's pid to stop it. Any ideas?
I'm looking for a program for serial terminals.
Thanks....
2008 Dec 03
1
User access to /dev/ttyUSB0
I have been trying to get an EVDO modem to work with Centos 5. I can make it
dial out with wvdial only when I'm the root user. Otherwise I get this error:
Cannot open /dev/ttyUSB0: Device or resource busy
I added the user to the uucp group.
crw-rw---- 1 root uucp 188, 0 Dec 3 02:30 /dev/ttyUSB0
crw-rw---- 1 root uucp 188, 1 Dec 3 02:30 /dev/ttyUSB1
crw-rw---- 1 root uucp 188, 2 Dec 3 02:30 /dev/ttyUSB2
crw-rw---- 1 root uucp 188, 3 Dec 3 02:30 /dev/ttyUSB3
What have I missed?
--
MELVILLE THEATRE ~ Melville Sask ~ h...
2006 Oct 17
1
Trouble syncing Palm via USB
...ne with this Palm over the network, BTW. For
USB, I set things up for udev as described on various websites. Here
are the relevant ports & symlink (created and deleted automatically with
each sync attempt):
lrwxrwxrwx 1 root root 7 Oct 17 09:09 /dev/pilot -> ttyUSB1
crw-rw---- 1 root uucp 188, 0 Oct 17 09:09 /dev/ttyUSB0
crw------- 1 marc uucp 188, 1 Oct 17 09:09 /dev/ttyUSB1
I added myself to the uucp group. It doesn't look like this is a
permissions issue, does it? (I saw a message in the list's archives
indicating that one must start jpilot as root in order to sync,...
2018 Sep 26
0
split auth from other logging
...var/log/mail.warn
mail.err /var/log/mail.err
> Am 26.09.2018 um 12:43 schrieb Kai Schaetzl <maillists at conactive.com>:
>
> I hoped I don't have to switch to syslog logging. Well, anyway.
>
> I changed
> 10-logging.conf:
> syslog_facility = uucp
> and commented out the other log lines.
>
> rsyslog.d/50-default.conf:
> uucp.debug -/var/log/dovecot/debug.log
> uucp.info -/var/log/dovecot/dovecot.log
> uucp.warn -/var/log/dovecot/warn.log
> uucp.err...
2018 Sep 26
3
split auth from other logging
Is there a way to split the auth logging (logins and failed logins) from
the other logging that goes to
info_log_path = /var/log/dovecot/dovecot.log
?
This log gets a lot of other info as well, most notably the lmtp
notifications about every filed mail (with no level stamping, btw).
This makes it really hard to find authentication errors quickly and
comfortably.
It would be nice to be able to
1997 Feb 09
0
Minicom 1.75 Vulnerability
hi ppl,
well, here is another standard buffer overrun vulnerability, which may
sometimes lead to root compromise (not always. not in new distributions,
fortunately). Current Slackware and current RedHat don''t install minicom
suid root, only sgid/uucp, which is not *that* dangerous. But when you
build minicom from source, it asks you to do "chmod +s" on it.
Summary:
Vulnerability in minicom allows (certain) local users to obtain group
"uucp" privileges and, in certain cases, root privileges.
Platforms:
Supposedly...
2014 Dec 17
2
EATON 9SX not display battery.charge
...EATON> at usbus1, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON
# cat /usr/local/etc/nut/ups.conf
[eaton9sx]
driver = usbhid-ups
port = "auto"
desc = "EATON 9-SX 5000i"
# ls -la /usr/local/etc/nut/ | grep ".conf" | grep -v sample
-rw-r----- 1 uucp uucp 1543 Dec 15 17:03 nut.conf
-rw-r----- 1 uucp uucp 3890 Dec 17 12:39 ups.conf
-rw-r----- 1 uucp uucp 4604 Dec 15 17:19 upsd.conf
-rw-r----- 1 uucp uucp 15273 Dec 15 17:14 upsmon.conf
# cat /etc/devfs.conf
perm ugen1.3 0660
own ugen1.3 root:uucp
# cat /etc/devfs.rules...
2006 Dec 28
2
ownership of pid directory
...lso a CyberPower 1500AVR, within
reach of its serial cable and I'm trying to get nut running here. I'm going
nuts.
Basically, I copied the OpenBSD configuration over to the FreeBSD system and
tried to put everything in the right place. It looked like the FreeBSD port
wants to run as user uucp rather than nutmon, so I changed ups.conf and
upsmon.conf accordingly and tried changing the ownership of everything to
uucp.
upsdrvctl still complains that it "Can't chdir to /var/db/nut: Permission denied"
The directory exists and is owned by both user and group uucp. What does it...
2004 May 17
1
Mail Server in the DMZ question
Been trying to puzzle through a firewall layout here involving E-Mail. Would
have thought this was a more common kind of scenario, but I haven't been able
to Google me up an answer to this one.
At present I have an SMTP server (Postfix) in my DMZ that is simply re-routing
mail into my secure network. This is a less than optimal setup simply due to
having to allow traffic from the DMZ
2007 Nov 27
1
Lost setting up IAXmodem after drive crash
...255 32770
Unmonitored
1 iax2 peers [0 online, 0 offline, 1 unmonitored]
at this point I am SUPPOSE to be able to test with sendfax:
sendfax -d 2201 /etc/hylafax/hyla.conf
and nothing happens that I can tell. I see some files in spool/hylafax:
ls docq/ -lstr
total 24
4 -rw------- 1 uucp 60002 1 Nov 27 15:04 seqf
8 -rw-r----- 1 uucp 60002 6636 Nov 27 15:04 doc1.ps
12 -rw-r----- 1 uucp 60002 11264 Nov 27 15:04 cover1
Then I found in tmp:
cat tmp/ttyIAX0_last_wedged_email
1196204456
This is a temp file written and read by bin/wedged to rate-limit
the emails it sends about...
2020 Sep 04
0
Monitoring slaves via dummy-ups
...you want to use NUT to manage system shutdowns on power failure?, or is
Nagios sufficient for you?
> Running on each host is:
> [dan at slocum:~] $ ps auwwx | grep ups
> root 46270 0.0 0.0 11332 2868 - Ss 19:49 0:00.00
> /usr/local/sbin/upsmon localhost
> uucp 46271 0.0 0.0 11596 2896 - S 19:49 0:00.00
> /usr/local/sbin/upsmon localhost
> uucp 56305 0.0 0.0 11668 2952 - Ss 20:07 1:05.11
> /usr/local/libexec/nut/dummy-ups -a repeater
> uucp 75564 0.0 0.0 11668 2952 - Ss 20:...
2006 May 18
0
Asterisk - SPA-3000, 407 error
...extensions and I can call out to the PSTN. What I can't
do is to call from the PSTN to through the SPA to Asterisk. It rings
twice then I get fast busy. I have the SPA wait for the caller ID info
(the reason it rings twice). What I've got is as follows:
Code:
registry=>pstn:pstn@spa.uucp:5061
[pstn_in]
username = pstn
secret = pstn
type = user
host = spa.uucp
port = 5061
context = from-pstn
mailbox = 2202
nat = never
dtmfmode = rfc2833
canreinvite = yes
qualify = yes
insec...
2019 Jul 16
4
Trouble getting Roline/Powercom UPS recognized
...-1.0 API might provide better error messages. These might be related to permissions - check to see if the /dev/ugen0.6 node is writable by the NUT user/group. (There should be a devd.conf file installed under /usr/local to make this work.)
I’m running my tests as root. The device is rw-rw——, root, uucp.
Kind regards
Patrick
2007 Oct 30
5
NUT + devd + FreeBSD
...uot; "0x\1";\
match "product" "0x\2";\
action "chown @RUN_AS_GROUP@ \/dev\/$device-name*; chmod 660 \/dev\/$device-name*";\
};\
/p' </usr/ports/sysutils/nut/work/nut-2.2.0/scripts/udev/nut-usbups.rules.in | sed -e 's#@RUN_AS_GROUP@#uucp#g' > /usr/local/etc/devd/nut.conf
/etc/rc.d/devd restart
Unfortunately the uucp user is not in operator so it can't search the USB
bus and hence the above doesn't work 100%.
I think probably the best way would be to make a nutmon user that is a member
of the uucp and operator grou...