On Sunday 04 April 2004 11:47 pm, Jay Moore wrote:
> On Monday 05 April 2004 01:15 am, Kent Stewart wrote:
> > You have an out of date port that depends on gettext. The current
> > library is libintl.so.6. When you updated it, it didn't update all
> > of the dependancies. It almost looks like you h
Hello,
I would like to implement a mechanism in which VERY poor and weak
passwords are checked when the user try to change it with passwd command.
Is there any application allowing this in the ports collection ?
I am not talking about using Crack, but just checking for minimal password
security on
Lo all,
How much of SATA is supported in FreeBSD?? A couple of questions if I may
Firstly, is the Adaptec 2819SA (8-Port SATA RAID Controller) supported by FreeBSD
(4.8/4.9), and if it is, will a ufs file system cope with a 2TB, or bigger partition
(8 x 250GB SATA). I then also presume th
FreeBSD 4.9-STABLE
phpmyadmin-2.5.6
apache-1.3.29
php_mod-4.3.5
I am getting a little better understanding of multiuser phpmyadmin. but I
must not be understanding it completely. I read through the documentation and
cannot find my particular issue discussed there.
I set the $cfg['Servers'][$
It's not in the FreeBSD Hardware Notes for 4.9 and 5.2.1. But if it's
completely hardware based as Adaptec claims, then it might work. Though
I am not sure if FreeBSD can handle 2 TB of disk space. I don't think
that fsck will like such high amount of disk space either.
Cheers,
Jorn
On 4/6/2004
On Mon, Apr 05, 2004 at 12:21:59AM -0800, Noah wrote:
> I set the $cfg['Servers'][$i]['auth_type'] to cookie so users definitely get
> the login. but when I login with a user other than root. I find that I am
> able to veiw all the databases that root could view. I was assuming with the
> multi
On Mon, 2004-04-05 at 10:21, Noah wrote:
> I was assuming with the
> multiuser functionality that users could only view databases for which they
> have granted access to. is there something else i need to configure here?
Correct but you obviously have to setup each users permissions
correctly. L
Noah wrote:
> FreeBSD 4.9-STABLE
> phpmyadmin-2.5.6
> apache-1.3.29
> php_mod-4.3.5
>
> I am getting a little better understanding of multiuser phpmyadmin.
> but I must not be understanding it completely. I read through the
> documentation and cannot find my particular issue discussed there.
>
>
Hi
How can I enable opie telnetd in my FreeBSD telnetd ?
I've put only
deny my_ip_class
deny 0.0.0.0 0.0.0.0
in the /etc/opieaccess
but I always can login into whitout any opie key.
What can I do ?
Regards.
--
Albert SHIH
Universite de Paris 7 (Denis DIDEROT)
U.F.R. de Mathe
On Sun, 4 Apr 2004 5:10 pm, paul wrote:
> I know this benchmark is a little outdated and has probably been
> discussed before http://bulk.fefe.de/scalability/
>
> but I was like wtf when I saw this, is this a legit benchmark?
> Anyone out there in the "FBSD" community wanna benchmark 5.2.1 or
> 4.x
On Mon, 2004-04-05 at 11:33, Albert Shih wrote:
> Hi
>
> How can I enable opie telnetd in my FreeBSD telnetd ?
>
> I've put only
>
> deny my_ip_class
> deny 0.0.0.0 0.0.0.0
>
> in the /etc/opieaccess
>
> but I always can login into whitout any opie key.
did you configure opie to u
Le 05/04/2004 à 11:50:35+0200, Nelis Lamprecht a écrit
> On Mon, 2004-04-05 at 11:33, Albert Shih wrote:
> > Hi
> >
> > How can I enable opie telnetd in my FreeBSD telnetd ?
> >
> > I've put only
> >
> > deny my_ip_class
> > deny 0.0.0.0 0.0.0.0
> >
> > in the /etc/opieaccess
> >
> >
freebsd-4.9-STABLE
mysql-4.0.18
phpmyadmin-2.5.6
Okay I am just getting used to things here. I just deleted my phpmyadmin
user. is there an easy way to recover from this?
fatfingers,
- Noah
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org
On Mon, 2004-04-05 at 12:06, Albert Shih wrote:
> But how can I do that if i want do a make buildworld and run regulary a
> cvsup for /usr/src.
>
Not sure I understand you but once you build the binary/s it's not going
to be overwritten by a buildworld as it's not part of the base system,
at le
Hello all,
I've got a 4.8R system that I use for development of a 'freebsd-small'
type network device. The network device environment runs out of
memory, the kernel and an mfsroot.gz image coming from a 32Mb pccard
Compact Flash drive.
The mfsroot.gz development image is stored as a vnconfig vn0
> I've got a 4.8R system that I use for development of a 'freebsd-small'
> type network device. The network device environment runs out of
> memory, the kernel and an mfsroot.gz image coming from a 32Mb pccard
> Compact Flash drive.
>
> The mfsroot.gz development image is stored as a vnconfig vn0
On Sun, 4 Apr 2004, dave wrote:
> Hello,
> I'm wanting to offer cvs services to a select group of users from my
> internal server. I need this to be as secure as possible using ssh. I've
> tried cvsd, and although it starts when i try to log in, i'm using :pserver:
> at the moment, i get the m
Before a fairly major system upgrade I have done "portsdb -Uu" and
"pkgdb -F". Next step, upgrade portupgrade, which entails doing smart
things to also painlessly upgrade to ruby 1.8. BUT ..
I must have misunderstood what pkgdb requires when it asks about stale
dependencies because at the pen
On Mon, 2004-04-05 at 12:37, Richard P. Williamson wrote:
> The behavior I'm seeing is that the /original/ /etc/ password
> files and databases are updated, and not the [/mnt]/etc/ password
> files.
if you have access to mount_null then _maybe_ you can mount_null
/mnt/etc /original/etc and then
On Mon, 5 Apr 2004 02:16:39 -0800, Noah wrote
> freebsd-4.9-STABLE
> mysql-4.0.18
> phpmyadmin-2.5.6
I cleared up this situation - disregard.
- Noah
>
> Okay I am just getting used to things here. I just deleted my phpmyadmin
> user. is there an easy way to recover from this?
>
> fatfingers
On Mon, 05 Apr 2004 11:29:15 +0200, Nelis Lamprecht wrote
> On Mon, 2004-04-05 at 10:21, Noah wrote:
>
> > I was assuming with the
> > multiuser functionality that users could only view databases for which they
> > have granted access to. is there something else i need to configure here?
>
> Cor
Today I installed FreeBSD4.9 from an ISO release
recorded on a CD; together with X windows (4.3).
I've set ctwm as my windows manager via ports. And all appears
to be working well.
I installed mozilla-gtk2-1.4 from the packages on the
distribution disk. This appeared to proceed OK. But when I att
Jonathon McKitrick <[EMAIL PROTECTED]> writes:
> I found one thing I forgot to mention, perhaps because I forgot I did it:
> The SSH I am using is the SSH-portable port. I was following a tuning guide
> and forgot this is the version I am using.
In that case, I can't help you. You'll have to ta
[EMAIL PROTECTED] wrote:
> I am running 5.2.1 Release with Gnome 2.4. I have cvsuped my ports
> collection today to the latest update. What is the procedure to upgrade
> to Gnome2.6?
Hi,
it's been released today! See here for more information.
http://lists.freebsd.org/pipermail/freebsd-questio
Hi All,
Need your expert advice regarding Samba3 + OpenLDAP.
I have configure openldap and Samba3 on my FreeBSD5.2.1. I have make
Samba3 as a PDC on and Authenticate using LDAP.
Everythings works fine I can login using sambauser1 to my Samba3-PDC
and do profile roaming. However I come accros
On Mon, Apr 05, 2004 at 08:24:40PM +0930, Brian Astill wrote:
> Before a fairly major system upgrade I have done "portsdb -Uu" and
> "pkgdb -F". Next step, upgrade portupgrade, which entails doing smart
> things to also painlessly upgrade to ruby 1.8. BUT ..
>
> I must have misunderstood what
On Mon, Apr 05, 2004 at 08:29:55PM +0930, Malcolm Kay wrote:
> I installed mozilla-gtk2-1.4 from the packages on the
> distribution disk. This appeared to proceed OK. But when I attempt
> to run mozilla from an xterm:
> QuoVadis:> mozilla
> I get the message:
> No running window.
> and mozilla
Hi
I've recently installed a 5.2.1 on a HP box that use a Broadcom BCM570x
gigabit ethernet controller chips
When booting up the machine I have the following error message
to the console
bge0 Watchdog timeout
I am unable to use the network on this machine
I've reinstalled a 4.9-R on the _same_
On Mon, 2004-04-05 at 12:59, Malcolm Kay wrote:
> Today I installed FreeBSD4.9 from an ISO release
> recorded on a CD; together with X windows (4.3).
>
> I've set ctwm as my windows manager via ports. And all appears
> to be working well.
>
> I installed mozilla-gtk2-1.4 from the packages on the
Check this link out
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html
--- Petr <[EMAIL PROTECTED]> 的郵件內容:> Hello.
> I installed freeBSD 5.0 on my computer, but packages
> in this OS is very old. How Can update one installed
> package, because command pkg_update don't work.
> __
Am by the names of Deogratious and i wish to know some thing better with more
explanations.
Could you mplease tell me the mail software that i can pu under FreeBSD and i can add
clients and it can be accessed in properly for their mails
yours
Deogratious
[EMAIL PROTECTED]
__
First of all you can check out
http://www.freebsd.org/releases/4.7R/hardware-i386.html
to obtain the list of hardward support.
Secondly, there are a lot of thread about the driver
not available or have problem for FreeBSD 5.2.1 with
IBM x345 where it is using serveRAID 6i and still
encountering pr
On Monday 05 April 2004 21:07, Matthew Seaman wrote:
> On Mon, Apr 05, 2004 at 08:29:55PM +0930, Malcolm Kay wrote:
> > I installed mozilla-gtk2-1.4 from the packages on the
> > distribution disk. This appeared to proceed OK. But when I attempt
> > to run mozilla from an xterm:
> > QuoVadis:> moz
On Mon, Apr 05, 2004 at 01:04:37PM +0200, Dag-Erling Smørgrav wrote:
: Jonathon McKitrick <[EMAIL PROTECTED]> writes:
: > I found one thing I forgot to mention, perhaps because I forgot I did it:
: > The SSH I am using is the SSH-portable port. I was following a tuning guide
: > and forgot this i
On Mon, 2004-04-05 at 13:52, Frank Bonnet wrote:
> Hi
>
> I've recently installed a 5.2.1 on a HP box that use a Broadcom BCM570x
> gigabit ethernet controller chips
>
> When booting up the machine I have the following error message
> to the console
>
> bge0 Watchdog timeout
I know the BCM5704
Hi All,
Need your expert advice regarding Samba3 + OpenLDAP.
I have configure openldap and Samba3 on my FreeBSD5.2.1. I have make
Samba3 as a PDC on and Authenticate using LDAP.
Everythings works fine I can login using sambauser1 to my Samba3-PDC
and do profile roaming. However I come accros
Hi,
Sory for the luser question.
What's signal 6?
kernel: pid 567 (clamd), uid 1006: exited on signal 6
Where can i rtfm on signals?
This is in /var/log/clam/clamd.log (so nothing :-()
+++ Started at Mon Apr 5 13:23:48 2004
Log file size limited to 2097152 bytes.
Verbose loggi
Jonathon McKitrick <[EMAIL PROTECTED]> writes:
> What I want to do now is back out that port and use the system version of
> SSH. A simple build/install world should fix that, right?
If you didn't build the port with OPENSSH_OVERWRITE_BASE, all you need
to do is pkg_delete it. If you did use OPE
Hi, I've some dell poweredges with broadcomcards in them:
bge0: mem
0xfcd2
-0xfcd2,0xfcd3-0xfcd3 irq 16 at device 0.0 on pci2
bge0: Ethernet address: 00:0b:db:93:c5:c4
miibus0: on bge0
brgphy0: on miibus0
brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX,
1000
Hello,
Try remove $HOME/.mozilla and then run mozilla
On Mon, Apr 05, 2004 at 08:29:55PM +0930, Malcolm Kay wrote:
> Today I installed FreeBSD4.9 from an ISO release
> recorded on a CD; together with X windows (4.3).
>
> I've set ctwm as my windows manager via ports. And all appears
> to be worki
Bernd Walter wrote:
On Mon, Mar 22, 2004 at 02:09:01PM +0100, Peter Schuller wrote:
So - if I want a USB 2 controller that works fine with FreeBSD, which one
shojuld I get / which chipset should it be using?
To be more specific I found a controllre by Q-Tec (425U) wtih a Via VT6202
chipset. Anyon
On Mon, Apr 05, 2004 at 02:58:33PM +0200, Heinrich Rebehn wrote:
> i am using a NEC USB2 controller and am just about to give up on using
> it. I don't know if it's the controller, the disk or the ehci driver.
> However, man ehci(4) states that "The driver is not finished and is
> quite buggy." T
I have a fresh install if FBSD 4.9 rc2 with bge0 Netgear 302T( gigabit
ethernet interface)
the machine runs fine when left alone...however whenever i try to do large
file transfers across my LAN to the BSD box ..i get an error like:
"Fatal trap 12: page fault while in kernel mode"
this seems to
On Mon, Apr 05, 2004 at 01:30:36PM +0200, Mipam wrote:
> Sory for the luser question.
> What's signal 6?
>
> kernel: pid 567 (clamd), uid 1006: exited on signal 6
Signal 6 is SIGABRT -- see /usr/include/sys/signal.h. A process dying
with this signal is usually due to it calling the abort(3) fun
> What's signal 6?
SIGABRT
> Where can i rtfm on signals?
man signal
-Don
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Jonathon McKitrick <[EMAIL PROTECTED]> writes:
> http://silverwraith.com/papers/freebsd-tuning.php
If you search the {list,slashdot} archives, you'll quickly find out
what my feelings are about that guide.
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
:-D
(sorry for my useless post, couldn't resist)
- Original Message -
From: "Deogratious" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 04, 2004 3:33 PM
Subject: asking
Am by the names of Deogratious and i wish to know some thing better with more
explanations.
Could y
On Mon, Apr 05, 2004 at 02:41:55PM +0200, Dag-Erling Smørgrav wrote:
: Jonathon McKitrick <[EMAIL PROTECTED]> writes:
: > What I want to do now is back out that port and use the system version of
: > SSH. A simple build/install world should fix that, right?
:
: If you didn't build the port with O
How does one find out what port you need to install in order to get
libintl.so.5 ?
I've tried searching the online archives but can't find anything relevant.
I'm trying to get apsfilter installed and it complains that libintl.so.5
can't be found. I must have had it one time because it was instal
Thats an old problem check the -current list for a libmap.conf discussion.
Michael Clark
Nemschoff Chairs Inc
mclark at nemschoff dot com
CompTIA A+, Network+, Server+, MCP
Voice: (920) 457 7726 x294
Fax: (920) 453 6594
-Original Message-
From: Gerry Freymann [mailto:[EMAIL PROTECTE
Hi,
(I allready posted this message without a subject, which isnt nice so i
post it again, forgive me).
I've some dell poweredges with broadcomcards in them:
bge0: mem
0xfcd2
-0xfcd2,0xfcd3-0xfcd3 irq 16 at device 0.0 on pci2
bge0: Ethernet address: 00:0b:db:93:c5:c4
miibus0: o
Bernd Walter wrote:
On Mon, Apr 05, 2004 at 02:58:33PM +0200, Heinrich Rebehn wrote:
i am using a NEC USB2 controller and am just about to give up on using
it. I don't know if it's the controller, the disk or the ehci driver.
However, man ehci(4) states that "The driver is not finished and is
qu
I have a fresh install if FBSD 4.9 rc2 with bge0 Netgear 302T( gigabit
ethernet interface)
the machine runs fine when left alone...however whenever i try to do large
file transfers across my LAN to the BSD box ..i get an error like:
"Fatal trap 12: page fault while in kernel mode"
this seems to
On Mon, 5 Apr 2004 09:56:56 -0500
Michael Clark <[EMAIL PROTECTED]> wrote:
|O|>Thats an old problem check the -current list for a libmap.conf
|O|>discussion.
Awh, but isn't libmap.conf on FreeBSD v5+ (I'm running 4.9R).
I should also say that I still *don't* have Mozilla running but thank
goo
On Mon, Apr 05, 2004 at 10:53:48AM -0400, Gerry Freymann wrote:
> How does one find out what port you need to install in order to get
>
> libintl.so.5 ?
libintl.so is provided by the devel/gettext port. Except that at the
moment it supplies libintl.so.6. If you hang around on this list for
lon
On Mon, Apr 05, 2004 at 05:09:32PM +0200, Heinrich Rebehn wrote:
> Bernd Walter wrote:
> >On Mon, Apr 05, 2004 at 02:58:33PM +0200, Heinrich Rebehn wrote:
> >
> >>i am using a NEC USB2 controller and am just about to give up on using
> >>it. I don't know if it's the controller, the disk or the ehc
On Mon, 5 Apr 2004 16:22:46 +0100
Matthew Seaman <[EMAIL PROTECTED]> wrote:
|O|>libintl.so is provided by the devel/gettext port. Except that at the
|O|>moment it supplies libintl.so.6.
|O|># portupgrade -fr gettext
I could have sworn I've already done this. Probably did, but something
else
Hello everyone,
I have a problem with my Averatec Laptop, Freebsd
5.2.1 does not recognize udma100 on my hdd.
I've check the bios settings and have set varios
options.
auto, dma, 32bit mode, and PIO5 (on/off) but i still
cant get the drive to work at udma100.
the cdrom is in a diffrent IDE channel
Bernd Walter wrote:
On Mon, Apr 05, 2004 at 05:09:32PM +0200, Heinrich Rebehn wrote:
Bernd Walter wrote:
On Mon, Apr 05, 2004 at 02:58:33PM +0200, Heinrich Rebehn wrote:
i am using a NEC USB2 controller and am just about to give up on using
it. I don't know if it's the controller, the disk or
Hi,
I have a server running FreeBSD 4.3 that I need to upgrade to the current
production release (4.9). Can I upgrade this with the normal upgrade
process, or am I too far out of date to be able to do anything but backup,
wipe the machine, and re-install? Thanks,
Joe Koenig
Production Manager
jWe
Ok, I found the CTM sites etc etc but in the ftp site if I want update
ports and src I will go to the ports-cur folder(for example), here there
is a lot of files I must select one ,"which" I need to know which file
select for not consuming much time downloading and *Empty.gz file. In
these moment I
I should also add, that I am unable to connect to a Linux 2.4 box
running OpenSSH 3.5p1.
Whats the easiest way to compare the two dirs? Just want a recursive ls
on them?
I think its some kind of library issue... I noticed the two machines
that are having issues have 'openssl-0.9.7d' installed as
On Mon, Apr 05, 2004 at 05:45:00PM +0200, Heinrich Rebehn wrote:
> Bernd Walter wrote:
> >Which kind of IO errors?
> >USB / SCSI / DA / Application?
> >
> This i from "ktrace tunefs -p /dev/da0s1a"
>
> 4640 tunefs RET read 0
> 4640 tunefs CALL stat(0xbfbfea4a,0xbfbfe5a0)
> 4640 tunefs
I have a system here that occasionally hangs while the kernel is booting. It
happens as the CD-ROM drive is being initialized. Here's the error:
acd0: WARNING - MODE_SENSE_BIG interrupt was seen but taskqueue stalled
This doesn't happen every time - usually if I restart the system following the
e
Bernd Walter wrote:
On Mon, Apr 05, 2004 at 05:45:00PM +0200, Heinrich Rebehn wrote:
Bernd Walter wrote:
Which kind of IO errors?
USB / SCSI / DA / Application?
This i from "ktrace tunefs -p /dev/da0s1a"
4640 tunefs RET read 0
4640 tunefs CALL stat(0xbfbfea4a,0xbfbfe5a0)
4640 tunefs
We have a machine with a vinum mirror, all the partitions except
the root partition mirrored between two disks. The second
disk has died and I want to replace it. I can't find a disk exactly
the same, so I have a disk that's bigger (80GB, old one was 60GB).
Can I...
- shutdown, replace the bad
Kevin
I like your /etc/hosts.allow recommendation.
I have some scrip kids who target my web site just
to bump the visitor counter.
I read all the hosts.allow man pages but syntax
is still not clear.
If I understand things correctly, hosts.allow is enabled
all the time, but defaults to passing a
--- RJ45 <[EMAIL PROTECTED]> wrote:
>
> Hello,
> I would like to implement a mechanism in which VERY
> poor and weak
> passwords are checked when the user try to change it
> with passwd command.
> Is there any application allowing this in the ports
> collection ?
> I am not talking about using Cr
hi all,
I have an external hard disk I want to access via
firewire. I have a Lucent chipset based PCI firewire
card. Using FreeBSD 5.2.1 (x86). I do not have dmesg
output at the moment, but I can see messages like
firewire0:...
How can I verify where a device entry (under /dev) has
been created? H
Hi :)
I have problems when starting gnome if I enable the esd sound server, it takes
forever for gnome to launch itself.
In my logs, I can see a connexion attempt to 127.0.0.1:16001.
Anyone knows how I could speed up gnome start ?
Thanks.
Regards.
--
Antoine Jacoutot
[EMAIL PROTECTED]
http://
On Sun, 4 Apr 2004 17:23:31 -0700
Gary Kline <[EMAIL PROTECTED]> wrote:
>
> Well, it's happpened; the first time in nine years my FBSD
> acually crashed and auto-rebooted. (Prob'ly my fault,
> since I didn't do the reboot; make installworld... )
> Anway, In doing
Hi all,
Recently, I've been experiencing lockups from my FreeBSD 5.2.1 machine. When
I'm doing my usual daily browsing, MSN, mail and music it just locks up. When
I look in my /var/log/messages, I see this:
Apr 5 15:11:25 sauron nmbd[471]: [2004/04/05 15:11:25, 0]
nmbd/nmbd_responserecordsdb.
Antoine Jacoutot wrote:
> I have problems when starting gnome if I enable the esd sound server,
> it takes forever for gnome to launch itself.
> In my logs, I can see a connexion attempt to 127.0.0.1:16001.
>
> Anyone knows how I could speed up gnome start ?
Hi,
do you have a firewall, and if so
HI all, I have the following problem under FreeBSD 5.2.1
this is the output:
terra# make
make all-recursive
Making all in m4
Making all in src
/usr/local/bin/bash ../libtool --mode=link g++ -O6 -I/usr/include/bhpos -O6
-I/usr/include/bhpos -I/usr/local/include -I/usr/local/include/l
After doing a portupgrade -rf gettext...
I went back to trying to install the apsfilter port. It would drop into
/print/teTeX and /print/html2ps-letter and stop again with the
libintl.so.5 not found error.
If I build apsfilter without select HTML (which no longer makes it want
teTeX and html2ps-l
On Mon, Apr 05, 2004 at 12:18:06PM +0100, Matthew Seaman wrote:
> On Mon, Apr 05, 2004 at 08:24:40PM +0930, Brian Astill wrote:
[[ ... ]]
> >
> > Looked diligently for detailed guidance on pkgdb (Complete FBSD 3rd &
> > 4th Eds, Handbook, man page, FBSD Diary) but found nothing very
>
Daren Desjardins <[EMAIL PROTECTED]> writes:
> Whats the easiest way to compare the two dirs? Just want a recursive ls
> on them?
diff -ru
> I think its some kind of library issue... I noticed the two machines
> that are having issues have 'openssl-0.9.7d' installed as a port...
Yes, I suspect
On Monday 05 April 2004 11:27 am, Gerry Freymann wrote:
> After doing a portupgrade -rf gettext...
>
> I went back to trying to install the apsfilter port. It would drop
> into /print/teTeX and /print/html2ps-letter and stop again with the
> libintl.so.5 not found error.
>
> If I build apsfilter wi
Jorn Argelo wrote:
[ kernel messages snipped ... ]
> I've always had the above mentioned problems (the smb_maperror and the pid
> warnings), but I never experienced any problems with it, so I figured it
> wasn't really a bad thing.
Yes, these are only warnings.
> I'm playing my MP3's from my
On Apr 5, 2004, at 11:45 AM, Joseph Koenig wrote:
I have a server running FreeBSD 4.3 that I need to upgrade to the
current
production release (4.9). Can I upgrade this with the normal upgrade
process, or am I too far out of date to be able to do anything but
backup,
wipe the machine, and re-inst
On Mon, 5 Apr 2004 11:36:42 -0700
Kent Stewart <[EMAIL PROTECTED]> wrote:
|O|>No, it means you didn't do a
|O|>portupgrade -rf gettext
I *did* to a portupgrade -rf gettext. But you may be on the right
track regardless. There was one port skipped, /x11/kdelibs3. I have read
lots to do with the p
On Mon, Apr 05, 2004 at 02:27:50PM -0400, Gerry Freymann wrote:
> After doing a portupgrade -rf gettext...
>
> I went back to trying to install the apsfilter port. It would drop into
> /print/teTeX and /print/html2ps-letter and stop again with the
> libintl.so.5 not found error.
Something on your
On Monday 05 April 2004 01:36 pm, Kent Stewart wrote:
> On Monday 05 April 2004 11:27 am, Gerry Freymann wrote:
> > After doing a portupgrade -rf gettext...
> >
> > I went back to trying to install the apsfilter port. It would drop
> > into /print/teTeX and /print/html2ps-letter and stop again with
On Monday 05 April 2004 11:44 am, Gerry Freymann wrote:
> On Mon, 5 Apr 2004 11:36:42 -0700
>
> Kent Stewart <[EMAIL PROTECTED]> wrote:
> |O|>No, it means you didn't do a
> |O|>portupgrade -rf gettext
>
> I *did* to a portupgrade -rf gettext. But you may be on the right
> track regardless. There w
On Monday 05 April 2004 11:51 am, Andrew L. Gould wrote:
> On Monday 05 April 2004 01:36 pm, Kent Stewart wrote:
> > On Monday 05 April 2004 11:27 am, Gerry Freymann wrote:
> > > After doing a portupgrade -rf gettext...
> > >
> > > I went back to trying to install the apsfilter port. It would
> > >
I am using 5.2 realese and using CTM to get STABLE
In the CTM ftp I found these folders
08/07/03 12:00AM cvs-cur
01/04/02 12:00AM ports-cur
02/11/01 12:00AM src-2.2
08/07/03 12:00AM src-3
03/13/01 12:00AM src-4
08/07/03 12:00AM src-cur
I s
How can I get the latest bugs ? :) Can I ?
Is it available ?
Anyone who have info what to put into the supfile
mail me...
Thanks
--
_(_)_
(_. o_)F3CZ0
(_,) http://feczo.nmi.rulez.org
()__
// //
_
On Mon, 5 Apr 2004 11:54:37 -0700
Kent Stewart <[EMAIL PROTECTED]> wrote:
|O|>FWIW, I thought I had jumped the gun with my comment and installed
|O|>apsfilter with no options. I didn't have any problems.
Yes, worked here fine with only SAMBA as additional selections from the
defaults.
|O|>Gli
On Saturday 03 April 2004 9:01 pm, Ruslan N. Gogunsci wrote:
> Message: 16
> Date: Sat, 3 Apr 2004 21:39:46 +0400
> From: "Ruslan N. Gogunsci" <[EMAIL PROTECTED]>
> Subject: Re: KDE upgrade problem
> To: [EMAIL PROTECTED]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=koi8-r
* Kent Stewart <[EMAIL PROTECTED]> [2004-04-05 12:06]:
> On Monday 05 April 2004 11:51 am, Andrew L. Gould wrote:
> >
> > What would happen if a link called /usr/local/lib/libintl.so.5 was
> > created to point to the existing libintl.so.* file on Gerry's system?
> >
>
> The library interface was c
On Monday 05 April 2004 12:03 pm, Gerry Freymann wrote:
> On Mon, 5 Apr 2004 11:54:37 -0700
>
> Kent Stewart <[EMAIL PROTECTED]> wrote:
> |O|>FWIW, I thought I had jumped the gun with my comment and
> | installed O|>apsfilter with no options. I didn't have any problems.
>
> Yes, worked here fine w
On Monday 05 April 2004 20:15, Simon Barner wrote:
> do you have a firewall, and if so, are you sure it does not block that
> connection?
Nope, this is a test station within my LAN, there's no firewall on it.
> The same goes for tcpwrappers, so check /etc/hosts.allow and
> /etc/hosts.deny.
I nev
On Mon, 2004-04-05 at 15:21, Antoine Jacoutot wrote:
> On Monday 05 April 2004 20:15, Simon Barner wrote:
> > do you have a firewall, and if so, are you sure it does not block that
> > connection?
>
> Nope, this is a test station within my LAN, there's no firewall on it.
>
> > The same goes for t
On Monday 05 April 2004 12:13 pm, Joshua Lokken wrote:
> * Kent Stewart <[EMAIL PROTECTED]> [2004-04-05 12:06]:
> > On Monday 05 April 2004 11:51 am, Andrew L. Gould wrote:
> > > What would happen if a link called /usr/local/lib/libintl.so.5
> > > was created to point to the existing libintl.so.* f
On Monday 05 April 2004 12:03 pm, Gerry Freymann wrote:
> On Mon, 5 Apr 2004 11:54:37 -0700
>
> Kent Stewart <[EMAIL PROTECTED]> wrote:
> |O|>FWIW, I thought I had jumped the gun with my comment and
> | installed O|>apsfilter with no options. I didn't have any problems.
>
> Yes, worked here fine w
On Monday 05 April 2004 02:23 pm, Kent Stewart wrote:
> On Monday 05 April 2004 12:13 pm, Joshua Lokken wrote:
> > * Kent Stewart <[EMAIL PROTECTED]> [2004-04-05 12:06]:
> > > On Monday 05 April 2004 11:51 am, Andrew L. Gould wrote:
> > > > What would happen if a link called /usr/local/lib/libintl.
I have 2 "100% identical SCSI drives" on my freebsd machine..
What command can I do in freebsd to 'copy' one drive to another
completely (including the bootsectors and partition table) ?
da0
da1
..thanks in advance...:)
- JDB
** DISCLAIMER **
Per Anti-Virus Policy, this e-email has been scanne
On Mon, 5 Apr 2004 12:29:38 -0700
Kent Stewart <[EMAIL PROTECTED]> wrote:
|O|>> I have both:
|O|>>
|O|>> glib-1.2.10_10 = up-to-date with port
|O|>> glib-2.2.3_1= up-to-date with port
|O|>>
|O|>
|O|>I missed this part. The latest version is now gli
On Monday 05 April 2004 20:37, you wrote:
[snip]
> Can you remember when the panics started, e.g. after a specific OS
> update?
Hmm, well, I guess it started a week or two-three ago. I can't recall doing
anything unusual either. I didn't recompile my kernel after the first
install, nor did I r
On Mon, Apr 05, 2004 at 09:02:48PM +0300, Ion-Mihai Tetcu wrote:
> On Sun, 4 Apr 2004 17:23:31 -0700
> Gary Kline <[EMAIL PROTECTED]> wrote:
>
> >
> > Well, it's happpened; the first time in nine years my FBSD
> > acually crashed and auto-rebooted. (Prob'ly my fault,
> > since I
1 - 100 of 120 matches
Mail list logo