Ruby on Rails and pkgsrc

2006-03-17 Thread Petr Janda
Im planning to learn Ruby, and I want to setup Apache2, MySQL and Ruby on Rails, but I cannot find a rails port in pkgsrc. Is there one actually? Petr Janda pgpWdi82VdcJc.pgp Description: PGP signature

Dspam daemon fails to start

2006-04-05 Thread Petr Janda
Hi there, Im having some problems starting the DSPAM daemon. I /usr/pkg/bin/dspam --daemon invokes the daemon ok, but doing /etc/rc.d/dspam start just says: Starting dspam daemon but the daemon doesnt actually start. logs do not indicate anything. Is this a bug in the rc script?

Re: Dspam daemon fails to start

2006-04-05 Thread Petr Janda
Apparently im overworked, stressed out, scared from up to 20 speeding offences and losing my license. I didnt realize rc.conf had dspam=NO in it.

nss_ldap and pam_ldap

2006-04-07 Thread Petr Janda
My first question is concerning nss_ldap. Is there anyway to get it to compile work on DragonFly? The version is pkgsrc is only for netbsd-3.0. i tried and it doesnt compile on DF. My second question is concerning pam_ldap. While it compiles cleanly, I dont know how to integrate pkgsrc's pam

Re: nss_ldap and pam_ldap

2006-04-08 Thread Petr Janda
Both can and should be used without PAM and NSS. Checkout the virtual user configuration in postfix where you can specify a mapping of mail address to uid, gid and mailbox name (no direct system user involved!). Using different uids and gids is handy for quotas, but not necessary. Similiar for

TV in DragonFly

2006-04-15 Thread Petr Janda
Ive decided to try my tv card in DragonFly. I modified the kernel, and compiled all the necessary options according to the guide. # TV Card support device bktr device smbus device iicbus device iicbb on the next reboot i can see this in dmesg: bktr0:

Serious question: Is DragonFly's smp ISP-production-ready?

2006-04-18 Thread Petr Janda
We have a p3 2x1133mh (i think) box not used and i was thinking about setting it up as as a mailfilter gateway. The question is, is DragonFly's SMP production ready and the whole system suitable for mission critical applications? I'd like to hear what Matt and other devs and users think. Or

Re: pkgsrc bind9 still trying to run base bind

2006-04-25 Thread Petr Janda
try putting this in your rc.conf: named_enabled = NONE named = YES First one should disable base bind, second one should enable PKGSRC's bind. By the way guys, wouldnt it be a good idea to sync BIND to the current version?

Making a Vinum-based Root Volume Accessible to the Bootstrap

2006-05-02 Thread Petr Janda
http://leaf.dragonflybsd.org/~justin/handbook/vinum-root.html Is this still valid? Or has the FreeBSD 5 vinum been ported to DragonFly? If it is still valid, can anyone go through the steps with me? I find it quite confusing and I dont want to make my system unbootable. I mean like 1) do this

Re: NET-SNMP kvm_read errors

2006-06-01 Thread Petr Janda
Thanks, Ive done that too, but it still gives me those errors. Any other ideas people? On Thursday 01 June 2006 19:05, Emiel Kollof wrote: Op donderdag 1 juni 2006 06:59, schreef [EMAIL PROTECTED]: Running 1.4.4 here and net-snmp. Im getting lots of these errors: [snip] Now googling

Re: NET-SNMP kvm_read errors

2006-06-01 Thread Petr Janda
Thanks, Ive done that too, but it still gives me those errors. Any other ideas people? On Thursday 01 June 2006 19:05, Emiel Kollof wrote: Op donderdag 1 juni 2006 06:59, schreef [EMAIL PROTECTED]: Running 1.4.4 here and net-snmp. Im getting lots of these errors: [snip] Now googling

Next Preview, when?

2006-06-06 Thread Petr Janda
I know it might sound silly, but when can I expect the next -Preview ? I cant wait to test those new things in -HEAD, but I dont want to use -HEAD and possibly render my box unsuable. Cheers

fixesproto keeps failing on bmake install

2006-06-06 Thread Petr Janda
elevator# bmake install === Skipping vulnerability checks. WARNING: No /usr/pkgsrc/distfiles/pkg-vulnerabilities file found. WARNING: To fix, install the pkgsrc/security/audit-packages WARNING: package and run: ``/usr/pkg/sbin/download-vulnerability-list''. = Checksum SHA1 OK for

3D Acceleration and DragonFly

2006-06-07 Thread Petr Janda
When, NVIDIA out of question, what vga card/menufacturer has good 3d acceleration and will work in DragonFly? ATI, Matrox etc?

nautilus-cd-burner failes to compile with long error

2006-06-18 Thread Petr Janda
Im trying to install the meta package gnome and it fails with this error in nautilus-cd-burner and I can't figure out why. Perhaps joerg or others could give me an idea? Thanks guys! _rw_utils.cpp -fPIC -DPIC -o .libs/dvd_plus_rw_utils.o In file included from dvd_plus_rw_utils.cpp:37:

Mplayer and Xine-ui depend on aRts?

2006-06-18 Thread Petr Janda
Why would that be? Im running fluxbox and aRts would pull down lots of other KDE dependencies. I tried to remove arts from the PKG_OPTIONS.gmplayer = ... but it still tries to install it. How can I install it without friggen aRts, QT etc ?

Merging DragonFly make and NetBSD make

2006-06-19 Thread Petr Janda
Has anyone got plans for this? Sure, it's not _highly_ important, but it would be nice not to have to do bmake but just make when installing the pkgsrc ports now when pkgsrc is the official package management system. Im not a C programmer so I cant do it. Petr

Problem with printer communication

2006-06-20 Thread Petr Janda
Ive got a HP 930c USB printer, and running DragonFly 1.4.4. I installed: cups, hpijs and foomatic-ppds. Normally, what I used to do in Linux after I install cups, I open Firefox and connect to localhost:631, ans set up the printer which will appear under the USB devices when addinga new

Re: Problem with printer communication

2006-06-20 Thread Petr Janda
I made a little mistake when making the previous mail. Upon clicking the print test page button, the only thing that happens is Test page sent appears on a new page. So I go and try to see if the page i just sent is queued and I see that the job was cancelled, and then I click restart job and

Re: Getting a Canon scanner to work

2006-06-21 Thread Petr Janda
I get this error. ../../dev/usbmisc/uscanner/uscanner.c:126: error: `USB_PRODUCT_CANON_D660U' undeclared here (not in a function) ../../dev/usbmisc/uscanner/uscanner.c:126: error: initializer element is not constant ../../dev/usbmisc/uscanner/uscanner.c:126: error: (near initialization for

How to compile lib/libisc ? (Work in progress: updating to BIND 9.3.2)

2006-06-24 Thread Petr Janda
Everytime I try to compile this library from it's directory I get this error: Assembler messages: FATAL: can't create isc/nls/msgcat.o: No such file or directory /usr/head_src/src/lib/libisc/../../contrib/bind-9.2.4rc7/lib/isc/nls/msgcat.c:130: fatal error: error closing -: Broken pipe

Wireless questions

2006-07-05 Thread Petr Janda
My motherboard has an onboard wireless NIC. I woud like to find out if there's any way I can get this one to work on DragonFly. pciconf -lv shows only this: ... [EMAIL PROTECTED]:7:0: class=0x02 card=0x138f1043 chip=0x1fa711ab rev=0x07 hdr=0x00 vendor = 'Marvell Semiconductor (Was:

Re: Executed AML Breakpoint opcode

2006-07-05 Thread Petr Janda
Tomokazu wrote: On Thu, Jul 06, 2006 at 12:54:47AM +1000, Petr Janda wrote: Hi, I got my self a smp server box today, a HP Netserver LP 1000r and Im trying to install DragonFly on it but booting with ACPI brings me to do the debugger. The message is: .. acpi0: HP HWPC213

Getting pkgmanager to work

2006-07-06 Thread Petr Janda
So I decided to give this a try. Installed pkgsrc-wip and pkgmanager and its dependencies. I run pkgmanager and get this: /usr/pkg/bin/pkgmanager: @PREFIX@/bin/clisp: not found I changed the prefix manually in the file to /usr/pkg and then got an error complaining about a missing file called

xine-lib bmake fails

2006-07-06 Thread Petr Janda
Running -Devel here I get this message while trying to compile xine-lib from pkgsrc -current. checking build system type... Invalid configuration `i386-unknown-dragonfly1.5.4': system `dragonfly1.5.4' not recognized configure: error: /bin/sh ./config.sub i386-unknown-dragonfly1.5.4 failed

Re: Getting pkgmanager to work

2006-07-06 Thread Petr Janda
So I did by going to the directory and cvs update that but pkgmanager still gives me the same error. Should I recompile it too? Peter Avalos wrote: On Fri, Jul 07, 2006 at 03:39:03AM +1000, Petr Janda wrote: Hi and thanks for the reply. Do you mean updating the pkgsrc tree? Or just the mk

Re: Does Java work on DragonFly?

2006-07-17 Thread Petr Janda
My system doesnt seem to have that command :S. Geert Hendrickx wrote: On Tue, Jul 18, 2006 at 03:53:05AM +1000, Petr Janda wrote: I want to install Eclipse/RadRails, but I need JRE. I installed /usr/pkgsrc/lang/sun-jre15 but it seems to be broken. [elevator] ~% sun15-java Java HotSpot(TM

Dvd,dvd,dvd...

2006-07-18 Thread Petr Janda
Xine looks horrible(and skins dont work) and xine menus behave very weirdly and slowly, I decided to try gxine, but it freezes on start up. watching dvds in mplayer is unwatchable (skips many many frimes). Ive never had similar problems in Linux where dvd playback was always smooth. What to

Re: Dvd,dvd,dvd...

2006-07-18 Thread Petr Janda
) depth: 24 red, green, blue masks: 0xff, 0xff00, 0xff My card is nvidia 6600GT PCI-E What in particular do you need from dmesg or xorg.log? pci2: PCI bus on pcib2 pci2: NVidia model 0140 graphics accelerator at 0.0 irq 5 Petr Oliver Fromme wrote: Petr Janda [EMAIL PROTECTED] wrote

Re: Dvd,dvd,dvd...

2006-07-18 Thread Petr Janda
Sonnenberger wrote On Wed, Jul 19, 2006 at 01:51:33AM +1000, Petr Janda wrote: By the way, it seems that the reason Xine is so slow is that it uses a lot of CPU just after start (no movie playing) 876 petr 230 0 59660K 53652K RUN 0:21 136.72% 97.61% xine Can you ktrace the process

Which wireless card?

2006-07-19 Thread Petr Janda
I'm looking for a wireless PCI card (801.11g preferably ) that I will easily get working in DragonFly. Can you give me some clues? Petr

Re: Postfix suddenly stopped working

2006-07-27 Thread Petr Janda
Ok, it started working again. Its beyond me. I ran the snmpd process with the -v flag and it told me the process was exiting because of bad boolean configuration, so i checked my main.conf and it had typo in it which i accidently left there as I was trying to debug postfix last night, that was

Re: Linux emulation and acroread 7

2006-07-28 Thread Petr Janda
uname -p reports 'i386'. Problem must be somewhere in the script. walt wrote: On Fri, 28 Jul 2006, Petr Janda wrote: Linux emulation is installed, but I get this when I run acroread. [elevator] ~% acroread The OS named DragonFly version 1.7.0-DEVELOPMENT is currently not installed

Re: Linux emulation and acroread 7

2006-07-29 Thread Petr Janda
Hi, I got it to work, I actually had different acroread installed, and not via pkgsrc. Sorry, my fault. Petr YONETANI Tomokazu wrote: On Sat, Jul 29, 2006 at 12:58:36PM +1000, Petr Janda wrote: uname -p reports 'i386'. Problem must be somewhere in the script. I'd try the following

qt3-tools make error

2006-07-30 Thread Petr Janda
Im trying to compile qt3-tools from pkgsrc-current and get this error. /usr/libexec/binutils215/elf/ld: cannot find -lXcursor Im not sure if this is a bug or its related to when pkgmanager made hell of lot of mess of my packages a while ago. Well anyway, can i have clues how to fix it?

Re: qt3-tools make error

2006-07-30 Thread Petr Janda
I certainly do... I also have the libraries installed in /usr/pkg/lib. Im wondering why is DF not searching for libraries in /usr/pkg/lib. How can I add it to the search path? walt wrote: On Sun, 30 Jul 2006, Petr Janda wrote: Im trying to compile qt3-tools from pkgsrc-current and get

Re: Another annoying dvd playback bug

2006-07-30 Thread Petr Janda
Ive got the gdb backtrace: #0 0x0847bca5 in mpeg2_set_buf () #1 0x081080bf in mpcodecs_draw_slice () #2 0x08105b33 in decode_video () #3 0x080808ee in main () Dunno if its of anyhelp. Commandline mplayer seems to be working fine. Petr walt wrote: Petr Janda wrote: ...I recompiled

Re: qt3-tools make error

2006-07-30 Thread Petr Janda
pkg-config reports the same as yours, but I just dont have the libXcursor files in the .buildlink directory... the libdir entry is correct also. What the hell is going on? walt wrote: On Sun, 30 Jul 2006, walt wrote: On Sun, 2006-07-30 at 22:53 +1000, Petr Janda wrote: Im wondering

Re: Another annoying dvd playback bug

2006-07-31 Thread Petr Janda
I cant reproduce the error at all now, not even in gmplayer Weird weird weird. I'll do it when I can reproduce the error again. Can anyone update me on the threading issue? Id like at least gxine working as it should... Petr Simon 'corecode' Schubert wrote: Petr Janda wrote: Ive got

Re: Another annoying dvd playback bug

2006-07-31 Thread Petr Janda
the disc contents(DVD - Open Disc). Now it seems to be ok though, but judging by its unreliable history it might come back. Petr Erik Wikström wrote: On 2006-07-31 10:48, Petr Janda wrote: I cant reproduce the error at all now, not even in gmplayer Weird weird weird. I'll do it when I can

Re: Another annoying dvd playback bug

2006-07-31 Thread Petr Janda
Well Ive never had the compiler segfaulting in Linux or FreeBSD on the same box... Simon 'corecode' Schubert wrote: Petr Janda wrote: Hi Erik and the devs, I also notice that sometimes(bout once a week) the compiler segfaults while compiling from pkgsrc, but its totally unpredictable because

Re: Another annoying dvd playback bug

2006-07-31 Thread Petr Janda
I used to run Gentoo on this thing, and I guess you can imagine how many intensive tasks (compiling namely) it had to do but I never had a segfault. Petr Joerg Sonnenberger wrote: On Mon, Jul 31, 2006 at 08:33:11PM +1000, Petr Janda wrote: Hi Erik and the devs, I also notice

Re: Another annoying dvd playback bug

2006-08-07 Thread Petr Janda
Gmplayer is having the same problem now again even with different CFLAGS. Ive added --enable-debug to configure_args. (gmplayer by default compiles with the -g cflag as i saw from the compiler output) but I still cannot extract more information with gdb. Can I get more clues? Cheers, Petr

Re: Xorg and binary packages

2006-08-17 Thread Petr Janda
While we are at it, have you got a clue when the modular Xorg will be in pkgsrc Joerg?

Multiple sounds

2006-08-20 Thread Petr Janda
Hi, I just noticed that for example when movie is playing in vlc, and i open xmms and press play I cant hear the music. But once I stop vlc then I can hear music from xmms. Basically I can only hear 1 source at a time. I remember in Linux I didnt have this problem. Doest freebsd 6.x have this

Re: Multiple sounds

2006-08-20 Thread Petr Janda
You were correct. Is there any way to get this done automatically? Without manually changing all multimedia programs that make sound? Petr Justin C. Sherrill wrote: On Sun, August 20, 2006 11:10 pm, Petr Janda wrote: Justin, I do have that... http://leaf.dragonflybsd.org

How to get Flash to work in Firefox/Konqueror

2006-08-21 Thread Petr Janda
Hi, Im just wondering if theres a reasonably easy way to get Flash working in Firefox on DragonFly, or Konqueror for that matter. Cheers, Petr

Re: How to get Flash to work in Firefox/Konqueror

2006-08-21 Thread Petr Janda
Thomas Schlesinger wrote: Am Montag, 21. August 2006 18:16 schrieb Petr Janda: Hi, Im just wondering if theres a reasonably easy way to get Flash working in Firefox on DragonFly, or Konqueror for that matter. Cheers, Petr Have a look here: http://wiki.dragonflybsd.org/index.cgi

Just obtained a wireless NIC

2006-08-22 Thread Petr Janda
It uses the acx111 chip. I read the acx, acxcontrol manpages but some stuff I dont understand. 1) Loading firmware produces no output 2) How to change channels? 3) Where does all the configuration go so its saved for next reboot? Cheers, Petr

Re: Just obtained a wireless NIC

2006-08-22 Thread Petr Janda
, Petr Janda [EMAIL PROTECTED] wrote: It uses the acx111 chip. I read the acx, acxcontrol manpages but some stuff I dont understand. 1) Loading firmware produces no output After load the firmware, run: ifconfig acx0 up You can scan APs by: ifconfig acx0 scan (given you have run ifconfig acx0 up

Re: Just obtained a wireless NIC

2006-08-22 Thread Petr Janda
of it in rc.conf would be neat. Petr Sascha Wildner wrote: Petr Janda wrote: Thanks, You're a legend! :) FreeBSD seems to have ifconfig_acx0=WPA ... Don't what NetBSD has, but I think we may need to keep close to NetBSD for rc script So currently theres no rc.conf way to start wpa_supplicant

Re: How much of microkernel?

2006-08-22 Thread Petr Janda
Thanks, that answers my question pretty well! Petr Matthew Dillon wrote: : :Hi Matt, :I've always been a fan of microkernel design and I would like to know :how much towards microkernel design do you have plans to go with :DragonFly? I know you will be incorporating VFS into userland which

Re: PF and others

2006-08-23 Thread Petr Janda
Well I think I will have to wait till the next month... I think there were a bunch of backtraces already in [EMAIL PROTECTED] Unless theres some way to recover the backtrace because the machine was just restarted. Petr Scott Ullrich wrote: Petr Janda wrote: Hi, Ive got this error: Aug 17

Re: usb device and internet

2006-08-24 Thread Petr Janda
Saverio, ugen is a generic usb device. You cannot run ifconfig on it or assign an IP address to it. How are you trying to connect to the internet exactly? Petr Saverio Iacovelli wrote: I connected a switch through usb port to my DFly box. The output is: #ugen0 - USB NET CARD, rev

Re: usb device and internet

2006-08-24 Thread Petr Janda
What you need to do do PPPoE over USB, but Im not sure if its possible in DragonFly. Check this page out: http://eciadsl.flashtux.org/ Its a software thats meant to allow exactly what you want, but its for Linux. Although, apparently its now available for BSD too and Ive never tried it on a

Re: questions about interfaces

2006-08-27 Thread Petr Janda
man faith man lp man sl Petr Saverio Iacovelli wrote: #ifconfig -a rl0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500 inet6 fe80::20e:2eff:fe77:17a7%rl0 prefixlen 64 scopeid 0x1 inet 192.168.1.6 netmask 0xff00 broadcast 255.255.255.255 ether 00:0e:2e:77:17:a7

net/udpcast

2006-08-27 Thread Petr Janda
Hi Joerg, Would it be possible for you or anyone else to make udpcast work? (it compiles but doesnt actually work) It seems that it has problems with network devices and their assigned IP addresses. For example: elevator# udp-receiver -i fxp0 Udp-receiver 2006-06-19 No suitable network

Re: question about packages installation

2006-08-28 Thread Petr Janda
Depends, what shell you are using. I use tcsh, so i put all my stuff into ~/.cshrc Petr Saverio Iacovelli wrote: Yesterday I edited: setenv PKG_PATH ftp://packages.stura.uni-rostock.de/pkgsrc-current/DragonFly/1.6.0-RELEASE/i386/All Now I try: #echo $PKG_PATH PKG_PATH: indefinite variable

Re: question about packages installation

2006-08-28 Thread Petr Janda
That would be the csh shell. It goes into the same file. ~/.cshrc. So, you insert something like this into the file. setenv PKG_PATH ftp://theURL Petr Saverio Iacovelli wrote: Depends, what shell you are using. I use tcsh, so i put all my stuff into ~/.cshrc The default shell of

gaim segfault while blocking someone

2006-08-28 Thread Petr Janda
When I try to block someone in gaim, i get this error: *gaim in free(): error: modified (page-) pointerAbort* The user is blocked, but everytime i would log in into msn it would segfault with the same error. Can anyone explain to me what this error means and whats the cause of it? Petr

KDE problems

2006-08-29 Thread Petr Janda
Hi, I just installed kdebase3 and I have problems. 1) Clicking Contol Center in the KDE menu doesnt open control center, but running kcontrolcenter from the shell does open it. I havent tested if its actually usable if ran from the command line, because keep reading 2) Menu editor doesnt

Re: gaim segfault while blocking someone

2006-08-29 Thread Petr Janda
Ok, Ive set it to A again so I can repeat the error, but i still cant. Or is there something else I should set too? Petr Trevor Kendall wrote: On 29/08/06, Petr Janda [EMAIL PROTECTED] wrote: Ok, that did work like a charm. Can you explain what this does besides making a symlink? Petr

Re: question about packages installation

2006-08-29 Thread Petr Janda
Put around the path. like this: setenv PKG_PATH ftp://url1;ftp://url2; petr Saverio Iacovelli wrote: I writed in .cshrc: setenv PKG_PATH

Re: gaim segfault while blocking someone

2006-08-29 Thread Petr Janda
Here is the gdb backtrace: (gdb) backtrace #0 0x28a109b8 in kill () from /usr/lib/libc.so.6 #1 0x28a658e8 in abort () from /usr/lib/libc.so.6 #2 0x28a2f4c7 in reallocf () from /usr/lib/libc.so.6 #3 0x28a2f507 in reallocf () from /usr/lib/libc.so.6 #4 0x28a30ad1 in reallocf () from

Re: question about packages installation

2006-08-29 Thread Petr Janda
Installing package from source would fail too should it have a known vulnerability. I dont see it as a big problem really. You can install the missing packages later. Saverio Iacovelli wrote: setenv PKG_PATH ftp://url1;ftp://url2;; Ok, the command work, but perhaps there is still a

Re: KDE problems

2006-08-29 Thread Petr Janda
By the way Thomas, what do you do for themes? None of the ones on kde-look.org compile in DragonFly.

Re: KDE problems

2006-08-29 Thread Petr Janda
I just noticed this error that gets print into stdout when I try to save changes in menu editor: X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 Minor opcode: 0 Resource id: 0x1e00628 Thomas Schlesinger wrote: Am Dienstag, 29. August 2006 09:16 schrieb Petr Janda

Re: KDE problems

2006-08-30 Thread Petr Janda
Hi Thomas, Another shot in the dark: could it depend on the version of DFly you use (especially, if KDE was compiled on a newer version than that, it runs on)? I'm running KDE 3,5,4 on 1.7.0-DEVELOPMENT. All my GUI apps were compiled on 1.7.0-DEVELOPMENT from source. May be somebody

Re: KDE and OpenSSL = Broken

2006-09-06 Thread Petr Janda
And how do I go about doing that? Petr Joerg Sonnenberger wrote: On Wed, Sep 06, 2006 at 03:05:55AM +1000, Petr Janda wrote: [...] Whats going on here? Can anyone have a look at this? Historically libraries in FreeBSD (and therefore DragonFly) did not expose dependency libraries

How to delete files starting with -?

2006-09-06 Thread Petr Janda
Is it possible? How? Ive been trying to figure out. Petr

Re: How to delete files starting with -?

2006-09-06 Thread Petr Janda
Cheers everyone. Petr

Ktorrent from WIP

2006-09-07 Thread Petr Janda
Im trying to compile ktorrent from wip so I have some nice QT-based torrent client but I get this error: /usr/include/c++/3.4/bits/stl_pair.h: In function `std::pair_T1, _T2 std::make_pair(_T1, _T2) [with _T1 = dht::Key, _T2 = dht::KBucketEntry]': kclosestnodessearch.cpp:48: instantiated

Re: Ktorrent from WIP

2006-09-07 Thread Petr Janda
is reported only once for each function it appears in.) gmake[3]: *** [socket.lo] Error 1 Petr Joerg Sonnenberger wrote: On Thu, Sep 07, 2006 at 07:08:59PM +1000, Petr Janda wrote: Im trying to compile ktorrent from wip so I have some nice QT-based torrent client but I get this error: See net

Re: KDE and OpenSSL = Broken

2006-09-11 Thread Petr Janda
Do I have to recompile kdebase too? If not, I get different results after recompling kdelibs. Now Konqueror says: Could not connect to host instead of process dying. All the SSL errors seem to be gone though. Petr Joerg Sonnenberger wrote: On Wed, Sep 06, 2006 at 03:05:55AM +1000, Petr

Re: KDE and OpenSSL = Broken

2006-09-11 Thread Petr Janda
Is bmake replace sufficient? Thats what I did. I even created a *new* user and that user still has the problem. Petr Joerg Sonnenberger wrote: On Mon, Sep 11, 2006 at 11:43:45PM +1000, Petr Janda wrote: Do I have to recompile kdebase too? If not, I get different results after recompling

Re: KDE and OpenSSL = Broken

2006-09-11 Thread Petr Janda
I tried going to www.gmail.com and webmail.exetel.com.au and loging into hotmail. Neither works. Petr Joerg Sonnenberger wrote: On Tue, Sep 12, 2006 at 12:19:23AM +1000, Petr Janda wrote: Is bmake replace sufficient? Thats what I did. I even created a *new* user and that user still has

Re: KDE and OpenSSL = Broken

2006-09-11 Thread Petr Janda
Back to process died unexpectedly. Petr Joerg Sonnenberger wrote: On Tue, Sep 12, 2006 at 12:42:50AM +1000, Petr Janda wrote: I tried going to www.gmail.com and webmail.exetel.com.au and loging into hotmail. Neither works. Please try again with the updated patch. Joerg

CUPS seems to be broken on DragonFly HEAD

2006-09-12 Thread Petr Janda
Hi, CUPS used to work on 1.6.x, but after I upgraded to HEAD I cant print anymore. Im clueless about this. Ive set cups LogLevel to Debug and this is the output while trying to print test page: D [12/Sep/2006:20:07:29 +1000] ReadClient: 5 POST / HTTP/1.1 D [12/Sep/2006:20:07:29 +1000]

Re: KDE and OpenSSL = Broken

2006-09-13 Thread Petr Janda
I still dont find libcrypto in the trace. Petr walt wrote: On Wed, 13 Sep 2006, Petr Janda wrote: What process did you ktrace? This is what I did: #ktrace -i -tcn /usr/pkg/bin/konqueror Perhaps the -i flag is what makes the difference?

Booting dragonfly cd from floppy?

2006-09-14 Thread Petr Janda
Hi, A friend of mine wants to try DragonFly on his old P75 which doesnt have a bootable cdrom drive(It has a cd rom drive but cant boot from it). Is there a way to boot the cd from a floppy? Petr

What do do when neither cdrecord/burncd work for me anymore?

2006-09-19 Thread Petr Janda
elevator# burncd -f /dev/acd0c data plan9.iso fixate next writeable LBA 0 writing from file plan9.iso size 258006 KB written this track 1120 KB (0%) total 1120 KB only wrote -1 of 32768 bytes err=16 fixating CD, please wait.. elevator# cdrecord --scanbus Cdrecord 2.00.3 (--) Copyright (C)

Re: What do do when neither cdrecord/burncd work for me anymore?

2006-09-19 Thread Petr Janda
ATAPICAM is compiled in the kernel so thats not the problem. Jamie wrote: In [EMAIL PROTECTED], Petr Janda [EMAIL PROTECTED] mentions: elevator# burncd -f /dev/acd0c data plan9.iso fixate next writeable LBA 0 writing from file plan9.iso size 258006 KB written this track 1120 KB (0%) total

Re: What do do when neither cdrecord/burncd work for me anymore?

2006-09-20 Thread Petr Janda
I would just like to add that cdrecord was working flawlessly a few months ago. Is there anything that can be done? Petr Janda wrote: ATAPICAM is compiled in the kernel so thats not the problem. Jamie wrote: In [EMAIL PROTECTED], Petr Janda [EMAIL PROTECTED] mentions: elevator# burncd

Re: What do do when neither cdrecord/burncd work for me anymore?

2006-09-20 Thread Petr Janda
Hi Matt, I lost my usb stick ages ago, so I dont have one. However. My theory is that cdrecord just plain sucks, that compatibility with dragonfly was broken. So, I tried cdrdao; while totally useless for me since I dont believe it can burn .iso images, at least it CAN blank the CD-RW disk im

Re: i have problems to get ELF support in dfly!

2006-09-24 Thread Petr Janda
kldload linux and install linux emul packages. (suse100_base) Daniel Olsson wrote: How can i get ELF support in dfly? su-3.1# brandelf -t Linux FAH504-Linux.exe su-3.1# ./FAH504-Linux.exe ELF interpreter /compat/linux/lib/ld-linux.so.2 not found Abort trap /Daniel

Re: how to install gnome ?

2006-09-25 Thread Petr Janda
You can try installing gnome-session. It will pull all its dependencies and afterwards you should have a nearly complete gnome desktop. I believe. Ive never tried it but I think it might be worth a shot. Petr David Aubril wrote: Well, I just joined the list, and I am sorry to start with such

Re: bmake not killing childrens

2006-09-29 Thread Petr Janda
It would be nice if someone worked on bmake to make conversion. just for the convenience sakes. bmake is annoying, particularly if you use NetBSD in a bunch of places. Petr Victor Balada Diaz wrote: Hi, some of you may have noticed that sometimes when you type Ctrl + C to stop bmake it

KDE and SSL still not working

2006-10-07 Thread Petr Janda
Ive just recompiled kdelibs3 after a couple of months but find out that SSL in KDE is still broken. Is it moving anywhere closer to be fixed? Petr

Re: KDE and SSL still not working

2006-10-09 Thread Petr Janda
terminate called after throwing an instance of 'std::bad_alloc' what(): St9bad_alloc kioslave: ### CRASH ## protocol = https pid = 1960 signal = 6 And a million undefined symbols. Petr [EMAIL PROTECTED] wrote: Petr Janda wrote: Ive just recompiled kdelibs3 after a couple of months

Re: Network Slowdowns?

2006-10-09 Thread Petr Janda
I think, It should be advised against using PF 24/7 at this moment because it causes lockups for many people. including me without any tricky setup.

e2fsck segmentation fault

2006-10-16 Thread Petr Janda
Hi, Im trying to run e2fsck on a mounted ext2 filesystem image, with this result: elevator# e2fsck -f /dev/vn0c e2fsck 1.32 (09-Nov-2002) The filesystem size (according to the superblock) is 262144 blocks The physical size of the device is 0 blocks Either the superblock or the partition table

Re: e2fsck segmentation fault

2006-10-16 Thread Petr Janda
Wont be of any use. This is an ext2 filesystem in an image, it doesnt have a disklabel or a partition. Petr Vladimir Mitiouchev wrote: On 10/16/06, Petr Janda [EMAIL PROTECTED] wrote: elevator# e2fsck -f /dev/vn0c e2fsck 1.32 (09-Nov-2002) The filesystem size (according to the superblock

[Fwd: Re: e2fsck segmentation fault]

2006-10-16 Thread Petr Janda
Wont be of any use. This is an ext2 filesystem in an image, it doesnt have a disklabel or a partition. Petr Vladimir Mitiouchev wrote: On 10/16/06, Petr Janda [EMAIL PROTECTED] wrote: elevator# e2fsck -f /dev/vn0c e2fsck 1.32 (09-Nov-2002) The filesystem size (according to the superblock

e2fsck segmentation fault

2006-10-16 Thread Petr Janda
I didnt create it. its a Xen *image* of ubuntu. Im not trying to run Xen, im just trying to resize the image. I have to say it again, this is a filesystem in an .img file. Petr Vladimir Mitiouchev wrote: How did You create this ext2 fs? Under linux or DF?

Re: e2fsck segmentation fault

2006-10-16 Thread Petr Janda
: syscall madvise is obsoleted or not implemented (pid=1002) linux: syscall madvise is obsoleted or not implemented (pid=1002) pid 1580 (e2fsck), uid 0: exited on signal 11 Petr Vladimir Mitiouchev wrote: On 10/17/06, Petr Janda [EMAIL PROTECTED] wrote: I didnt create it. its a Xen *image* of ubuntu

Re: update of sound infrastructure

2006-10-19 Thread Petr Janda
Simon, I get this error when trying to compile kernel with your patch: /usr/src/sys/dev/sound/pcm/channel.c:28:21: opt_isa.h: No such file or directory Petr Simon 'corecode' Schubert wrote: Simon 'corecode' Schubert wrote: Simon 'corecode' Schubert wrote: 2. xmms acts weird (plays fine,

Re: update of sound infrastructure

2006-10-19 Thread Petr Janda
Done it, but still no fix. Have you guys actually compiled the kernel with device sound or did you load sound.ko module? Petr walt wrote: Petr Janda wrote: This error only occurs when I include device sound in the kernel config. Whats wrong with that? From reading Simon's

Postgres81 and Tsearch2?

2006-10-20 Thread Petr Janda
Hey, Does anyone know how to enable Tsearch2 full-indexing for postgresql-81? Cheers, Petr

Re: Postgres81 and Tsearch2?

2006-10-21 Thread Petr Janda
Sorry but I thought 81 already had Tsearch2 in the contrib section. I tried compiling it but unsuccessfully. Why do I want a backport of Tsearch2 from 8.2 ? Petr Bill Hacker wrote: Petr Janda wrote: Hey, Does anyone know how to enable Tsearch2 full-indexing for postgresql-81? Cheers, Petr

Re: System unable to finish loading with the current HEAD

2006-10-21 Thread Petr Janda
I reverted back to kernel compiled on 1st of October and it works again, so the problem came to be between yesterday and 1st of October. I'll give boot -v and compiling the least amount of drivers a shot. Petr Matthew Dillon wrote: :Hi, :Im unable to boot my workstation with the current

  1   2   3   >