installing amanda from ports

2003-10-13 Thread Michelle
ports/misc/amanda-server directory which does not work. Do I need to be in a different directory or is there another way to change the options before running make? Thank you, Michelle ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailma

natd question

2003-10-21 Thread Michelle
i am running freebsd 4.6.2. i have 2 nic cards on the machine, one which is the external interface and connects to a router which connects to dsl. the other is internal interface for our subnet. i have enabled natd on the machine, but still cannot get packets out when on the subnet. i can s

Re: natd question

2003-10-21 Thread Michelle
EMAIL PROTECTED] Behalf Of Michelle Sent: Tuesday, October 21, 2003 3:00 PM To: [EMAIL PROTECTED] Subject: natd question i am running freebsd 4.6.2. i have 2 nic cards on the machine, one which is the external interface and connects to a router which connects to dsl. the other is internal interface fo

Re: natd question

2003-10-21 Thread Michelle
On Tuesday, October 21, 2003, at 04:08 PM, Alhagie Puye wrote: Are you using ipfw or ipfilter? ipfw --- Michelle <[EMAIL PROTECTED]> wrote: i am not aware of a natd.conf file. i edited the rc.conf file to enable natd and specify the interface. the firewall rule i am using for natd i

Re: natd question

2003-10-22 Thread Michelle
\ \Y/|___ \__ /__|\___|_ /|___ \ \/ \/ \/ - -Original Message----- From: Michelle [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 6:00 AM To: [EMAIL PROTECTED] Subject: natd question i am running freebsd 4.6.2. i have 2 nic cards on the machine, one which is th

nat and ipfw

2003-10-23 Thread Michelle
i have a freebsd server running 4.6.2 with 2 nic cards installed one for our lan (fxp0) that provides connection to the outside world via dsl and the other for an internal subnet (xl0). i have both natd and ipfw configured and running. when on the subnet, i can not connect to the outside. i

Re: nat and ipfw

2003-10-24 Thread Michelle
quot; #NATD Stuff natd_enable="YES" natd_interface="fxp0" natd_flags="-f /etc/natd.conf" gateway_enable="YES" # firewall stuff firewall_enable="YES" firewall_script="/etc/ipfw.conf" firewall_logging="YES" icmp_drop_redirect="Y

orphaned port?

2003-08-23 Thread Michelle
*** Error code 1 Stop in /usr/ports/databases/mysql323-server. Than I ran pkg_version -v and saw the the libtool13 port is orphaned. What does this mean and how can I fix it? Thank you, Michelle ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.or

Re: orphaned port?

2003-08-23 Thread Michelle
On Saturday, August 23, 2003, at 12:42 PM, Jens Rehsack wrote: Michelle wrote: I am trying to upgrade mysql-server and when I ran the make command, I received the following error: ===> Installing for libtool-1.3.5_1 ===> Generating temporary packing list ===> Checking if devel/

Re: orphaned port?

2003-08-23 Thread Michelle
On Saturday, August 23, 2003, at 02:21 PM, Jens Rehsack wrote: Michelle wrote: [...] Jens, Thank you for the help. I did not have portupgrade installed and when I tried to run make in /usr/ports/sysutils/portupgrade I received the following error: ===> Installing for ruby-1.6.8.2003.04

Re: orphaned port?

2003-08-23 Thread Michelle
On Saturday, August 23, 2003, at 02:44 PM, Jens Rehsack wrote: Michelle wrote: On Saturday, August 23, 2003, at 02:21 PM, Jens Rehsack wrote: Michelle wrote: [...] Jens, Thank you for the help. I did not have portupgrade installed and when I tried to run make in /usr/ports/sysutils

Re: orphaned port?

2003-08-23 Thread Michelle
On Saturday, August 23, 2003, at 03:02 PM, Jens Rehsack wrote: Michelle wrote: On Saturday, August 23, 2003, at 02:44 PM, Jens Rehsack wrote: Michelle wrote: On Saturday, August 23, 2003, at 02:21 PM, Jens Rehsack wrote: Michelle wrote: [...] Jens, Thank you for the help. I did not have

Re: orphaned port?

2003-08-23 Thread Michelle
You should run a 'make clean' everywhere you left it. You can find it using sth. like 'find /usr/ports -name "work"'. This should solve your problems. I ran 'make clean' in all the directories that came up after running 'find /usr/ports -name "work"'. Then I tried running make again in the mys

Re: orphaned port?

2003-08-23 Thread Michelle
That was clear and the start of the jurney. Please update libtool either using portupgrade or do it by hand as you do before. Jens I still cannot upgrade libtool. I can run make, but when I run make install I get the following error: ===> Installing for libtool-1.3.5_1 ===> Generating te

Re: orphaned port?

2003-08-24 Thread Michelle
On Saturday, August 23, 2003, at 05:00 PM, Kris Kennaway wrote: On Sat, Aug 23, 2003 at 04:51:40PM -0700, Michelle wrote: That was clear and the start of the jurney. Please update libtool either using portupgrade or do it by hand as you do before. Jens I still cannot upgrade libtool. I can

Re: orphaned port?

2003-08-24 Thread Michelle
On Saturday, August 23, 2003, at 05:03 PM, paul beard wrote: Michelle wrote: That was clear and the start of the jurney. Please update libtool either using portupgrade or do it by hand as you do before. Jens I still cannot upgrade libtool. I can run make, but when I run make install I get

idle process status

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

upgrading mysql

2003-08-29 Thread Michelle
use: mysqldump --all-databases > backup-file.sql and then restart the mysql server using mysqld_safe Am I missing any steps? Thank you, Michelle ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsub

restoring mysql databases from mysqldump was Re: upgrading mysql

2003-08-29 Thread Michelle
4.x releases. I have had great success with them. On Friday, August 29, 2003, at 02:56 PM, Michelle wrote: I would like to upgrade mysql from mysql-server-3.23.54 to mysql-server-3.23.57 and understand that I will need to do a dump before upgrading since the upgrade needs to overwrite the data

Re: restoring mysql databases from mysqldump was Re: upgrading mysql

2003-08-29 Thread Michelle
day, August 29, 2003, at 02:33 PM, Michelle wrote: I ran mysqldump -A > backup-file.sql and then upgraded the mysql port, but now when I try to restore the backups using mysql "database name" < backup-file.sql, It states unknown database. I also have a mysqlhotcopy backup of all

Re: Why is this Symbol in the front of your website. A humble request.

2012-02-23 Thread Michelle Konzack
, why does your Name in the E-Mail differ from your signature? You can not be serious! Thanks, Greetings and nice Day/Evening Michelle Konzack -- # Debian GNU/Linux Consultant ## Development of Intranet and Embedded Systems with Debian GNU/Linux

Re: "Cloud" software ?

2012-05-25 Thread Michelle Konzack
The system use unused capacities of my 400 servers plus a self made BladeServer with 256 CPUs (currently only 64 inserted because they are quiet expensive) > Anyone could help ? Not realy ;-) becaue it depends, what you undertsnd under Cloud Systems / Cloud Computing / Cl

Re: Backtick versus $()

2011-02-24 Thread Michelle Konzack
Hello Andres Perera, Am 2011-02-20 22:19:49, hacktest Du folgendes herunter: > that's not true :-D > echo `echo 1\`echo 2\\\`echo 3\\\`echo 4\\\`\\\`\`` Backslash Orgies! Thanks, Greetings and nice Day/Evening Michelle Konzack -- # Debian GNU/Linux

Re: Why do you use a devil as a mascot?

2010-11-13 Thread Michelle Konzack
ame vs "PC" > >DAS vs SAN > >Top-posting vs Bottom posting > >Blah blah blah vs Yada yada yada > > OK, I'll play: > > Gnome vs KDE > Ports vs Packages (vs PBI's) > GPL vs BSDL > C vs any other programming language Debian vs. FreeBSD

Re: Why do you use a devil as a mascot?

2010-11-13 Thread Michelle Konzack
Hello Liontaur, Am 2010-11-12 23:55:22, hacktest Du folgendes herunter: > I was just thinking about how much better vi is compared to emacs ;) Thats normaly, because emacs is an Operating System which lakes an editor Thanks, Greetings and nice Day/Evening Michelle Konz

Spam with fake address from the list?

2010-12-16 Thread Michelle Konzack
Hello *, does someone get this kind of spam too? Thanks, Greetings and nice Day/Evening Michelle Konzack - Forwarded message from freebsd-questions@freebsd.org - Date: Mon, 15 Nov 2010 07:55:59 +1100 From: freebsd-questions@freebsd.org To: Michelle Konzack Subject: Re: Why do you

Re: SEBSD is dead?

2010-12-17 Thread Michelle Konzack
Hello zY, Am 2010-12-17 19:44:29, hacktest Du folgendes herunter: > guys, I have a question. SEBSD is dead? Please tell me its > latestprogress. Thanks. SEBSD? Do you mean "Security Enhanced BSD"? Something like OpenBSD and NETSEC? LOL Thanks, Greetings and nice Day/Even

Backup Scripts

2002-07-23 Thread Michelle Weeks
I am new to scripting and am trying to use the below script I found to run backups of our FreeBSD 4.5 server, but I keep getting the error: Level-backup.sh Backup Tue Jul 23 21:04:22 PDT 2002 Error: Level-backup.sh unknown Since I am new at this, I am probably missing something very obvious. I

Re: Backup Scripts

2002-07-23 Thread Michelle Weeks
t; > and are they in a directory in your path? If they are not, you must run > them > as follows: > > ./script_name > > Hope this helps, > > Tim > > On Tuesday 23 July 2002 10:43 pm, Michelle Weeks wrote: >> I am new to scripting and am trying to use the below

Re: Backup Scripts

2002-07-24 Thread Michelle Weeks
On Tuesday, July 23, 2002, at 10:21 PM, Steve Wingate wrote: > On Tue, 23 Jul 2002 20:43:10 -0700 > Michelle Weeks <[EMAIL PROTECTED]> wrote: > > >> I am new to scripting and am trying to use the below script I found to >> run bac

Re: Backup Scripts

2002-07-25 Thread Michelle Weeks
The below script that I was having problems with is working for me now thanks to Steve's suggestion; however when I changed the script to do a Level 1 tar archive, I get the following output after tar_verify: Level-1 Backup END Level-1 Backup Verify Wed Jul 24 15:38:47 PDT 2002 tar: echo not found

ssh write failed

2002-10-08 Thread Michelle Weeks
i am having problems using ssh to login remotely to our freebsd 4.6.2 server. whenever i remain inactive for more than a few minutes, i get kicked out. when i log back in, i get the following error: Oct 8 10:35:16 louie sshd[18801]: fatal: Write failed: Permission denied Oct 8 10:35:16 loui

upgrading sendmail to 8.12.6

2002-11-22 Thread Michelle Weeks
I am running freebsd 4.6.2-Release and would like to upgrade sendmail from 8.12.3 to 8.12.6. I tried using make and make install from /usr/ports/mail/sendmail and then restarted sendmail using the killall -HUP command. However, when I telnet to localhost port 25, it shows that 8.12.3 is still

upgrading sendmail from ports was Re: Sendmail patch questions...

2003-03-04 Thread Michelle Weeks
onf file. Am I missing any other steps? Any help would be greatly appreciated since this is my first attempt at upgrading sendmail. Thank you, Michelle On Tuesday, March 4, 2003, at 06:43 AM, Peter Elsner wrote: Step by step instructions ftp sendmail.org login anonymously cd pub/sendmail g

optimization changed from TIME to SPACE

2003-03-21 Thread Michelle Weeks
I am running 4.6.2 Release and received the following kernel message: /tmp: optimization changed from TIME to SPACE I'm not sure what this means? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: optimization changed from TIME to SPACE

2003-03-21 Thread Michelle Weeks
On Friday, March 21, 2003, at 09:21 AM, Bill Moran wrote: Michelle Weeks wrote: I am running 4.6.2 Release and received the following kernel message: /tmp: optimization changed from TIME to SPACE I'm not sure what this means? It means your /tmp partition is getting full. When there is plen

Services For Your Upcoming Natural & Organic Products Trade Show

2008-02-19 Thread MICHELLE BRINK
Services For = Your Upcoming Trade Show For over 20 Years, = ELITeXPO has been providing Tradeshow Shipping Services to = thousands of exhibitors at countless events each = year. 3D"" There is a Custom Freight Service = Level to Meet Every Shipment's Specific R

PPPoE server (high traffic in WDM network)

2009-07-15 Thread Michelle Konzack
d prefer a microBSD running from an industrial SD/CF card. Note: Please do NOT CC me, I am on the list and read it... Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with

Re: 5000' ethernet?

2009-07-15 Thread Michelle Konzack
5, 3 Repeater plus electric installation cost more, then the FiberOptic Cable with two Transponder. And of course, no one can sniff traffic on FiberOptic and you have no worry about magnetic fields disturbing your 5000 feet... Thanks, Greetings and nice Day/Evening Michelle Konzack Sy

Re: 5000' ethernet?

2009-07-15 Thread Michelle Konzack
Band but have a range up to 40km (25miles). Here in Germany I have payed 3800 Euro for a complete 100 Mbit Bridge. Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #28

FreeBSD based microBSD?

2009-07-16 Thread Michelle Konzack
Hello, Can someone recomment a RECENT microBSD Distribution based on FreebBSD? Thanks, Greetings and nice Day/Evening Michelle Konzack -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ # Debian GNU/Linux Consultant # <h

Re: 5000' ethernet?

2009-07-17 Thread Michelle Konzack
uot; support 8 Mbit in a distance of 6000ft and DSL lite with 384 kbit on 15000ft. Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ ##

Re: script to send out a dozen letters?

2009-08-15 Thread Michelle Konzack
hanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ # Debian GNU/Linux Consultant

Re: freebsd - for the win

2010-06-12 Thread Michelle Konzack
e door of god, he sent you back to earth to do it better using now FreeBSD... ;-) Thanks, Greetings and nice Day/Evening Michelle Konzack -- # Debian GNU/Linux Consultant ## Development of Intranet and Embedded Systems with Debian GNU/Linux

Re: since when did alt-shift-tab quit working?

2010-06-25 Thread Michelle Konzack
tions since I switched from XFree86 to X.org (first version was working and then it was gone). Exactly, both "alt-tab" AND "alt-shift-tab" do not more work. For me it is not ony a PITA it is a nighmare exspecialy if you use 6 Desktop pages or more Thanks, Gree

Re: since when did alt-shift-tab quit working?

2010-06-25 Thread Michelle Konzack
ot xorg. It's xfwm4, and > now it only alt-tabs thru windows in one direction, which is alot of > fun when you have 20 windows open. Me currently 48... :-/ Thanks, Greetings and nice Day/Evening Michelle Konzack -- # Debian GNU/Linux Consultant #

Re: RSS to email?

2010-09-20 Thread Michelle Konzack
t any changes on and BSD versions. Thanks, Greetings and nice Day/Evening Michelle Konzack -- # Debian GNU/Linux Consultant ## Development of Intranet and Embedded Systems with Debian GNU/Linux itsyst...@tdnet France EURL itsyst...@tdnet UG (

Terminal Services Question

2004-10-01 Thread Eric and Michelle Bjorkman
Are Terminal Services supported by FreeBSD. In that I mean is there a port already included that I will not have to buy a Terminal Services server application. I'm looking for somthing like Novell that is free. Or do you know of project out there that can function like Novell? Thank You, Eric