On Mon, 14 Jul 2008 19:25:26 +0300 "tethys ocean" <[EMAIL PROTECTED]>
top-posted:
>Pufz I ve check all my server and I ve realize all my server is running
>only one CPU :( all is 6.3 stable
>
>How must I add another CPU on running server.
>
See further below.
>
>and 7.0 will have to b
On Tue, 15 Jul 2008 07:36:17 +0200 (CEST)
Wojciech Puchar <[EMAIL PROTECTED]> wrote:
> > Is ext2/3 really that bad?
> >
> i don't know ext3, it in theory does journalling, are you using ext3 or
> ext2?
>
> hint: ext3 is actually ext2 with extra file created, there is no need to
> convert, jus
Hi!
When I run Apache:
/usr/local/sbin/apachectl start: httpd could not be started
httpd-error.log
[Tue Jul 15 10:35:46 2008] [alert] mod_unique_id: unable to gethostbyname("")
httpd.pid don't exist.
С уважением. Тарас Голуб
-- реклама -
Тарас wrote:
Hi!
When I run Apache:
/usr/local/sbin/apachectl start: httpd could not be started
httpd-error.log
[Tue Jul 15 10:35:46 2008] [alert] mod_unique_id: unable to gethostbyname("")
httpd.pid don't exist.
What is your question again?
-- Jos
___
Scott Bennett wrote:
That is not necessary either. Take a look in /sys/i386/conf or
/sys/amd64/conf, depending upon which you are using. Then do:
# config SMP
# cd ../compile/SMP
# make cleandepend && make depend && make && make install
# shutdown -r now
That should take care of it for you. /
Jos Chrispijn пишет:
Scott Bennett wrote:
That is not necessary either. Take a look in /sys/i386/conf or
/sys/amd64/conf, depending upon which you are using. Then do:
# config SMP
# cd ../compile/SMP
# make cleandepend && make depend && make && make install
# shutdown -r now
That should take c
At 2008-07-15T11:01:40+03:00, Тарас wrote:
> /usr/local/sbin/apachectl start: httpd could not be started
>
> httpd-error.log
> [Tue Jul 15 10:35:46 2008] [alert] mod_unique_id: unable to gethostbyname("")
If there's no entry for your hostname in `/etc/hosts', adding one may
help:
127.0.0.1
2008/7/14 Bill Campbell <[EMAIL PROTECTED]>:
> On Mon, Jul 14, 2008, Agus wrote:
> >Hi guys,
> >
> >All i wanna do this time is change the mail from: header to another
> >address...As my system is named after an internal network name and doesnt
> >resolv from outside my LAN..when i send an email,
On Tue, 15 Jul 2008 12:22:06 +1000 jonathan michaels <[EMAIL PROTECTED]> wrote:
> named now reports hourly
>
> Jul 15 06:55:10 hid named[617]: could not listen on UDP socket: permission
> denied
> Jul 15 06:55:10 hid named[617]: creating IPv4 interface tun0 failed;
> interface ignored
>
On Tuesday 15 July 2008 05:32:28 Arthur Barlow wrote:
> The only error I notice in Xorg.0.log is the following:
>
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is -1, (No such file or directory)
> drmOpenDevice: open result is -1, (No such file or directory)
> drmOpenDe
ian,
long time no scribble .. thanks much appreciated
On Tue, Jul 15, 2008 at 08:27:33PM +1000, Ian Smith wrote:
> On Tue, 15 Jul 2008 12:22:06 +1000 jonathan michaels <[EMAIL PROTECTED]>
> wrote:
>
> > named now reports hourly
> >
> > Jul 15 06:55:10 hid named[617]: could not listen on UDP
On Tue, 15 Jul 2008, jonathan michaels wrote:
> On Tue, Jul 15, 2008 at 08:27:33PM +1000, Ian Smith wrote:
> > On Tue, 15 Jul 2008 12:22:06 +1000 jonathan michaels <[EMAIL PROTECTED]>
> > wrote:
> >
> > > named now reports hourly
> > >
> > > Jul 15 06:55:10 hid named[617]: could not li
Hi Kris,
Please see below
> Hi all.
>>
>> I'm trying to debug a "spinlock held too long" error.
>> Therefore I thought compiling my kernel with "options WITNESS" would be a
>> good idea.
>>
>> Using the WITNESS kernel I cannot load my driver with any MTX_SPIN mutex.
>> I had to change it all t
On Mon, Jul 14, 2008 at 10:58 PM, Mel
<[EMAIL PROTECTED]> wrote:
> On Monday 14 July 2008 20:29:07 Vincent Barus wrote:
>> On Tue, Jul 8, 2008 at 8:11 PM, Mel <[EMAIL PROTECTED]>
> wrote:
>> > On Tuesday 08 July 2008 16:48:26 Vincent Barus wrote:
>> >> does anyone have an idea what's the difference
I'm getting frequent panics due to spin lock held too long when booting
my recently built 6.3 system with an Athlon 4850e dual core processor
on a Foxconn 6150M2MA motherboard (GeForce 6150 and nForce 430
chipsets).
FreeBSD curlew.lan 6.3-STABLE FreeBSD 6.3-STABLE #2: Sat Jul 12 09:43:21
BST
Yony Yossef wrote:
Something is still unclear. All my locks are MTX_DEF type, which means
sleepable, including the one specified in the crash report (MTNIC state
semaphore).
This crash happens when I try to call bus_resource_alloc_any for a SYS_REQ
which is trying to obtain the second lock (ACPI
Mike Clarke wrote:
I'm getting frequent panics due to spin lock held too long when booting
my recently built 6.3 system with an Athlon 4850e dual core processor
on a Foxconn 6150M2MA motherboard (GeForce 6150 and nForce 430
chipsets).
FreeBSD curlew.lan 6.3-STABLE FreeBSD 6.3-STABLE #2: Sat J
>
>
> Something is still unclear. All my locks are MTX_DEF type, which means
>> sleepable, including the one specified in the crash report (MTNIC state
>> semaphore).
>> This crash happens when I try to call bus_resource_alloc_any for a SYS_REQ
>> which is trying to obtain the second lock (ACPI roo
I have just setup a FreeBSD server one a machine.
What happens is the machine seems to suddenly reboot during compiling
ports..
Did a cat of /var/log/messages
Jul 15 15:34:30 LAMACS kernel: Fatal trap 12: page fault while in kernel
mode
Jul 15 15:34:30 LAMACS kernel: cpuid = 1; apic id
Yony Yossef wrote:
Something is still unclear. All my locks are MTX_DEF type, which
means
sleepable, including the one specified in the crash report
(MTNIC state
semaphore).
This crash happens when I try to call bus_resource_alloc_any for
a
On Tue, 15 Jul 2008 16:13:22 +0200
"Marcel Grandemange" <[EMAIL PROTECTED]> wrote:
> Any input?
- check / swap your memory (memtest86 )
- bad power ( unstable / not enough )
- not enough cooling.
_
{Beto|Norberto|Numard} Meijome
"Any intelligent fool can make things b
On Tuesday 15 July 2008 15:20:19 Vincent Barus wrote:
> On Mon, Jul 14, 2008 at 10:58 PM, Mel
>
> <[EMAIL PROTECTED]> wrote:
> > On Monday 14 July 2008 20:29:07 Vincent Barus wrote:
> >> On Tue, Jul 8, 2008 at 8:11 PM, Mel
> >> <[EMAIL PROTECTED]>
> >
> > wrote:
> >> > On Tuesday 08 July 2008 16:48
On Tue, Jul 15, 2008 at 10:13 AM, Marcel Grandemange
<[EMAIL PROTECTED]> wrote:
> I have just setup a FreeBSD server one a machine.
>
> What happens is the machine seems to suddenly reboot during compiling
> ports..
Which ports, or are you having problems with all the ports you are
trying to build
#cd /usr/src/sys/i386/config/GENERIC
#cp -Rp GENERIC mykernelname
edit my kernel
#vim mykernelname
ident GENERIC
change
ident mykernelname
and add
# To make an SMP kernel, the next two lines are needed
options SMP # Symmetric MultiProcessor Kernel
device apic
Hello everybody
I've been using FreeBSD servers to power my DMZ security zones for
years; the security zones generally includes things like PF firewalls,
SMTP servers, DNS and NAT gateways etc. From a security standpoint BSD
is the BEST!
Anyway, onto my question:
OUTLINE
Unfortunat
>> Ok, I'll quit ranting and actually ask a question: The real big thing
>> that suprised me (about Fedora), is that every damn time it crashes, I
>> have to sit through 20 minutes of fsck when it boots, then it cries,
>> gags, and throws me into a root console to run fsck again, manually,
>> for 2
> Date: Tue, 15 Jul 2008 17:08:24 +0100> From: [EMAIL PROTECTED]> To:
> freebsd-questions@freebsd.org> Subject: ADSL & Lease Lines> QUESTION> > > >
> Would it be possible to employ some FreeBSD wizardry to affectively bond> the
> lease line with the ADSL connection? I know this can be done> th
I just noticed one of my FreeBSD 6.2 systems showing "-0%" free in
/tmp. If I copy a file to it, it shows a sensible percentage free, but
then reverts to "-0%" when I delete that file. Any idea what's going on
here?
FreeBSD 6.2-RELEASE (GENERIC) #0: Fri Jan 12 10:40:27 UTC 2007
Loon
Jeff Dickens wrote:
I just noticed one of my FreeBSD 6.2 systems showing "-0%" free in
/tmp. If I copy a file to it, it shows a sensible percentage free, but
then reverts to "-0%" when I delete that file. Any idea what's going on
here?
FreeBSD 6.2-RELEASE (GENERIC) #0: Fri Jan 12 10:40:2
Hello,
I would like to know what might be happening with a particular network
configuration. Wireless router using wpa, wired router provides dhcp
and connects to DSL modem. The wireless card involved is a mini-pci
intel 2100 using the if_ipw driver. I could not get this card working
at all with
I have access to a WD MyBook, and I also can not get it to work.
the error is the same
da0 at umass-sim0 bus 0 target 0 lun 0
da0: Fixed Direct Access SCSI-0 device
da0: 40.000MB/s transfers
da0: 152627MB (312581808 512 byte sectors: 255H 63S/T 19457C)
SMP: AP CPU #1 Launched!
SMP: AP CPU #2 Laun
On Tue, Jul 15, 2008 at 07:37:02AM +0200, Wojciech Puchar wrote:
> >
> > why is this script not finding them?
> >
> >
> >wav=/tmp/kde-kline/\*wav\*
>
> why you put \ before *
>
to allow the shell to catch various formsof strings with "wav"
embedded.
--
Gary Kline [EMAI
Hi,
I recently bought a Gigabyte U7000 usb 2.0 dvb-t dongle.
According to linuxtv.org it should work under linux (I know it is not
freebsd...) with the dib0700 firmware
(http://www.linuxtv.org/wiki/index.php/DVB-T_USB_Devices#DiB0700_USB2.0_DVB-T_devices).
But under fbsd it doesn't...
I'm ru
On Tue, 15 Jul 2008 12:42:13 -0500, Sam Fourman Jr. <[EMAIL PROTECTED]>
wrote:
I have access to a WD MyBook, and I also can not get it to work.
the error is the same
da0 at umass-sim0 bus 0 target 0 lun 0
da0: Fixed Direct Access SCSI-0 device
da0: 40.000MB/s transfers
da0: 152627MB (3125818
On Tue, Jul 15, 2008 at 11:35:00AM -0700, Gary Kline wrote:
> On Tue, Jul 15, 2008 at 07:37:02AM +0200, Wojciech Puchar wrote:
> > >
> > > why is this script not finding them?
> > >
> > >
> > >wav=/tmp/kde-kline/\*wav\*
> >
> > why you put \ before *
>
> to allow the shell to catch variou
Unfortunately one of my offices is located in a real nasty location as
far as internet connectivity is concerned, up until now I've been using
a standard ADSL connection but an upload of 512Kbs is now a huge problem
for my remote users. With this in mind (and budgetary issues) I have no
option but
On Tuesday 15 July 2008, Kris Kennaway wrote:
> Mike Clarke wrote:
> > I'm getting frequent panics due to spin lock held too long when
> > booting my recently built 6.3 system with an Athlon 4850e dual core
> > processor on a Foxconn 6150M2MA motherboard (GeForce 6150 and
> > nForce 430 chipsets).
Problem solved :-)
Thank you very much for your patience Kris..
On Tue, Jul 15, 2008 at 5:14 PM, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> Yony Yossef wrote:
>
>>
>>Something is still unclear. All my locks are MTX_DEF type, which
>>means
>>sleepable, including the one sp
Yony Yossef wrote:
Problem solved :-)
Thank you very much for your patience Kris..
Glad to help!
Kris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL
Mike Clarke wrote:
On Tuesday 15 July 2008, Kris Kennaway wrote:
Mike Clarke wrote:
I'm getting frequent panics due to spin lock held too long when
booting my recently built 6.3 system with an Athlon 4850e dual core
processor on a Foxconn 6150M2MA motherboard (GeForce 6150 and
nForce 430 chips
I have been having panics on one of my machines, roughly every week or
so. I was running 6.3 pre-release and then I updated to 6.3 p2 and I
still have the panic, here's the message that appears on the console:
panic: kmem_kernel trap 12 with interrupts disabled
Fatal trap 12: page fault while i
Michael Grant wrote:
I have been having panics on one of my machines, roughly every week or
so. I was running 6.3 pre-release and then I updated to 6.3 p2 and I
still have the panic, here's the message that appears on the console:
panic: kmem_kernel trap 12 with interrupts disabled
Fatal trap
Can you disable smp? I see reports on the same issue with 6.3 that
imply it may be related to smp.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTE
I upgraded 5 servers yesterday from FreeBSD 7.0 p1 to p3. Now I'm
having connection problems on them. I see log entries like:
Jul 15 11:24:27 hostname ntpd[49394]: sendto(192.168.0.1): Network is
unreachable
Jul 15 12:02:56 hostname ntpd[49394]: sendto(192.168.0.1): Network is
unreachable
Jul
On Tuesday 15 July 2008 19:41:29 David Gurvich wrote:
> Hello,
> I would like to know what might be happening with a particular network
> configuration. Wireless router using wpa, wired router provides dhcp
> and connects to DSL modem. The wireless card involved is a mini-pci
> intel 2100 using t
On Tue, Jul 15, 2008 at 02:02:24PM -0500, David Kelly wrote:
> On Tue, Jul 15, 2008 at 11:35:00AM -0700, Gary Kline wrote:
> > On Tue, Jul 15, 2008 at 07:37:02AM +0200, Wojciech Puchar wrote:
> > > >
> > > > why is this script not finding them?
> > > >
> > > >
> > > >wav=/tmp/kde-kline/\*wav\*
> >
David Gurvich wrote:
Can you disable smp? I see reports on the same issue with 6.3 that
imply it may be related to smp.
You are spreading FUD :-) There is no information provided upon which
to base that conclusion.
Kris
___
freebsd-questions@free
> I have recompiled the kernel and no change what so ever.
> I have also upgraded windowmaker to windowmaker-0.92.0_4.
> Current Xorg is xorg-7.3_2
>
>
> On 06-juil.-08, at 21:31, Luke Dean wrote:
>
>>
>>
>> On Sun, 6 Jul 2008, Pedro Alves wrote:
>>
>>> Hello
>>>
>>> I have a serious problem with w
That's it!
I have an ATI Radion on this box. The screen res is 1280x800 which is not
supported by vesa.
I dug up my old backup xorg.conf file and realized I had set "ati" as the
driver and was full of good experiences with it. I had just forgotten.
Also, for the record, this fix also fixed my
On Tue, 15 Jul 2008 14:50:24 -0700
Gary Kline <[EMAIL PROTECTED]> wrote:
> thanks for this clarification! until yesterday, whe you
> mmentioned blanks[whitespace], as id a song title, i hadn't
> tought about songs like "Not Ready to Make Nice.ogg" e.g.
> I am not sure wh
On Jul 15, 2008, at 4:50 PM, Gary Kline wrote:
On Tue, Jul 15, 2008 at 02:02:24PM -0500, David Kelly wrote:
Is probably best to postpone wildcard expansion until the last moment
because if any of the filenames contain spaces the space will
probably
cause a break between arguments. The first
Colleagues,
I am setting up a jumpstart server for networked FreeBSD installation
(tftp only). My /tftpboot/boot/loader.rc is rather simple:
load /boot/kernel
load /boot/acpi.ko
load -t mfs_root /boot/mfsroot
set vfs.root.mountfrom="ufs:/dev/md0c"
boot
It works fine with a custom kernel (with st
Hi guys,
Some of my mail users receive repeating mail. I am using sendmail and my user
uses MS Outlook to send/receive.
Is there any way to solve this problem?
Thank you.
Best regards,
alyd
___
freebsd-questions@freebsd.org mailing list
On Wed, 2008-07-16 at 11:42 +1000, Norberto Meijome wrote:
> you can always do
>
> find /tmp/kde-*/ -iname "*wav" -print0 | xargs -0 rm -vf
>
> the advantage over doing using rm * or for * in ... is that if you
> have LOTS of files, the expanded list of files may be too much. find |
> xargs will
54 matches
Mail list logo