Re: nologin: Attempted login by root on UNKNOWN

2006-07-19 Thread Tuc at T-B-O-H.NET
 
 Tuc at T-B-O-H.NET wrote:
  Jul 18 14:21:02 asgard nologin: Attempted login by root on UNKNOWN
  Jul 18 14:21:02 asgard kernel: Jul 18 14:21:02 asgard nologin: 
  Attempted login by root on UNKNOWN
 
   I'm not sure who/what/where to start looking.  Ideas?
  
  Hey Darek,
 
  Good to hear from NYI. :)
 
 Heh, are you a customer, or just familiar with the company?

NYIIX peer and 25B compatriot.
 
  SSH is TCPWrapper'd, and only *1* machine in the entire
  datacenter can access it (Typical jump box configuration). 

 
 http://lists.debian.org/debian-wnpp/2006/05/msg00092.html

Confused a bit by this reference, but its been a long
day. 

 Does root have /bin/nologin for the shell?

No.

 If it does, then the UNKNOWN 
 would refer to the terminal,  Just the way the 'nologin' binary is set 
 to log to syslog.  Basically means that someone tried to log in as root, 
 but before they could even provide a password, the nologin binary kicked 
 them off.  That's why the terminal type is set to UNKNOWN because it 
 hadn't been set yet.

Are you sure? If I ssh to the machine as tuc, then su to root
I see :

$ id
uid=1001(tuc) gid=1001(tuc) groups=1001(tuc), 0(wheel)
$ su - spamd
Password:
su: Sorry
$ su -
Password:
asgard# su - spamd
This account is currently not available.

asgard# grep nologin /var/log/spool
Jul 19 01:52:47 asgard nologin: Attempted login by tuc on /dev/ttyp0
Jul 19 01:52:47 asgard kernel: Jul 19 01:52:47 asgard nologin: Attempted login 
by tuc on /dev/ttyp0

In my example, shouldn't it be saying spamd since thats who I 
tried to log on as?
 
 You'll have to figure out how that person is getting access as 
 apparently they are reaching the box.
 
I'm just not seeing it. netstat isn't showing any TCP
connections out of the ordinary...

Tuc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: fbsd 6 didnot work on laptop

2006-07-19 Thread Erik Norgaard

Marwan Sultan wrote:

Well, i have HP laptop dv5178us model.

i installed freebsd 6.1, after installation is complete, it will ask you 
to remove any cd and reboot

till here is fine

after i reboot, it hangs!!
nothing happens! nothing moves!! just blank black dead screen!!
I installed fbsd again, and the same...infact after the installation is 
complete and you remove the cd to restart it wont restart even you have 
to shutoff the laptop and on again..


Anyone can Advice please?


Did you install the boot loader? - which one?

Erik


--
Ph: +34.666334818  web: http://www.locolomo.org
X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt
Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: :::. Sendmail WorkAroundBrokenAAAA.

2006-07-19 Thread Mikhail Goriachev
Doug Hardie wrote:
 
 That option has worked quite well for me.  However, there may be  
 something unusual with the DNS for that domain.  You will probably  
 need to provide some specifics on the domain so we can see what DNS  
 is returning.
 


Thanks for looking into this. I just realised that the domain in
question got fixed overnight after notifying the sysadmin. I guess this
is a good thing, yet I'm left puzzled with the difference between
confBIND_OPTS option and compiled INET6 support.

Cheers,
Mikhail.


-- 
Mikhail Goriachev
Webanoide

Telephone: +61 (0)3 62252501
Mobile Phone: +61 (0)4 38255158
E-Mail: [EMAIL PROTECTED]
Web: http://www.webanoide.org

PGP Key ID: 0x4E148A3B
PGP Key Fingerprint: D96B 7C14 79A5 8824 B99D 9562 F50E 2F5D 4E14 8A3B
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: radeon option agpmode 4 hangs system

2006-07-19 Thread Gobbledegeek

I tried toggling  most options one at  a time - no luck. Thanks.

Rgrds

On 7/18/06, Karol Kwiatkowski [EMAIL PROTECTED] wrote:

On 17/07/2006 21:15, Gobbledegeek wrote:
 After  a long search and  no  solution in  sight,  I  have  to ask here -
 many people  have  reported  this problem, the xorg  developers
 deliberately default to  agpmode  1x because they  know it hangs
 unpredictably otherwise.  The problem  has  been  around  for a few
 years now.

 Am  I stuck with  agp mode  1x  for  good?   I'm  sorry I  brought  a
 radeon  in  the first  place.  Pay for mobike  but  ride a
 bullock-cart!

Do you have AGPFastWrite on in xorg.conf by any chance? My radeon
card works well with AGP 4 but locks up when fast writes enabled.

That's Radeon 9000 Pro, agp and drm in the kernel, FreeBSD 6.1-Stable,
Xorg, xorg.conf:

% Section Device
% Identifier  Card0
% Driver  radeon
% VendorName  ATI Technologies Inc
% BoardName   Radeon RV250 If [Radeon 9000]
% BusID   PCI:1:0:0
% Option  AGPMode 4
% Option  EnablePageFlip on
% EndSection

HTH,

Karol

--
Karol Kwiatkowski  freebsd at orchid dot homeunix dot org
OpenPGP: http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc







--
Rgrds
GobbledeGeek
[Everything but Gobbledegook.. !!]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: radeon option agpmode 4 hangs system

2006-07-19 Thread Gobbledegeek

On 7/18/06, Derek Ragona [EMAIL PROTECTED] wrote:


 I have no other ideas.  Unfortunately ATI doesn't support anything but
windows and Mac OS X.  And with agp being replaced with PCI Express, this
issue is unlikely to get resolved.  You might want to change to an nvidia
card.

 -Derek



If  you google  for  agpmode 4  hang you will  find tons  of links
but  no  solution. Even for  linux.   The xorg developers  know about
it,  which is why default  is to  comment out  this option.

Thanks  a ton for  the  kernel  tip btw.

Rgrds
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How does dmesg(8) information survive a reboot ?

2006-07-19 Thread Ricardo Branco

Hi!

I've just tried this Frenzy Live-CD at http://frenzy.org.ua/eng/ a few hours 
ago. It's based on FreeBSD 6.1-STABLE. Then I rebooted into my FreeBSD 
6.1-RELEASE box and suddenly dmesg(8) now outputs the content from the 
previous 2 sessions with the live-CD and my current session with the one I 
have installed. This is great. I have seen those Rebooting... lines but 
I've always thought they were written to /var/log/dmesg* right before the 
actual reboot with dmesg(8) somehow retrieving them at the next boot. What 
is the black magic here?



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Windows FreeBSD

2006-07-19 Thread horn
Now i have FreeBSD 6.1 on my computer. I want to install windows. Windows is
erased FreeBSD boot loader. How it is possible recovery boot loader 
(/boot/boot0)?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FAILURE - READ_DMA timed out

2006-07-19 Thread Лукьяненко Александр
Hello, freebsd-questions@freebsd.org,


I have server from Advantech company:
System unit – ACP-1120
MainBoard - PCA-6186 Rev.B1;
RAID - Advantech Raid for 1U Rev2.2 (hardware raid_1, with IDE interface 
(PATA), no drivers need);
HDD0 - Seagate Barracuda 7200 120G (ST3120814A);
HDD1 - Seagate Barracuda 7200 120G (ST3120814A);
Other isn’t interesting.

Server runs under FreeBSD 6.1;

Problem:
Some times OS don’t start. It fails at start up when it tries to read data from 
RAID. At this time IDE0 LED turns blue NOT blinking colour.
---log start
ad0 114473MB Advantech Raid for 1U Rev2.2 at ata0 - master UDMA100
ad0: FAILURE - READ_DMA timed out LBA=231645
ad0: FAILURE - READ_DMA timed out LBA=231631
ad0: FAILURE - READ_DMA timed out LBA=231644
ad0: FAILURE - READ_DMA timed out LBA=231647
ad0: FAILURE - READ_DMA timed out LBA=231585
---log end

I reboot system 10 times. In 4 cases – system don’t start, in 6 cases system 
start successfully.
I check hard disk drivers its looks good.

How Can I solve this problem?


-- 
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: nologin: Attempted login by root on UNKNOWN

2006-07-19 Thread Alex Zbyslaw

Tuc at T-B-O-H.NET wrote:


Jul 18 14:08:47 asgard nologin: Attempted login by root on UNKNOWN
 

Something running *as* root is trying to su to an account which has 
/bin/nologin as a shell


e.g. # su avahi

cartman nologin: Attempted login by alex on /dev/ttyp7

avahi:*:558:558:Avahi Daemon User:/nonexistent:/sbin/nologin


If it were running detached from a terminal (in the background; started 
from an rc script) then it would have no terminal to report, hence UNKNOWN.


Tracking down what, is another matter.  ps uagx and kill processes one 
by one until the message stops!  Or try ktracing suspects for a less 
drastic approach.


--Alex


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: fbsd 6 didnot work on laptop

2006-07-19 Thread Marwan Sultan


hello,

Well, I did what im doing since 7 years on desktops! just inserted the cd, 
startedup the laptop
and asked for installation, then the normal procedures, you know? 
partitioning..etc..
when the installation done, i removed the cd and restarted, but the laptop 
freeze..on a black screen, blank, nothing..


Do i have to do any speciall thing during installation,
will you help please?
I dunt know what loader u ment, just the default one?

I wish to run freebsd on my laptop as well its on my desktop since years.

Marwan


Marwan Sultan wrote:

Well, i have HP laptop dv5178us model.

i installed freebsd 6.1, after installation is complete, it will ask you 
to remove any cd and reboot

till here is fine

after i reboot, it hangs!!
nothing happens! nothing moves!! just blank black dead screen!!
I installed fbsd again, and the same...infact after the installation is 
complete and you remove the cd to restart it wont restart even you have to 
shutoff the laptop and on again..


Anyone can Advice please?


Did you install the boot loader? - which one?

Erik


--
Ph: +34.666334818  web: http://www.locolomo.org
X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt
Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9


_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: fbsd 6 didnot work on laptop

2006-07-19 Thread Erik Norgaard

Marwan Sultan wrote:

Well, I did what im doing since 7 years on desktops! just inserted the 
cd, startedup the laptop
and asked for installation, then the normal procedures, you know? 
partitioning..etc..
when the installation done, i removed the cd and restarted, but the 
laptop freeze..on a black screen, blank, nothing..


Do i have to do any speciall thing during installation,
will you help please?
I dunt know what loader u ment, just the default one?


The boot loader is the piece of code that knows where you're OS is. If 
you didn't install it then your system likely just halts because 
whatever there is doesn't know how to boot.


Some options:

You can boot off the install cd and instead of installing specify root 
device etc. This should enable you to boot up your newly installed 
system. If that succeeds you can try to reinstall the boot loader - see 
the handbook and bsdlabel man-page.


You can try to get something up running and install a generic boot 
loader like grub. This should also be possible if you succeed to boot as 
described above but can't get the boot loader working.


Cheers, Erik

--
Ph: +34.666334818  web: http://www.locolomo.org
X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt
Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: defining dependencies for ports

2006-07-19 Thread RW
On Monday 17 July 2006 05:00, mike wrote:

 So I'm building Eclipse, and one of the things it wants to include is
 python .  Seems odd for my java ide to need python, so I look it up on
 the web tool that shows all the dependencies for a port (which is a
 fantastic tool, by the way).  And python is included because glade is
 included, and glade seems to be a top-level dependency.  However,
 nowhere can I find in the Makefile any reference to Glade, nor to the
 many other top-level dependencies.  

The more complex dependencies are handled by the ports system itself. Probably 
the dependency on glade comes in through its dependencies on bits of Gnome. 

Try:  WITHOUT_GNOMEVFS=yes

 How do I find out these things and 
 once I find them, how do I change them so I don't include?  (Mozilla is
 another example, but this one I actually see in the Makefile for the
 Eclipse port.  However, make config and make configure don't ask me if I
 want mozilla -- I use firefox).

WITH_MOZILLA=firefox

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


5.4-STABLE + ASC-39320 Ultra320 SCSI Controller

2006-07-19 Thread Ludovit Koren


Hi,

I have 5.4-STABLE and ASC-39320 Ultra320 SCSI Controller and I get the
following error into the log file. It does not seem to be a problem
of the hard drive. Is it the problem of the SCSI Controller? I do not
have any clue and didn't find anything on google.

Any help appreciated.

Regards,
lk

Sequencer Complete DMA-inprog list: 
Sequencer Complete list: 
Sequencer DMA-Up and Complete list: 
Sequencer On QFreeze and Complete list: 


ahd0: FIFO0 Free, LONGJMP == 0x827e, SCB 0x10a
SEQIMODE[0x3f] SEQINTSRC[0x0] DFCNTRL[0x4] DFSTATUS[0x89] 
SG_CACHE_SHADOW[0x2] SG_STATE[0x0] DFFSXFRCTL[0x0] 
SOFFCNT[0x0] MDFFSTAT[0x5] SHADDR = 0x00, SHCNT = 0x0 
HADDR = 0x00, HCNT = 0x0 CCSGCTL[0x10] 

ahd0: FIFO1 Free, LONGJMP == 0x807e, SCB 0x10a
SEQIMODE[0x3f] SEQINTSRC[0x0] DFCNTRL[0x0] DFSTATUS[0x89] 
SG_CACHE_SHADOW[0x2] SG_STATE[0x0] DFFSXFRCTL[0x0] 
SOFFCNT[0x0] MDFFSTAT[0x5] SHADDR = 0x00, SHCNT = 0x0 
HADDR = 0x00, HCNT = 0x0 CCSGCTL[0x10] 
LQIN: 0xff 0xff 0x0 0x0 0xff 0xff 0x0 0x0 0xff 0xff 0x0 0x0 0xff 0xff 0x0 0x0 
0xff 0xff 0x0 0x0 
ahd0: LQISTATE = 0x1, LQOSTATE = 0x0, OPTIONMODE = 0x42
ahd0: OS_SPACE_CNT = 0x20 MAXCMDCNT = 0x1
ahd0: SAVED_SCSIID = 0x0 SAVED_LUN = 0x0
SIMODE0[0xc] 
CCSCBCTL[0x4] 
ahd0: REG0 == 0x10a, SINDEX = 0x122, DINDEX = 0x108
ahd0: SCBPTR == 0xff0b, SCB_NEXT == 0xa, SCB_NEXT2 == 0x107
CDB 2a 0 2 54 4 24
STACK: 0x25 0x140 0x140 0x0 0x0 0x27e 0x291 0x39
 Dump Card State Ends 
(da0:ahd0:0:3:0): SCB 266 - timed out
(da0:ahd0:0:3:0): no longer in timeout, status = 24b
ahd0: Issued Channel A Bus Reset. 129 SCBs aborted
Copied 32 bytes of sense data offset 12: 0x70 0x0 0x6 0x0 0x0 0x0 0x0 0x18 0x0 
0x0 0x0 0x0 0x29 0x2 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 
0x0 0x0 0x0 0x0
(da1:ahd0:0:9:0): WRITE(10). CDB: 2a 0 2 54 4 24 0 0 20 0 
(da1:ahd0:0:9:0): CAM Status: SCSI Status Error
(da1:ahd0:0:9:0): SCSI Status: Check Condition
(da1:ahd0:0:9:0): UNIT ATTENTION asc:29,2
(da1:ahd0:0:9:0): Scsi bus reset occurred
(da1:ahd0:0:9:0): Retrying Command (per Sense Data)
Copied 32 bytes of sense data offset 12: 0x70 0x0 0x6 0x0 0x0 0x0 0x0 0x18 0x0 
0x0 0x0 0x0 0x29 0x2 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 
0x0 0x0 0x0 0x0
(da0:ahd0:0:3:0): WRITE(10). CDB: 2a 0 2 4 d0 3f 0 0 80 0 
(da0:ahd0:0:3:0): CAM Status: SCSI Status Error
(da0:ahd0:0:3:0): SCSI Status: Check Condition
(da0:ahd0:0:3:0): UNIT ATTENTION asc:29,2
(da0:ahd0:0:3:0): Scsi bus reset occurred
(da0:ahd0:0:3:0): Retrying Command (per Sense Data)
ahd0: Transmission error detected
LQISTAT1[0x10] LASTPHASE[0x1] SCSISIGI[0x60] PERRDIAG[0x4] 
Dump Card State Begins 
ahd0: Dumping Card State at program address 0x24f Mode 0x0
Card was paused
INTSTAT[0x8] SELOID[0x3] SELID[0x30] HS_MAILBOX[0x0] 
INTCTL[0x80] SEQINTSTAT[0x0] SAVED_MODE[0x11] DFFSTAT[0x20] 
SCSISIGI[0x74] SCSIPHASE[0x2] SCSIBUS[0x0] LASTPHASE[0x1] 
SCSISEQ0[0x0] SCSISEQ1[0x12] SEQCTL0[0x10] SEQINTCTL[0x2e] 
SEQ_FLAGS[0x0] SEQ_FLAGS2[0x0] QFREEZE_COUNT[0x2] 
KERNEL_QFREEZE_COUNT[0x2] MK_MESSAGE_SCB[0xa] MK_MESSAGE_SCSIID[0x9f] 
SSTAT0[0x0] SSTAT1[0x19] SSTAT2[0x0] SSTAT3[0x0] PERRDIAG[0x0] 
SIMODE1[0xa4] LQISTAT0[0x0] LQISTAT1[0x0] LQISTAT2[0x80] 
LQOSTAT0[0x0] LQOSTAT1[0x0] LQOSTAT2[0x81] 

SCB Count = 272 CMDS_PENDING = 129 LASTSCB 0x10a CURRSCB 0x10a NEXTSCB 0xff00
qinstart = 261 qinfifonext = 261
QINFIFO:
WAITING_TID_QUEUES:
Pending list:
266 FIFO_USE[0x1] SCB_CONTROL[0x60] SCB_SCSIID[0x3f] 
 11 FIFO_USE[0x1] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
 10 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
220 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
165 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
 74 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
130 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
127 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
110 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
197 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
 71 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
 68 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
132 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
138 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
107 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
 69 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
206 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
 73 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
247 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
213 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
166 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
257 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
  1 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
157 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
227 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
254 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
128 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
 13 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
269 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
 94 FIFO_USE[0x0] SCB_CONTROL[0x60] SCB_SCSIID[0x9f] 
 83 

Re: fbsd 6 didnot work on laptop

2006-07-19 Thread Robert C Wittig

Marwan Sultan wrote:


hello,

Well, I did what im doing since 7 years on desktops! just inserted the 
cd, startedup the laptop
and asked for installation, then the normal procedures, you know? 
partitioning..etc..
when the installation done, i removed the cd and restarted, but the 
laptop freeze..on a black screen, blank, nothing..


Do i have to do any speciall thing during installation,
will you help please?
I dunt know what loader u ment, just the default one?

I wish to run freebsd on my laptop as well its on my desktop since years.


'Laptop' is a generic term.

Some laptops are built with hardware that is supported by the 
distribution that you are attempting to install, and some laptops are 
not supported by the distribution that you are attempting to install... 
or maybe, if you have a weird laptop, nothing will run on it except 
Windows XP.g


The same is true for desktop machines, but with laptops, it is *much* 
more difficult (or impossible) to swap in hardware that is compatible 
with the distribution you are attempting to install.


Did you do some Googling, to see if your specific laptop is compatible?

--
-wittig http://www.robertwittig.com/
.   http://robertwittig.net/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: can someone instruct me on how to use this patch?

2006-07-19 Thread Lowell Gilbert
Jonathan Horne [EMAIL PROTECTED] writes:

 someone from the kde list pointed me to this:

 http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11/kdebase3/files/patch-post-3.5.3-screensavers?rev=1.1content-type=text/x-cvsweb-markup

 can someone please instruct me on what to do with this to i assume merge this 
 into my kde3 port sources?

If you just cvsup your ports, this patch will be included...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Windows FreeBSD

2006-07-19 Thread Lowell Gilbert
horn [EMAIL PROTECTED] writes:

 Now i have FreeBSD 6.1 on my computer. I want to install windows. Windows is
 erased FreeBSD boot loader. How it is possible recovery boot loader 
 (/boot/boot0)?

Frequently Asked Question:
Windows killed my boot manager! How do I get it back?
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/install.html#WIN95-DAMAGED-BOOT-MANAGER
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: x11/kde3 and make fetch

2006-07-19 Thread RW
On Tuesday 18 July 2006 13:04, Hans Lambermont wrote:
 I assume this is a bug  but perhaps I'm doing something wrong ?

I've not seen this, you might check make.conf for errors. 

 Second question : Shouldn't the config screen pop up with 'make config'
 (which it doesn't) instead of 'make fetch' ?

The distfiles might depend on the options, once the options are set, they dont 
need to be set again until they change or you reset them. I don't think 
x11/kde3 uses the standard options framework though so it might be a bit 
different.

BTW use make checksum  rather than make fetch, the latter doesn't validate 
the files. Generally you will want make checksum-recursive to fetch the 
distfiles for all the dependencies. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: defining dependencies for ports

2006-07-19 Thread mh983


- Original Message 
From: Gerard Seibert [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Cc: mike [EMAIL PROTECTED]
Sent: Monday, July 17, 2006 11:33:56 AM
Subject: Re: defining dependencies for ports

mike wrote:

 Alex Zbyslaw wrote:
  Owen G wrote:
 
  You are aware that there exists
  1. ports = source = must be compiled = make install (as above)
  2. packages = executable packages = precompiled = pkgadd -r . . .
 
   
 
  Whilst your description of ports and packages is correct...
 
  So unless you're running a custom kernel, there's no advantage of ports
  over packages.
 
  ...this is not.
 
  Ports are useful :
 
1) For any package with multiple compile-time options (e.g. apache) 
  where *you* want to choose those options rather than be stuck with the 
  ones the *package* was compiled with (c.f. Linux rpms)
 
2) If you want to be as up-to-date as possible - packages take time 
  to pre-compile and can lag the ports tree a little
 
3) If require the source code (for maintaining local patches; 
  because another port or some other local software needs it)
 
  I'm not aware that a custom kernel has any relevance whatsoever.  
  Perhaps you meant unless you have used some cpu-specific compile flag 
  in make.conf but I don't think even that would make a difference.
 
  Also, ports and packages are managed much more easily with a tool like 
  portupgrade or portmanager.  I prefer the former because it has never 
  core-dumped on me, and feels more robust and well maintained.
 
  If you have multiple machines you keep in sync, then portupgrade -p or 
  pkg_create -b can be used to create local packages with *your* 
  compile-time options that other local machines can use.
 
  --Alex
 
 Thanks for the responses.  This is /exactly/ why I'm using ports instead 
 of packages, because I want to have things compiled with my options.  
 However, the reason for my original post was that I'm having a hard time 
 customizing this, for java/Eclipse specifically.  I try make config 
 but it doesn't show anything.  So how do I go about cutting out or 
 changing some of the dependencies that I don't want if there are no 
 OPTIONS defined? 
 
 And I can't find where these dependencies are even defined in this 
 case.  I grep everything in /usr/ports/java/eclipse and don't see 
 references to most of the dependencies.  Where are they defined if not 
 in the BUILD_DEPENDS, etc. variables of the Makefile?
 
 thanks again.  I'm learning a lot in this process.

 Check out the java/eclipse Makefile. It has build options in it that are
 configurable. You can do that either by entering them on the command
 line, or by placing them in the /etc/make.conf file like this:
 
 # java/eclipse section
 .if $(.CURDIR:M*/java/eclipse)
 # Your options are placed here.
 # I usually place them one per line for easier reading
 .endif
 
 I like the /etc/make.conf option myself since I do not have to remember
 to enter the options if I update the port. Also, both portupgrade and
 portmanager will honor any instructions in the /etc/make.conf file.
 Unlike Mike, I prefer 'portmanager' since it seems to do a more through
 update of a ports dependencies, etc., but that is just my opinion.
 
 Ciao
 
 -- 
 Gerard Seibert
 [EMAIL PROTECTED]

Sorry, I wonder if I could ask one more clarification about these dependencies 
without being too annoying.

Following are the listed dependencies for the java/eclipse package.  But all of 
these are not in the Makefile. How does the ports system come up with the other 
dependencies?  For example, this tree shows devel/ORBit2 as a direct dependent 
of java/eclipse.  How did it find that?

I'm not trying to pick apart the dependencies of this package, I would just 
like to understand how this whole ports thing works.  From what I remember of 
trying Gentoo, I had much more control over how the package got built, and I'm 
curious if I can have that same control here.  Thanks for all who have read and 
responded.

java/eclipse 
 |--- accessibility/atk 
 | |--- devel/gettext 
 | | |--- converters/libiconv 
 | | |--- devel/libtool15 
 | |--- devel/glib20 
 | | |--- devel/gmake 
 | | |--- devel/pkg-config 
 | | |--- lang/perl5.8 
 | |--- devel/libtool15 
 | |--- devel/pkg-config 
 |--- archivers/unzip 
 |--- archivers/zip 
 |--- audio/esound 
 | |--- audio/libaudiofile 
 |--- devel/ORBit2 
 | |--- devel/libIDL 
 | | |--- devel/bison 
 | | | |--- devel/m4 
 | |--- devel/popt 
 |--- devel/apache-ant 
 | |--- java/diablo-jdk15 
 | | |--- java/javavmwrapper 
 | | |--- x11/xorg-libraries 
 | | | |--- devel/imake-6 
 | | | |--- graphics/libdrm 
 | | | |--- print/freetype2 
 | | | |--- x11-fonts/fontconfig 
 | | | | 

Re: :::. Sendmail WorkAroundBrokenAAAA.

2006-07-19 Thread Dan Busarow


On Wednesday, July 19, 2006, at 01:09  AM, Mikhail Goriachev wrote:


Doug Hardie wrote:


That option has worked quite well for me.  However, there may be
something unusual with the DNS for that domain.  You will probably
need to provide some specifics on the domain so we can see what DNS
is returning.




Thanks for looking into this. I just realised that the domain in
question got fixed overnight after notifying the sysadmin. I guess this
is a good thing, yet I'm left puzzled with the difference between
confBIND_OPTS option and compiled INET6 support.


WorkAroundBroken does not disable IPv6 lookups, it simply changes 
the behaviour  when receiving SERVFAIL during an IPv6 lookup.


From the sendmail ops manual

  Use “WorkAroundBroken” when faced with a broken nameserver that
  returns SERVFAIL (a temporary failure) on T_ (IPv6) lookups 
during hostname

  canonification.

Dan


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: :::. Sendmail WorkAroundBrokenAAAA.

2006-07-19 Thread David Robillard

Thanks for looking into this. I just realised that the domain in
question got fixed overnight after notifying the sysadmin. I guess this
is a good thing, yet I'm left puzzled with the difference between
confBIND_OPTS option and compiled INET6 support.


Hello Mikhail,

The difference is rather simple. The sendmail program will look up
 records only if it is built with the NETINET6 compile-time macro
defined. If so, it looks up  records first, then A records.

Thus, if sendmail is not compiled for IPv6, then the resolver will
never query  records. Hence there will never have a problem
related to the WorkAroundBroken.

See 24.9.91 as ResolverOptions and 9.2.7 as Broken IPv6 Name
Servers in the sendmail book by O'Reilly (the so called Bat Book
ISBN: 1-56592-839-3)

The book recommends the following if you find a broken Name Server:

a) Notifiy the hostmaster running the broken name server. The sooner
the broken name servers are fixed, the cleaner the internet will run.

b) Add the define(`confBIND_OPTS', `+WorkAroundBroken')dnl into
your sendmail.mc file.

Regards,

David

--
David Robillard
UNIX systems administrator  Oracle DBA
CISSP, RHCE, Sun Certified Security Administrator
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: can someone instruct me on how to use this patch?

2006-07-19 Thread Jonathan Horne
 Jonathan Horne [EMAIL PROTECTED] writes:

 someone from the kde list pointed me to this:

 http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11/kdebase3/files/patch-post-3.5.3-screensavers?rev=1.1content-type=text/x-cvsweb-markup

 can someone please instruct me on what to do with this to i assume merge
 this
 into my kde3 port sources?

 If you just cvsup your ports, this patch will be included...
 ___

i can probably do that... but until now, i have always used portsnap for
keeping my ports updated... if i cvsup once, how will that affect the
future of my ports tree?

thanks,
jonathan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 6.1 - Web Mail Server

2006-07-19 Thread Allen D. Tate
I am preparing to setup a FreeBSD 6.1 machine with Apache/MySQL/PHP for
my web server and I am curious as to your thoughts on the best mail
server to install and why. Any mail server I should steer clear from at
all costs? Thanks in advance for your input.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: fbsd 6 didnot work on laptop

2006-07-19 Thread Derek Ragona
Check your BIOS that you don't have protection of the boot block enabled. 
If you do, remove that protection and reinstall.


Some laptops can get stuck, and you have to pull the battery and AC power 
then restore the AC power to get them to restart.


-Derek


At 05:35 PM 7/18/2006, Marwan Sultan wrote:

Well, i have HP laptop dv5178us model.

i installed freebsd 6.1, after installation is complete, it will ask you 
to remove any cd and reboot

till here is fine

after i reboot, it hangs!!
nothing happens! nothing moves!! just blank black dead screen!!
I installed fbsd again, and the same...infact after the installation is 
complete and you remove the cd to restart it wont restart even you have to 
shutoff the laptop and on again..


Anyone can Advice please?

Marwan.

_
Don't just search. Find. Check out the new MSN Search! http://search.msn.com/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Windows FreeBSD

2006-07-19 Thread Derek Ragona
You can run the install from windows.  Look for booteasy in the tools 
directory on the FreeBSD CD.


-Derek


At 04:22 AM 7/19/2006, horn wrote:

Now i have FreeBSD 6.1 on my computer. I want to install windows. Windows is
erased FreeBSD boot loader. How it is possible recovery boot loader 
(/boot/boot0)?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 6.1 - Web Mail Server

2006-07-19 Thread albi
Allen D. Tate wrote:

 I am preparing to setup a FreeBSD 6.1 machine with Apache/MySQL/PHP for
 my web server and I am curious as to your thoughts on the best mail
 server to install and why. Any mail server I should steer clear from at
 all costs? Thanks in advance for your input.

software-wise :

dovecot + postfix + squirrelmail has proven to me to be the most
flexible and easiest to set up and maintain

hardware-wise :

depends on the amount of users + activity i think, the more RAM the
happier the setup for webmail


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: :::. Sendmail WorkAroundBrokenAAAA.

2006-07-19 Thread Mikhail Goriachev
Dan Busarow wrote:
 On Wednesday, July 19, 2006, at 01:09  AM, Mikhail Goriachev wrote:
 
 Doug Hardie wrote:
 That option has worked quite well for me.  However, there may be
 something unusual with the DNS for that domain.  You will probably
 need to provide some specifics on the domain so we can see what DNS
 is returning.


 Thanks for looking into this. I just realised that the domain in
 question got fixed overnight after notifying the sysadmin. I guess this
 is a good thing, yet I'm left puzzled with the difference between
 confBIND_OPTS option and compiled INET6 support.
 
 WorkAroundBroken does not disable IPv6 lookups, it simply changes 
 the behaviour  when receiving SERVFAIL during an IPv6 lookup.


Thanks for your input Dan.

This was exactly my problem. I was getting SERVFAIL and the
WorkAroundBroken wasn't doing its job despite its purpose to
overcome broken DNS responses. Hence, I decided to recompile sendmail
without INET6 support and it worked.


  From the sendmail ops manual
 
Use “WorkAroundBroken” when faced with a broken nameserver that
returns SERVFAIL (a temporary failure) on T_ (IPv6) lookups 
 during hostname
canonification.
 
 Dan



-- 
Mikhail Goriachev
Webanoide

Telephone: +61 (0)3 62252501
Mobile Phone: +61 (0)4 38255158
E-Mail: [EMAIL PROTECTED]
Web: http://www.webanoide.org

PGP Key ID: 0x4E148A3B
PGP Key Fingerprint: D96B 7C14 79A5 8824 B99D 9562 F50E 2F5D 4E14 8A3B
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 6.1 - Web Mail Server

2006-07-19 Thread Eric
albi wrote:
 Allen D. Tate wrote:
 
 I am preparing to setup a FreeBSD 6.1 machine with Apache/MySQL/PHP for
 my web server and I am curious as to your thoughts on the best mail
 server to install and why. Any mail server I should steer clear from at
 all costs? Thanks in advance for your input.
 
 software-wise :
 
 dovecot + postfix + squirrelmail has proven to me to be the most
 flexible and easiest to set up and maintain
 

i ran squirrelmail for a long time and switched to horde+Imp and find it
a lot better. SM was never updated and didnt do a lot of the nice stuff
that IMP does. Granted IMP is more resource intensive, but it offers a
lot more, especially with all the other modules you can add into the mix
(address book, calendar, etc).

i currently run dovecot + postfix and it works great.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: :::. Sendmail WorkAroundBrokenAAAA.

2006-07-19 Thread Mikhail Goriachev
David Robillard wrote:
 Thanks for looking into this. I just realised that the domain in
 question got fixed overnight after notifying the sysadmin. I guess this
 is a good thing, yet I'm left puzzled with the difference between
 confBIND_OPTS option and compiled INET6 support.
 
 Hello Mikhail,
 
 The difference is rather simple. The sendmail program will look up
  records only if it is built with the NETINET6 compile-time macro
 defined. If so, it looks up  records first, then A records.
 
 Thus, if sendmail is not compiled for IPv6, then the resolver will
 never query  records. Hence there will never have a problem
 related to the WorkAroundBroken.
 
 See 24.9.91 as ResolverOptions and 9.2.7 as Broken IPv6 Name
 Servers in the sendmail book by O'Reilly (the so called Bat Book
 ISBN: 1-56592-839-3)


I actually came across someone on the net mentioning that book and
related IPv6 problems. This is where I got the idea of recompiling
sendmail without INET6 support.


 The book recommends the following if you find a broken Name Server:
 
 a) Notifiy the hostmaster running the broken name server. The sooner
 the broken name servers are fixed, the cleaner the internet will run.


Yep, did that and it got fixed.


 b) Add the define(`confBIND_OPTS', `+WorkAroundBroken')dnl into
 your sendmail.mc file.


I tried that and it didn't work for me. That is why I started this
thread. That line should've fixed my problem but nothing happened. I
noticed you have an extra '+' in your line. I was using:

define(`confBIND_OPTS', `WorkAroundBroken')dnl

Not sure if that would've made any difference.


Thanks for your input David.


 Regards,
 
 David
 


-- 
Mikhail Goriachev
Webanoide

Telephone: +61 (0)3 62252501
Mobile Phone: +61 (0)4 38255158
E-Mail: [EMAIL PROTECTED]
Web: http://www.webanoide.org

PGP Key ID: 0x4E148A3B
PGP Key Fingerprint: D96B 7C14 79A5 8824 B99D 9562 F50E 2F5D 4E14 8A3B
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: fbsd 6 didnot work on laptop

2006-07-19 Thread Marwan Sultan

hey guys!

thanks for all of you, it was the fbsd boot loader, as eric suggested.
now its booting,
BUT :(
during booting it givis the following error

Warning: System tempreture too high shutting down soon!
acpi_tz1: Warning current tempreture (0.0c) exceeds safe limits

and it shuts down immediatly.
i checked my bios setup, you know some bios has tempr. option. but this 
laptop

doesnot have such am option.

- Marwan


Check your BIOS that you don't have protection of the boot block enabled. 
If you do, remove that protection and reinstall.


Some laptops can get stuck, and you have to pull the battery and AC power 
then restore the AC power to get them to restart.


-Derek


At 05:35 PM 7/18/2006, Marwan Sultan wrote:

Well, i have HP laptop dv5178us model.

i installed freebsd 6.1, after installation is complete, it will ask you 
to remove any cd and reboot

till here is fine

after i reboot, it hangs!!
nothing happens! nothing moves!! just blank black dead screen!!
I installed fbsd again, and the same...infact after the installation is 
complete and you remove the cd to restart it wont restart even you have to 
shutoff the laptop and on again..


Anyone can Advice please?

Marwan.

_
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.com/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.



_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


tempreture shutting down.

2006-07-19 Thread Marwan Sultan

I Finally installed 6.1 on my HP Laptop dv5000 serios.

when i restarted for the first time, and During booting,
it gives the following error and it shuts down immediatly

Warning: System tempreture too high shutting down soon!
acpi_tz1: Warning current tempreture (0.0c) exceeds safe limits

I checked my bios setup for any tempreture options, there is nothing there,

Any Advice, or help please.

- Marwan

_
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.com/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: can someone instruct me on how to use this patch?

2006-07-19 Thread Micah

Jonathan Horne wrote:

Jonathan Horne [EMAIL PROTECTED] writes:


someone from the kde list pointed me to this:

http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11/kdebase3/files/patch-post-3.5.3-screensavers?rev=1.1content-type=text/x-cvsweb-markup

can someone please instruct me on what to do with this to i assume merge
this
into my kde3 port sources?

If you just cvsup your ports, this patch will be included...
___


i can probably do that... but until now, i have always used portsnap for
keeping my ports updated... if i cvsup once, how will that affect the
future of my ports tree?

thanks,
jonathan



Just use portsnap to update your ports tree. It should have the patch as 
well since it was committed two weeks ago.


HTH,
Micah
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: defining dependencies for ports

2006-07-19 Thread RW
On Wednesday 19 July 2006 14:52, mh983 wrote:
 How does the ports system come up
 with the other dependencies?  For example, this tree shows devel/ORBit2 as
 a direct dependent of java/eclipse.  How did it find that?

I already answered this in the main thread - this one is a second thread 
created when Owen G answered a list digest (I do wish people wouln't do 
that). 

I was only guessing at the time, but my guess looks right:

$ cd /ports/java/eclipse  make run-depends-list
/usr/ports/accessibility/atk
/usr/ports/audio/esound
/usr/ports/devel/ORBit2
/usr/ports/devel/desktop-file-utils
/usr/ports/devel/gconf2
/usr/ports/devel/glib20
/usr/ports/devel/gnome-vfs
/usr/ports/devel/libIDL
/usr/ports/devel/libbonobo
/usr/ports/devel/libglade2
/usr/ports/devel/pkg-config
/usr/ports/graphics/cairo
/usr/ports/graphics/libart_lgpl
/usr/ports/graphics/libgnomecanvas
/usr/ports/java/jdk14
/usr/ports/misc/gnome-mime-data
/usr/ports/misc/gnomehier
/usr/ports/net/linc
/usr/ports/textproc/libxml2
/usr/ports/textproc/libxslt
/usr/ports/x11-toolkits/gtk20
/usr/ports/x11-toolkits/libbonoboui
/usr/ports/x11-toolkits/libgnomeui
/usr/ports/x11-toolkits/pango
/usr/ports/x11/libgnome

$ export WITHOUT_GNOMEVFS=yes ;  make run-depends-list
/usr/ports/accessibility/atk
/usr/ports/devel/desktop-file-utils
/usr/ports/devel/glib20
/usr/ports/devel/pkg-config
/usr/ports/graphics/cairo
/usr/ports/java/jdk14
/usr/ports/x11-toolkits/gtk20
/usr/ports/x11-toolkits/pango
  

 I'm not trying to pick apart the dependencies of this package, I would just
 like to understand how this whole ports thing works.  From what I remember
 of trying Gentoo, I had much more control over how the package got built,


I think the problem is that as time goes by more and more GTK ports are 
becoming increasingly Gnomified.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: fbsd 6 didnot work on laptop

2006-07-19 Thread Erik Nørgaard
Marwan Sultan wrote:
 hey guys!
 
 thanks for all of you, it was the fbsd boot loader, as eric suggested.
 now its booting,
 BUT :(
 during booting it givis the following error
 
 Warning: System tempreture too high shutting down soon!
 acpi_tz1: Warning current tempreture (0.0c) exceeds safe limits
 
 and it shuts down immediatly.
 i checked my bios setup, you know some bios has tempr. option. but this
 laptop
 doesnot have such am option.

The boot menu should allow you to boot without the acpi module, try
that. if your system does not support acpi - or the system acpi is not
supported by freebsd then you might get such errors.

If this works then you just gotta figure out making it default.

cheers erik

-- 
Ph: +34.666334818  web: http://www.locolomo.org
X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt
Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9


smime.p7s
Description: S/MIME Cryptographic Signature


Memory usage for MySQL

2006-07-19 Thread Thaddeus Quintin
I'm working on a FreeBSD 6.1 machine and setting up MySQL 5.0 with  
some InnoDB tables.


The machine has 2GB of RAM and will primarily be used as a database  
machine and will also be serving files over NFS (not high volume).


The issue that I'm having is that when I start up MySQL I get a  
couple Out of Memory errors before it actually starts up.  Looks  
like this-


060719 11:55:35  InnoDB: Started; log sequence number 0 43656
/usr/local/libexec/mysqld: Out of memory (Needed 950109184 bytes)
/usr/local/libexec/mysqld: Out of memory (Needed 712581120 bytes)
060719 11:55:35 [Note] /usr/local/libexec/mysqld: ready for connections.
Version: '5.0.22-log'  socket: '/tmp/mysql.sock'  port: 3306

If I reduce or increase the innodb_buffer_pool_size variable for  
MySQL I can eliminate or increase the number of errors.  This set of  
errors was with innodb_buffer_pool_size set to 600M


This is what top currently shows for MySQL-
  PID USERNAME  THR PRI NICE   SIZERES STATE  C   TIME   WCPU  
COMMAND
  871 mysql   8  200  1196M   159M kserel 0   0:01  0.00%  
mysqld


I tweaked /boot/loader.conf to allow larger data size for processes  
already (rebooted after changes)-

kern.maxdsiz=1395864371 # 1.3GB
kern.dfldsiz=1395864371 # 1.3GB
kern.maxssiz=134217728 # 128MB

If there's an out of memory error, how come MySQL starts up?  Is this  
something to be concerned about?  What else should I be checking to  
figure this out?


Thanks-
Thaddeus
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: tempreture shutting down.

2006-07-19 Thread Derek Ragona

That is on your motherboard.  You probably have a fan that isn't running right.

-Derek

At 11:28 AM 7/19/2006, Marwan Sultan wrote:

I Finally installed 6.1 on my HP Laptop dv5000 serios.

when i restarted for the first time, and During booting,
it gives the following error and it shuts down immediatly

Warning: System tempreture too high shutting down soon!
acpi_tz1: Warning current tempreture (0.0c) exceeds safe limits

I checked my bios setup for any tempreture options, there is nothing there,

Any Advice, or help please.

- Marwan

_
Don't just search. Find. Check out the new MSN Search! http://search.msn.com/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: nologin: Attempted login by root on UNKNOWN

2006-07-19 Thread Tuc at T-B-O-H.NET
 
 Tuc at T-B-O-H.NET wrote:
 
 Jul 18 14:08:47 asgard nologin: Attempted login by root on UNKNOWN
   
 
 Something running *as* root is trying to su to an account which has 
 /bin/nologin as a shell
 
 e.g. # su avahi
 
 cartman nologin: Attempted login by alex on /dev/ttyp7
 
 avahi:*:558:558:Avahi Daemon User:/nonexistent:/sbin/nologin

Thats what I was thinking...
 
 If it were running detached from a terminal (in the background; started 
 from an rc script) then it would have no terminal to report, hence UNKNOWN.

Makes sense. :)
 
 Tracking down what, is another matter.  ps uagx and kill processes one 
 by one until the message stops!  Or try ktracing suspects for a less 
 drastic approach.
 
I'm pretty sure it has to do with my sendmail. Why all of a sudden
its done this I'm not sure. I shut down sendmail for an hour and the messages
stopped. When I started it back up, it started again. I'm running :

sendmail / procmail / SpamAssassin

If I was to ktrace sendmail, what would I be looking for? What
options do I pass to it to get all the sub processes?

Thanks, Tuc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Memory usage for MySQL

2006-07-19 Thread Charles Swiger

On Jul 19, 2006, at 1:14 PM, Thaddeus Quintin wrote:
The issue that I'm having is that when I start up MySQL I get a  
couple Out of Memory errors before it actually starts up.  Looks  
like this-


060719 11:55:35  InnoDB: Started; log sequence number 0 43656
/usr/local/libexec/mysqld: Out of memory (Needed 950109184 bytes)
/usr/local/libexec/mysqld: Out of memory (Needed 712581120 bytes)
060719 11:55:35 [Note] /usr/local/libexec/mysqld: ready for  
connections.

Version: '5.0.22-log'  socket: '/tmp/mysql.sock'  port: 3306


FreeBSD defaults to having a 512MB maximum process datasize.  Add  
something like:


kern.dfldsiz=1G

...to /boot/loader.conf.

--
-Chuck

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: can someone instruct me on how to use this patch?

2006-07-19 Thread Jonathan Horne
 Jonathan Horne wrote:
 Jonathan Horne [EMAIL PROTECTED] writes:

 someone from the kde list pointed me to this:

 http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11/kdebase3/files/patch-post-3.5.3-screensavers?rev=1.1content-type=text/x-cvsweb-markup

 can someone please instruct me on what to do with this to i assume
 merge
 this
 into my kde3 port sources?
 If you just cvsup your ports, this patch will be included...
 ___

 i can probably do that... but until now, i have always used portsnap for
 keeping my ports updated... if i cvsup once, how will that affect the
 future of my ports tree?

 thanks,
 jonathan


 Just use portsnap to update your ports tree. It should have the patch as
 well since it was committed two weeks ago.

 HTH,
 Micah

perplexing... as i just rebuilt my entire system last weekend.  i did
restore my entire homedir from backup, so maybe i have some configuration
file thats blocking proper operation.  ill create another user on my
system later today, and see if the screensaver behavior isnt different.

thanks,
jonathan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: stop apache processing connect requests

2006-07-19 Thread fbsd
This is a vanilla install of apache13 with php4 port running on a
6.0 release of FreeBSD.
Are you saying the php4 port is allowing these connection
transaction requests through?
If so would this not be considered a bug in the php4 port?

-Original Message-
From: Lowell Gilbert
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 19, 2006 8:47 AM
To: [EMAIL PROTECTED]
Subject: Re: stop apache processing connect requests


fbsd [EMAIL PROTECTED] writes:

 In my httpd-access.log I have started to see a lot of these
 messages.
 How do I tell Apache server to not allow this kind of input?
 I have already commented out proxy_module in httpd.config.

 219-86-33-41 - - [18/Jul/2006:12:18:55 -0400] CONNECT
 168.95.5.101:25 HTTP/1.0 200 6989 - -
 219-86-33-41 - - [18/Jul/2006:12:18:56 -0400] CONNECT
 168.95.5.103:25 HTTP/1.0 200 6989 - -
 219-86-33-41 - - [18/Jul/2006:12:18:57 -0400] CONNECT
 168.95.5.105:25 HTTP/1.0 200 6989 - -

You might do better to go to the Apache lists for this question.
This shouldn't happen with a default configuration, so it's
probably something you've modified locally.

Make sure you reloaded the configuration after changing it, and that
the daemon is loading the configuration file you edited...

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: tempreture shutting down.

2006-07-19 Thread Alex Zbyslaw

Derek Ragona wrote:



At 11:28 AM 7/19/2006, Marwan Sultan wrote:


I Finally installed 6.1 on my HP Laptop dv5000 serios.

when i restarted for the first time, and During booting,
it gives the following error and it shuts down immediatly

Warning: System tempreture too high shutting down soon!
acpi_tz1: Warning current tempreture (0.0c) exceeds safe limits

I checked my bios setup for any tempreture options, there is nothing 
there,


Any Advice, or help please.

- Marwan


That is on your motherboard.  You probably have a fan that isn't 
running right.


-Derek


Or a duff ACPI config.  Try booting without acpi and see if that helps.  
Or search acpi@ archives or try a question there.


Try acpidump -d and look for TZ or tz.  You can do that from single 
user mode, if the machine stays up long enough.  You could also try from 
fixit shell from the boot CD.


My theory is that the ACPI contains some duff builtin max temperature 
for a zone because a temp of 0.0c isn't really that hot for a PC!


--Alex


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: can someone instruct me on how to use this patch?

2006-07-19 Thread Lowell Gilbert
Jonathan Horne [EMAIL PROTECTED] writes:

 Jonathan Horne [EMAIL PROTECTED] writes:

 someone from the kde list pointed me to this:

 http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11/kdebase3/files/patch-post-3.5.3-screensavers?rev=1.1content-type=text/x-cvsweb-markup

 can someone please instruct me on what to do with this to i assume merge
 this
 into my kde3 port sources?

 If you just cvsup your ports, this patch will be included...
 ___

 i can probably do that... but until now, i have always used portsnap for
 keeping my ports updated... if i cvsup once, how will that affect the
 future of my ports tree?

Oh.  No, you should be able to use portsnap instead of cvsup to get
the patch.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: tempreture shutting down.

2006-07-19 Thread Alex Zbyslaw

Alex Zbyslaw wrote:


Derek Ragona wrote:



At 11:28 AM 7/19/2006, Marwan Sultan wrote:


I Finally installed 6.1 on my HP Laptop dv5000 serios.

when i restarted for the first time, and During booting,
it gives the following error and it shuts down immediatly

Warning: System tempreture too high shutting down soon!
acpi_tz1: Warning current tempreture (0.0c) exceeds safe limits

I checked my bios setup for any tempreture options, there is nothing 
there,


Any Advice, or help please.

- Marwan



That is on your motherboard.  You probably have a fan that isn't 
running right.


-Derek



Or a duff ACPI config.  Try booting without acpi and see if that 
helps.  Or search acpi@ archives or try a question there.


Try acpidump -d and look for TZ or tz.  You can do that from single 
user mode, if the machine stays up long enough.  You could also try 
from fixit shell from the boot CD.


My theory is that the ACPI contains some duff builtin max temperature 
for a zone because a temp of 0.0c isn't really that hot for a PC!


In desperation you could also try upgrading/downgrading the BIOS - just 
make sure to keep a copy of the one you have!


--Alex



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Memory usage for MySQL

2006-07-19 Thread Thaddeus Quintin

On Jul 19, 2006, at 1:38 PM, Charles Swiger wrote:
FreeBSD defaults to having a 512MB maximum process datasize.  Add  
something like:


kern.dfldsiz=1G

...to /boot/loader.conf.


I already took care of that, it was in my first email-
I tweaked /boot/loader.conf to allow larger data size for  
processes already (rebooted after changes)-

kern.maxdsiz=1395864371 # 1.3GB
kern.dfldsiz=1395864371 # 1.3GB
kern.maxssiz=134217728 # 128MB


From what I read, that should do it, but I still get those start up  
errors before MySQL decides to run.  Maybe it has something to do  
with how quickly MySQL is asking for memory?


Thaddeus
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Memory usage for MySQL

2006-07-19 Thread Charles Swiger

On Jul 19, 2006, at 2:31 PM, Thaddeus Quintin wrote:

I already took care of that, it was in my first email-
I tweaked /boot/loader.conf to allow larger data size for  
processes already (rebooted after changes)-

kern.maxdsiz=1395864371 # 1.3GB
kern.dfldsiz=1395864371 # 1.3GB
kern.maxssiz=134217728 # 128MB


From what I read, that should do it, but I still get those start up  
errors before MySQL decides to run.  Maybe it has something to do  
with how quickly MySQL is asking for memory?


Or maybe it's trying to ask for a big shared memory segment...?

--
-Chuck

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


StartUp Errors and IP change continued

2006-07-19 Thread DSA - JCR
Hi all again

I have changed the IP with ifconfig and tested it and rebooted my FreeBSD
6.1 amd64 box, but I have errors when I reboot. This are:

-sm-mta[490]:NOQUEUE: SYSERR(root): opendaemon socket
- daemon0: cannot bind: can't assign requested address
- problem creating SMT  (error lines overlap)
- server SMTP socket wedged:existin

this is what I could see because several lines overlap and was a bit
difficult to see the messages.

What's happening?


Thanks in advance and best regards

Juan Coruña
Desarrollo de Software Atlantico



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Memory usage for MySQL

2006-07-19 Thread Thaddeus Quintin

On Jul 19, 2006, at 2:37 PM, Charles Swiger wrote:

On Jul 19, 2006, at 2:31 PM, Thaddeus Quintin wrote:

I already took care of that, it was in my first email-
I tweaked /boot/loader.conf to allow larger data size for  
processes already (rebooted after changes)-

kern.maxdsiz=1395864371 # 1.3GB
kern.dfldsiz=1395864371 # 1.3GB
kern.maxssiz=134217728 # 128MB


From what I read, that should do it, but I still get those start  
up errors before MySQL decides to run.  Maybe it has something to  
do with how quickly MySQL is asking for memory?


Or maybe it's trying to ask for a big shared memory segment...?
Your guess is as good as mine.  Are there tools or anything else I  
can use to try and figure this out?


Thaddeus
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Memory usage for MySQL

2006-07-19 Thread Charles Swiger

On Jul 19, 2006, at 2:51 PM, Thaddeus Quintin wrote:

Or maybe it's trying to ask for a big shared memory segment...?
Your guess is as good as mine.  Are there tools or anything else I  
can use to try and figure this out?


MySQL probably has some documentation which would help, although if  
you wait a bit, perhaps Greg Lehey or someone more familiar with MySQL 
+FreeBSD will chime in... :-)


--
-Chuck

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


sendmail genericstable has broken

2006-07-19 Thread Andrew Wingorodov
hi, all
i for a long time use subj. its simple, always correctly worked.
now the sendmail substitutes a [EMAIL PROTECTED], but [EMAIL PROTECTED] is 
required
that happens?

#/etc/mail/ws.andr.ru.mc
...
FEATURE(genericstable, `hash -o /etc/mail/genericstable')
FEATURE(`allmasquerade')
FEATURE(`masquerade_envelope')
GENERICS_DOMAIN(`ws.andr.ru')dnl
...
#EOF

#/etc/mail/genericstable
@ws.andr.ru[EMAIL PROTECTED]
#EOF

-- 
Andrew Wingborn
http://andr.ru/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: StartUp Errors and IP change continued

2006-07-19 Thread jan gestre

On 7/20/06, DSA - JCR [EMAIL PROTECTED] wrote:


Hi all again

I have changed the IP with ifconfig and tested it and rebooted my FreeBSD
6.1 amd64 box, but I have errors when I reboot. This are:

-sm-mta[490]:NOQUEUE: SYSERR(root): opendaemon socket
- daemon0: cannot bind: can't assign requested address
- problem creating SMT  (error lines overlap)
- server SMTP socket wedged:existin

this is what I could see because several lines overlap and was a bit
difficult to see the messages.

What's happening?


there maybe a conflict of ip address, try to look at /etc/rc.conf and see

if your desired ip is what it says, if not edit it here via your editor then
reboot, it should work.

HTH
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 6.1 - Web Mail Server

2006-07-19 Thread jan gestre

On 7/19/06, albi [EMAIL PROTECTED] wrote:


Allen D. Tate wrote:

 I am preparing to setup a FreeBSD 6.1 machine with Apache/MySQL/PHP for
 my web server and I am curious as to your thoughts on the best mail
 server to install and why. Any mail server I should steer clear from at
 all costs? Thanks in advance for your input.

software-wise :

dovecot + postfix + squirrelmail has proven to me to be the most
flexible and easiest to set up and maintain

hardware-wise :

depends on the amount of users + activity i think, the more RAM the
happier the setup for webmail


i ran squirrelmail before with courier-imap and postfix but now i'm
running dovecot + postfix and roundcube as webmail client, have no problems
so far, and you gotta see roundcube its cool better than squirrel and very
easy to configure. although it is still in the development stage it's good
enough for production use, for starters roundcube has drag and drop
features, ain't that great? but i suggest you use the svn version instead of
the ports.




HTH
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Need advice on Raid and FreeNas

2006-07-19 Thread Jim Freeze

Hi

I am setting up a file server for a small office (10 computers).
My first attempt at this I used FreeNas. It was easy to setup
and I like that the system is dedicated.

One downside of this method is that the write times are slower
than I expected. I am using SATA2 drives w/ 8MB buffer on a
100MB network, but the write times I was getting was about
2.5GB per hour. I expected 5 GB in ten minutes.

The mother board I am using has a built in raid controller, but
I have never read about anyone having warm fuzzies using
a built in raid card.

I assume I could use a hardware raid with FreeNas and have
it setup the CIFS and NFS systems. It is also nice to
be able to boot from a USB drive.

Another downside is that it is not easy to build and install scripts
onto a FreeNas system.

Can someone tell me if I am heading down the wrong path using
FreeNas? Should I just use a hardware raid and install FBSD
so I have access to the ports and and configure samba and nfs manually?

I could probably work around the script issue if I could figure out how
to get a fast raid with FreeNas, since I like the simplicity and the fact
that I can upgrade the system very easily.


Thanks for any input.

--
Jim Freeze
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Need advice on Raid and FreeNas

2006-07-19 Thread pete wright

On 7/19/06, Jim Freeze [EMAIL PROTECTED] wrote:

Hi

I am setting up a file server for a small office (10 computers).
My first attempt at this I used FreeNas. It was easy to setup
and I like that the system is dedicated.

One downside of this method is that the write times are slower
than I expected. I am using SATA2 drives w/ 8MB buffer on a
100MB network, but the write times I was getting was about
2.5GB per hour. I expected 5 GB in ten minutes.



a better metric for us would be network throughput and disk I/O over a
shorter period, like kilobit's per sec.


The mother board I am using has a built in raid controller, but
I have never read about anyone having warm fuzzies using
a built in raid card.


hmm...actually the oposite is generally true.  what motherboard are
you using, and what is the RAID controller chipset?



I assume I could use a hardware raid with FreeNas and have
it setup the CIFS and NFS systems. It is also nice to
be able to boot from a USB drive.

Another downside is that it is not easy to build and install scripts
onto a FreeNas system.



I'd hit the FreeNAS list regarding questions about scripting and configuration.


Can someone tell me if I am heading down the wrong path using
FreeNas? Should I just use a hardware raid and install FBSD
so I have access to the ports and and configure samba and nfs manually?


it really depends on how you would like to admin it.  some folks
prefer using a full FreeBSD RELEASE, others seem to prefer FreeNAS.


-pete

--
~~o0OO0o~~
Pete Wright
www.nycbug.org
NYC's *BSD User Group
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: tempreture shutting down.

2006-07-19 Thread jan gestre

On 7/20/06, Marwan Sultan [EMAIL PROTECTED] wrote:


I Finally installed 6.1 on my HP Laptop dv5000 serios.

when i restarted for the first time, and During booting,
it gives the following error and it shuts down immediatly

Warning: System tempreture too high shutting down soon!
acpi_tz1: Warning current tempreture (0.0c) exceeds safe limits

I checked my bios setup for any tempreture options, there is nothing
there,

Any Advice, or help please.

i had a similar problem not with a laptop though but with an old compaq

pentium 200mhz, it keeps on saying that message but if i touch the box its
feels cold, what i did was just turn off the machine for 30 mins to 1 hour
then turn it back on, and whoalla i don't recieve that message anymore, if
this doesn't work for you then i think it has something to do with your cpu
fan not working or a motherboard problem.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Need advice on Raid and FreeNas

2006-07-19 Thread Jim Freeze

On 7/19/06, pete wright [EMAIL PROTECTED] wrote:

On 7/19/06, Jim Freeze [EMAIL PROTECTED] wrote:
 Hi

 I am setting up a file server for a small office (10 computers).
 My first attempt at this I used FreeNas. It was easy to setup
 and I like that the system is dedicated.

 One downside of this method is that the write times are slower
 than I expected. I am using SATA2 drives w/ 8MB buffer on a
 100MB network, but the write times I was getting was about
 2.5GB per hour. I expected 5 GB in ten minutes.

a better metric for us would be network throughput and disk I/O over a
shorter period, like kilobit's per sec.


Well, if I do the math, 5GB/3600 =  1356 KB/sec.
A 100MB/s network has a maximum thruput of 12800KB/sec.

So, I am getting 10% of the available BW.


 The mother board I am using has a built in raid controller, but
 I have never read about anyone having warm fuzzies using
 a built in raid card.

hmm...actually the oposite is generally true.  what motherboard are
you using, and what is the RAID controller chipset?


Opposite of what?
I don't have the specs in front of me, but one is a 945? Intel and the
other is a AMD. I'll have to get the specs.


 I assume I could use a hardware raid with FreeNas and have
 it setup the CIFS and NFS systems. It is also nice to
 be able to boot from a USB drive.

 Another downside is that it is not easy to build and install scripts
 onto a FreeNas system.


I'd hit the FreeNAS list regarding questions about scripting and configuration.


I've been down that road, but have not been able to dig up an active
list. The bb system seems rather sparse. Do you have a link for me to
an active mailing list?


--
Jim Freeze
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Need advice on Raid and FreeNas

2006-07-19 Thread Bill Moran
In response to Jim Freeze [EMAIL PROTECTED]:

 On 7/19/06, pete wright [EMAIL PROTECTED] wrote:
  On 7/19/06, Jim Freeze [EMAIL PROTECTED] wrote:
   Hi
  
   I am setting up a file server for a small office (10 computers).
   My first attempt at this I used FreeNas. It was easy to setup
   and I like that the system is dedicated.
  
   One downside of this method is that the write times are slower
   than I expected. I am using SATA2 drives w/ 8MB buffer on a
   100MB network, but the write times I was getting was about
   2.5GB per hour. I expected 5 GB in ten minutes.
  
  a better metric for us would be network throughput and disk I/O over a
  shorter period, like kilobit's per sec.
 
 Well, if I do the math, 5GB/3600 =  1356 KB/sec.
 A 100MB/s network has a maximum thruput of 12800KB/sec.
 
 So, I am getting 10% of the available BW.

Have you checked to make sure the NIC is negotiating at the right speed?
Sounds suspiciously like it's running at 10MB/sec.

[snip]

-- 
Bill Moran
Collaborative Fusion Inc.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Need advice on Raid and FreeNas

2006-07-19 Thread Jim Freeze

Have you checked to make sure the NIC is negotiating at the right speed?
Sounds suspiciously like it's running at 10MB/sec.


The 100MB light is lit up, but I did not turn off ICMP redirects. I
think I'll try this tonight.


--
Jim Freeze
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 6.1: open(/dev/lpt0, O_WRONLY) hangs up

2006-07-19 Thread george+freebsd
Print jobs get into my print queu, but they don't get out.  So I started
debugging lpd.  After a lot of screwing around, I discovered that the
program was hanging up on line 1875 of printjob.c:

pfd = open(pp-lp, pp-rw ? O_RDWR : O_WRONLY);

pp-lp is /dev/lpt0
pp-rw is 0

So then I returned to my shell prompt and typed in:

cat /dev/null /dev/lpt0

and that hung up uninterruptibly.  What's going on?

FreeBSD 6.1-RELEASE, unmodified generic kernel.  All this worked normally
under 5.3, though that needed 'hw.intr_storm_threshold=2000'.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


P.S. FreeBSD 6.1: open(/dev/lpt0, O_WRONLY) hangs up

2006-07-19 Thread george+freebsd
P.S. Here's what dmesg has to say about my parallel port:

ppc0: ECP parallel printer port port 0x378-0x37f,0x778-0x77b irq 7 drq 3 on 
acpi0
ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/16 bytes threshold
ppbus0: Parallel port bus on ppc0
ppbus0: IEEE1284 device found /NIBBLE/ECP
Probing for PnP devices on ppbus0:
ppbus0: OKI DATA CORP OKIPAGE 10ex PJL,PCLXL,PCL,EPSONFX,IBMPPR
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


File System for attached storage?

2006-07-19 Thread Atom Powers

All the modern storage cabinets have two data ports (mine has two
SCSI320 ports) so they can be attached to two servers. But what kind
of file system can you use that would make that data available to both
servers?

Splitting the storage in half isn't an option, as that doesn't give
added redundancy.

I've head of GFS and Coda, but I can't find any information about how
stable these file systems are on FreeBSD 6.x.

What do/would you use to share a storage device between two servers?

--
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: File System for attached storage?

2006-07-19 Thread Jonathan Horne
On Wednesday 19 July 2006 18:55, Atom Powers wrote:
 All the modern storage cabinets have two data ports (mine has two
 SCSI320 ports) so they can be attached to two servers. But what kind
 of file system can you use that would make that data available to both
 servers?

 Splitting the storage in half isn't an option, as that doesn't give
 added redundancy.

 I've head of GFS and Coda, but I can't find any information about how
 stable these file systems are on FreeBSD 6.x.

 What do/would you use to share a storage device between two servers?

unless youre referring to some sort of SAN, ive never heard of a drive cage 
that was designed for 2 servers.  what model storage cabinet do you have, and 
does the manual say/show it being attached to 2 servers?  are you sure those 
2 ports are not one for in, and one for out?

cheers,
jonathan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: File System for attached storage?

2006-07-19 Thread Atom Powers

On 7/19/06, Jonathan Horne [EMAIL PROTECTED] wrote:

On Wednesday 19 July 2006 18:55, Atom Powers wrote:
 All the modern storage cabinets have two data ports (mine has two
 SCSI320 ports) so they can be attached to two servers. But what kind
 of file system can you use that would make that data available to both
 servers?


unless youre referring to some sort of SAN, ive never heard of a drive cage
that was designed for 2 servers.  what model storage cabinet do you have, and
does the manual say/show it being attached to 2 servers?  are you sure those
2 ports are not one for in, and one for out?



Promise Vtrak M300p, 12 drive SATA storage cabinet with two SCSI
Ultra320 controllers. I'm almost positive it can handle two servers
connected to it.

But I also have a SAN cabinet (14 SCSI drives). So my question is
still relevant even if the Vtrak can only have one server attached.

--
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


linux-firefox : cups printers not found

2006-07-19 Thread Norberto Meijome
hi all,
I recently changed www/firefox for www/linux-firefox . I now realised that my
CUPS printers are not available from File - Print., only 'Postcript/default' is
available.

Cupsd is available and managed fine on localhost:631. I can print via lpr
-Pprintername, openoffice does show the cups printers in its dropdown.

I am not sure how to proceed. Is there an option to enable cups support in
linux-firefox? Am I supposed to rebuild linux-firefox from source (but ... how
from freebsd? :-? )

The system is:
$ uname -a
FreeBSD ayiin..com 6.1-STABLE FreeBSD 6.1-STABLE #2: Sat Jul 15
12:29:06 EST 2006
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/AYIIN  i386

linux-firefox itself tells me this about it:
Generated: Thu Jul 20 2006 10:44:43 GMT+1000 (EST)
User Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508
FreeBSD/i386 Firefox/1.5.0.4 Build ID: 2006050817


$ pkg_info | grep -i cups
cups-1.2.0  The Common UNIX Printing System: Metaport to install comple
cups-base-1.2.0_2   The Common UNIX Printing System
cups-pdf-2.4.1_1A virtual printer for CUPS to produce PDF files
cups-pstoraster-8.15 Postscript interpreter for CUPS printing to non-PS printers
cups-samba-5.0.r3   The Common UNIX Printing System:  MS Windows client drivers
libgnomecups-0.2.2_1,1 Support library for gnome cups admistration

$ pkg_info | grep firefox
firefox-remote-20040803 Wrapper scripts for firefox web browser
linux-firefox-1.5.0.4 Web browser based on the browser portion of Mozilla

$ pkg_info | grep linux
linux-XFree86-libs-4.3.99.902_7 XFree86 libraries, Linux binary
linux-atk-1.9.1 Accessibility Toolkit, Linux/i386 binary
linux-expat-1.95.8  Linux/i386 binary port of Expat XML-parsing library
linux-firefox-1.5.0.4 Web browser based on the browser portion of Mozilla
linux-flashplugin-7.0r63 The official Macromedia Flash Player for Linux Mozilla
and linux-fontconfig-2.2.3_5 Linux/i386 binary of Fontconfig
linux-glib2-2.6.6   Version 2.X Linux/i386 binary port of GLib
linux-gtk2-2.6.10   GTK+ library, version 2.X, Linux binary
linux-hicolor-icon-theme-0.5 A high-color icon theme shell from the FreeDesktop
project linux-jpeg-6b.34RPM of the JPEG lib
linux-pango-1.8.1   Linux pango binary
linux-png-1.2.8_2   RPM of the PNG lib
linux-realplayer-10.0.7.785.20060201 Linux RealPlayer 10 from RealNetworks
linux-tiff-3.7.1TIFF library, Linux/i386 binary
linux-xorg-libs-6.8.2_5 Xorg libraries, linux binaries
linux_base-fc-4_6   Base set of packages needed in Linux mode (for i386/amd64)
linux_dri-6.5   Binary Linux DRI libraries for 3D hardware acceleration of
linuxpluginwrapper-20051113_4 A wrapper allowing use of linux-plugins with
native applica

Thanks for any help!!
Beto
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


coldfusion alternative

2006-07-19 Thread Glenn McCalley
OK so a good customer of long standing wants a coldfusion website.
Some developer, the husband of one of his staff (so that makes him a
trusted advisor, right?), has convinced him it's the only way to do it.
My position is maybe that's the only way -he- can do it but there's a whole
wide world of alternatives out there.

Looking at it, he wants to collect some data on an input form, then hash it
over a couple of ways and present the results.  Pretty graphics maybe as
well.  Looks to me like Perl... don't even need a real database, heck
DB_File would work just fine for this.
OK with me...
...but what's the argument to present other than you don't need
coldfusion?

I'd even put CF on the system and be done with it if there was a FreeBSD
version (anyone have any luck with that?).  Tracked down BlueDragon but
that's apparently Win only as well.

Ammunition wanted.
Thanks
Glenn.





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to change NIC IP when system is running FBSD 6.1

2006-07-19 Thread Matthias Apitz
El día Tuesday, July 18, 2006 a las 09:13:05AM -, DSA - JCR escribió:

 Hi all
 
 I need to change the IP and netmask of my FreeBSD 6.1 Box and I dont' know
 how to do once the system is up and running. I have tried doing with KDE
 but I have several errors when I restart the computer.
 
 I have Samba installed also.
 
 
 Can anyone help me?
 
 Thanks in advance and best regards
 
 Juan Coruña
 Desarrollo de Software Atlantico

Hi,

If you only want to make it for the moment you may use as 'root'

# ifconfig {if-name} xxx.xxx.xxx.xxx netmask yyy.yyy.yyy.yyy

If it has to be for the next reboot, change /etc/rc.conf.

Si lo quieres hacer sólo para el momento, usas siendo 'root'
la herramienta de arriba, si es para el próximo arrancar,
se cambia el fichero /etc/rc.conf. 

Saludos

Matthias
-- 
Matthias Apitz
Manager Technical Support - OCLC PICA GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e [EMAIL PROTECTED] - w http://www.oclcpica.org/ http://guru.UnixLand.de/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: coldfusion alternative

2006-07-19 Thread Norberto Meijome
On Wed, 19 Jul 2006 21:10:03 -0400
Glenn McCalley [EMAIL PROTECTED] wrote:

 OK so a good customer of long standing wants a coldfusion website.
 Some developer, the husband of one of his staff (so that makes him a
 trusted advisor, right?), has convinced him it's the only way to do it.
 My position is maybe that's the only way -he- can do it but there's a whole
 wide world of alternatives out there.
 
 Looking at it, he wants to collect some data on an input form, then hash it
 over a couple of ways and present the results.  Pretty graphics maybe as
 well.  Looks to me like Perl... don't even need a real database, heck
 DB_File would work just fine for this.
 OK with me...
 ...but what's the argument to present other than you don't need
 coldfusion?
 
 I'd even put CF on the system and be done with it if there was a FreeBSD
 version (anyone have any luck with that?).  Tracked down BlueDragon but
 that's apparently Win only as well.
 
 Ammunition wanted.
 Thanks
 Glenn.

hey,
sorry, i don't think I've included  much  hard-ammo... but anyway

I had to endure CF in a past life thanks to an over-enthusiastic colleague who
presented similar arguments to those described before I started ... then, of
course, he left and the rest is a (horrid) story. Anyway:

 - licensing : careful here - expensive (definitely way more expensive than
OSS - not only in licensing ,but support, community,etc). Not sure if it is
still true, but I remember we had to renew the license EVERY year to keep a
site alive. Ridiculous.
 - from memory, blue dragon (or some other 'dragon related to cf' did run on
linux and/or FBSD.
- last resort, CF runs on Linux  - maybe it runs under FBsd
with linux-compat?

- what does your client WANT? (not the means to get to it, but the end
result? ) figuring out the tech to use for a solution isnt, IMHO, what he/she
should be worrying about - follow a normal spec out of the project, then
present the different alternatives... maybe, and just *maybe*, CF *IS* the best
solution, but I very seriously doubt it.

btw, you can still have a Flash powered site without cf ;) 

good luck ;)
Beto

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: coldfusion alternative

2006-07-19 Thread Danny Thuering

On 7/20/06, Glenn McCalley [EMAIL PROTECTED] wrote:
...

I'd even put CF on the system and be done with it if there was a FreeBSD
version (anyone have any luck with that?).  Tracked down BlueDragon but
that's apparently Win only as well.

...

hi,

you can deploy cf as a java application on any j2ee compliant
application server like tomcat :-)

bye
danny
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


(SOLVED) nologin: Attempted login by root on UNKNOWN

2006-07-19 Thread Tuc at T-B-O-H
 You'll have to figure out how that person is getting access as 
 apparently they are reaching the box.
 
Hi,

Turns out has NOTHING to do with someone trying to hack
the box. I narrowed it down to every time there was a clean
message from SpamAssassin I would get the message.

I put :

SHELL=/bin/sh

at the top of all the users .procmailrc and it hasn't
appeared since.

Thanks to everyone who emailed on and off list!

Tuc/TBOH
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: File System for attached storage?

2006-07-19 Thread Dan Nelson
In the last episode (Jul 19), Atom Powers said:
 All the modern storage cabinets have two data ports (mine has two
 SCSI320 ports) so they can be attached to two servers. But what kind
 of file system can you use that would make that data available to
 both servers?
 
 Splitting the storage in half isn't an option, as that doesn't give
 added redundancy.
 
 I've head of GFS and Coda, but I can't find any information about how
 stable these file systems are on FreeBSD 6.x.
 
 What do/would you use to share a storage device between two servers?

You could have an active/passive cluster using the sysutils/heartbeat
port, so that if the primary machine fails, the secondary fscks and
mounts the filesystem, and grabs the cluster IP address.

Another explanation for the two ports is so that you can connect both
cables to a single system for double the throughput, or so you can
daisy-chain multiple cabinets together, if you're more interested in
capacity than speed.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: defining dependencies for ports

2006-07-19 Thread mh983
RW wrote:

 I already answered this in the main thread - this one is a second thread 
 created when Owen G answered a list digest (I do wish people wouln't do 
 that). 
 
  I was only guessing at the time, but my guess looks right:
... 
 I think the problem is that as time goes by more and more GTK ports are 
 becoming increasingly Gnomified.

Terribly sorry about missing your other post.  I use digest mode too, but as of 
today I stopped because it's evil.

Thanks for the response.  I think the output from that webbased dependency list 
is misleading as many of those dependencies are gone once you exclude gnome, 
but the output makes it look like they are direct dependents of eclipse.

Thanks for taking the time to explain this.  Hope my response ends up on the 
right thread.

mike





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: coldfusion alternative

2006-07-19 Thread Jim Stapleton

On 7/19/06, Glenn McCalley [EMAIL PROTECTED] wrote:

OK so a good customer of long standing wants a coldfusion website.
Some developer, the husband of one of his staff (so that makes him a
trusted advisor, right?), has convinced him it's the only way to do it.
My position is maybe that's the only way -he- can do it but there's a whole
wide world of alternatives out there.

Looking at it, he wants to collect some data on an input form, then hash it
over a couple of ways and present the results.  Pretty graphics maybe as
well.  Looks to me like Perl... don't even need a real database, heck
DB_File would work just fine for this.
OK with me...
...but what's the argument to present other than you don't need
coldfusion?

I'd even put CF on the system and be done with it if there was a FreeBSD
version (anyone have any luck with that?).  Tracked down BlueDragon but
that's apparently Win only as well.

Ammunition wanted.
Thanks
Glenn.





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



I wish I had something more solid than this, but this is the best I
have at the moment. I would never suggest cold fusion for one primary
reason:

Every bit of documentation I've seen suggests that
fieldname_required hidden fields are a good idea for data
verification, and they don't mention _anything_ else, or even suggest
the risk with this.

Well, the problem is, a hacker won't sent those tags, and if the data
is critical, then not putting backups could be dangerous. This isn't
necessarily an issue, any two-bit dev should be able to figure this
one out. However useing that as well as a backup check is redundant
and wasteful.

Effectively you are wasting time or giving a hacker a hackme howto.

Any language that promotes either of those is a language I would never
trust - who knows what they've done inside of it, away from prying
eyes.

-Jim Stapleton
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


vmware / vmplayer on freebsd?

2006-07-19 Thread Erin Sharmahd

I'm trying to find some info on google on using vmware server or
vmplayer on freebsd.  In essence, one of my classes is expecting us to
do some windows work, and i'd like to do it in vmware or something
similar so that I don't have to actually install windows

Is it even possible currently to use the most recent version of vmware
or vmplayer on freebsd?  I saw a port for vmware3, but in talking to a
friend, he said that's really old...

Thanks,

~Erin

--
http://www.tuxgirl.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-firefox : cups printers not found

2006-07-19 Thread Norberto Meijome
On Thu, 20 Jul 2006 10:46:06 +1000
Norberto Meijome [EMAIL PROTECTED] wrote:

 hi all,
 I recently changed www/firefox for www/linux-firefox . I now realised that my
 CUPS printers are not available from File - Print., only 'Postcript/default'
 is available.
 

Interestingly, printing to this default printer pushes the data to the default
CUPS printer. (not if I say 'print to file' though).

I reinstalled cups-base to no avail.

 Cupsd is available and managed fine on localhost:631. I can print via lpr
 -Pprintername, openoffice does show the cups printers in its dropdown.
 
 I am not sure how to proceed. Is there an option to enable cups support in
 linux-firefox? Am I supposed to rebuild linux-firefox from source (but ... how
 from freebsd? :-? )
 
 The system is:
 $ uname -a
 FreeBSD ayiin..com 6.1-STABLE FreeBSD 6.1-STABLE #2: Sat Jul 15
 12:29:06 EST 2006
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/AYIIN  i386
 
 linux-firefox itself tells me this about it:
 Generated: Thu Jul 20 2006 10:44:43 GMT+1000 (EST)
 User Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508
 FreeBSD/i386 Firefox/1.5.0.4 Build ID: 2006050817
 
 
 $ pkg_info | grep -i cups
 cups-1.2.0  The Common UNIX Printing System: Metaport to install
 comple cups-base-1.2.0_2   The Common UNIX Printing System
 cups-pdf-2.4.1_1A virtual printer for CUPS to produce PDF files
 cups-pstoraster-8.15 Postscript interpreter for CUPS printing to non-PS
 printers cups-samba-5.0.r3   The Common UNIX Printing System:  MS Windows
 client drivers libgnomecups-0.2.2_1,1 Support library for gnome cups
 admistration
 
 $ pkg_info | grep firefox
 firefox-remote-20040803 Wrapper scripts for firefox web browser
 linux-firefox-1.5.0.4 Web browser based on the browser portion of Mozilla
 
 $ pkg_info | grep linux
 linux-XFree86-libs-4.3.99.902_7 XFree86 libraries, Linux binary
 linux-atk-1.9.1 Accessibility Toolkit, Linux/i386 binary
 linux-expat-1.95.8  Linux/i386 binary port of Expat XML-parsing library
 linux-firefox-1.5.0.4 Web browser based on the browser portion of Mozilla
 linux-flashplugin-7.0r63 The official Macromedia Flash Player for Linux
 Mozilla and linux-fontconfig-2.2.3_5 Linux/i386 binary of Fontconfig
 linux-glib2-2.6.6   Version 2.X Linux/i386 binary port of GLib
 linux-gtk2-2.6.10   GTK+ library, version 2.X, Linux binary
 linux-hicolor-icon-theme-0.5 A high-color icon theme shell from the
 FreeDesktop project linux-jpeg-6b.34RPM of the JPEG lib
 linux-pango-1.8.1   Linux pango binary
 linux-png-1.2.8_2   RPM of the PNG lib
 linux-realplayer-10.0.7.785.20060201 Linux RealPlayer 10 from RealNetworks
 linux-tiff-3.7.1TIFF library, Linux/i386 binary
 linux-xorg-libs-6.8.2_5 Xorg libraries, linux binaries
 linux_base-fc-4_6   Base set of packages needed in Linux mode (for i386/amd64)
 linux_dri-6.5   Binary Linux DRI libraries for 3D hardware acceleration of
 linuxpluginwrapper-20051113_4 A wrapper allowing use of linux-plugins with
 native applica
 
 Thanks for any help!!
 Beto

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


More FreeBSD 6.1: open(/dev/lpt0, O_WRONLY) hangs up

2006-07-19 Thread george+freebsd
More information about my /dev/lpt0 problem:

1. Enabling or disabling ACPI has no effect.
2. If I boot up in single user mode, I can cat a file to /dev/lpt0
and it prints on the printer.
3. Once I go to mutliuser mode, open(/dev/lpt0,O_WRONLY) hangs
forever whether I start lpd or not.
4. If I shutdown now to get back to single user mode and then
cat datafile /dev/lpt0, it hangs until I type control-C, at which
point the shell says: cannot create /dev/lpt0: Interrupted system call
(which really means, looking at the code in /usr/src/bin/sh/redir.c,
cannot OPEN /dev/lpt0).

Help!  -- George Mitchell

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]