Re: installation of mico failed

2006-09-22 Thread KAYVEN RIESE
On Fri, 22 Sep 2006, KAYVEN RIESE wrote: kayve# is root prompt kayve# uname -a FreeBSD kayve.domain_not_set.invalid 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 kayve# On Fri, 22 Sep 2006, KAYVEN RIESE wrote

Re: [mico-devel] thought i could make

2006-10-10 Thread KAYVEN RIESE
On Tue, 10 Oct 2006, KAYVEN RIESE wrote: i need to do the idl compile step first? i guess i need to buy my mico textbook now. i can't view powerpoints while running my freeBSD my root prompt is "bsd#" just trying to compile a test, demo/generic ? should i be able to make

oh dear.. should mico/demo werk? is mico broke?

2006-10-10 Thread KAYVEN RIESE
-o client c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c server .cc -o server.o c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -L../../../ libs tree.o tree_impl.o server.o -lmico2.3.12 -lcompat -lssl -lcrypto -lm -lp thread -o server gmake[2

Re: [mico-devel] PATH and BUGS

2006-10-12 Thread KAYVEN RIESE
On Thu, 12 Oct 2006, KAYVEN RIESE wrote: i'm sorry if i was cranky. i'm going to be more RTFM-y now. On Wed, 11 Oct 2006, KAYVEN RIESE wrote: i finally started rtfm-ing and i am feeling concerned.. first of all.. /usr/local/mico/BUGS looks alarming be solved in later releas

Re: [mico-devel] sad lack of randomness

2006-10-12 Thread KAYVEN RIESE
On Thu, 12 Oct 2006, KAYVEN RIESE wrote: is this a bad thing? cat Makefile # Makefile for a little mico client that reads random numbers from a # Corba-server. See client.cc for details. all: .depend client include /usr/local/mico/MakeVars INSTALL_DIR = random INSTALL_SRCS

Re: [mico-devel] sad lack of randomness

2006-10-12 Thread KAYVEN RIESE
On Thu, 12 Oct 2006, KAYVEN RIESE wrote: is this a bad thing? cat Makefile # Makefile for a little mico client that reads random numbers from a # Corba-server. See client.cc for details. all: .depend client include /usr/local/mico/MakeVars INSTALL_DIR = random INSTALL_SRCS

Re: [mico-devel] bench unexpected puke

2006-10-12 Thread KAYVEN RIESE
On Thu, 12 Oct 2006, KAYVEN RIESE wrote: i was sitting here saving about 20/150 freeBSD-devel emails i got in the past day and a half and i am copying the dingy about bench when suddenly bench decided to spit something else out at me..i thought it had finished. i guess i better do a ps and

Re: [mico-devel] Re: oh dear.. should mico/demo werk? is mico broke?

2006-10-12 Thread KAYVEN RIESE
On Thu, 12 Oct 2006, KAYVEN RIESE wrote: h.. i needed to configure right, huh? i don't think i did anything {:} heh is it README in /usr/local/mico ? oh wait.. u know what i did was pkg_add -r mico that's all. freeBSD is real kewl that way. maybe i should build all m

Re: [mico-devel] bench is interesting

2006-10-12 Thread KAYVEN RIESE
PARTICULAR PURPOSE. uname -a FreeBSD bsd 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 On Thu, 12 Oct 2006, KAYVEN RIESE wrote: cd bench ls Makefilebench.bat bench.idl client

oh dear generic has error

2006-10-12 Thread KAYVEN RIESE
Password: bsd# cd /usr/local/mico/demo/generic bsd# gmake echo '# Module dependencies' > .depend /usr/local/mico/./admin/mkdepend -I. -I../../include -O2 -Wall -D_REENTRANT -D_ THREAD_SAFE -O *.c *.cc >> .depend c++ -I. -I../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -O -c clien

one more generic dingy

2006-10-12 Thread KAYVEN RIESE
"#bsd" is the root prompt bsd# run_test run_test: Command not found. bsd# ./run_test /libexec/ld-elf.so.1: Shared object "libmicoir2.3.12.so" not found, required by "ird" /libexec/ld-elf.so.1: Shared object "libmicoir2.3.12.so" not found, required by "idl" /libexec/ld-elf.so.1: Shared object "

Re: [mico-devel] Re: oh dear.. should mico/demo werk? is mico broke?

2006-10-12 Thread KAYVEN RIESE
On Thu, 12 Oct 2006, KAYVEN RIESE wrote: i'm running freeBSD. umm.. On Thu, 12 Oct 2006, Kris Kennaway wrote: What relevance does this have to FreeBSD-stable? kris /libexec/ld-elf.so.1: Shared object "libmico2.3.12.so" not found, required by "server"

Re: [mico-devel] Re: oh dear.. should mico/demo werk? is mico broke?

2006-10-13 Thread KAYVEN RIESE
On Fri, 13 Oct 2006, Karel Gardas wrote: in the case you installed MICO from the OS packages, then you need to configure MICO runtime by running either . /lib/mico-setup.sh or source /lib/mico-setup.csh this is relevant to freeBSD because the mico guys don't necessarily run on freeBSD a

Re: sad lack of randomness

2006-10-13 Thread KAYVEN RIESE
i feel this is relevant to freeBSD because it could be something unique to freeBSD interaction with mico causing the bug. i know there are those here who run both On Fri, 13 Oct 2006, KAYVEN RIESE wrote: well it doesn't! something is wrong with mico! do u have any advice on diagno

can't compile mico app

2006-10-16 Thread KAYVEN RIESE
it's not finding CORBA.h .h:121: error: `CORBA' has not been declared account.h:121: error: ISO C++ forbids declaration of `Long' with no type account.h:121: error: `Long' declared as a `virtual' field account.h:121: error: expected `;' before "balance" account.h:133: error: `CORBA' has not been

single user mode buildwerld failures

2007-04-04 Thread KAYVEN RIESE
i didn't know what was happening when i dropped to single user mode i got all these different prompts and i didn't know how to answer the questions. i have posted information on experts exchange: http://www.experts-exchange.com/OS/Unix/BSD/FreeBSD/Q_22484972.html http://www.experts-exchange.co

Re: single user mode buildwerld failures

2007-04-04 Thread KAYVEN RIESE
still couldn't log in On Wed, 4 Apr 2007, doug wrote: On Wed, 4 Apr 2007, KAYVEN RIESE wrote: i didn't know what was happening when i dropped to single user mode i got all these different prompts and i didn't know how to answer the questions. i have posted information on exp

Re: single user mode buildwerld failures

2007-04-04 Thread KAYVEN RIESE
ote: On Wed, 4 Apr 2007, KAYVEN RIESE wrote: i didn't know what was happening when i dropped to single user mode i got all these different prompts and i didn't know how to answer the questions. i have posted information on experts exchange: http://www.experts-exchange.com/OS/Uni

Re: single user mode buildwerld failures

2007-04-04 Thread KAYVEN RIESE
o go to a fixit shell but i didn't know what to do. i can go back to the fixit shell if somebody tells me what to do but i have to *#@&ing walk over to kinkos now to get on the internet. On Wed, 4 Apr 2007, KAYVEN RIESE wrote: i don't know what all the prompts where because i wa

can't jump to superuser after buildwerld

2007-04-17 Thread KAYVEN RIESE
okay. i am getting a serious stomach ache. i am looking at this page: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html and my head is spinning. i don't feel good. i am halfway thru doing something or other sorta the wrong way. right now i got a prompt.. i am running

Re: can't jump to superuser after buildwerld

2007-04-18 Thread KAYVEN RIESE
drei Kolu wrote: On Wednesday 18 April 2007 09:26, KAYVEN RIESE wrote: okay. i am getting a serious stomach ache. i am looking at this page: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html and my head is spinning. i don't feel good. i am halfway thru doing some

Re: can't jump to superuser after buildwerld

2007-04-19 Thread KAYVEN RIESE
to fix my user settings.. On Thu, 19 Apr 2007, Christian Walther wrote: On 19/04/07, KAYVEN RIESE <[EMAIL PROTECTED]> wrote: how in the werld did i manage to remove myself from wheel. i just ran mergemaster -p Given that "you" means "user account" it's fairly

mesg errors

2007-04-24 Thread KAYVEN RIESE
my dmesg has errors i guess. i am sorta new @ this so umm.. here is a dmesg output: Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.1-RELEA

mesg = dmesg

2007-04-25 Thread KAYVEN RIESE
i sent a post from a puter with a bad "d" key. that's why my subject didn't say "dmesg" like it should have. sorry. here is a dmesg output: Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the Univers

install SCSI over ATAPI for DVD

2007-05-01 Thread KAYVEN RIESE
i was told by a guy on experts-exchange gheist: You have to install SCSI over ATAPI driver. GENERIC kernel does not have one. Only burncd in base system can use acd driver for burning CD/DVD, others do use SCSI cd driver Create a file with following content in /usr/src/sys/i386/conf: includ

Re: install SCSI over ATAPI for DVD

2007-05-02 Thread KAYVEN RIESE
cuad0 klogppi0ttyv4 bsd@/root# On Wed, 2 May 2007, Gary Palmer wrote: On Tue, May 01, 2007 at 08:41:40PM -0700, KAYVEN RIESE wrote: i was told by a guy on experts-exchange gheist: You have to install SCSI over ATAPI driver. GENERIC kernel does not have one. Only burnc

Re: install SCSI over ATAPI for DVD

2007-05-02 Thread KAYVEN RIESE
itkrc.* * * * feature.shm = 0 * bsd@/root# On Wed, 2 May 2007, Daniel O'Connor wrote: On Wednesday 02 May 2007 13:11, KAYVEN RIESE wrote: gheist: You have

Re: install SCSI over ATAPI for DVD

2007-05-02 Thread KAYVEN RIESE
ned a dvd data disk on freeBSD yet. some of the disks i have burned on an XP puter (that i do not have access to right now) using a sonic burner application have werked, and some haven't. On Wed, 2 May 2007, Daniel O'Connor wrote: On Wednesday 02 May 2007 13:11, KAYVEN RIESE wrote: ghei

Re: install SCSI over ATAPI for DVD

2007-05-02 Thread KAYVEN RIESE
was this supposed to werk Unmatched ". xine /libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required by "xine" On Wed, 2 May 2007, Daniel O'Connor wrote: On Wednesday 02 May 2007 13:11, KAYVEN RIESE wrote: gheist: You have to install S

Re: install SCSI over ATAPI for DVD

2007-05-02 Thread KAYVEN RIESE
On Wed, 2 May 2007, Daniel O'Connor wrote: On Wednesday 02 May 2007 13:11, KAYVEN RIESE wrote: gheist: You have to install SCSI over ATAPI driver. GENERIC kernel does not have one. Only burncd in base system can use acd driver for burning CD/DVD, others do use SCSI cd driver kl

Re: install SCSI over ATAPI for DVD

2007-05-02 Thread KAYVEN RIESE
On Wed, 2 May 2007, Tuomo Latto wrote: KAYVEN RIESE wrote: Then run config NEW_FILE Go into kernel build directory run make cleandepend ; make depend ; make && make install but i don't know what the "kernel build directory" is prolly simple for you guys. i just

Re: install SCSI over ATAPI for DVD

2007-05-02 Thread KAYVEN RIESE
On Wed, 2 May 2007, Tuomo Latto wrote: KAYVEN RIESE wrote: Then run config NEW_FILE Go into kernel build directory run make cleandepend ; make depend ; make && make install but i don't know what the "kernel build directory" is prolly simple for you guys. i just

Re: install SCSI over ATAPI for DVD

2007-05-02 Thread KAYVEN RIESE
On Thu, 3 May 2007, Daniel O'Connor wrote: On Thursday 03 May 2007 00:50, KAYVEN RIESE wrote: okay i am trying this xine thing.. where do i put the sysctl dingies? You can put them in /etc/sysctl.conf They probably aren't needed.. However you only need xine for PLAYING

Re: install SCSI over ATAPI for DVD

2007-05-02 Thread KAYVEN RIESE
On Thu, 3 May 2007, Daniel O'Connor wrote: On Thursday 03 May 2007 00:54, KAYVEN RIESE wrote: the actual current goal is to use freeBSD to burn a DVD of the show 24 to watch on my new liteon dvd player. i have had sporatic success on using files from my puters to view on the thing.

Re: install SCSI over ATAPI for DVD

2007-05-02 Thread KAYVEN RIESE
On Wed, 2 May 2007, Scot Hetzel wrote: On 5/2/07, KAYVEN RIESE <[EMAIL PROTECTED]> wrote: On Wed, 2 May 2007, Tuomo Latto wrote: > KAYVEN RIESE wrote: On 5/2/07, KAYVEN RIESE <[EMAIL PROTECTED]> wrote: okay. i was there. should "MYKERNEL" be "NEW_FILE?"

can't build Stop in /usr/ports/x11-toolkits/gtk20

2007-05-02 Thread KAYVEN RIESE
i was trying to install mplayer and this happened ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

xfce4 broke after pkgdb -Ff

2007-05-16 Thread KAYVEN RIESE
i did the command pkgdb -Ff and it broke my X (xfce4) the desktop had been able to come up, but the cursor was the "X" that it has while it is booting.. i was able to start a terminal, but not a mozilla browser. i had been able to use the terminal, but i could not move it around the desktop. p

Re: xfce4 broke after pkgdb -Ff

2007-05-17 Thread KAYVEN RIESE
so the "-r" option will be the significant difference for the portupgrade comamnd, just verifying On Thu, 17 May 2007, Lowell Gilbert wrote: KAYVEN RIESE <[EMAIL PROTECTED]> writes: i did the command pkgdb -Ff and it broke my X (xfce4) the desktop had been able to come up

Re: xfce4 broke after pkgdb -Ff

2007-05-17 Thread KAYVEN RIESE
On Thu, 17 May 2007, Lowell Gilbert wrote: Please don't top-post. KAYVEN RIESE <[EMAIL PROTECTED]> writes: so the "-r" option will be the significant difference for the portupgrade comamnd, just verifying Yes. Otherwise, you may end up with some of the ports that

make mplayer failed

2007-05-17 Thread KAYVEN RIESE
here is my error message onfigure: error: Package requirements (glib-2.0 >= 2.12.0atk >= 1.9.0 pa ngo >= 1.12.0cairo >= 1.2.0) were not met: No package 'atk' found Requested 'cairo >= 1.2.0' but version of cairo is 1.0.2 Consider adjusting the PKG_CONFIG_PATH environment variable if

last email

2007-05-17 Thread KAYVEN RIESE
what i sent may or may not make sense. i run pine for email client and am having some buffer lag right now. my keystrokes are not being immeditaelyt echoed and i didn't really mean to send it. if it DOES make sense, feeel free to comment. sorry about that. also typos are a symptom of the key

Re: xfce4 broke after pkgdb -Ff

2007-05-17 Thread KAYVEN RIESE
On Thu, 17 May 2007, John Nielsen wrote: On Thursday 17 May 2007 02:37:15 pm KAYVEN RIESE wrote: On Thu, 17 May 2007, Lowell Gilbert wrote: Please don't top-post. KAYVEN RIESE <[EMAIL PROTECTED]> writes: so the "-r" option will be the significant difference for th

Re: fast rate of major FreeBSD releases to STABLE

2007-05-19 Thread KAYVEN RIESE
On Thu, 17 May 2007, [EMAIL PROTECTED] (Mark Linimon) wrote: On Thu, May 17, 2007 at 01:35:10PM -0500, Craig Boston wrote: The alternative would have been to commit what we had and _then_ found out all the bugs in the upgrade process (note: you won't be able to just blindly use portupgrade -a

Re: make mplayer failed

2007-05-19 Thread KAYVEN RIESE
On Fri, 18 May 2007, Christian Walther wrote: On 17/05/07, KAYVEN RIESE <[EMAIL PROTECTED]> wrote: here is my error message onfigure: error: Package requirements (glib-2.0 >= 2.12.0atk >= 1.9.0 pa ngo >= 1.12.0cairo >= 1.2.0) were not met: No package 'atk&

Re: make mplayer failed

2007-05-19 Thread KAYVEN RIESE
On Fri, 18 May 2007, Christian Walther wrote: On 17/05/07, KAYVEN RIESE <[EMAIL PROTECTED]> wrote: here is my error message onfigure: error: Package requirements (glib-2.0 >= 2.12.0atk >= 1.9.0 pa ngo >= 1.12.0cairo >= 1.2.0) were not met: No package 'atk&

Re: xfce4 broke after pkgdb -Ff

2007-05-19 Thread KAYVEN RIESE
On Fri, 18 May 2007, Stefan Lambrev wrote: KAYVEN RIESE wrote: On Thu, 17 May 2007, John Nielsen wrote: On Thursday 17 May 2007 02:37:15 pm KAYVEN RIESE wrote: On Thu, 17 May 2007, Lowell Gilbert wrote: KAYVEN RIESE <[EMAIL PROTECTED]> writes: And if you posted the error, but nobo

Re: make mplayer failed

2007-05-19 Thread KAYVEN RIESE
On Sat, 19 May 2007, Tom Judge wrote: Sorry about the top post but this has nothing to do with your problem. I created this thread, and from my recollection glib was an error that happened because of attempts to install mplayer. here is my error message onfigure: error: Package requiremen

Re: make mplayer failed

2007-05-20 Thread KAYVEN RIESE
On Sun, 20 May 2007, Christian Walther wrote: On 19/05/07, KAYVEN RIESE <[EMAIL PROTECTED]> wrote: On Fri, 18 May 2007, Christian Walther wrote: > On 17/05/07, KAYVEN RIESE <[EMAIL PROTECTED]> wrote: >> >> here is my error message >> >> onfigure

Re: make mplayer failed

2007-05-21 Thread KAYVEN RIESE
On Mon, 21 May 2007, Vladimir Botka wrote: Dne Sun, 20 May 2007 17:50:06 -0700 (PDT) KAYVEN RIESE <[EMAIL PROTECTED]> napsal(a): On Sun, 20 May 2007, Christian Walther wrote: On 19/05/07, KAYVEN RIESE <[EMAIL PROTECTED]> wrote: On Fri, 18 May 2007, Christian Walther wrote:

Re: make mplayer failed

2007-05-21 Thread KAYVEN RIESE
On Mon, 21 May 2007, KAYVEN RIESE wrote: On Mon, 21 May 2007, Vladimir Botka wrote: Dne Sun, 20 May 2007 17:50:06 -0700 (PDT) KAYVEN RIESE <[EMAIL PROTECTED]> napsal(a): On Sun, 20 May 2007, Christian Walther wrote: On 19/05/07, KAYVEN RIESE <[EMAIL PROTECTED]> wrote: On Fri,

Re: make mplayer failed

2007-05-21 Thread KAYVEN RIESE
On Mon, 21 May 2007, KAYVEN RIESE wrote: On Mon, 21 May 2007, KAYVEN RIESE wrote: On Mon, 21 May 2007, Vladimir Botka wrote: Dne Sun, 20 May 2007 17:50:06 -0700 (PDT) KAYVEN RIESE <[EMAIL PROTECTED]> napsal(a): On Sun, 20 May 2007, Christian Walther wrote: On 19/05/07, KAYVEN

Re: make mplayer failed

2007-05-22 Thread KAYVEN RIESE
On Tue, 22 May 2007, Tom Evans wrote: On Mon, 2007-05-21 at 13:49 -0700, KAYVEN RIESE wrote: On Mon, 21 May 2007, KAYVEN RIESE wrote: On Mon, 21 May 2007, KAYVEN RIESE wrote: On Mon, 21 May 2007, Vladimir Botka wrote: Dne Sun, 20 May 2007 17:50:06 -0700 (PDT) KAYVEN RIESE <[EM

Re: xorg 7.2 start problem

2007-05-23 Thread KAYVEN RIESE
o Datacenter Matik https://datacenter.matik.com.br ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]" *-----

Re: Broken locale after upgrade to 6-STABEL from 5-STABLE

2007-05-23 Thread KAYVEN RIESE
les work on perl (toupper does not return an upper letter for russia, but works with latin r, same with tolower). Am i missing something? -- Regards, Artem ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EM

Re: xorg 7.2 start problem

2007-05-23 Thread KAYVEN RIESE
th/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) *------* Kayven Riese, BSCS, MS (Physiology and Biophysics) (415) 902 5513 cellula

Re: installworld breaks

2007-05-24 Thread KAYVEN RIESE
unsubscribe, send any mail to "[EMAIL PROTECTED]" *------* Kayven Riese, BSCS, MS (Physiology and Biophysics) (415) 902 5513 cellular http://kayve.net