PR sent through send-pr don'r reach actual PR list ????

2003-03-04 Thread Yuri
I've sent PR today using send-pr. From maillog I can tell that mail actually left to [EMAIL PROTECTED] and was accepted. But I don't see it in the PR list. What's wrong Yuri To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

WebCam support in FreeBSD

2005-06-13 Thread Yuri
bt848 driver and driver for some obsolete parallel port camera. Am I missing something ? Thanx, Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: WebCam support in FreeBSD

2005-06-14 Thread Yuri
drivers to FreeBSD. Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

why CDROM operations cause system to be slow and HD operations do not

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

vinum problem

2005-08-02 Thread yuri
Hi all, I'm makara from Cambodia. I'm freebsd newbie. I try to configure vinum I always get this messages every time when I start vinum vinum: Inappropriate ioctl for device and a few minute later my pc is restart. I hope you can solv the problem. Thanks sorry for my english.

Is KDE4 usable on FreeBSD?

2008-11-01 Thread Yuri
I tried using it but Desktop view window that was initially created when I first launched kde4 doesn't appear with the second launch. I believe KDE4 isn't ready yet. Anyone can use it without major annoyances? Yuri ___ freebsd-questions@freebsd.org

Re: Is KDE4 usable on FreeBSD?

2008-11-01 Thread Yuri
. not really enough. Unfortunately open source is pretty much a failure when it comes to GUI and desktop. Any kind of GUI, look at ddd for example. Untested development-stage software (like kde4) is being released to the public for some reason. Yuri

Re: Is KDE4 usable on FreeBSD?

2008-11-01 Thread Yuri
Wojciech Puchar wrote: Also GUI makes life much easier even for advanced users. exactly wrong. it make my life harder. these advanced users you say don't like to read manuals and do once simple config taking few minutes. totally wrong. imagine setting up WiFi network. one mouse click opens

Copying audio CD with dd/cdrecord produces unplayable CD

2008-11-28 Thread Yuri
. What I am doing wrong? How to troubleshoot this problem? burncd doesn't work on my system: it breaks with my PIONEER DVD-RW DVR-112D/1.21. Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Copying audio CD with dd/cdrecord produces unplayable CD

2008-11-29 Thread Yuri
for your helpful response, Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Copying audio CD with dd/cdrecord produces unplayable CD

2008-11-29 Thread Yuri
Polytropon wrote: On Fri, 28 Nov 2008 23:26:51 -0800, Yuri [EMAIL PROTECTED] wrote: If you need to use cdrecord, you can preprocess the .cdr files with sox -x. You can always use the play command (from sox) to check what your files sound like. 'sox -x' fails for some tracks

Re: Copying audio CD with dd/cdrecord produces unplayable CD

2008-11-29 Thread Yuri
Joerg Schilling wrote: Well, you should not expect to get a usable read result from dd. Why? Handbook recommends the use of dd for audio CD ripping. Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Copying audio CD with dd/cdrecord produces unplayable CD

2008-11-29 Thread Yuri
dd on FreeBSD is a nice gag but nothing I would recommend in order to create a copy from an audio CD. Thank you, good points. This seems to be reflected in the Handbook. I will file a PR for this. Yuri ___ freebsd-questions@freebsd.org mailing list

Re: Copying audio CD with dd/cdrecord produces unplayable CD

2008-11-29 Thread Yuri
can play)? No, it seems like sox is trying to interpret raw audio data as an mp3 (and other) formats for some unknown reason. It's silly but the only way I can think of to reliably do this (very slowly) in a command line is: perl -pi -e s/(.)(.)/\\2\\1/g track.cdr Yuri

Why process memory starts so high up in virtual space with FreeBSD malloc?

2008-12-01 Thread Yuri
0x80aa0e8 which is ~135MB of 4GB address space or ~3%. Why FreeBSD memory allocator wastes such a high percentage of the memory space? Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Why process memory starts so high up in virtual space with FreeBSD malloc?

2008-12-01 Thread Yuri
with MALLOC_OPTIONS='dM' is way larger than the one left by 'Dm' option. Usually malloc will keep allocating addresses higher than this initial value and will never come back and fill some parts of this gap. Therefore wasting this space. Yuri ___ freebsd

Sticky mouse pointer on machine with high load

2008-12-05 Thread Yuri
from mouse gets stuck in the fifo somewhere and not processed by x-server in time. Is there any solution to this problem? I never saw such problem on Windows though I didn't touch Windows PC for many years now. Yuri ___ freebsd-questions@freebsd.org

wireless scan: 'ifconfig iface scan' hangs often

2008-12-09 Thread Yuri
equally when I am trying to run this command when network is associated and running and down. Is this a bug in driver or what the problem might be? Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: wireless scan: 'ifconfig iface scan' hangs often

2008-12-09 Thread Yuri
Sérgio de Almeida Lenzi wrote: try using ifconfig ath0 list scan it will list the contents of the cache in the sip and never hangs Sérgio, This works but what if I need to update cache? Cache update hangs. Yuri ___ freebsd-questions

How process size is calculated? Is it always based on the current highest available address in memory space?

2008-12-28 Thread Yuri
is always linked to the current highest available address in memory space? Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr

How process CPU percentage is calculated?

2009-01-06 Thread Yuri
looking at raw cpu. With 15-18% CPU every second of process TIME should correspond to ~6secs of real time, and in my case it's only ~1.6sec of real time. Why CPU field is so low? Yuri ___ freebsd-questions@freebsd.org mailing list http

How to troubleshoot why ath0 can't connect to a passwordless wireless network?

2009-02-09 Thread Yuri
. It connect to this network without problems. What can I do to understand what may be a problem with ath0 in my case? Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: How to troubleshoot why ath0 can't connect to a passwordless wireless network?

2009-02-09 Thread Yuri
is IEEE80211_M_MONITOR. As I understand in 'monitor' mode no packets are being sent or received. When I try to turn it off with 'ifconfig ath0 -monotor' interface still seems to stay in monitor mode. Why wouldn't -monitor turn monitor mode off? Yuri

KDE4: How to make Home/End keys to work properly in the kde4-console?

2009-02-12 Thread Yuri
cursor they type '~'. If Home=\E[H and End=\E[F keys work for the console commands but not in vim. I believe the first combination is correct and should work for both vim and console. But why it doesn't work in console? Yuri ___ freebsd-questions

Why there are so many binary packages missing on FTP?

2009-02-14 Thread Yuri
to k...@freebsd.org but got no answer. So why kde-4.1.0 and kde-4.2.0 binaries are missing on FTP? And does kde4-4.2.0 work for anybody? Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Why Atheros WiFi card is so unstable?

2009-02-27 Thread Yuri
, AR5212, RF5111, RF5112, RF2413, RF5413) ath0: Atheros 5212 mem 0xcffe-0xcffe irq 16 at device 5.0 on pci0 Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

What happened with KWeather (from kde3) applet in kde4?

2009-03-16 Thread Yuri
I installed kde4. And can't find KWeather that happily worked in kde3.5. It's not in any list and can't be found in ports either. Thanks, Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

What is the best XServer font configuration to use with international fonts (Cyrillic/Chinese/Korean)

2009-03-22 Thread Yuri
to show all those languages nicely? Yuri ___ 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: What is the best XServer font configuration to use with international fonts (Cyrillic/Chinese/Korean)

2009-03-22 Thread Yuri
Lars Eighner wrote: On Sun, 22 Mar 2009, Yuri wrote: I use the following font section: Section Files FontPath /usr/local/lib/X11/fonts/misc/ FontPath /usr/local/lib/X11/fonts/TrueType/ EndSection What is the best font configuration to use to show all those languages nicely

Webcam support in FreeBSD?

2009-03-29 Thread Yuri
? Thanks, Yuri ___ 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

How to read files from FAT disk which names contain Chinese characters?

2009-03-30 Thread Yuri
if file system will have both Chinese and Russian file names? Thanks, Yuri ___ 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

Why USB enclosure with HD isn't a block device?

2009-04-08 Thread Yuri
I got USB enclosure and put HD there. I tried to create NTFS on it (using mkntfs from sysutils/ntfsprogs). And got the message: /dev/da0 is not a block device. Refusing to make a filesystem here! mkntfs does 'stat' on /dev/da0. Why /dev/da0 stats not as a block device? Yuri

Re: Why USB enclosure with HD isn't a block device?

2009-04-08 Thread Yuri
think /dev/da0 for US enclosure actually should be a block device like all disks. I think this is a bug. Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

How to create NTFS file system from FreeBSD?

2009-04-10 Thread Yuri
I need to format NTFS partition to give HD to someone to write things on it under Windows. I tried to use mkntfs from ports/ntfsprogs but it didn't finish after an extremely long time, 24hrs. Yuri ___ freebsd-questions@freebsd.org mailing list

Re: How to create NTFS file system from FreeBSD?

2009-04-10 Thread Yuri
Wojciech Puchar wrote: i would rather make FAT32 partition Unfortunately FAT32 has a file size limit 2^32-1 bytes (~4GB) And I talk about HD 1TB and files might me larger. Yuri ___ freebsd-questions@freebsd.org mailing list http

Why USB harddrive is so slow under FreeBSD?

2009-04-12 Thread Yuri
1.03 Fixed Direct Access SCSI-4 device When I try to copy data with 'dd if=/dev/da0s1 of=/dev/null count=1' it only achieves has 0.65MB/s transfer speed. What's wrong, why is it so slow? Yuri ___ freebsd-questions@freebsd.org mailing list http

Re: Why USB harddrive is so slow under FreeBSD?

2009-04-12 Thread Yuri
documentation proving/disproving this. Yuri ___ 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: Why USB harddrive is so slow under FreeBSD?

2009-04-12 Thread Yuri
Dan Nelson wrote: Increase your blocksize. dd's default is 512 bytes. Try bs=64k This works, I am getting 25-27 MB/s. Still lower than this device supports (~50MB/s). I guess because this VIA controller is very old. Yuri ___ freebsd

kdeinit4 has high CPU usage

2009-04-14 Thread Yuri
I use KDE4 and it mostly works well. But sometimes I spot one or few kdeinit4 running with high CPU usage. This drives the load number up. Once I kill those kdeinit4 processes system runs ok again. Anybody has the same problem and how to fix it? Yuri

Why top never shows ~100% CPU usage with heavy load?

2009-04-25 Thread Yuri
load never goes to 100%? Yuri 7.1-STABLE ___ 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

Is 'kldunload msdosfs_iconv' supposed to be safe? It hangs the system.

2009-04-26 Thread Yuri
is that there are some bugs in some of those modules. Should I file a PR for this? Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr

acroread8 error: The security plug-in required by this command is unavailable

2009-12-27 Thread Yuri
When I am trying to open pdf file I get this error. This pdf is an ebook borrowed from the library. Is it possible to install this plug-in in any way? One of the web howtos suggests that there is something called EBL plug-in that is required. Thanks, Yuri

Why scim language prompt isn't shown from QT applications?

2010-01-08 Thread Yuri
and konqueror. Do you have scim working from QT apps? Do I miss some ports? Or some processes aren't running? Thanks, Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

My microphone signal gets lost

2010-01-10 Thread Yuri
PCM #0 Analog at cad 0 nid 1 on hdac0 What could have caused the problem? Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr

[audio] Why pcm audio signal can't be read back through pcm channel?

2010-01-15 Thread Yuri
back? Is there something wrong with mixer? snd_es137x.ko is used: pcm0: AudioPCI ES1370 port 0xec00-0xec3f irq 17 at device 1.0 on pci8 pcm0: es1370_wrcodec: timed out pcm0: es1370_wrcodec: timed out pcm0: es1370_wrcodec: timed out pcm0: [ITHREAD] pcm0: Playback: DAC1,DAC2 / Record: ADC Yuri

VirtualBox crashes after system upgrade

2010-02-08 Thread Yuri
I updated the system, both kernel and ports. It's 8.0-STABLE. vbox ports were reinstalled after the kernel: virtualbox-ose-3.1.2_1 virtualbox-ose-kmod-3.1.2_1 Now my system crashes when I try to start the virtual machine. Anybody has the same problem? Yuri

mozilla and thunderbird tray icons missing

2010-02-08 Thread Yuri
Those two icons went missing. When they are running windows and panel tabs show some generic X icons instead. Ho does xserver determine which icon to show for the particular app? Yuri ___ freebsd-questions@freebsd.org mailing list http

VirtualBox is broken?

2010-02-09 Thread Yuri
Every time I try to run a VM my whole system hangs. This started after the resent system/ports update. I even force-recompiled all ports that VirtualBox depends on and still have the problem. Anybody is able to run vbox? Yuri virtualbox-ose-3.1.2_1 virtualbox-ose-kmod-3.1.2_1 8.0-STABLE

Re: VirtualBox is broken?

2010-02-09 Thread Yuri
Bernt Hansson wrote: I can run the GUI but not load the kernelmodule. I can run GUI and load module, but module seems to crash the system on VM start. Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: VirtualBox is broken?

2010-02-09 Thread Yuri
Warren Block wrote: Did you rebuild the kernel module after updating the system? Yes, I rebuilt the module too. Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: VirtualBox is broken?

2010-02-10 Thread Yuri
kernel? Please read http://wiki.freebsd.org/VirtualBox on how to correctly load the module because you risk a freeze when loading it with kldload when running. I am pretty much doing the same as in this wiki-page. Yuri ___ freebsd-questions

Why Linux Firefox doesn't play flash movies?

2010-02-14 Thread Yuri
-effects, since wine is perpetually buggy. Anybody is able to play flash movies? Thanks, Yuri List of all linux ports installed: linux-dri-7.4_1 Mesa-based DRI libraries, drivers and binaries (Linux Ubunt linux-f10-alsa-lib-1.0.21_1 The Advanced Linux Sound Architecture libraries (Linux

Why lsof shows the file as open and fstat doesn't ?

2010-02-15 Thread Yuri
I am looking at one file which is actually a unix socket: /tmp/dbus-iQmkLjgxD6. lsof | grep dbus-iQmkLjgxD6 shows that it's open by a particular process many times: ibus-daem 48407 yuri4uunix 0xc966019c0t0 /tmp/dbus-iQmkLjgxD6 ibus-daem 48407 yuri5u

Re: Why lsof shows the file as open and fstat doesn't ?

2010-02-15 Thread Yuri
Dan Nelson wrote: It looks like fstat doesn't work on unix sockets at all; I tried on /tmp/mysql.sock and some X11 sockets. I filed a PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=143962 Yuri ___ freebsd-questions@freebsd.org mailing list http

Is it possible to see memory over 3GB on 32-bit FreeBSD?

2010-02-17 Thread Yuri
I know that 32-bot Linux can see something like 3.6GB. Is this possible on FreeBSD? I see this message in system log: real memory = 6442450944 (6144 MB) avail memory = 3123482624 (2978 MB) Yuri ___ freebsd-questions@freebsd.org mailing list http

Why I can't enable compositing option in KDE4?

2010-02-17 Thread Yuri
is enabled (**) Extension MIT-SHM is enabled What's wrong? Compositing and effects used to work almost fine before. Except for the black windows problem. Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Is it possible to see memory over 3GB on 32-bit FreeBSD?

2010-02-17 Thread Yuri
. Yuri ___ 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

Is there a command to load all swap into the memory?

2010-02-23 Thread Yuri
that for all swap? This will speed up immediate system response in the future. Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr

Any generic way to fix problem that configure doesn't find libraries in /usr/local/lib?

2010-02-24 Thread Yuri
Every time I run configure script it fails to find libraries in /usr/local/lib because it has some hard-coded paths not including /usr/local/lib and /usr/local/lib. Every time I need to edit configure to fix it up. Is there any generic tool or way that fixes this problem more easily? Yuri

Is ath network driver unstable?

2010-03-02 Thread Yuri
I don't use WiFi much. But every time I try, my system is likely to hang soon thereafter. For example, yesterday I tried to connect to one WiFi that doesn't exist any more. And accidentally left it in UP and RUNNING state. And after few hours system hanged. Yuri

Is there a way to know how much memory is currently allocated?

2010-03-05 Thread Yuri
to non-freed blocks, which are left allocated by the library. Yuri ___ 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

Is hard drive spindown functionality broken?

2010-03-15 Thread Yuri
never use anything related to fwohci. Does anybody use spindown? What might be the problem? Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions

Anybody uses VMWare on FreeBSD?

2010-03-17 Thread Yuri
I can't build it, I am getting the following errors. And message to freebsd-emulation@ from 02/10 was never answered. errors cc -O2 -pipe -fno-strict-aliasing -DCDEV_MAJOR_=200 -DDDB -DVMX86_DEBUG -DSMP -DAPIC_IO -Werror -D_KERNEL -DKLD_MODULE -nostdinc

Re: Anybody uses VMWare on FreeBSD?

2010-03-17 Thread Yuri
that would be out of sync with the instructions. Anything particular I should look for there that I could have missed? I am trying to install the Linux guest. Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Anybody uses VMWare on FreeBSD?

2010-03-17 Thread Yuri
including X-system. Nothing is in /var/log/messages. Yuri ___ 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

Which gdb GUI do you use?

2010-03-18 Thread Yuri
. Gives me an error message: thread.c:79: internal-error: inferior_thread: Assertion 'tp' failed. ... Which GUI you use? Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Flash sometimes freezes firefox, also many npviewer.bin processes left running around

2010-03-18 Thread Yuri
/local/lib/linux-mozilla/plugins/libflashplayer.so --connection hanging around even after firefox process exits. linux-f10-flashplugin-10.0r45 nspluginwrapper-1.2.2_5 firefox-3.5.8,1 Yuri ___ freebsd-questions@freebsd.org mailing list http

xterm: why after I put gdb in background, Ctrl-X stops working?

2010-03-25 Thread Yuri
and konsole. Yuri ___ 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

Does sparc64 version of FreeBSD work on SPARCbook?

2010-04-10 Thread Yuri
I always wanted to try sparc. But did anyone try running it on a laptop or I better stick with workstation? Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

VirtualBox is still broken

2010-04-11 Thread Yuri
and now host OS hangs only after a while. kernel module was rebuilt after the system update. nothing gets logged in /var/log/messages. Yuri virtualbox-ose-3.1.6_2 virtualbox-ose-kmod-3.1.6 8.0-STABLE ___ freebsd-questions@freebsd.org mailing list http

How to mount mfsroot?

2010-04-22 Thread Yuri
mfsroot mount /dev/md0 /mnt/ And got an error: mount: /dev/md0 : Invalid argument What's wrong? Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd

Why nfs mounts are allowed that aren't in /etc/exports?

2010-04-22 Thread Yuri
I only have this one line exports: /usr/diskless.sparc64 -alldirs -maproot=root -network=192.168.0 -mask=255.255.255.0 But somhow all mounts are succeed: /home, usr/ports, etc. Isn't exports supposed to limit what can be mounted? Yuri ___ freebsd

Duplicate ports with the same name, shou,d thy be banned/renamed?

2010-04-23 Thread Yuri
I see there are two ports: /usr/ports/audio/mpc /usr/ports/math/mpc When I run 'pkg_add -r mpc' the first one gets installed, there is 'All' directory under packages, here all of them from all subdirectories are dropped. Shouldn't duplication be banned? Yuri

Why system gcc that is 4.2.1 produces different code than gcc-4.2.1 compiled from sources?

2010-04-25 Thread Yuri
. Both are 4.2.1. Options: -O3. Average runtime with the argument 45 is quite different: system gcc is 3.650s and gcc-4.2.1 from sources is 3.740. CPU: Intel(R) Core(TM) i7 CPU @ 9200 @ 2.67GHz Yuri ___ freebsd-questions@freebsd.org mailing list

Sporadic error message rebuilding some ports: undefined reference to `copysignl'

2010-04-26 Thread Yuri
such problem? What's the general fix? Yuri ___ 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

Why hald causes system to hang up?

2010-04-29 Thread Yuri
I type in KDE konsole. string in konsole doesn't get selected any more when I double click on it. Anybody has any insight why hald would cause such consequences? Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: Why hald causes system to hang up?

2010-04-29 Thread Yuri
Warren Block wrote: Do you have AllowEmptyInput in in ServerLayout or ServerFlags of xorg.conf? I have it: Section ServerFlags Option AllowEmptyInput no EndSection Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Can motorola v195 be supported as network interface?

2011-02-19 Thread Yuri
interface, only as ugen. What would it take to support it? How hard can it be to make it show up as network interface? MacOS for example sees it as a PPP modem asking for user name/password. Yuri ___ freebsd-questions@freebsd.org mailing list http

How older files installed by previous versions of FreeBSD are supposed to be deleted?

2011-02-20 Thread Yuri
older versions and deletes them? Otherwise after a while all possible versions will accumulate there. I suspect the same happens under /etc with various renamed/deleted files. Yuri ___ freebsd-questions@freebsd.org mailing list http

ipmi is broken? (ppc0: cannot reserve I/O port range)

2011-03-26 Thread Yuri
-STABLE FreeBSD 8.2-STABLE #2: Tue Mar 15 21:20:50 PDT 2011 y...@xxx.xxx.xxx:/usr/obj/usr/src/sys/GENERIC amd64 Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

How to specify ssid to ifconfig if it begins with '0x'?

2011-05-07 Thread Yuri
help. How to specify SSID beginning with 0x? Yuri ___ 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

Special symbols size issue with Firefox-4.0.1

2011-05-27 Thread Yuri
/ FontPath /usr/local/lib/X11/fonts/dejavu EndSection What is wrong with the fonts that this special symbol isn't displayed with the proper size? Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Any working SIP-phone on FreeBSD?

2011-06-18 Thread Yuri
I tried ekiga but it doesn't work. It gets into standby mode and stays this way. I think it's because of firewall. There is the PR for this. I looked into Empathy. On Linux telepathy-sofiasip should be installed to add SIP to empathy, and on FreeBSD there is no such port. Yuri

Re: Any working SIP-phone on FreeBSD?

2011-06-18 Thread Yuri
http://wiki.ekiga.org/index.php/Ekiga_behind_a_NAT_router :( I don't think you should need to configure router if it works. It should be able to find ports by itself like skype does it. If IM app can't find the way around the closed ports it isn't viable. Yuri

Re: Any working SIP-phone on FreeBSD?

2011-06-18 Thread Yuri
who owns it now has the policy of cooperation with governments worldwide and there are many fascist governments out there. So my question was about the alternative to skype. Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

How are conflicts between packages resolved?

2011-06-18 Thread Yuri
I see the messages like below. One package depends on unixODBC, and it can't be installed because the other packages install files in the same place. So what is the general solution? I don't think this situation is normal, when some packages are mutually exclusive. Yuri log

Re: Any working SIP-phone on FreeBSD?

2011-06-18 Thread Yuri
of writing whole HOWTO? Yuri ___ 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: Any working SIP-phone on FreeBSD?

2011-06-19 Thread Yuri
On 06/18/2011 10:19, Yuri wrote: I tried ekiga but it doesn't work. It gets into standby mode and stays this way. I think it's because of firewall. There is the PR for this. I looked into Empathy. On Linux telepathy-sofiasip should be installed to add SIP to empathy, and on FreeBSD

Error from apache/dav after system upgrade: Init: Session Cache is not configured [hint: SSLSessionCache]

2011-07-01 Thread Yuri
After I upgraded the 8.2-STABLE to more current code and upgraded all ports I am unable to connect to svn repository through apache: client gets this: Could not authenticate to server: rejected basic challenge. httpd-errors.log gets messages, see below. What may be a problem? Yuri ---httpd

Xorg at 100%CPU when browser is on

2011-08-01 Thread Yuri
and chrome exhibit the same behavior. Anybody sees the same? Anybody can explain why would such thing happen? Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

top(1) loses process user time count when threads end

2011-08-05 Thread Yuri
I have the process that first runs in 3 threads but later two active threads exit. top(1) shows this moment this way (1 sec intervals): 30833 yuri3 760 4729M 4225M nanslp 4 0:32 88.62% app 30833 yuri3 760 4729M 4225M nanslp 6 0:34 90.92% app 30833

Group permissions are broken?

2011-08-15 Thread Yuri
. Filesystem is UFS: /dev/ad10s1a on / (ufs, NFS exported, local) Yuri ___ 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: Group permissions are broken?

2011-08-15 Thread Yuri
On 08/15/2011 13:09, Chuck Swiger wrote: How many groups is user john in? There's a limit of MAXGROUPS = 16. john is a member of only 3 groups, users, webcamd and vboxusers. Yuri ___ freebsd-questions@freebsd.org mailing list http

Re: Group permissions are broken?

2011-08-15 Thread Yuri
: Permission denied $ ls -l /tmp/my-test -rw-rw 1 webcamd webcamd 0 Aug 15 13:02 /tmp/my-test Puzzle. Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Group permissions are broken?

2011-08-15 Thread Yuri
to enable /etc/group changes? Is it cached somewhere? Yuri ___ 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: Group permissions are broken?

2011-08-15 Thread Yuri
nothing to do with this. I originally spotted the problem on one device under /dev/ and later just made an example under tmp. Same behavior was for any other directory. I still can't get why this happened. Yuri ___ freebsd-questions@freebsd.org

How much memory does ZFS use?

2011-08-20 Thread Yuri
Someone told me that ZFS is a memory hog and it should be avoided as such. Is this true? How can I understand how much memory particular kernel module consumes? In Solaris there is mdb for that, what is an equivalent in FreeBSD? Yuri ___ freebsd

Re: How much memory does ZFS use?

2011-08-20 Thread Yuri
and rates of file system ops, etc. 512MB may be fine, or you may need 4GB for optimum performance. I meant mostly, for the same type of FS access, how does ZFS memory consumption compare with situation if I used UFS? Also how can I see what memory consumption is for each kernel module? Yuri

firefox3 crashes after ports upgrade

2009-04-26 Thread Yuri
Yesterday I updated ports. And now firefox3 crashes right after start. Windows firefox3 under wine also has some graphics defects, many icons are jammed. Some icons in kde4 applets are oversized. Something isn't quite right. Anyone has similar problems? Yuri

Problem calling through skype

2009-04-29 Thread Yuri
time so it doesn't seem to be related to version. It's either something with update of other packages, or some change in protocol not well taken by linux skype run on freebsd. Anyone sees similar problem? Yuri FreeBSD-7.2 ___ freebsd-questions

  1   2   3   4   5   6   >