@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18



Comments:

<0> yes :)
<1> bob777 : with iptables. See the documentation
<2> marz2: Maybe /var/samba or something? Is there no default?
<0> no :(
<3> can anyone tell me the syntax for iptables command to drop all packets locally generated that are NOT a specified MAC address?
<1> copperjohn : see the 'man iptables'.
<0> I meant for storing files :) :D
<0> for shares :)
<1> copperjohn : packets locally generated ? No. You can filter incoming mac addresses. Not outgoing, because there's no point doing it when you have fll interfaces control.
<4> does Fedora have something like apt-get, I mean to keep it up to date from Internet ?
<5> yum
<6> EtherNet : it's called "yum"
<4> cool, lemme check info about it
<6> hey Em
<7> EtherNet, http://fedoraproject.org/wiki/FAQ
<8> 'lut



<3> Anvil, I looked there, in man pages. I have a WAP for local internal network with DHCP server
<4> thank you
<9> morning Em
<8> morrrrrning x_x
<3> $IPTABLES -A INPUT -m mac --mac-source xx:xx:xx:xx:xx -j ACCEPT is what I use to accept my trusted devices (xx:xx has the actual mac address)
<10> nickthorley, what arch will you be running
<1> copperjohn : what's wrong with that ?
<3> I have been looking for a $IPTABLES -A INPUT -m mac --mac-source [EVERYTHING ELSE] -j DROP
<11> southern_gentlem: i686
<12> I succeed thank you
<1> copperjohn : iptables -A INPUT -j DROP. end of story
<2> copperjohn: Why not use IPs/DHCP?
<1> copperjohn : trying to add non-needed criteria ?
<3> Avnil, that is what I was after -- If i tell iptables to accept a mac address, will it by default drop everything else
<2> copperjohn: Nope.
<2> copperjohn: You need the initial drop before anything.
<1> copperjohn : ACCEPT DROP and REJECT are terminal rules. If a packet matches a rule with ACCEPT/DROP/REJECT action then it doesnt check any further rule.
<3> cds: the drop command that anvil posted goes BEFORE the ACCEPT rules ?
<3> I would think it would be the other way around
<2> Yeah.
<2> You tell it to drop all packets, then you say "accept port 6464"
<1> copperjohn : with -A, rules are appended (means you add this rule after all the others in the chain/table). It's all about first matching
<1> cds : read what i say.
<10> nickthorley, not 64bit correct
<11> correct 32bit
<1> Southern_Gentlem : doesnt amd64 reports i686 on i386 distro/kernel ?
<1> Southern_Gentlem : (never tried heh..)
<13> Anvil: yes
<1> iirc, intel nocona did report i686
<0> just wondering: does x86_64 port have an smp kernal and xen?
<1> marz2 : fedora core x86_64 kernel *is* smp. And there's a xen kernel.
<11> southern_gentlem: if you dont mind me asking - why the questions - are you still looking?
<0> :D
<10> nickthorley, i am looking at maybe compiling for you
<0> ty Anvil :)
<10> then you can use the respin with this driver
<11> southern_gentlem: that would be excellent if you could - would be much appreciative as using windows instead of having fedora core is a nightmare
<10> nickthorley, i am a wondows tech
<10> i have to have windows on my box
<10> *dont mean i run it*
<14> oh what the...
<14> I added another user, and now httpd stopped working?
<14> I deleted the user, and it still doesn't work
<14> [Fri Jun 02 15:10:15 2006] [error] [client 213.114.60.20] (13)Permission denied: access to / denied
<14> when logged in as root
<15> question. if my "boot=/dev/md0" is it wrong to have splashimage=(hd0,0)/boot/grub/splash.xpm.gz (notice hd0) in /boot/grub/grub.conf?
<11> southern_gentlem: oh dont get me wrong - not slagging windows off - it has its uses and is a good workstation - but run fc at home for years and just got used to having everything at hand and going back to windows i realised how much software I dont have - but having windows at work and on this laptop is fine
<16> I get this really weird log entries: audit(1149254286.625:491): avc: denied { execute } for pid=19301 comm="pipe" name="spamfilter" dev=dm-0 ino=6490318
<15> the problem is that i can't boot from second (secundary master ide disc) disc that is in RAID 1 with first disk...
<1> tparcina : do you have the background when grub appears ?
<16> what does that mean? cause it's causing my postfix to fail.
<17> tparcina: grub doesn;t work with software RAID1 very well
<15> Anvil: yes when i boot with bouth disk pluged in, no when i boot only with second disk
<17> if you want to have your / and /boot filesystems on a RAID1 mirror set, I suggest you use Lilo
<1> tparcina : see boot/grub/device.map file. It has hd0 <-> something matching.
<15> Norky, i don't know anything about lilo
<17> note that this is based on my experience of about a year ago, grub may have improved in this time
<17> tparcina: it's not terribly difficult to learn
<18> Is there any way I can (as root) have permission to read/write/access ALL files?
<15> Anvil, (hd0) /dev/hda - from device.map



<15> Norky, what does Lilo do?
<17> tparcina: the same thing that grub does
<17> it is an alternative to grub
<1> tparcina : make sense, doesnt it ?
<16> What is selinux? Does fc5 use some kind of secure kernel?
<1> d_l0rd : google SELinux
<1> d_l0rd : yes.
<11> southern_gentlem: if you do compile - would you mind telling me how hard it is - would be interesting in knowing how to do it - does it take long?
<10> nickthorley, actually i think this is what you need
<10> http://www.adaptec.com/en-US/speed/raid/aac/linux/1420sa_linux_drv_img_v5727_tar.htm
<15> Anvil, please explan - what makes sanse.
<15> Anvil, should i change my grub.conf or not?
<16> Anvil: ...any way to get it top stop blocking stuff? :)
<1> tparcina : grub wants splashscreen on hda. If you remove hda, no spl***creen.
<1> tparcina : splashscreen is not important.
<17> tparcina: I believe there are HOWTOs covering booting from RAID1 sets, with notes on grub & lilo
<15> Anvin, yes, but i have also this in my grub.conf - root (hd0,0) is this important?
<16> No way to disable those secure kernel funktions?
<1> tparcina : indeed.
<11> southern_gentlem: tried that download but which ever driver i try the disk is not seen
<1> tparcina : if you remove the hda, then edit live the root line when booting
<17> nickthorley: you're still having trouble installing FC5 to an adaptec RAID controller?
<1> change hd0, to (maybe) hd1
<15> Norky, i'll try to find some how-to
<11> norky:yes afriad so - had to resort to windows
<15> Anvil, could i just change that from root (hd0,0) to root (md0,0)? will it work?
<1> tparcina : no, because grub doesnt know anything about *linux* *software* raid
<19> d_l0rd: better to allow the thing that gets forbidden.. google for selinux fedora faq
<15> Anvil, thank you. it seams that i still have a lot of readings... first i'll try to find some "grub raid how-to"
<20> seems
<12> Hi, this may be a stupid question but what is the equivalent of smbmount in the new version samba ? because I installed via yum the samba client package but I can't find smbmount
<1> bob777 : it's just mount
<10> nickthorley, during the install are you doing linux dd at the prompt instead of hitting enter
<1> bob777 : smbmount was mount.smbfs which was called by mount -t smbfs
<1> bob777 : now smbfs is deprecated, cifs replaces it
<1> bob777 : so you just mount -t cifs
<11> southern_gentlem: yes - it reads from the disk and then carrys on install and then locks on sata_mv unless i do a dd noprobe and then it goes through but when on the installer screens it says cannot find disk
<12> Anvil: thank you very much for your response
<11> southern_gentlem: but when you look inside that file on the link you sent there are no fc driver disks at all - whether i need to select the nearest alternative os disk i am not sure
<10> i would try the rhel4
<10> which is the cloest
<10> closest
<21> hi there, I'm trying to install a package with rpm -Uvh but I got permission denied... and a message talks some about selinux.. - I am root.
<22> Southern_Gentlem: is there a way i can set the transfer mode of a raid controller in linux?
<10> linuxaddicts, no idea
<22> for ex: u320 shows up 40mb instead of 320
<22> anyone else pls?
<10> linuxaddicts, what raid controller
<22> onboard 6i
<22> dl385 server
<10> are you su - or su (notice the minus)
<10> ^night
<21> su -
<21> I get this when trying install a package I ahve just compiled and make packet with checkinstall
<11> southern_gentlem: i will try the rh4 disk over the weekend - if not would it take you a while to create a spin with the driver in?
<10> maybe
<10> nickthorley, www.math.vt.edu/people/Adaptec_HostRaid_SHM.txt
<11> southern_gentlem: file not found :(
<23> hi
<23> any one had working experience on self-defending network
<10> nickthorley, www.math.vt.edu/people/Adaptec_HostRaid_SHIM.txt
<10> try now
<11> same not found
<10> grrr
<20> i taught my network kung-fu
<23> opsec:kung-fu i sself defedning
<20> lay off the crack
<23> like network response automatically while it observe any sudden channge in traffic trends etc
<18> Abused children....
<10> nickthorley, http://www.math.vt.edu/people/jbwillia/Adaptec_HostRAID_SHIM.txt
<20> MarsRouter: tripwire
<23> opsec :ok what is the specifiaction of that package
<10> opsec tripwire is for files on the machine not the network itsself


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #fedora
or
Go to some related logs:

WARNING: *** Could not find curses library.
drivers a8vdel
knoppix no interface kwifimanager
ubuntu hidd permission denied
azurus disappears
suse 10 enable dpms
#linux
try except ioerrer in python
ubuntu changing scanner permissions
have_innodb +dreamhost



Home  |  disclaimer  |  contact  |  submit quotes