All of lore.kernel.org
 help / color / mirror / Atom feed
* Strange problem
@ 2003-05-12  3:45 sean
  0 siblings, 0 replies; 10+ messages in thread
From: sean @ 2003-05-12  3:45 UTC (permalink / raw)
  To: linux-newbie

I've been using Mandrake for awhile now, and have recently encountered a
strange problem.

 When viewing my various mount points under X (KDE 3.1 or Icewm), I cannot see
the contents of any of my mount points however, when viewind them in a console
window, I can see everything as I should be able to.

 Has anyone else encountered this problem?  If so, what can be cone to fix it?

Hawk (Rob Ireland)  E-Mail roc-addict@rogers.com
Fidonet:   1:2401/0 (NC/NEC/Treasurer)
Official Renegade FAQ author

---
 * Origin:  (1:2401/0)
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 10+ messages in thread
* strange problem.
@ 2003-01-17 18:31 Michael P. Ryan
  2003-01-18  1:45 ` Alistair Tonner
  0 siblings, 1 reply; 10+ messages in thread
From: Michael P. Ryan @ 2003-01-17 18:31 UTC (permalink / raw)
  To: netfilter

Hi,

  On redhat 7.3 iptables 1.2.5, all needed modules appear to be loaded 
correctly.

I have the box setup to nat and that works like a charm, but run into 
problems when I try to port forward to the internal network. Here is 
what I run, all pretty text book from what I can tell:

$IPTABLES -P INPUT ACCEPT
$IPTABLES -F INPUT
$IPTABLES -P OUTPUT ACCEPT
$IPTABLES -F OUTPUT
$IPTABLES -P FORWARD DROP
$IPTABLES -F FORWARD
$IPTABLES -t nat -F

# Portfw section
$IPTABLES -A FORWARD -i eth0 -o eth1 -p tcp --dport 23 -m state --state 
NEW,ESTABLISHED,RELATED -j ACCEPT
$IPTABLES -A PREROUTING -t  nat -p tcp -d my.external.ip --dport 23 -j 
DNAT --to 192.168.0.6:23
#


$IPTABLES -A FORWARD -i $EXTIF -o $INTIF -m state --state 
ESTABLISHED,RELATED -j ACCEPT
$IPTABLES -A FORWARD -i $INTIF -o $EXTIF -j ACCEPT
$IPTABLES -A FORWARD -j LOG
$IPTABLES -t nat -A POSTROUTING -o $EXTIF -j MASQUERADE

--
No errors are ever given, and iptables -L lists the rules no problem. 
However port 23 is never opened, or shown via netstat -a.

I am on kernel 2.4.18-19.7.x fwiw

Any help or suggestions would be greatly appreciated.

-mike



^ permalink raw reply	[flat|nested] 10+ messages in thread
* GNOME help
@ 2003-01-16 16:55 Anant Aneja
  2003-01-17 16:06 ` Strange problem Korosi Akos
  0 siblings, 1 reply; 10+ messages in thread
From: Anant Aneja @ 2003-01-16 16:55 UTC (permalink / raw)
  To: linux-newbie

I've made some changes somehow in GNOME and now all programs load 
only 10 seconds after double clicking.
Any suggestions how can i rectify this.
Anant



-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 10+ messages in thread
* strange problem
@ 2002-10-31 11:46 Russell Coker
  2002-10-31 12:21 ` Stephen Smalley
  0 siblings, 1 reply; 10+ messages in thread
From: Russell Coker @ 2002-10-31 11:46 UTC (permalink / raw)
  To: selinux

avc:  denied  { execute_no_trans } for  pid=11872 exe=/bin/bash 
path=/usr/bin/tr dev=09:03 ino=459224 scontext=system_u:system_r:crack_t 
tcontext=system_u:object_r:unlabeled_t tclass=file
root@test:~# ls --context /usr/bin/tr
-rwxr-xr-x  root     root     system_u:object_r:bin_t          /usr/bin/tr
root@test:~#

The above is a problem that's happened twice to me now.  This time it happened 
with all the SE patches applied, the previous time it happened without.

When I run "tr" from the command line it works!

So why is it being denied when run from crack_t?

-- 
http://www.coker.com.au/selinux/   My NSA Security Enhanced Linux packages
http://www.coker.com.au/bonnie++/  Bonnie++ hard drive benchmark
http://www.coker.com.au/postal/    Postal SMTP/POP benchmark
http://www.coker.com.au/~russell/  My home page


--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2003-05-12  3:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-12  3:45 Strange problem sean
  -- strict thread matches above, loose matches on Subject: below --
2003-01-17 18:31 strange problem Michael P. Ryan
2003-01-18  1:45 ` Alistair Tonner
2003-01-21 22:38   ` Michael P. Ryan
2003-01-22 17:12     ` Darrell Dieringer
2003-01-16 16:55 GNOME help Anant Aneja
2003-01-17 16:06 ` Strange problem Korosi Akos
2003-01-17 18:36   ` Ray Olszewski
2002-10-31 11:46 strange problem Russell Coker
2002-10-31 12:21 ` Stephen Smalley
2002-10-31 15:18   ` Russell Coker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.