Re: Wrong security audit for mail/postfix ?

2015-05-11 Thread Cristiano Deana
On Mon, May 11, 2015 at 10:35 AM, olli hauer wrote: Hi, > Hi Cristiano, > > this should be fixed.meanwhile. > > Please run the command > # pkg audit -F Confirmed, fixed. Thanks. -- Cris, member of G.U.F.I Italian FreeBSD User Group http://www.gufi.org/

Wrong security audit for mail/postfix ?

2015-05-11 Thread Cristiano Deana
Hi, this morning I got for my mailservers # pkg audit postfix-2.11.4,1 is vulnerable: postfix -- plaintext command injection with SMTP over TLS CVE: CVE-2011-0411 WWW: http://vuxml.FreeBSD.org/freebsd/14a6f516-502f-11e0-b448-bbfa2731f9c7.html postfix-2.11.4,1 is vulnerable: Postfix -- memory co

php version

2015-04-07 Thread Cristiano Deana
Hi, please help me understand. In /usr/ports/UPDATING we have: --- # grep -A11 ^20150220 /usr/ports/UPDATING | more 20150220: AFFECTS: users of PHP The default PHP version has been updated from 5.4 to 5.6. If you use binary packages you should make a list of php packages before running

Re: bgpd tuning

2010-07-16 Thread Cristiano Deana
On Fri, Jul 16, 2010 at 11:15 AM, Maciej Jan Broniarz wrote: >> I'm setting up a (future) 8.1 box to run as bgpd. >> I know in 8.x there are some improvements in networking, has someone >> any advice to tuning this machine? >> >> bgpd, routing only. > > > How many peerings will You have, and how

bgpd tuning

2010-07-16 Thread Cristiano Deana
Hi, I'm setting up a (future) 8.1 box to run as bgpd. I know in 8.x there are some improvements in networking, has someone any advice to tuning this machine? bgpd, routing only. CPU: Intel(R) Xeon(R) CPU5130 @ 2.00GHz (1995.01-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x6f6

Re: 7.2-p7 -> 8-STABLE mergemaster core dump

2010-03-17 Thread Cristiano Deana
On Wed, Mar 17, 2010 at 3:32 PM, Tom Evans wrote: >> make update >> make buildworld && make kernel && make installworld >> mergemaster >> and i got a "bad system call (core dumped)". > You can't always run new userland on an old kernel, but you can always > run old userland on a new kernel, whic

7.2-p7 -> 8-STABLE mergemaster core dump

2010-03-17 Thread Cristiano Deana
Hi, anyone else tried to update (todas's cvsup) 7.3-p7 to 8-STABLE? make update make buildworld && make kernel && make installworld mergemaster and i got a "bad system call (core dumped)". reboot, mergemaster again and it was allright. i use freebsd from 3.3 (maybe) and this is the first time i

Re: Turn off rebooting in single-user mode after fail.

2009-07-27 Thread Cristiano Deana
On Mon, Jul 27, 2009 at 11:59 AM, Paul P. wrote: > Hello. > How to turn off automatic reboot in single user mode after power fails or > sudden reset? Do i need to make passin value in fstab equal to zero just to > turn off automatic FSCK fs check? if i understood correctly: rc.conf: fsck_y_enable

ftpd - Logging and resolving IP

2009-07-20 Thread Cristiano Deana
Hi, i use ftpd (base system), logging login, xfer, auth failure. What i need is to log the IP address of the client, not the hostname. I looked in ftpd(8) ma it seems it's not possible to disable the reverse resolution. Any idea? Thanks in advance -- Cris, member of G.U.F.I Italian FreeBSD Use

Re: mergemaster merge left/right

2009-07-03 Thread Cristiano Deana
On Fri, Jul 3, 2009 at 10:51 AM, Dominic Fandrey wrote: > I'd really like mergemaster to tell me whether the left > or the right side is the new file. > > # $FreeBSD: src/etc/devd.conf,v 1.38. | # $FreeBSD: src/etc/devd.conf,v 1.38. "From" -> "To" The new one is *always* the right one. -- Cris

Re: RELENG_7 - has mergemaster changed logic since 7.2-RELEASE?

2009-05-05 Thread Cristiano Deana
On Mon, May 4, 2009 at 10:50 PM, Torfinn Ingolfsen wrote: > I just upgraded from 7.2-prerelease (as of 20090401) to 7.2-stable as > of today, using csup and building world. i upgraded fw machines from _7_1 to _7_2. no problem at all here. did mergemaster is changed from -RELEASE to -STABLE? hin

Re: bce: unable to fix media

2009-03-03 Thread Cristiano Deana
2009/3/3 Pyun YongHyeon : >> # ifconfig bce0 media 1000baseSX >> ifconfig: SIOCSIFMEDIA (media): Device not configured > I don't have experience on bce(4) hardwares so I'm not sure but how > about adding full-duplex? > e.g. ifconfig bce0 media 1000baseSX mediaopt full-duplex Thanks, that works.

bce: unable to fix media

2009-03-03 Thread Cristiano Deana
Hi, tuning my network fixing nic's speed and duplex (both on server and switch) i got this error with bce driver: # ifconfig bce0 bce0: flags=8843 metric 0 mtu 1500 options=1bb ether 00:15:c5:fe:11:01 inet 192.168.1.13 netmask 0xff00 broadcast 192.168.1.255 me

Re: cvsup freebsd 6_2 to freebsd 7_1 not upgrading?

2009-01-09 Thread Cristiano Deana
On Mon, Jan 5, 2009 at 7:41 PM, Brian Duke wrote: > #make -j4 buildworld; make -j4 buildkernel; make installkernel Use instead make -j4 buildworld && make buildkernel && make installkernel If any of your commands failed you were unable to know. i suppose it failed building kernel. -- Cris, me

Sensorsd framework in 7.X ?

2008-07-28 Thread Cristiano Deana
Hi, any news about a MFC from -current to -stable (or 7.1) for the sensorsd framework? I find it very useful in openbsd, so i hoped to have it soon in free. tnx -- Cris, member of G.U.F.I Italian FreeBSD User Group http://www.gufi.org/ ___ freebsd-sta

mpt driver: check raid status

2008-03-03 Thread Cristiano Deana
Hi, I'm using a 7-RELEASE on a Dell PowerEdge 1955, using a mpt driver to manage a hardware raid1. Is there any way to check the status of the raid? Know it's running on a single disk (the second one failed and has been removed), and the only thing i can see are: mpt0: mpt_cam_event: 0x16 mpt0: m

Re: gdbserver on latest -STABLE ...

2007-12-04 Thread Cristiano Deana
On Dec 4, 2007 7:08 PM, David O'Brien <[EMAIL PROTECTED]> wrote: > I've found one commit flubup I made. Please let me know if that takes > care of your problem. Yes, works fine now. Thank you. -- Cris, member of G.U.F.I Italian FreeBSD User Group http://www.gufi.org/ _

Re: gdbserver on latest -STABLE ...

2007-12-04 Thread Cristiano Deana
On Dec 4, 2007 6:16 PM, David O'Brien <[EMAIL PROTECTED]> wrote: > What platform are you using? I did my build testing on a FreeBSD/amd64 > RELENG_6 machine that I [attempt] to keep totally stock. as i wrote you yesterday it's the same here: fileserver# grep ' tag=' /usr/share/examples/cvsup/st

Re: FreeBSD 6.3-PRERELEASE unable to change file permission

2007-12-03 Thread Cristiano Deana
On Dec 3, 2007 4:59 PM, Anjang Aki <[EMAIL PROTECTED]> wrote: > # chflags -R nouchg login rlogin > chflags: /usr/bin/login: Operation not permitted > chflags: /usr/bin/rlogin: Operation not permitted > # chmod a=rx /usr/bin/login /usr/bin/rlogin > chmod: /usr/bin/login: Operation not permitted >

Re: FreeBSD 6.2-RELEASE always hang

2007-11-28 Thread Cristiano Deana
On Nov 28, 2007 5:15 PM, Unga <[EMAIL PROTECTED]> wrote: > 10 times a day. Do others find FreeBSD 6.2-RELEASE > always hangs? no > coincidental. How do I find why it hangs? hardware problem, i suppose. broken cpu fan? -- Cris, member of G.U.F.I Italian FreeBSD User Group http://www.gufi.org/

Re: Source upgrade from 5.5 to 6.X not safe?

2007-11-02 Thread Cristiano Deana
On 11/2/07, Clint Olsen <[EMAIL PROTECTED]> wrote: > I just attempted a source upgrade from 5.5-STABLE to 6.3-PRERELEASE, and it > Well, in this case after running 'make installkernel' and rebooting, Did you reboot in single user? -- Cris, member of G.U.F.I Italian FreeBSD User Group http://ww

Re: NIC (Network Card) is not detected by FreeBSD 6.2 into PowerEdge Blade 1955 Server

2007-05-17 Thread Cristiano Deana
2007/5/16, Sachin Sharma <[EMAIL PROTECTED]>: Hi, NIC (Network Card) is not detected by FreeBSD 6.2 into PowerEdge Blade 1955 Server. I need FreeBSD in these server . Please help me. it works with 6.2-STABLE. download a 6.2 snapshot and install it. works fine here -- Cris, member of G.U.F.I

Re: Problem with usb and msdosfs

2007-02-21 Thread Cristiano Deana
2007/2/21, Vladimir Botka <[EMAIL PROTECTED]>: Can you mount it as a root? Cheers, -vlado Very strange: today i reconnect my usb device, instead of da0 it's now da1. Tried to mount from root account, it works. Umount, and mount with sudo (as usual)... it works! messages: Yesterday (didn't wo

Problem with usb and msdosfs

2007-02-20 Thread Cristiano Deana
Hi, i have a usb key working fine on 6.2-RELEASE, yesterday i upgraded 2 box to -STABLE and now i have: tail -5 /var/log/messages Feb 20 14:33:47 toshi kernel: umass0: Kingston DataTraveler 2.0, rev 2.00/1.00, addr 3 Feb 20 14:33:48 toshi kernel: da0 at umass-sim0 bus 0 target 0 lun 0 Feb 20 1

Re: Problems with auditd -- resolved

2006-09-18 Thread Cristiano Deana
2006/9/18, Robert Watson <[EMAIL PROTECTED]>: > I'm bit confused here I thought auditd should log all activities, but I > don't see any log files. Am I doing something wrong here or my understanding > regarding auditd is wrong? Your configuration looks right to me, and should be generating a ri

Re: Problems with auditd -- resolved

2006-09-17 Thread Cristiano Deana
2006/9/17, Robert Watson <[EMAIL PROTECTED]>: I've just comitted a fix to syscalls.master and regenerated the remaining system call files, which should correct the auditctl: Invalid Argument error being returned by auditd. In short order, this fix should be on the cvsup mirrors -- please let me

powerd. Info request

2006-09-06 Thread Cristiano Deana
Hi, i got a strange behaviour with powerd: # powerd -v idle time > 90%, decreasing clock speed from 2000 MHz to 1750 MHz idle time > 90%, decreasing clock speed from 1750 MHz to 1500 MHz idle time > 90%, decreasing clock speed from 1500 MHz to 1250 MHz idle time > 90%, decreasing clock speed fro

Problems with auditd

2006-09-06 Thread Cristiano Deana
Hi, i updated my system to -STABLE (FreeBSD mobile.deana.it 6.1-STABLE FreeBSD 6.1-STABLE #10: Wed Sep 6 08:20:43 CEST 2006) and followed instructions at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/audit.html but when i tried to start auditd i got: # grep auditd /etc/rc.conf audi

Re: How to change hardware clock

2006-04-18 Thread Cristiano Deana
2006/4/18, Mare Negrocan <[EMAIL PROTECTED]>: > Yes, I have kern_securelevel="2" > Should I change it? You should read `man securelevel'. If it's only a clock problem, change it to 0, update your clock, change again to your favorite securelevel, but you MUST know what are you doing changing it.

Re: How to change hardware clock

2006-04-18 Thread Cristiano Deana
2006/4/15, Mare Negrocan <[EMAIL PROTECTED]>: > I can't update clock with rdate, ntpdate. if you have securelevel => 2 then you will be unable to change your date > 1 second. -- Cris, member of G.U.F.I Italian FreeBSD User Group http://www.gufi.org/ __

Re: Command doesn't run from Crontab ?

2006-04-12 Thread Cristiano Deana
2006/4/11, Adrian <[EMAIL PROTECTED]>: > I have setup this command to run nightly via a crontab. It works > fine from the root shell (tcsh) but doesn't seem to run from the > crontab: Why? Haven't you /var/backups ? It runs daily (periodic), if master.passwd has chaged it will be copied in /var

Re: http://www.freebsd.org/cgi/cvsweb.cgi/src/

2006-03-02 Thread Cristiano Deana
2006/3/2, Danny Braniss <[EMAIL PROTECTED]>: > seems to me not very updated ... Why? Example: http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/ifconfig/ifmedia.c -- Cris, member of G.U.F.I Italian FreeBSD User Group http://www.gufi.org/ ___ freebsd-stable

Re: New 'amr' driver and linux MegaMGR

2006-03-02 Thread Cristiano Deana
2006/3/1, Doug Ambrisko <[EMAIL PROTECTED]>: > Cristiano Deana writes: > | Failed to open driver node /dev/megadev0 > Make sure you have amr_linux. kldload amr_linux.ko. Then you should > get a /dev/megadev0. It also works in a static kernel. You might > want to do an l

Re: New 'amr' driver and linux MegaMGR

2006-03-01 Thread Cristiano Deana
2006/3/1, Massimo Lusetti <[EMAIL PROTECTED]>: > Wait for the new work Joao is doing or better offer to test it ;) > Did you follow discussion on [EMAIL PROTECTED] I didn't. I'm reading the thread right now. I will try amrstat. Thanks -- Cris, member of G.U.F.I Italian FreeBSD User Group http:/

Re: New 'amr' driver and linux MegaMGR

2006-03-01 Thread Cristiano Deana
2006/3/1, Paul Saab <[EMAIL PROTECTED]>: > works fine I got: Failed to open driver node /dev/megadev0 -- Cris, member of G.U.F.I Italian FreeBSD User Group http://www.gufi.org/ ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailma

New 'amr' driver and linux MegaMGR

2006-03-01 Thread Cristiano Deana
Hi, according to http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/amr/amr.c?only_with_tag=RELENG_6 it seems MegaMGR for linux now can work. Any experience? -- Cris, member of G.U.F.I Italian FreeBSD User Group http://www.gufi.org/ ___ freebsd-stable@

Re: dhclient in 6.0

2006-02-03 Thread Cristiano Deana
2006/2/3, make stuff up <[EMAIL PROTECTED]>: > thank you... does that mean back to 5.4 for now? Try install /usr/ports/net/isc-dhcp3-client/ -- Cris, member of G.U.F.I Italian FreeBSD User Group http://www.gufi.org/ ___ freebsd-stable@freebsd.org ma

Re: Bug[?] In new local_startup and postgresql

2005-12-22 Thread Cristiano Deana
2005/12/22, Gary Smith <[EMAIL PROTECTED]>: > I have the same problem the error on startup is: > pg_ctl: unrecognized operation mode "faststart" > try "pg_ctl --help" for more information Same for me. Look at doug's reply: http://lists.freebsd.org/pipermail/freebsd-ports/2005-December/028298.htm

Bug[?] In new local_startup and postgresql

2005-12-21 Thread Cristiano Deana
After a today upgrade to 6-STABLE postgresql doesn't start at boot. Strange beavior, if I run `/usr/local/etc/rc.d/010.pgsql.sh start' it starts correctly. 010.pgsql.sh is the same of updated ports. This is 010.pgsql.sh : http://www.deana.it/010.pgsql.sh Doug, this is resuls of running `sh rc' wh

Re: GENERIC and DEFAULTS

2005-11-02 Thread Cristiano Deana
2005/11/1, Scott Long <[EMAIL PROTECTED]>: > The future direction is that FreeBSD will continue to be friendly to > novice users while still affording power users the control that they > seek. Scott, that's right. but: we can have our personal way to shoot in the foot, we can use big, BIG, advic

Re: GENERIC and DEFAULTS

2005-10-30 Thread Cristiano Deana
Thank you , Kris. > It's included by DEFAULT. > The point of a DEFAULTS file is that to contain things that are used > by DEFAULT, including those which are mandatory. As I thought, but how? I didn't see any "include" in GENERIC or any modify in Makefile. > > I think it should be written in 'UP

GENERIC and DEFAULTS

2005-10-30 Thread Cristiano Deana
Hi, I've seen that 'GENERIC' file has been modified, moving some lines to 'DEFAULTS': device isa device mem # Memory and kernel memory devices device io # I/O device Why? What does it mean? Should we include 'DEFAULTS' in our customized

Re: Alright you primitive screwheads, LISTEN UP!!

2005-05-20 Thread Cristiano Deana
2005/5/19, Gary Kline <[EMAIL PROTECTED]>: > Seriously, I hereby propose that everyone, every human, > and most mammals be designed by a string of DIGITS. Everybody will say 'call me 127.0.01'. Lot of confusion... -- Cris, member of G.U.F.I Italian FreeBSD User Group http://www.

Re: kernel build problem

2005-05-12 Thread Cristiano Deana
2005/5/11, Ananth.G <[EMAIL PROTECTED]>: > i have attached my config file. > # Bus support. Do not remove isa, even if you have no isa slots "DO NOT REMOVE ISA..." > #device isa uncomment the line above > device umass # Disks/Mass storage - Requires scbus and da "

gmirror problem: DEVFS Overflow table

2005-05-12 Thread Cristiano Deana
Hi, I have a problem with gmirror in a 5.4-STABLE box: > uname -a FreeBSD bsd.mcomm.it 5.4-STABLE FreeBSD 5.4-STABLE #2: Tue May 10 12:41:29 CEST 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/FRODO i386 I have a system disk with full system and two scsi disk that i want to mirror. What i did

Re: Good CD Burning Software

2005-04-22 Thread Cristiano Deana
2005/4/22, Didier Caamano <[EMAIL PROTECTED]>: > I was wondering what would be a good cd burner software for FBSD? first of all burncd(8). You can find it in base system. you may use cdrecord from ports (sysutils/cdrtools) and you will find a lot of gui frontend to use with it. -- Cris, member

Re: Dell 2850 sporadically reboots (amd64)

2005-04-13 Thread Cristiano Deana
2005/4/13, Palle Girgensohn <[EMAIL PROTECTED]>: > We have a dual CPU Dell 2850 running fresh RELENG_5_4 (amd64) > CPU: Intel(R) Xeon(TM) CPU 2.80GHz (2793.02-MHz K8-class CPU) > Origin = "GenuineIntel" Id = 0xf41 Stepping = 1 I am a little bit confused. amd64 with a dual xeon? -- Cris, me

Re: Sound problem

2005-04-07 Thread Cristiano Deana
On Apr 7, 2005 1:38 PM, Warren <[EMAIL PROTECTED]> wrote: > On Thu, 7 Apr 2005 9:30 pm, you wrote: > Nothing is logged in /var/log/messages to do with the attempt to load the via > snd module. try: # kldload snd_driver # cat /dev/sndstat if it loaded something you will find your right sound modu

Promise FastTrak S150

2005-02-23 Thread Cristiano Deana
Hi, I have a HP Proliant ML110, with a controller Promise FastTrak S150 SX4. It's a raid sata controller. At boot system halt with fatal trap 12 and these errors: ata2-master: FAILURE - ATA_IDENTIFY timed out ata2-master: FAILURE - ATA_IDENTIFY timed out ata2-master: FAILURE - SETFEATURES SET

Re: freebsd-stable Digest, Vol 87, Issue 1

2004-11-15 Thread Cristiano Deana
On Mon, 15 Nov 2004 08:41:17 -0700, firewall du <[EMAIL PROTECTED]> wrote: > When disabling and enabling a nic (bfe0) my system warm boots itself > (sometimes) [cut of 1527 useless lines] Before check your problem try HOWTO-write-a-mail. -- Cris, member of G.U.F.I Italian FreeBSD User Group ht

Re: Odd error at end of "make installworld"

2004-11-09 Thread Cristiano Deana
On Mon, 08 Nov 2004 07:41:29 -0800, Kevin Oberman <[EMAIL PROTECTED]> wrote: > I think there is a small issue with the Makefile, although I don't see > exactly what. But I'm no great shakes on Makefiles. Take a look: http://lists.freebsd.org/pipermail/freebsd-current/2004-July/031497.html btw, y