databases/php5-odbc vs. libiodbc

2010-06-15 Thread Kyryll A Mirnenko aka Mirya
Currently the databases/php5-odbc PHP extension is hardcoded to be compiled with unixODBC backend, so the users that have libiodbc installed (as a dependency of kde4 ports, for ex.) can't installed the first 'cause those two ODBC ports conflict with each other. The php-odbc configure script

Re: Writing to ntfs partitions?

2006-04-29 Thread Kyryll A Mirnenko aka Mirya
try using sysutils/ntfsprogs (as standalone utils set or via sysutils/fusefs-(kmod|libs) if you have 6.0+). ntfs kernel module really doesn't write anything, ntfsprogs also has limitations (man for details) but they're better than nothing -- Regards, Mirya ICQ #313898202 ___

opening both tty & cua for uplcom(4)

2006-04-07 Thread Kyryll A Mirnenko aka Mirya
Hello, i'm trying to implement a callback scheme for COM modem via uplcom(4) connector (should be any ucom(4)). I do the same i did for direct COM and Lucent winmodem: 1) calling out (ppp communicates via /dev/cuaX) 2) starting getty on /dev/ttyX 3) it accepts incoming call and starts a script w

Re: midnight commander and ssh sftp

2006-02-16 Thread Kyryll A Mirnenko aka Mirya
> Is there some way to be able to use midnight commander through a SSH > tunnel? 1) Use scp/sftp: it's called "Shell link..." is mc menu (the problem is Password: prompt is displayed somewhere on the mc command line as it seems to be unable to parse it for some reason. So when see it, simply ente

flash (*.swf)

2005-11-26 Thread Kyryll A Mirnenko aka Mirya
The problem is to watch macromedia flash movie from FreeBSD box. Some wariants I've tried: 1) GPL flash - works 50/50, sound is broken 2) Wine + macromedia standalone flash player - mostly works, something wrong w/ timing for some movies 3) linuxpluginwrapper + linux-flashplugin6 + (opera|firefox

6.0 at Compaq Presario 3000: pagefault

2005-10-07 Thread Kyryll A Mirnenko aka Mirya
I'm trying to run 6.0 at specified laptop model but get in the fact both installation cds (e.g. GENERIC kernels) of 5.1 and 6.0 BETA5 pagefaults after ohci0 identification: ochi0: mem 0xf4002000-0xf4002fff at device 3.0 on pci0 Fatal trap 12: page fault while in kernel mode fault virtual addr

X.org/i845 refuses to set an resolution ex. default

2005-09-26 Thread Kyryll A Mirnenko aka Mirya
Got a problem while setting up a new freebsd box. Got similar configuration in linux box running nearby w/o problems. Here it is (an extract, full attached): Section "Module" Load"dbe" Load"type1" Load"speedo" Load"freetype" Load "glx"

Re: ruby18 build err

2005-06-24 Thread Kyryll A Mirnenko
Got the same problem as this (from archives): > Mon Apr 11, Gary Kline kline at tao.thought.org wrote: > > I need some insight here. The following "[BUG]" with ./lib/mkmf.rb is > causing the latest ruby18 to not build; I think this causes the > latest gnome_update script to fault. Does anybody

broken threads in qt33

2005-06-19 Thread Kyryll A Mirnenko
Need an expert view on the problem: 1) got 5.3 w/ qt33 from ports working ok 2) moving to 5.4 -> all threaded qt apps start producing "Mutex init failure" (src/tools/qmutex_unix.cpp in qt33 srcs) on initialization & aborting 3) ok, recompiled the port -> the apps are strarting ok, but fail on ru

qt33 threading issue after 5.3->5.4

2005-06-16 Thread Kyryll A Mirnenko
Having qt33 installed from recent ports working failless I've got upgraded 5.3 base to 5.4. After that all threaded qt applications (`kmail`, `uic`, `gwenview`, etc.) fail to start saying: Mutex init failed Plz, give any ideas about fixing it - 'cause I'm totally confused about the reason of

KSE headache: Spinlock called when not threaded

2004-11-08 Thread Kyryll A Mirnenko
I found out some apps recompiled with KSE libpthread (not from ports, just by myself from original sources) are terminated with this message while worked fine for libc_r; here's the source (lib/libpthread/thr_spinlock.c): void _spinlock(spinlock_t *lck) { struct spinlock_extra *extra;

current wine support for 5.x?

2004-11-06 Thread Kyryll A Mirnenko
The question to developers: 5.3 is out, but are there plans to make recent wine run on it (AFAIK the main problem is mmap() issue discovered in June release...)? -- Regards, Mirya ICQ #313898202 ___ [EMAIL PROTECTED] mailing list http://lis

Where to send binary packages bugs?

2004-05-03 Thread Kyryll A Mirnenko
Where to send the bugs (e.g. porters faults, not authors) in binary packages? [EMAIL PROTECTED] seems to be source-ports only maillist. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Viewing *.chm files

2004-04-24 Thread Kyryll A Mirnenko
Can anybody point me to an application capable to view such files (or extract them into HTMLs)? For those asking what I'm talking about: *.chm is a MSWindows format to keep a set of HTMLs & related info (content tree, index) in one compressed package. The Microsoft's util dealing with this for

Re: 5.2.1 FTP install over ISDN com-port ppp

2004-04-11 Thread Kyryll A Mirnenko
Just switch IPv6 off. I've got such problem when establishing callback dialup connection. Better idea is not to spend your money for low-speed modem connection but buy a distribution CD set. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/

2-machines IP network through user-ppp

2004-04-09 Thread Kyryll A Mirnenko
Can anybody help to configure user(!)-ppp to make such an IP network. E.g. I need the next: 0) I'm not connected to any network 1) somebody calls me, I run ppp (not pppd) (in any way, I use getty) 2) he must log in through PAP with predefined login-password 3) I do !dynamically! assign him IP 1

How to optimize UFS/FFS blocks structure

2004-03-23 Thread Kyryll A Mirnenko
Where're utils to optimize UFS/FFS storage (a.k.a. "defragmentation")? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Why does `df` lie about free space (it doesn't)

2004-03-18 Thread Kyryll A Mirnenko
>Using "tunefs -m". You need to be really careful doing this, and read >the man page for tunefs again, particularly the warning about how >lowering this number can trash your filesystem's performance. I don't want that, I need to allow using preserved 8% of disk space to a little group of non-r

Re: Why does `df` lie about free space

2004-03-16 Thread Kyryll A Mirnenko
Thanks, thats what I want. So that means nobody but root can write to that preserved (with `tunefs -m`) space? How can I allow more users to do that? (my mail server crashed on friday, so I didn't receive freebsd digest about this) -- Укрпост - продвинутая почта. http://www.ukrpost.net/ IMAP

Why .tgz packages for 4.x

2004-03-15 Thread Kyryll A Mirnenko
Don't you know why 4.x packages're distributed tar gzipped for 4.x? pkg_(?:add|update) understands both .tgz/.tbz but the last saves ~20% of my time & money while downloading from mirror -- Укрпост - продвинутая почта. http://www.ukrpost.net/ IMAP POP3 NNTP RSSNews Unicode. __

Why does `df` lie about free space

2004-03-12 Thread Kyryll A Mirnenko
That's an old problem, but yesterday I was working with 1.4G UFS2-slice reported by `df` to have 400kb of free space. Alternative calculations (e.g. writing a random file until kernel says no inode's free) give a result of more that 100M (!) unused. Thats about 7% of the whole size! So whats

parted-like partitions editor for UFS

2004-03-08 Thread Kyryll A Mirnenko
Is there a Partition Magic (or parted)-like FreeBSD port capable to handle UFS (1,2) partitions & FFS slices within it (e.g. moving, resizing & merging)? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions T

free DB designer

2004-03-08 Thread Kyryll A Mirnenko
Does anyone know a freeware database designer (e.g. capable to create nice ir-models) for at least MySQL? Visual SQL Designer can be a good commercial example. Bets regards, Kyryll Mirnenko <[EMAIL PROTECTED]> _

using hyperterminal

2004-03-07 Thread Kyryll A Mirnenko
How is `tip` related to well-known windows' hyperterminal? E.g. can I use hyperterm-to-tip style connection? If they're using different protocols, is there a BSD hyperterminal version? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailm

Partition Magic-like UFS drives manager

2004-03-05 Thread Kyryll A Mirnenko
I really need UFS / FFS (internal slices) manager able to move & merge both BIOS UFS partitions & slices inside it. Does anyone know such tool? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscri

Where to find e2fsck?

2004-03-05 Thread Kyryll A Mirnenko
There's very stupid problem when using EXT2[3]FS partitions read-write on FreeBSD that after power failure you have nothing to check it (e.g. apropriate fsck) and can't use it rw any more (I've no linux on my machine for a year, the partition is one left from it's installation) - kernel denies

RE: ISP dialing with callback - def. route problems

2004-02-23 Thread Kyryll A Mirnenko
Thanks to JJB, callback is set up, e.g. ISP calls back & modems answers the call. The most stupid bug was in /etc/ttys: ttyl0 "/usr/libexec/getty callback1" dialup on (instead of ttyd0 - for Lucent winmodem driver). Now I've got more sophisticated callback problem. Saying again, when

ISP dialing with callback

2004-02-22 Thread Kyryll A Mirnenko
This topic seems to be an elder one, but nobody around couldn't help me. I need to setup ppp (user) to dial to my callback-ISP. Here're useful info: 1). IPS uses PAP authentification. 2). Phone number negotiation is unsupported, I need to send it. When using Windows ppp-dialer (really buggy), e

Re: phpMyAdmin not loading MySQL extensions

2004-02-16 Thread Kyryll A Mirnenko
Hi Tweax, That's not PHPMyAdmin's problem, your PHP can't find dynamic module (and phpMyAdmin seems to dl() PHP's mysql extension). If you've find mysql.so (if have something like mysql.so.4, just link it to mysql.so to make PHP happy: ln -s mysql.so.4 mysql.so ), try to put it into d

Compiling Linux sources

2004-02-16 Thread Kyryll A Mirnenko
Does anuyone know how to build linuxsources into linux binaries under FreeBSD (to run them under compat-linux) -- Укрпост - продвинутая почта. http://www.ukrpost.net/ IMAP POP3 NNTP RSSNews Unicode. ___ [EMAIL PROTECTED] mailing list http://lists.fre

Resizing FreeBSD partitions/filesystems

2003-09-15 Thread Kyryll A Mirnenko
I have HD splited as folows: [FAT32] [--free-400M--] [FreeBSD] On other hand, FreeBSD partition contains next [SWAP] [/tmp] [/var] [/] (/ contains /usr) I need to add those 400M to / filesystem. The best way, I think, is to move FreeBSD partition to the blank 400M block start, then enlarge F