Re: Problem with libpng + Mozilla applications on FreeBSD 8.3

2012-10-27 Thread Alexandr Alexeev
Sometimes placing symlink to the newer version of library instead of
older version helps.

On Fri, Oct 26, 2012 at 11:06 PM, Polytropon free...@edvax.de wrote:
 On Sat, 27 Oct 2012 00:06:44 +0530, Manish Jain wrote:

 Hello Polytropon,

 Thanks for replying.

   Maybe an update of FF and TB would be sufficient, so it can link
   to the present (or at least expected) libraries accordingly.

 Maybe I did not make it clear enough in the original message. The only
 thing I installed from the installation DVD was the OS and the GNOME2
 metaport. Everything else including FF and TB was installed from ports,
 the tarball of which I downloaded just a couple of days back. I hope you
 are not suggesting that I build the GNOME2 metaport too from the ports
 directory : with my internet connection, that really would take me into
 the next century.

 Exactly that would have been the preferred solution. :-)



  You should not manually copy things. At some point, something will
  crash, and the ports infrastructure cannot take care of it. It's
  easier to use a port management tool (like portmaster) to deal
  with installing and updating of ports.

 For the present issue, it seems logical that I would need 2 versions of
 libpng : one for GNOME and one for the ports being installed. Having the
 two versions reside independently in /usr/lib and /usr/local/lib seems
 to be the only way out. I still must admit that it defeats the purpose
 of having port management tools.

 It also blurs the line between OS (/usr/lib) and additional
 software (/usr/local/lib) directories. However, both directories
 are used by the linker, so it looks possible (and probably better
 than messing with symlinks in /usr/local/lib). Problems _might_
 occur when updating world.





 --
 Polytropon
 Magdeburg, Germany
 Happy FreeBSD user since 4.0
 Andra moi ennepe, Mousa, ...
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org



-- 
Best regards,
Alex Alexeev
http://twitter.com/afiskon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Full system update.

2012-10-25 Thread Alexandr Alexeev
The closest equivalent of `sudo apt-get dist-upgrade` in FreeBSD is
`pkg_upgrade -a`. This tool is a part of bsdadminscripts package. If
you also wanted to upgrade a kernel, look at freebsd-update.

But don't forget that in FreeBSD all is not so simple like in Debian.
You have to monitor /usr/ports/UPDATING file and release notes for the
new branches of FreeBSD.

Last, and really not recommended at all, you could use the existing
pkg_tools binary packages. This, however, is a trap for the newbies and
leads to much wailing and gnashing of teeth.  Especially if you try and
mix stuff you compiled yourself and the pre-compiled packages.

I've been successfully using binary packages (pkg_add -r ...) and
ports in the same time for ~3 years. I don't wail and my teeth are OK.
What am I doing wrong?

On Thu, Oct 25, 2012 at 11:44 PM, Matthew Seaman matt...@freebsd.org wrote:
 On 25/10/2012 20:19, Ashkan Rahmani wrote:
 How I can update system completely some thing like apt-get dist-upgrade in
 Debian?

 You can't.  With FreeBSD it's always a two step thing, because it has
 the distinction between the base system and ported software.

 You probably want freebsd-update(8) for updating the base system, as
 that's downloading pre-compiled updates, similar (in a very loose way)
 to apt-get.  The man page will answer most, if not all, or your
 questions.  There are other ways: see the Handbook for details, but
 these all involve compiling the OS from source.  Not a bad or
 particularly difficult thing, but time-consuming.

 For updating the ports: there's the well established method, which is to
 update the ports tree using portsnap(8) and then rebuild any out of date
 ports: use portmaster(8) for that.  (There are other alternatives to
 both those programs, but I reckon those are the best to get started with.)

 Then there is pkgng.  This is a binary package manager -- pretty much
 the most apt-get like thing in FreeBSD at the moment.  However pkgng is
 brand new,  currently the focus of much active development and still
 considered pretty experimental.  pkgng itself works pretty well (even if
 I say so myself) but what is lacking at the moment is the package
 building infrastructure to provide it with a comprehensive standard
 repository of all the software available from ports for all supported
 architectures and OS versions.  If you're running one of the 9.x
 releases on AMD64 or i386 and pkgbeta happens to contain exactly the
 package set you want, then you're in luck.  If not, then you're back to
 compiling all the ports yourself and setting up your own repo.

 Last, and really not recommended at all, you could use the existing
 pkg_tools binary packages. This, however, is a trap for the newbies and
 leads to much wailing and gnashing of teeth.  Especially if you try and
 mix stuff you compiled yourself and the pre-compiled packages.

 Cheers,

 Matthew

 --
 Dr Matthew J Seaman MA, D.Phil.
 PGP: http://www.infracaninophile.co.uk/pgpkey





-- 
Best regards,
Alex Alexeev
http://twitter.com/afiskon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Gimp - problem opening images using URI's

2012-10-22 Thread Alexandr Alexeev
Could you trace gimp using truss utility and upload an output somewhere?

On Mon, Oct 22, 2012 at 11:56 PM, Mike Clarke
jmc-freeb...@milibyte.co.uk wrote:

 Gimp has recently become unable to open images using URI's, e.g.-

 --
 curlew:/home/mike% gimp -c http://www.freebsd.org/layout/images/beastie.png;
 Failed to connect to socket /tmp/fam-mike/fam-

 (gimp:27650): GLib-GIO-WARNING **: FAMOpen failed, FAMErrno=3

 GIMP-Error: Opening 'http://www.freebsd.org/layout/images/beastie.png' failed:
 Could not open 'http://www.freebsd.org/layout/images/beastie.png' for
 reading: No such file or directory
 --

 The above is with gimp-app-2.6.12_1,1 compiled from ports with default options
 running under FreeBSD 9.0-RELEASE, all ports are up to date and there are no
 missing dependencies.

 I had similar problems in the past and managed to fix it by
 adding --without-gvfs to the options in the Makefile but the problem
 reappeared after a recent upgrade to my ports. The port upgrade didn't touch
 gimp-app so I assume the problem is caused by some dependency which has been
 upgraded.

 I've tried rebuilding gimp-app both with and without my Makefile hack and with
 and without GVFS in the config options but with no success.

 The error message above is after rebuilding  from a freshly downloaded copy of
 the port to ensure none of my old edits remained and with the default options
 in make config.

 It might be significant that the directory /tmp/fam-mike does not exist. I
 tried creating it but gimp produced an error Socket directory /tmp/fam-mike
 has wrong permissions and promptly deleted the directory.
 Recreating /tmp/fam-mike with permissions 700 got rid of the wrong
 permissions message but still failed to cure the problem.

 Google searches haven't come up with anything directly relevant to my problem
 but do imply that the problem could be related to devel/gamin.

 Could anyone offer any suggestions on how to go about resolving this?

 --
 Mike Clarke
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org



-- 
Best regards,
Alex Alexeev
http://twitter.com/afiskon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


`pkg_add -r mongodb` failed

2012-10-21 Thread Alexandr Alexeev
Hello.

I have a problem with MongoDB installation:

asus# pkg_add -r mongodb
Fetching 
http://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-stable/Latest/mongodb.tbz...
Done.
=== Creating users and/or groups.
Using existing group 'mongodb'.
Creating user 'mongodb' with uid '922'.
pw: user 'mongodb' already exists
pkg_add: command 'if ! /usr/sbin/pw usershow mongodb /dev/null 21;
then  echo Creating user 'mongodb' with uid '922'.;  /usr/sbin/pw
useradd mongodb -u 922 -g 922  -c MongoDB pseudo-user -d
/var/db/mongodb -s /bin/sh;  else echo Using existing user
'mongodb'.; fi' failed

# cat /etc/passwd | grep mongodb
mongodb:*:922:922:MongoDB pseudo-user:/var/db/mongodb:/bin/sh

# cat /etc/group | grep mongodb
mongodb:*:922:

# id mongodb
id: mongodb: no such user

# pw userdel mongodb
pw: no such user `mongodb'

# uname -a
FreeBSD asus.home 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12
01:47:53 UTC 2012
r...@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386

It seems that binary package is broken.

-- 
Best regards,
Alex Alexeev
http://twitter.com/afiskon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: `pkg_add -r mongodb` failed

2012-10-21 Thread Alexandr Alexeev
Thanks!

BTW, MongoDB port has the same error:

===  Installing for mongodb-2.0.6_1
===   Generating temporary packing list
===  Checking if databases/mongodb already installed
=== Creating users and/or groups.
Using existing group `mongodb'.
Creating user `mongodb' with uid `922'.
pw: user 'mongodb' already exists
*** Error code 74

Stop in /usr/ports/databases/mongodb.
*** Error code 1

Stop in /usr/ports/databases/mongodb.

=== Installation of mongodb-2.0.6_1 (databases/mongodb) failed
=== Aborting update

Terminated

=== You can restart from the point of failure with this command line:
   portmaster flags databases/mongodb

How should one report errors in such cases?

On Sun, Oct 21, 2012 at 4:04 PM, Matthew Seaman matt...@freebsd.org wrote:
 On 21/10/2012 12:45, Alexandr Alexeev wrote:
 Hello.

 I have a problem with MongoDB installation:

 asus# pkg_add -r mongodb
 Fetching 
 http://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-stable/Latest/mongodb.tbz...
 Done.
 === Creating users and/or groups.
 Using existing group 'mongodb'.
 Creating user 'mongodb' with uid '922'.
 pw: user 'mongodb' already exists
 pkg_add: command 'if ! /usr/sbin/pw usershow mongodb /dev/null 21;
 then  echo Creating user 'mongodb' with uid '922'.;  /usr/sbin/pw
 useradd mongodb -u 922 -g 922  -c MongoDB pseudo-user -d
 /var/db/mongodb -s /bin/sh;  else echo Using existing user
 'mongodb'.; fi' failed

 # cat /etc/passwd | grep mongodb
 mongodb:*:922:922:MongoDB pseudo-user:/var/db/mongodb:/bin/sh

 # cat /etc/group | grep mongodb
 mongodb:*:922:

 # id mongodb
 id: mongodb: no such user

 # pw userdel mongodb
 pw: no such user `mongodb'

 # uname -a
 FreeBSD asus.home 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12
 01:47:53 UTC 2012
 r...@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386

 It seems that binary package is broken.


 At a guess there are added user records in /etc/master.passwd which
 haven't been processed into /etc/pwd.db  This will confuse applications
 trying to use pw(8).

 Try running:

# pwd_mkdb -p /etc/master.passwd

 Now 'id mongodb' should acknowledge the existence of the mongodb
 account, and you should be able (re)install the mongodb pkg without it
 complaining so much.

 Cheers,

 Matthew

 --
 Dr Matthew J Seaman MA, D.Phil.
 PGP: http://www.infracaninophile.co.uk/pgpkey





-- 
Best regards,
Alex Alexeev
http://twitter.com/afiskon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


LVS/DR load balancing via FreeBSD

2011-09-19 Thread Alexandr Matveev

Hi,

  We have two Linux servers doing LVS/DR load balancing (rewriting MAC 
addresses).
Is there a way to do this in FreeBSD, so there won't be need for a Linux 
servers here?

( http://www.linuxvirtualserver.org/VS-DRouting.html )

  There is a port net/ipvs but it's an old and (seemingly) unmaintained 
patches.


--
Alexandr Matveev

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


Re: Date of a FreeBSD installation

2011-01-27 Thread Alexandr Sushko

On 01/13/2011 11:28 PM, David Demelier wrote:

Hello folks,

I'm just guessing if there is a way to know a FreeBSD installation 
date. We can't look after the uname -a ident since an update of the 
FreeBSD kernel is possible.


I think searching a file absolutely not touched ever in the system can 
helps but which one?


markand@Melon ~ $ ls -l /root/.cshrc
-rw-r--r--  2 root  wheel  798 19 Jul 04:17 /root/.cshrc

It seems that this file has the FreeBSD dist access time so can't 
refers to neither.


Do you have any clue?

Cheers,



Try to use not ls -l, but ls -lc. It will show you file creation time.

ls -lcd /bin/, for example

drwxr-xr-x  2 root  wheel  1024 Dec 10 00:31 /bin/

--
Best regards,
Alexandr Sushko

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


Re: enabling the fn-f7 switch monitor functionality

2010-08-16 Thread Alexandr Matveev

Eitan Adler wrote:

I have a key which is meant to switch between the built in and an
external monitor. This key is activated by fn-f7. xev does not report
any activity when it is pressed.
How get I run a script when it is pressed? I think this key is
supposed to report some sort of ACPI event.

% uname -rms
FreeBSD 8.1-RELEASE i386
Laptop model is Lenovo G530.

  

 Add

acpi_ibm_load=YES

 to your /boot/loader.conf (or compile this module into the kernel)

 Add

 notify 0 {
   match system  ACPI;
   match subsystem   IBM;
   match notify  0x07;
   action /full/path/to/script;
};

 to /etc/devd.conf

--
Alexandr Matveev
.masterhost



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


Re: Dump questions

2010-02-20 Thread Alexandr Sushko
 3. Can dump be told to only dump a particular
 directory tree? IE /var/log  or /usr/port?

No.


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


Re: Lenovo s9e or well supported netbook

2009-05-19 Thread Alexandr Matveev

Peter Harrison wrote:

Is anyone running FreeBSD on a Lenovo s9e? I'm in the market for a netbook, and 
have seen these fairly cheap but can't find anything on Google about anyone 
trying FreeBSD on one.

I'd rather not run Linux, so can anyone share experiences of the Lenovo, or 
suggest a better supported netbook?

  

 I'm use FreeBSD on my Lenovo T61. All works perfect.

--
Alexandr Matveev
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


LSI SAS1064-IR / SF X4100

2006-05-06 Thread Simakin Alexandr
Hello!

Then planned to add support of LSI SAS1064 adapter from
Sun Fire X4100 to FreeBSD version 5 or 6?

7.0-CURRENT-SNAP013 already working on it...

-- 
Best regards,
Alexandr Simakin
mailto:[EMAIL PROTECTED]

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


Acer

2005-08-12 Thread Alexandr Kobzarenko

hi.
I have a laptop Acer Travel Mate 2350 and FreeBSD 5.3
How i can use my modem (Agere\lucent AC97)
When i install /usr/ports/comms/ltmdm - a didnt see /dev/cual0.
If i do this  cu -l/dev/cuaa0 my FreeBSD is stoped and i most restart my 
computer.

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


Two natd daemons

2005-04-22 Thread Alexandr Lookoshkoff
Hello freebsd-questions,

  I have gateway with two external links and want to some users using
  second link. How it can be done?

  Is it possible via two copyes of natd running?

-- 
WBR
Alexandr Lookoshkoffmailto:[EMAIL PROTECTED]

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


ng_netlow and mpd

2005-03-10 Thread Alexandr Lookoshkoff
Hello Freebsd-questions,

  I have ip statistics collector based on ng_netflow.
  It was working on old server, but now (server was reinstalled due to
  HDD failure).

  But now it is working with ethernet interfaces and not working with
  pptp (mpd).

  All configs and kernel was restored from backup.

  Is there any ideas?

-- 
Best regards,
 Alexandr  mailto:[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[2]: ng_netlow and mpd

2005-03-10 Thread Alexandr Lookoshkoff
Hello Dmitry,

AL I have ip statistics collector based on ng_netflow. It was
AL working on old server, but now (server was reinstalled due to HDD
AL failure). But now it is working with ethernet interfaces and not
AL working with pptp (mpd). All configs and kernel was restored from
AL backup. Is there any ideas?

DK Yes, look if your server sends UDP packets to collector host (even it
DK is local host). If not, try to cvsup and reinstall net/ng_netflow
DK port. If yes, look where this packets are dropped.
  Yes, packets with statistics are sent. We have about 120 VLANs and
  30 pptp interfaces. All vlan interfaces has his own ID and it is sent
  back clearly.

  But ng* (pptp interfaces) ignoring command 'setifindex'.
  Command
  ngctl msg node: setifindex { iface=207 input=55 output=255 }
  are executed, but no statistics available. Same command to vlan
  interfaces also executed and then statistics is working fine.

  FYI, 'ngctl list' is not working (only first 4k of list available,
  then ngctl hangs). And 'ngctl show ng*:inet' shows me that node type
  is BPF, and vlan interfaces has node type TEE. What does it mean?

===
+ show vlanXXX:upper
  Name: vlanXXX_tee Type: tee ID: 00dc   Num hooks: 4
  Local hook  Peer name   Peer typePeer ID Peer hook
  --  -   ---- -
  left2right  netflow_orbitel netflow  00e0iface1
  right2left  netflow_orbitel netflow  00e0iface0
  leftvlanXXX ether0003upper
  right   vlanXXX ether0003lower
+ show ngX:inet
  Name: ngX_tee Type: bpf ID: 004d   Num hooks: 5
  Local hook  Peer name   Peer typePeer ID Peer hook
  --  -   ---- -
  left2right  netflow_orbitel netflow  00e0iface204
  right2left  netflow_orbitel netflow  00e0iface203
  mpd unnamed   socket   004ademand
  iface   ngX iface004binet
  ppp mpd3417-pptp1   ppp  004cinet
===
  
DK -,   :)
  :(

-- 
WBR
Alexandr Lookoshkoffmailto:[EMAIL PROTECTED]

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


traffic counting

2005-01-04 Thread Alexandr Lookoshkoff
Hello freebsd-questions,

  How to make such thing as traffic counting?

  There is a gateway (with NAT) and a local network. Every month
  i must send a report how many traffic get everybody.

  What tool can help me with it?

  ipfw count ...
  Counters zeroed every reboot (so - everyday)
  How to collect and store these counters? And how to list a summary
  trafic (by days if possible)?

-- 
Best regards,
 Alexandr  mailto:[EMAIL PROTECTED]

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


can't create multisession CD

2004-12-29 Thread Alexandr
Hello.

I have writeble CD and want to create multisession disk.
I create first session.
root# mkisofs -o /tmp/test.iso -J -R ~/part1/*
root# burncd -mf /dev/acd0 data /tmp/test.iso fixate

this is OK.

but second step:


root# mkisofs -o tmp.iso -R -J -M /dev/acd0 -C `burncd msinfo` xpdf.tbz
root# burncd -tmf /dev/acd0 data tmp.iso fixate
next writeable LBA 14234
writing from file tmp.iso size 1644 KB

only wrote -1 of 32768 bytes: Input/output error


Why???
I find examples on google.com/bsd and all of them is same...

(for some CD)
root# cdcontrol info
Starting track = 1, ending track = 1, TOC size = 18 bytes
track start  duration   block  length   type
-
1   0:02.00   0:37.59   02834   data
  170   0:39.59 -2834   -  -



root# FreeBSD alexandr.fdns.net 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Sat Nov 13 
20:27:04UTC 2004 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/myGEN  i386
root# dmesg | grep acd
acd0: CDRW HL-DT-ST GCE-8526B/1.03 at ata1-master UDMA33

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


Xorg can't start

2004-12-27 Thread Alexandr
Hello.

I try to upgrade my xserver:

cd /var/db/pkg
portupgrade -o devel/imake-6  imake-4*
portupgrade -o x11/xorg-libraries  XFree86-libraries
portupgrade -o x11/xorg-clients  XFree86-clients
portupgrade -o x11/xorg-manpages  XFree86-manuals
portupgrade -o x11/xorg-documents  XFree86-documents
portupgrade -o x11-fonts/xorg-fonts-truetype  XFree86-fontScalable
portupgrade -o x11-fonts/xorg-fonts-100dpi  XFree86-font100dpi
portupgrade -o x11-fonts/xorg-fonts-75dpi  XFree86-font75dpi
portupgrade -o x11-fonts/xorg-fonts-type1  XFree86-fontDefaultBitmaps
portupgrade -o x11-fonts/xorg-fonts-cyrillic  XFree86-fontCyrillic
portupgrade -o x11-fonts/xorg-fonts-encodings  XFree86-fontEncodings
portupgrade -o x11-servers/xorg-server  XFree86-Server
portupgrade -o x11/xorg -f XFree86
portupgrade -o x11-fonts/xorg-fonts-75dpi  XFree86-font75dpi
portupgrade -o x11-fonts/xorg-fonts-type1  XFree86-fontDefaultBitmaps
portupgrade -o x11-fonts/xorg-fonts-cyrillic  XFree86-fontCyrillic
portupgrade -o x11-fonts/xorg-fonts-encodings  XFree86-fontEncodings
portupgrade -o x11-servers/xorg-server  XFree86-Server
portupgrade -o x11/xorg -f XFree86

and when I try to start xserver (Xorg) I get error:
(==) I810(0): Silken mouse enabled
(II) I810(0): Initializing HW Cursor

   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.

Fatal server error:
Caught signal 11.  Server aborting

   *** be the reason for the server aborting.

Fatal server error:
Caught signal 11.  Server aborting


Please consult the The X.Org Foundation support
 at http://wiki.X.Org
 for help.
Please also check the log file at /var/log/Xorg.0.log for additional informati
on.

(WW) I810(0): Successfully set original devices
(WW) I810(0): Setting the original video mode instead of restoring
the saved state
(II) I810(0): xf86UnbindGARTMemory: unbind key 45
(II) I810(0): xf86UnbindGARTMemory: unbind key 41
(II) I810(0): xf86UnbindGARTMemory: unbind key 42
(WW) I810(0): Successfully set original devices
(WW) I810(0): Setting the original video mode instead of restoring
the saved state
(II) I810(0): xf86UnbindGARTMemory: unbind key 45
(II) I810(0): xf86UnbindGARTMemory: unbind key 41
(II) I810(0): xf86UnbindGARTMemory: unbind key 42
(II) I810(0): xf86UnbindGARTMemory: unbind key 44
(II) I810(0): xf86UnbindGARTMemory: unbind key 43

uname -a :
FreeBSD alexandr.fdns.net 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Sat Nov 13 20:27:0
4 UTC 2004 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/myGEN  i386

I try to use xorgconfig and get some result
I read handbook and try to use xorg.config generated by Xorg -configure
and get some error.

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


Re: Xorg can't start

2004-12-27 Thread Alexandr
I discavered what i810 drive is broken for X.org in current realize.


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


Re: Change Bash-3.00# Prompt???

2004-12-20 Thread Alexandr
On Sun, Dec 19, 2004 at 08:38:09PM -0600, Adam wrote:
 I installed bash shell and now my prompt says bash-3.00#
 
 How do I change the text before the #?  I'd like it to say bash# instead of 
 bash-3.00#.

Adam, you need to change your .profile file.
Variable PS1 has beatifull discribe in man bash

For example I have:
PS1=\u - \A #  ; export PS1

and my promti is 
admin - 16:08 # 
(with space on the end)
for bash#
PS1=bash# ; export PS1
 
 Thanks
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make package don't build package

2004-12-15 Thread Alexandr
Hello Donald J. O'Neill
 Hello Alexandr,
 
 If you did not have mpg123 installed, then make package would make 
 the port, install the port, and build a binary package that would 
 be put in /usr/ports//packages/All if you have /usr/ports/packages, 
 other wise it would be put in the port you are building.
 
 You could also do make -package-recursive, which would build all 
 the ports that were pulled in by making this port.
 
 If you already have the port installed, then make package will 
 fail at the installation of the port. As your error message above 
 says, you have to run make deinstall, then make reinstall, that 
 will let you get through the install portion. But, the install 
 portion of make package failed, if you have done this, then you 
 can run make package and a binary package will be made. You can 
 run make package-recursive at that point.

My problem is that I want to build packages for all programs installed
from ports collections on my copmpute(this is not workstation and I can't
stop it)
I have some errors for apache2 mysql41 firebired-devel 
i can't stop this processes and I haven't other computer with internet 
connection.

I wont to have identikal packages on my home workstaion.
 
Make package-recursive take me some errors.

Do known anybody other ways???

For some packages pkg_create works, but it haven't recursive options.

Thanks. 

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


make package don't build package

2004-12-15 Thread Alexandr
I run FreeBSD 5.3
I free my ports tree and make this:

cd /usr/ports/www/audio/mpg123/
make package

and get:
===  Installing for mpg123-esound-0.59r_15
===   mpg123-esound-0.59r_15 depends on shared library: esd.2 - found
===   Generating temporary packing list
===  Checking if audio/mpg123 already installed
===   mpg123-esound-0.59r_15 is already installed
  You may wish to ``make deinstall'' and install this port again
  by ``make reinstall'' to upgrade it properly.
  If you really wish to overwrite the old port of audio/mpg123
  without deleting it first, set the variable FORCE_PKG_REGISTER
  in your environment or the make install command line.
*** Error code 1

Stop in /usr/ports/audio/mpg123.

I don't understand, in bsd.port.mk wrote 
# package   - Create a package from an _installed_ port.
but I  installed this package and wont build package
Why 'make package' make install ???


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


Re: make package don't build package

2004-12-15 Thread Alexandr
Hello epilogue.

  cd /usr/ports/www/audio/mpg123/
  make package
with this command I make test.
I wont make package-recursive and this command take me some result for others 
ports
  
  and get:
  ===  Installing for mpg123-esound-0.59r_15
  ===   mpg123-esound-0.59r_15 depends on shared library: esd.2 - found
  ===   Generating temporary packing list
  ===  Checking if audio/mpg123 already installed
  ===   mpg123-esound-0.59r_15 is already installed
You may wish to ``make deinstall'' and install this port again
by ``make reinstall'' to upgrade it properly.
If you really wish to overwrite the old port of audio/mpg123
without deleting it first, set the variable FORCE_PKG_REGISTER
in your environment or the make install command line.
  *** Error code 1
 
 hello alexandr,
 
 well, the message above is a _pretty_big_hint_.  couple that with the
 description of the 'package' target as found in 'man ports'...
I readed it.
 
   Make a binary package for the port.  The port will be installed if it
   has not already been.  [snip]
 
 ...and you should have a pretty good idea about why 'make package' is
 not proceeding.
I installed this package a long time ago.
 
  Stop in /usr/ports/audio/mpg123.
  
  I don't understand, in bsd.port.mk wrote 
  # package   - Create a package from an _installed_ port.
  but I  installed this package and wont build package
  Why 'make package' make install ???
 
 while the various *.mk are certainly worth a read, i expect that you
 will find the ports related man pages to provide clearer and more
 thorough descriptions.
 
 in the case of what you're trying to do, check out the pkg_create
 manpage (-b in particular).
pkg_create -- i can't use becose I need create package recursively, 
but I don't find in man page for this tool options for recursively.

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


Re: a little problem!!!!!!

2004-12-01 Thread Alexandr
On Wed, Dec 01, 2004 at 01:37:10PM +0200, MarC wrote:
 hello, my name is marc and i'm from Romania.
 I have a little problem: i just bought a laptop Compaq Presario 1200, old 
 laptop, and my operating system is FreeBSD. I wanted to format it and i 
 don't know how. In Bios this feature insn't. Please tell me a list of 
 commands in FreeBSD how do I format my hard-diskand even other 
 sugestions.ok? 
 
 Thx for all that and good bye
 mar-c
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

You need newfs utility.
For more info : man newfs

for example 
format floppy:
newffs /dev/fd0

format hard partition:
newffs /dev/ad0s1
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help

2004-11-30 Thread Alexandr
On Mon, Nov 29, 2004 at 08:55:38PM -0500, Juan Walker   wrote:
 
   Greetings from Colombia, I was installed the last version of FreeBsd
   5.3 but
   there was some problems for detecting all devices.
   Whem i try mount the floppy disk or cdrom, appear this message
   # mount /dev/fd /mnt/floppy

On my workstation I have /dev/fd0.
Please send output for 
ls /dev/fd*
NO FOUND BLOCK DEVICE
   also when i run the sistem X appear this message
   Failed open /dev/io for extended I/O
   There?s one more thing,when try parttion my HD appear a messages about
   my Hard
   Disk geometry,it seems there?s no problem but i?m not sure
   The detectiong geometry : 158816/16/63 MAXTOR6Y080L8 YAR41BW0
   Thanks for pay attention,farewell
 _
 
   MSN Amor [1]Busca tu ? naranja
 
 References
 
   1. http://g.msn.com/8HMAES/2737??PS=47575
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Can't login to Nessus

2004-10-28 Thread Alexandr
I cvsuped my ports tree and install nessus and nessus-plugins.
As root a run nessusd and run nessus, when I type my user name and password
I get message in concole:

SSL_CTX_load_verify_locations: error:02001002:system library:fopen:No such file or 
directory

And get message login failed in grafical interface. 
I use FreeBSD 5.2.1

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


Re: Can't login to Nessus

2004-10-28 Thread Alexandr
  SSL_CTX_load_verify_locations: error:02001002:system library:fopen:No such file or 
  directory
 
 I'd guess it's trying to load an SSL key - did you create them?
 (by default ISTR nessus talks to the nessusd over SSL).
I didn't create SSL keys I don't know nothing about them.
Where I cat create them???
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't login to Nessus

2004-10-28 Thread Alexandr
On Thu, Oct 28, 2004 at 02:33:55PM +, Alexandr wrote:
 I cvsuped my ports tree and install nessus and nessus-plugins.
 As root a run nessusd and run nessus, when I type my user name and password
 I get message in concole:
 
 SSL_CTX_load_verify_locations: error:02001002:system library:fopen:No such file or 
 directory
 
I discovered utility nessus-adduser.
Thanks.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: where to find security updates?

2004-10-14 Thread Alexandr
On Thu, Oct 14, 2004 at 01:57:35PM +0200, Matthias F. Brandstetter wrote:
 Hi all,
 
 I am somewhat new to FreeBSD, and so not 100% used to this ports and 
 portaudit system.
 
 My daily sec. output says, that my installed mod_php4-4.3.8_2 has two 
 vulnerabilities. So I did an cvsup /root/ports-supfile and a make 
 search=mod_php4 afterwards. But I can only see mod_php4-4.3.6 now, 
 which does not look like an update to mod_php4-4.3.8_2.
 
cd /usr/ports
make fetchindex


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


Re: where to find security updates?

2004-10-14 Thread Alexandr
On Thu, Oct 14, 2004 at 01:57:35PM +0200, Matthias F. Brandstetter wrote:
 Now my question is: How should/can I update mod_php4, if there is no update 
 available?
portupgrade -all
wil upgrade all port installed on your system
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: where to find security updates?

2004-10-14 Thread Alexandr
On Thu, Oct 14, 2004 at 01:57:35PM +0200, Matthias F. Brandstetter wrote:
 Hi all,
 
 I am somewhat new to FreeBSD, and so not 100% used to this ports and 
 portaudit system.
 
 My daily sec. output says, that my installed mod_php4-4.3.8_2 has two 
 vulnerabilities. So I did an cvsup /root/ports-supfile and a make 
 search=mod_php4 afterwards. But I can only see mod_php4-4.3.6 now, 
 which does not look like an update to mod_php4-4.3.8_2.
 
 Now my question is: How should/can I update mod_php4, if there is no update 
 available?
 
 Greetings and TIA, Matthias
 
for portupgrade utility you may install port /usr/ports/sysutils/portupgrade

You can use this tool for upgrade one package for example:
portupgrade mod_php4-4.3.8_2

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


Re: antivirus

2004-10-14 Thread Alexandr
On Thu, Oct 14, 2004 at 04:40:05PM +0400, metallarch wrote:
 Does freebsd support any antivirus programs(server) for windows computers?
clamav - this is antivirus for unix
clamwin - this is antivirus for windows. It use databases for clamav.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: antivirus

2004-10-14 Thread Alexandr
On Thu, Oct 14, 2004 at 03:46:56PM +, Alexandr wrote:
 On Thu, Oct 14, 2004 at 04:40:05PM +0400, metallarch wrote:
  Does freebsd support any antivirus programs(server) for windows computers?
 clamav - this is antivirus for unix
 clamwin - this is antivirus for windows. It use databases for clamav.

Kaspersky Antivirus (http://avp.ru) . I known admin who use it on the freebsd. But 
didn't know why...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: antivirus

2004-10-14 Thread Alexandr
all users in my company use f-prot. I known they have version for freebsd. But 
I didn't known what can this antivirus on the FreeBSD.

On Thu, Oct 14, 2004 at 08:59:10AM -0400, Steve Bertrand wrote:
  On Thu, Oct 14, 2004 at 03:46:56PM +, Alexandr wrote:
  On Thu, Oct 14, 2004 at 04:40:05PM +0400, metallarch wrote:
   Does freebsd support any antivirus programs(server) for windows
  computers?
  clamav - this is antivirus for unix
  clamwin - this is antivirus for windows. It use databases for
  clamav.
 
  Kaspersky Antivirus (http://avp.ru) . I known admin who use it on the
  freebsd. But didn't know why...
 
 Possibly because the box was a mail server, or perhaps a file server
 that housed files for a network of Windows machines.
 
 Viruses can spread through NetBIOS shares, and I'm certain the ones
 that replicate this way could just as easily infect Samba shares just
 as it could MS shares.
 
 Steve
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't compile wine port

2004-10-11 Thread Alexandr
Yes. I am runing 5.2.1
FreeBSD 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #2

I comment USE_GCC 3.14 and type make and get another errors. 
But again type make clean ; make 
and all was fine.

Thanks.

On Sat, Oct 09, 2004 at 11:08:29AM -0400, Lowell Gilbert wrote:
 It looks like you're running 5.2.1.
 Are you using the ports that came with that release, or something more
 current?  
 
 If you are in fact running FreeBSD 5.2.1, you should be able to edit
 the file /usr/ports/emulators/wine/Makefile and remove the USE_GCC line.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


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


Can't compile wine port

2004-10-08 Thread Alexandr
I cvsuped ports tree and do this:
cd /usr/ports/emulators/wine
make install

and get in end this message:
../.././..//gcc-3.4-20040827/libiberty/fibheap.c:395: warning: implicit
+declaration of function `memset'
gmake[2]: *** [fibheap.o]  1
gmake[2]: Leaving directory
+`/usr/ports/lang/gcc34/work/build/i386-portbld-freebsd5.2.1/libiberty'
gmake[1]: *** [all-target-libiberty]  2
gmake[1]: Leaving directory `/usr/ports/lang/gcc34/work/build'
gmake: *** [bootstrap-lean]  2
*** Error code 2

Stop in /usr/ports/lang/gcc34.
*** Error code 1

Stop in /usr/ports/emulators/wine.


This I get when type some 'make'.

What can I do???


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


Re: phpwiki

2004-10-07 Thread Alexandr
On Wed, Oct 06, 2004 at 02:26:45PM -0400, Alan Curtis wrote:
 I am trying to install the phpwiki port using mysql, following the 
 instructions in /usr/local/share/doc/phpwiki. I get to testing the 
 installation by loading http://localhost/phpwiki/index.php and I get 
 the error
 
 Fatal error: Call to undefined function: mysql_pconnect()
 
 Any suggestions?
 
 Alan
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

What PHP version you???

if PHP5 you must choose --with-mysql
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


What is system requrimets for DooM3 with FreeBSD 5.2.1-RELEASE???

2004-10-06 Thread Alexandr
I am not a gamer. 

In the morning I chated with frends and the ask me about DOOM3 for linux.

System requirements for lynux ara 1GH and 256RAM

What is system requirements for FreeBDS.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Can I put any options for configure script with port ?

2004-09-29 Thread Alexandr
I install php from the source with many parametres.

For example I run configure script:
./configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs--with-openssl 
--with-curl --with-gd --with-iconv --with-mnogosearch --with-zlib

I see in port collections ports - php-mnogosearch , php-tidy
this extionsions I can to configure with options for php.

Can I put any options for configure script from port www/php???

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


quota

2003-12-05 Thread Alexandr S. Yatulchik



hi all!

root#haron[p0]/etc/rc.duname -a
FreeBSD [skip] 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #0: Fri Nov 21
15:10:56 EET 2003 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/kernel  i386
root#haron[p0]/etc/rc.d



root#haron[p0]/etc/rc.dedquota alex
Quotas for user alex:
/home/users: kbytes in use: 0, limits (soft = 18000, hard = 2)
inodes in use: 0, limits (soft = 0, hard = 0)
root#haron[p0]/etc/rc.d

then:

root#haron[p0]/etc/rc.dquota alex
Disk quotas for user alex (uid 1006): none
root#haron[p0]/etc/rc.d


---
[EMAIL PROTECTED]/home/users/local/alexquota -u
Disk quotas for user alex (uid 1006): none
[EMAIL PROTECTED]/home/users/local/alexquota

why don`t work?
-
fstab:
root#haron[p0]/home/users/local/nemoless /etc/fstab
[skip]
/dev/ad0s1f /home/users ufs rw,userquota,noexec 2
2
[skip]
root#haron[p0]/home/users/local/nemo

kernel config :

options QUOTA

P.S. how I can solve my problem?

--
wbr, Alex aka Nemo

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


isa pnp modem

2003-10-02 Thread Alexandr Klimenko
Hello,

Tell me, please, how to install my isa pnp modem (usrobotics 56k)





Best regards.

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


[no subject]

2003-03-17 Thread Alexandr Sinitskiy
, freebsd-questions.



-- 
 ,
 Alexandr  mailto:[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


trouble with DNS lookup

2003-03-17 Thread Alexandr Sinitskiy
Hello.

  I have trouble with DNS-lookup.
  Then I ping any host by name, the DNS-name was resolving, and ping
  is working. But if I want to connect to remote host by name, almost
  all program reply to me: ftp: alex.kmv.ru: Non-recoverable failure
  in name resolution. And after it, I see in messages new message:
  217.13.212.70 failed: host is not on local network. 217.13.212.70
  - our DNS-server, but my ip is 212.96.114.132. What can I do to make
  my system working ?

-- 
Best regards,
 Alexandr  mailto:[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Question about ppp.secret

2003-01-31 Thread Alexandr Listopad
 hi!

 I use ppp with great pleaseure already few years, but I see it has a
 problem with ``set proctitle HISADDR'' in ppp.conf.

 My users are stored in ppp.secret like 

user*   IP

 But /usr/bin/w or ps show me wrong ip for some users, ie:

15:22:41 root@ $ w tcza
15:22  up 10 days, 19:30, 11 users, load averages: 1,09 1,09 0,75
USER TTY  FROM  LOGIN@  IDLE WHAT
tczad6   3120012:05   - ppp: 192.168.1.130 (pp
15:22:49 root@ $ grep tcza /etc/ppp/ppp.secret
tcza   *   192.168.2.126
15:22:56 root@ $ ps -t d6
  PID  TT  STAT  TIME COMMAND
 6569  d6  Ss+0:02,30 ppp: 192.168.1.130 (ppp)
15:23:19 root@ $ ifconfig |grep -1 6569
inet 192.168.0.1 -- 192.168.2.126 netmask 0x
Opened by PID 6569
tun4: flags=8051UP,POINTOPOINT,RUNNING,MULTICAST mtu 1500
15:23:32 root@ $

Please, help me to fix this problem.

-- 
 Laa

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Linux+cbq - FreeBSD wierdness -- any ideas?

2003-01-04 Thread Alexandr Kovalenko
I have very strange problem:

1.1.1.1 ---  --- Linux (2.2.2.2) with cbq shape for 3.3.3.3 for 750Kbit/sec --- 
 --- FreeBSD (3.3.3.3)

If I start downloading from 1.1.1.1 to 3.3.3.3 in a single session I'm
getting 750Kbit/s for few seconds (10-12) and then speed drops to under
16Kbit or some holes in speed

If 3.3.3.3 is Linux of WinXP -- no problems
BUT!

If 3.3.3.3 is FreeBSD and I open additional (for example idle ssh)
session to 1.1.1.1, I'll get full speed...

Any ideas?


P.S. Linux -- 2.4.18, FreeBSD -- 4.7-RELEASE-p2

-- 
NEVE-RIPE, will build world for food
Ukrainian FreeBSD User Group
http://uafug.org.ua/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Linux+cbq - FreeBSD wierdness -- any ideas?

2003-01-04 Thread Alexandr Kovalenko
And please, Cc: me, as I'm not subscribed to -questions@

 I have very strange problem:
 
 1.1.1.1 ---  --- Linux (2.2.2.2) with cbq shape for 3.3.3.3 for 750Kbit/sec 
---  --- FreeBSD (3.3.3.3)
 
 If I start downloading from 1.1.1.1 to 3.3.3.3 in a single session I'm
 getting 750Kbit/s for few seconds (10-12) and then speed drops to under
 16Kbit or some holes in speed
 
 If 3.3.3.3 is Linux of WinXP -- no problems
 BUT!
 
 If 3.3.3.3 is FreeBSD and I open additional (for example idle ssh)
 session to 1.1.1.1, I'll get full speed...
 
 Any ideas?
 
 
 P.S. Linux -- 2.4.18, FreeBSD -- 4.7-RELEASE-p2
 
 -- 
 NEVE-RIPE, will build world for food
 Ukrainian FreeBSD User Group
 http://uafug.org.ua/

-- 
NEVE-RIPE, will build world for food
Ukrainian FreeBSD User Group
http://uafug.org.ua/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message