Re: Why are some linux users saying that FreeBSD is dying
"FreeBSD is a dying OS because netcraft.com confirms it" that's the argument used some of these guys, and I'm wondering what data are they using to make but what's a point of such discussions at all? let they use their favourite linux, You use FreeBSD. that's all. If you think FreeBSD is superior (like me), be happy most use linux. So you can offer better/cheaper services than them. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Apache22 Port Install Problem
> > Message: 16 > > Date: Tue, 8 Apr 2008 21:24:58 +0200 > > From: Mel <[EMAIL PROTECTED]> > > Subject: Re: Apache22 Port Install Problem > > To: freebsd-questions@freebsd.org > > Cc: Tim DeBoer <[EMAIL PROTECTED]> > > Message-ID: <[EMAIL PROTECTED]> > > Content-Type: text/plain; charset="iso-8859-1" > > > > On Tuesday 08 April 2008 07:11:47 Tim DeBoer wrote: > > > > > The install goes fine, no obvious errors anyway, when I do apachectl > > > configtest, I get > > > # apachectl configtest > > > Syntax error on line 117 of /usr/local/etc/apache22/httpd.conf: > > > Invalid command 'Order', perhaps misspelled or defined by a module not > > > > > > > > Is this line present and active? > > LoadModule authz_host_module libexec/apache22/mod_authz_host.so > > > > > > -- > > Mel > > > > Problem with today's modular software: they start with the modules > >and never get to the software part. > > > > No. > I do have LoadModule auth_basic_module libexec/apache22/mod_auth_basic.so > though. > [snip] Problem solved. I had to delete the package from distfiles. After I did that make read the config file correctly, downloaded a new tarball, and installed what I needed. Thanks for the help :) -- Tim DeBoer Understeer is when you hit the wall with the front of the car. Oversteer is when you hit the wall with the rear of the car. Horsepower is how fast you hit the wall. Torque is how far you move the wall. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
buildkernel:Stop in /usr/src/sys/modules/oltr
from 6.3 pre to 6.3 reselase,buildkernel error: ===> oltr (all) uudecode < /usr/src/sys/modules/oltr/../../contrib/dev/oltr/i386-elf.trlld.o.uu cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/mm21645/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -g -I/usr/obj/usr/src/sys/mm21645 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/modules/oltr/../../contrib/dev/oltr/if_oltr.c cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/mm21645/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -g -I/usr/obj/usr/src/sys/mm21645 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/modules/oltr/../../contrib/dev/oltr/trlldbm.c cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/mm21645/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -g -I/usr/obj/usr/src/sys/mm21645 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/modules/oltr/../../contrib/dev/oltr/trlldhm.c /usr/src/sys/modules/oltr/../../contrib/dev/oltr/trlldhm.c:1453:8: invalid suffix "xf7" on integer constant /usr/src/sys/modules/oltr/../../contrib/dev/oltr/trlldhm.c:1453: error: initializer element is not constant /usr/src/sys/modules/oltr/../../contrib/dev/oltr/trlldhm.c:1453: error: (near initialization for `TRlldHawkeyeMac[17173]') *** Error code 1 Stop in /usr/src/sys/modules/oltr. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/mm21645. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. /roo/kernel/mm21645: # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ../../conf/NOTES and NOTES files. # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.429.2.14.2.1 2007/12/15 06:32:32 scottl Exp $ machine i386 #cpuI486_CPU #cpuI586_CPU cpu I686_CPU ident mm21645 # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. makeoptions DEBUG=-g# Build kernel with gdb(1) debug symbols options SCHED_4BSD # 4BSD scheduler options PREEMPTION # Enable kernel thread preemption options INET# InterNETworking #optionsINET6 # IPv6 communications protocols options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options MD_ROOT # MD is a potential root device #optionsNFSCLIENT # Network Filesystem Client #optionsNFSSERVER # Network Filesystem Server #optionsNFS_ROOT# NFS usable as /, requires NFSCLIENT options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS# Pseudo-filesystem framework options GEOM_GPT# GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # C
Re: freebsd-questions Digest, Vol 210, Issue 6
-- > > Message: 16 > Date: Tue, 8 Apr 2008 21:24:58 +0200 > From: Mel <[EMAIL PROTECTED]> > Subject: Re: Apache22 Port Install Problem > To: freebsd-questions@freebsd.org > Cc: Tim DeBoer <[EMAIL PROTECTED]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > On Tuesday 08 April 2008 07:11:47 Tim DeBoer wrote: > > > The install goes fine, no obvious errors anyway, when I do apachectl > > configtest, I get > > # apachectl configtest > > Syntax error on line 117 of /usr/local/etc/apache22/httpd.conf: > > Invalid command 'Order', perhaps misspelled or defined by a module not > > > > Is this line present and active? > LoadModule authz_host_module libexec/apache22/mod_authz_host.so > > > -- > Mel > > Problem with today's modular software: they start with the modules >and never get to the software part. > No. I do have LoadModule auth_basic_module libexec/apache22/mod_auth_basic.so though. I tried recompiling again without auth_basic, and used the authz options instead, but it's not actually installing them for some reason. # make deinstall ===> Deinstalling for www/apache22 ===> Deinstalling apache-2.2.8 pkg_delete: file '/usr/local/libexec/apache22/mod_authz_dbm.so' doesn't exist pkg_delete: file '/usr/local/libexec/apache22/mod_authz_default.so' doesn't exist pkg_delete: file '/usr/local/libexec/apache22/mod_authz_groupfile.so' doesn't exist pkg_delete: file '/usr/local/libexec/apache22/mod_authz_host.so' doesn't exist pkg_delete: file '/usr/local/libexec/apache22/mod_authz_owner.so' doesn't exist pkg_delete: file '/usr/local/libexec/apache22/mod_authz_user.so' doesn't exist pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) It looks like it never really tried to install to begin with? I'm selecting my options via 'make config', then I run make, make install. In theory it should read the new config each time. -- Tim DeBoer Understeer is when you hit the wall with the front of the car. Oversteer is when you hit the wall with the rear of the car. Horsepower is how fast you hit the wall. Torque is how far you move the wall. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
gethostbyaddr failure
Hi all, I'm having a problem with reverse DNS on FreeBSD 7.0 (AMD64). Postfix was having problems doing DNS lookups, and I eventually narrowed it down to a failure with gethostbyaddr using the name-addr-test files in the Postfix tarball. You can find the test my machine failed here: http://www.opensource.apple.com/darwinsource/Current/postfix-174/postfix/auxiliary/name-addr-test/gethostbyaddr.c ... but it's basically just a call to gethostbyaddr(). My resolv.conf is just 'nameserver 127.0.0.1' (there is a local powerdns recursor running), but I've tried it with two other nameservers as well. No luck, although there is nothing wrong with any of the servers, according to dig and host. My nsswitch.conf has files and dns for the hosts entry. Strangely, when I look at the truss output for the test, /etc/hosts is never opened, and neither is a socket... so it's not like there's a network/dns issue, it's not even making the request. It just abruptly fails. When I added a call to herror() in the test, I got an error message about a resolver internal error. blackhole# truss -f ./gethostbyaddr 72.14.205.147 2049: __sysctl(0x7fffe870,0x2,0x7fffe88c,0x7fffe880,0x0,0x0) = 0 (0x0) 2049: mmap(0x0,560,PROT_READ|PROT_WRITE,MAP_ANON,-1,0x0) = 34365132800 (0x800525000) 2049: munmap(0x800525000,560) = 0 (0x0) 2049: __sysctl(0x7fffe8e0,0x2,0x80062dde8,0x7fffe8d8,0x0,0x0) = 0 (0x0) 2049: mmap(0x0,32768,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 34365132800 (0x800525000) 2049: issetugid(0x800526015,0x800521669,0x800631730,0x800631700,0x49ac,0x7fffe8d8) = 0 (0x0) 2049: open("/etc/libmap.conf",O_RDONLY,0666)ERR#2 'No such file or directory' 2049: open("/var/run/ld-elf.so.hints",O_RDONLY,057) = 3 (0x3) 2049: read(3,"[EMAIL PROTECTED]"...,128) = 128 (0x80) 2049: lseek(3,0x80,SEEK_SET)= 128 (0x80) 2049: read(3,"/lib:/usr/lib:/usr/lib/compat:/u"...,236) = 236 (0xec) 2049: close(3) = 0 (0x0) 2049: access("/lib/libc.so.7",0)= 0 (0x0) 2049: open("/lib/libc.so.7",O_RDONLY,030556300) = 3 (0x3) 2049: fstat(3,{mode=-r--r--r-- ,inode=49456,size=1150104,blksize=4096}) = 0 (0x0) 2049: read(3,"\^?ELF\^B\^A\^A\t\0\0\0\0\0\0\0"...,4096) = 4096 (0x1000) 2049: mmap(0x0,2215936,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_NOCORE,3,0x0) = 34366234624 (0x800632000) 2049: mprotect(0x80071b000,4096,PROT_READ|PROT_WRITE|PROT_EXEC) = 0 (0x0) 2049: mprotect(0x80071b000,4096,PROT_READ|PROT_EXEC) = 0 (0x0) 2049: mmap(0x80081b000,118784,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED,3,0xe9000) = 34368237568 (0x80081b000) 2049: mmap(0x800838000,94208,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_ANON,-1,0x0) = 34368356352 (0x800838000) 2049: close(3) = 0 (0x0) 2049: sysarch(0x81,0x7fffe960,0x80052b088,0x0,0xffd08fb0,0x7fffe6b8) = 0 (0x0) 2049: mmap(0x0,240,PROT_READ|PROT_WRITE,MAP_ANON,-1,0x0) = 34365165568 (0x80052d000) 2049: munmap(0x80052d000,240) = 0 (0x0) 2049: mmap(0x0,41760,PROT_READ|PROT_WRITE,MAP_ANON,-1,0x0) = 34365165568 (0x80052d000) 2049: munmap(0x80052d000,41760) = 0 (0x0) 2049: __sysctl(0x7fffe910,0x2,0x800838e80,0x7fffe908,0x0,0x0) = 0 (0x0) 2049: sigprocmask(SIG_BLOCK,SIGHUP|SIGINT|SIGQUIT|SIGKILL|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2,0x0) = 0 (0x0) 2049: sigprocmask(SIG_SETMASK,0x0,0x0) = 0 (0x0) 2049: gettimeofday({1207708748.093731},0x0) = 0 (0x0) 2049: getpid(0x7fffe4d0,0x0,0x80084e540,0x80070239c,0x80a4e2a0,0x7fffe4c8) = 2049 (0x801) 2049: __sysctl(0x7fffe460,0x2,0x80083cee8,0x7fffe478,0x0,0x0) = 0 (0x0) 2049: __sysctl(0x7fffdfc0,0x2,0x80084bad8,0x7fffdfb8,0x0,0x0) = 0 (0x0) 2049: __sysctl(0x7fffe000,0x2,0x7fffe01c,0x7fffe010,0x0,0x0) = 0 (0x0) 2049: readlink("/etc/malloc.conf",0x7fffe050,1024) ERR#2 'No such file or directory' 2049: issetugid(0x800713954,0x7fffe050,0x0,0x2,0x80a4e2a0,0x7fffe038) = 0 (0x0) 2049: __sysctl(0x7fffdf40,0x2,0x7fffdf5c,0x7fffdf50,0x0,0x0) = 0 (0x0) 2049: mmap(0x0,4096,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 34365165568 (0x80052d000) 2049: mmap(0x0,2097152,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 34368450560 (0x80084f000) 2049: munmap(0x80084f000,724992)= 0 (0x0) 2049: munmap(0x800a0,323584)= 0 (0x0) 2049: issetugid(0x2,0x2,0x800901480,0x1,0x617072612e367069,0xf7) = 0 (0x0) 2049: open("/etc/resolv.conf",O_RDONLY,0666)= 3 (0x3) 2049: fstat(3,{mode=-rw-r--r-- ,inode=49352,size=74,blksize=4096}) = 0 (0x0) 2049: read(3,"nameserver 127.0.0.1\n#nameserve"...,4096) = 74 (0x4a) 2049: read(3,0x800909000,4096) = 0 (0x0) 2049: close(3)
Back up files...
Hello again... Guys could you teach me how to transfer files from server, I have back up my files & i want to transfer the back up files folder in my DVD CD to avoid disk consumption. Could you teach me step by step? Best regards:D ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: requesting 'QA' assistance
Oops Alex Ryba was a careless click on my behalf the actual person is Alejandro Pulver <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: requesting 'QA' assistance
Jim Stapleton wrote: I have something I'd like to add to ports eventually, but it isn't read yet. I was wondering what the preferred method of requesting users take a peek at it and tell me what they think/want. Normally I would agree with everyone that says to ask on -ports@ but this fits extremely well with what is generally refered to as ports 2.0 (different names are used by different members of the loose community working on it, I have CC'ed everyone else so you know who they are). The actual software would go under ports-mgmt, and has the main functionality intended. The actuall set of programs is called 'virtual ports', and it allows a keyword and virtual directory indexing of the ports tree. The goal is to allow people to play around with different designs of the ports tree without having to change the system ports tree - preventing breakage in programs, and giving both the users and maintainers of the ports tree more flexibility in organization. I don't know if this fits 100% what Ale calls virtual ports (see http://wiki.freebsd.org/PortsToDo) but it very close to the image I have for them (we need to know more details of course). I am going to forward you some stuff so you can have a better idea of where the ports 2.0 are heading. Also keep in mind that at the very least I will likely want to look at your stuff in extreme detail because something like this is a natural extension of the SoC project I am awaiting approval on. Should I post the tbz file on my web server, and post a link on a mailing list, or post the copied/pasted shar to the mailing list (466kb, so I'm guessing /no/ to that one). Should I post here or to -ports? There are some historical/political reasons why you should have a small group look at it before you post the code to -ports@ (see the references I am sending you) Thanks, -Jim Stapleton ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Screen inside Jails + su
This One Time, at Band Camp, Erik Osterholm <[EMAIL PROTECTED]> said, On Tue, Apr 08, 2008 at 07:52:17PM -0500: > On Wed, Apr 09, 2008 at 12:00:05AM +0200, Wael Nasreddine wrote: > The common way for a user to run a program at startup is to use cron > with the special @reboot directive instead of giving it a time to run > a job. > http://www.freebsd.org/doc/en/books/handbook/configtuning-starting-services.html Thank you for pointing that out, could you please give me an example I haven't found on that page... > If you have used jexec to get into the jail, then you won't have a pty > within the jail, and anything which relies on one will fail to > execute. Start up sshd in the jail, then ssh to it and see if you can > attach the screen. Thanks that worked fine... > Erik -- Wael Nasreddine http://wael.nasreddine.com PGP: 1024D/C8DD18A2 06F6 1622 4BC8 4CEB D724 DE12 5565 3945 C8DD 18A2 /\ Man has never reconciled himself to the ten commandments. pgpoBmfKE50NM.pgp Description: PGP signature
Re: Screen inside Jails + su
On Wed, Apr 09, 2008 at 12:00:05AM +0200, Wael Nasreddine wrote: > Hello, > > I have a FreeBSD server which is Jails based, I have created a special > jail to run 3 rTorrent process for 3 users, I made all the permissions > and added the users, then I launched manually (for testing purpose) > these screen sessions for the 3 users using the below method: > - jexec onto the jail. > - su to the user: su -l wael > - run a detached screen: screen -dmS Rtorrent > I have a .screenrc for each user in place to run one command, > rtorrent > > Now I have 2 questions: > 1) How can I add this procedure to the jail startup?? The common way for a user to run a program at startup is to use cron with the special @reboot directive instead of giving it a time to run a job. http://www.freebsd.org/doc/en/books/handbook/configtuning-starting-services.html > 2) I can't attach the screen, everytime I try to I get an error: > # su -l wael > % screen -Dr Rtorrent > Cannot open your terminal '/dev/ttyp6' - please check. > What's going on? why can't I attach the screen session ?? If you have used jexec to get into the jail, then you won't have a pty within the jail, and anything which relies on one will fail to execute. Start up sshd in the jail, then ssh to it and see if you can attach the screen. Erik ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: finding BSD Unix users
On Tue, Apr 08, 2008 at 06:29:45PM -0500, Alpha 4299 wrote: > > Dude these guys are at CSU contact them and get your group rollin. > http://www.math.colostate.edu/~reinholz/freebsd/freebsd.html > Al > > > Date: Tue, 8 Apr 2008 16:02:41 -0600 > > From: [EMAIL PROTECTED] > > To: freebsd-questions@freebsd.org > > Subject: Re: finding BSD Unix users > > > > On Sun, Apr 06, 2008 at 01:11:01PM -0600, Chad Perrin wrote: > > > My area (northern Colorado) has an excellent Linux Users Group (NCLUG). > > > There's a great bunch of guys there. Unfortunately, they're very > > > Linux-centric. I'm kinda the resident BSD Unix heretic -- which is fine > > > most of the time, but once in a while I'd like to be able to discuss > > > stuff with people who primarily use BSD Unix systems instead of > > > Linux-based systems. > > > > > > Unfortunately, there isn't a single Colorado BSD Users Group in Colorado > > > that I can find. The closest I've been able to find mention of online at > > > all is Laramie, Wyoming -- LWFUG, or "Laramie, Wyoming Freenix Users > > > Group". Their website seems to have become a domain squatter's portal > > > site, though. > > > > > > So . . . does anyone here have any suggestions for how I might go about > > > finding BSD Unix users somewhat local to me? Since there isn't a group > > > already that I can find, I wonder if there are enough people interested > > > in such a thing in this area to build a users group. Any suggestions for > > > how to go about finding fellow BSD Unix users in my area would be > > > appreciated, I'm sure. > > > > I'm not entirely opposed to spending a little money, but . . . does > > anyone have recommendations that don't involve paying for advertising, > > buying a house, et cetera? > > > > -- > > CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] > > Dr. Ron Paul: "Liberty has meaning only if we still believe in it when > > terrible things happen and a false government security blanket beckons." > > _ > Use video conversation to talk face-to-face with Windows Live Messenger. > http://www.windowslive.com/messenger/connect_your_way.html?ocid=TXT_TAGLM_WL_Refresh_messenger_video_042008 -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] Patrick J. LoPresti: "Emacs has been replaced by a shell script which 1) Generates a syslog message at level LOG_EMERG; 2) reduces the user's disk quota by 100K; and 3) RUNS ED!!" pgpARNQ4ysrkT.pgp Description: PGP signature
Re: network configuration problem
Warren Block wrote: On Tue, 8 Apr 2008, Steve Bertrand wrote: If you ever need to add any other workstations to the network, you will want to ensure that the IP you added to FreeBSD manually does not fall within the DHCP scope of the gateway. For instance, if you plug a Windows PC into the gateway, it will by default request an address via DHCP. If the gateway provides the Windows PC the same address as FreeBSD, you will have communication problems. It's neater and safer to keep static and dynamic addresses in separate ranges, but often not strictly necessary. I agree, however, my rule of thumb is to not trust hardware to strictly adhere to proper standards or RFC's, especially when it comes down to CPE ;) Anyone who has managed a sizable network will know that not properly managing things like this manually is asking for trouble. Cheers, Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
QEMU networking quirkiness on 7.0
I'm not sure if this is QEmu or FreeBSD. I have a fairly boring 7.0/i386 setup. The QEmu VM can access the web (I'm typing this out now in WindowsXP running safely in it's cage, for example). But it cannot VPN into work (timeout) or ping anything. I suspect it has to do with the way that QEmu is given network access. Is there any way to set up QEmu to access the network through an aliased IP address, and hence look like any other machine on my network, rather than to hide behind my BSD box? Is there another route I should take?+ Thanks, -Jim Stapleton ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: xorg and radeon, widescreen
On Tue, 8 Apr 2008 11:29:34 +0100 "Max Russell" <[EMAIL PROTECTED]> wrote: >I'm having issues with my X1350, video7 flatscreen and xorg.conf - the >relevant sections of my xorg follow: > >Section "ServerLayout" >Identifier "X.org Configured" >Screen 0 "Screen0" 0 0 >InputDevice"Mouse0" "CorePointer" >InputDevice"Keyboard0" "CoreKeyboard" >EndSection > >Section "Files" >RgbPath "/usr/local/share/X11/rgb" >ModulePath "/usr/local/lib/xorg/modules" >FontPath "/usr/local/lib/X11/fonts/misc/" >FontPath "/usr/local/lib/X11/fonts/TTF/" >FontPath "/usr/local/lib/X11/fonts/OTF" >FontPath "/usr/local/lib/X11/fonts/Type1/" >FontPath "/usr/local/lib/X11/fonts/100dpi/" >FontPath "/usr/local/lib/X11/fonts/75dpi/" >FontPath "/usr/local/lib/X11/fonts/URW/" >EndSection > >Section "Module" >Load "GLcore" >Load "dbe" >Load "dri" >Load "extmod" >Load "glx" >Load "record" >Load "xtrap" >Load "freetype" >Load "type1" >EndSection > >Section "Monitor" >Identifier "Monitor0" >VendorName "VideoSeven" >ModelName"R19W01" >Modeline "1440x900_60.00" 106.47 1440 1520 1672 1904 900 901 904 932 >-HSync +Vsync >EndSection > >Section "Device" >### Available Driver options are:- >### Values: : integer, : float, : "True"/"False", >### : "String", : " Hz/kHz/MHz" >### [arg]: arg optional >#Option "ShadowFB" # [] >#Option "DefaultRefresh" # [] >#Option "ModeSetClearScreen" # [] >Identifier "Card0" >Driver "vesa" >VendorName "ATI Technologies Inc" >BoardName "RV515 [Radeon X1300]" >BusID "PCI:2:0:0" >EndSection > >Section "Screen" >Identifier "Screen0" >Device "Card0" >Monitor"Monitor0" >DefaultDepth 24 >SubSection "Display" >Viewport 0 0 >Depth 1 >EndSubSection >SubSection "Display" >Viewport 0 0 >Depth 4 >EndSubSection >SubSection "Display" >Viewport 0 0 >Depth 8 >EndSubSection >SubSection "Display" >Viewport 0 0 >Depth 15 >EndSubSection >SubSection "Display" >Viewport 0 0 >Depth 16 >EndSubSection >SubSection "Display" >Viewport 0 0 >Depth 24 >Modes "1440x900_60" >EndSubSection >EndSection > >this fails to start x with the /var/log entry reading - >(WW) RADEON: No matching Device section for instance (BusID PCI:2:0:1) found >(EE) No devices detected. > >Fatal server error: >no screens found > >It has been suggested to me that I comment out the BusID entry, however I am >unsure as to why this should work? > It most likely will work because the server will detect the address correctly when allowed to (see the RADEON warning message above). You apparently specified the wrong address in the BusID line, which resulted in the "No devices detected." error message above. Stop giving it the wrong address. Just remove the BusID line, and try it, for goodness's sake. Scott Bennett, Comm. ASMELG, CFIAG ** * Internet: bennett at cs.niu.edu * ** * "A well regulated and disciplined militia, is at all times a good * * objection to the introduction of that bane of all free governments * * -- a standing army." * *-- Gov. John Hancock, New York Journal, 28 January 1790 * ** ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: ipsec-racoon and a cisco pix 515e
On Tue, 8 Apr 2008 08:24:42 -0700 (PDT), in sentex.lists.freebsd.questions you wrote: >Having trouble getting my first connection >: DEBUG: notification message 14:NO-PROPOSAL-CHOSEN, doi=1 proto_id=3 >spi=0fddcb32(size=4). > setkey -D -P >192.168.75.101/0[any] 192.168.1.203/0[any] ip4 The policy you have installed must match what is on the PIX. The above error usually means they dont match. ---Mike ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
RE: finding BSD Unix users
Dude these guys are at CSU contact them and get your group rollin. http://www.math.colostate.edu/~reinholz/freebsd/freebsd.html Al > Date: Tue, 8 Apr 2008 16:02:41 -0600 > From: [EMAIL PROTECTED] > To: freebsd-questions@freebsd.org > Subject: Re: finding BSD Unix users > > On Sun, Apr 06, 2008 at 01:11:01PM -0600, Chad Perrin wrote: > > My area (northern Colorado) has an excellent Linux Users Group (NCLUG). > > There's a great bunch of guys there. Unfortunately, they're very > > Linux-centric. I'm kinda the resident BSD Unix heretic -- which is fine > > most of the time, but once in a while I'd like to be able to discuss > > stuff with people who primarily use BSD Unix systems instead of > > Linux-based systems. > > > > Unfortunately, there isn't a single Colorado BSD Users Group in Colorado > > that I can find. The closest I've been able to find mention of online at > > all is Laramie, Wyoming -- LWFUG, or "Laramie, Wyoming Freenix Users > > Group". Their website seems to have become a domain squatter's portal > > site, though. > > > > So . . . does anyone here have any suggestions for how I might go about > > finding BSD Unix users somewhat local to me? Since there isn't a group > > already that I can find, I wonder if there are enough people interested > > in such a thing in this area to build a users group. Any suggestions for > > how to go about finding fellow BSD Unix users in my area would be > > appreciated, I'm sure. > > I'm not entirely opposed to spending a little money, but . . . does > anyone have recommendations that don't involve paying for advertising, > buying a house, et cetera? > > -- > CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] > Dr. Ron Paul: "Liberty has meaning only if we still believe in it when > terrible things happen and a false government security blanket beckons." _ Use video conversation to talk face-to-face with Windows Live Messenger. http://www.windowslive.com/messenger/connect_your_way.html?ocid=TXT_TAGLM_WL_Refresh_messenger_video_042008___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Why are some linux users saying that FreeBSD is dying
On Tue, 08 Apr 2008 17:32:01 -0400, "E. J. Cerejo" <[EMAIL PROTECTED]> wrote: > "FreeBSD is a dying OS because netcraft.com confirms it" that's the > argument used some of these guys, and I'm wondering what data are they > using to make their point! Even netcraft is running FreeBSD and the > uptimes section I can see quite a few running FreeBSD and not one > linux! Is the data from netcraft reliable? It's a running joke. For a *ton* of fun I recommend: http://video.google.com/videoplay?docid=7833143728685685343 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: A silent UPS - (A little OT, I know...)
On Wed, 2008-04-09 at 01:02 +0300, Manolis Kiagias wrote: > Da Rock wrote: > > On Tue, 2008-04-08 at 23:45 +0200, Erik Cederstrand wrote: > > > >> Da Rock wrote: > >> > >>> This may sound like a strange question, but is there a way to mute the > >>> voice box of a UPS? I have a highly specialised application for one- I > >>> need a mobile desktop pc (very cheap). I need to setup a pc for my > >>> little girl so that she has music, video, and visualisations while she's > >>> in her cot- which is mobile and moved from room to room. So I don't want > >>> to shutdown the pc when in transit, and I certainly don't want any > >>> shrieks when I unplug the power... > >>> > >> Just crack open the UPS box and cut the wires to the loudspeaker :-) > >> > > > > I thought of that- but how do you do that with those little sealed > > units? I'm looking at a small consumer unit around 500-700VA. > > > > ___ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > > > > > I've got a couple of cheap APC models (RS500). You can turn off all > their alert signals using the apcupsd ( sysutils/apcupsd) program ( > which is of course used for automatic shutdowns). The setting is stored > in UPS memory (probably flash or EEPROM) and is retained. This is good > actually, since one of these is pretty close to my bedroom ;) > So it can be switched off with the software? That could work for me... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Why are some linux users saying that FreeBSD is dying
http://everything2.com/index.pl?node_id=1391352 - Original Message From: Edward Capriolo <[EMAIL PROTECTED]> To: Pollywog <[EMAIL PROTECTED]> Cc: freebsd-questions@freebsd.org Sent: Tuesday, April 8, 2008 4:51:53 PM Subject: Re: Why are some linux users saying that FreeBSD is dying It would be helpful if you provided a URL for the article. I do not think they mean that FreeBSD systems are dying in terms of crashing or uptime. They might mean that the Free BSD community is not growing as fast or staying as active as the Linux community. On Tue, Apr 8, 2008 at 5:45 PM, Pollywog <[EMAIL PROTECTED]> wrote: > On Tuesday 08 April 2008 21:32:01 E. J. Cerejo wrote: > > "FreeBSD is a dying OS because netcraft.com confirms it" that's the > > argument used some of these guys, and I'm wondering what data are they > > using to make their point! Even netcraft is running FreeBSD and the > > uptimes section I can see quite a few running FreeBSD and not one linux! > > Is the data from netcraft reliable? > > I think perhaps the Linux users who say those things are just trying to get > people to use Linux, for political reasons and not because Linux is > necessarily "better". > > > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: A silent UPS - (A little OT, I know...)
On Wed, Apr 09, 2008 at 07:49:27AM +1000, Da Rock wrote: > I don't have one yet, but I was hoping someone might have a suggestion > as to which one might be capable of switching off the audio alert. Open up the box. Find the wires to the speaker, and cut them. ;-) Roland -- R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) pgp700V8RlOXn.pgp Description: PGP signature
Re: Why are some linux users saying that FreeBSD is dying
E. J. Cerejo wrote: Pollywog wrote: On Tuesday 08 April 2008 21:32:01 E. J. Cerejo wrote: "FreeBSD is a dying OS because netcraft.com confirms it" that's the argument used some of these guys, and I'm wondering what data are they using to make their point! Even netcraft is running FreeBSD and the uptimes section I can see quite a few running FreeBSD and not one linux! Is the data from netcraft reliable? I think perhaps the Linux users who say those things are just trying to get people to use Linux, for political reasons and not because Linux is necessarily "better". I'm trying to find out what they are looking at in netcraft that can possibly prove their point. It's a troll. See http://everything2.com/index.pl?node_id=1391352 for details. -- Bruce ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Why are some linux users saying that FreeBSD is dying
E. J. Cerejo wrote: Pollywog wrote: On Tuesday 08 April 2008 21:32:01 E. J. Cerejo wrote: "FreeBSD is a dying OS because netcraft.com confirms it" that's the argument used some of these guys, and I'm wondering what data are they using to make their point! Even netcraft is running FreeBSD and the uptimes section I can see quite a few running FreeBSD and not one linux! Is the data from netcraft reliable? I think perhaps the Linux users who say those things are just trying to get people to use Linux, for political reasons and not because Linux is necessarily "better". I'm trying to find out what they are looking at in netcraft that can possibly prove their point. It's just a silly troll, the people who repeat it are not referring to any actual evidence. Kris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Why are some linux users saying that FreeBSD is dying
E. J. Cerejo wrote: "FreeBSD is a dying OS because netcraft.com confirms it" that's the argument used some of these guys, and I'm wondering what data are they using to make their point! Even netcraft is running FreeBSD and the uptimes section I can see quite a few running FreeBSD and not one linux! Is the data from netcraft reliable? It's a long-standing joke repeated by trolls on Slashdot: http://en.wikipedia.org/wiki/Slashdot#Culture So move along, nothing to see here... Erik ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: requesting 'QA' assistance
On Tue, 8 Apr 2008 15:42:02 -0400 Bill Moran <[EMAIL PROTECTED]> wrote: > In response to "Jim Stapleton" <[EMAIL PROTECTED]>: > > > I have something I'd like to add to ports eventually, but it isn't > > read yet. I was wondering what the preferred method of requesting > > users take a peek at it and tell me what they think/want. > > > > The actual software would go under ports-mgmt, and has the main > > functionality intended. The actuall set of programs is called 'virtual > > ports', and it allows a keyword and virtual directory indexing of the > > ports tree. The goal is to allow people to play around with different > > designs of the ports tree without having to change the system ports > > tree - preventing breakage in programs, and giving both the users and > > maintainers of the ports tree more flexibility in organization. > > > > Should I post the tbz file on my web server, and post a link on a > > mailing list, or post the copied/pasted shar to the mailing list > > (466kb, so I'm guessing /no/ to that one). > > > > Should I post here or to -ports? > > My opinion would be make a .tgz of the port directory and put it on > a web/ftp server somewhere, then post a link to the ports mailing list > asking folks to look at it and provide feedback. > > Yes, a 466K shar file posted to the mailing list is going to tick a lot > of people off ;) .shar, .shar.gz, .tgz - whatever, put it somewhere and post a link to it on ports@ which is the best place for it. -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> [EMAIL PROTECTED], PGP Key ID 057E9F8B493A297B signature.asc Description: PGP signature
Re: Why are some linux users saying that FreeBSD is dying
On Tue, Apr 08, 2008 at 05:55:41PM -0400, E. J. Cerejo wrote: > Pollywog wrote: >> On Tuesday 08 April 2008 21:32:01 E. J. Cerejo wrote: >>> "FreeBSD is a dying OS because netcraft.com confirms it" that's the >>> argument used some of these guys, and I'm wondering what data are they >>> using to make their point! Even netcraft is running FreeBSD and the >>> uptimes section I can see quite a few running FreeBSD and not one linux! >>> Is the data from netcraft reliable? >> >> I think perhaps the Linux users who say those things are just trying to >> get people to use Linux, for political reasons and not because Linux is >> necessarily "better". > > I'm trying to find out what they are looking at in netcraft that can > possibly prove their point. You should ask them what they are looking at, not us. -- Erik Trulsson [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: finding BSD Unix users
On Sun, Apr 06, 2008 at 01:11:01PM -0600, Chad Perrin wrote: > My area (northern Colorado) has an excellent Linux Users Group (NCLUG). > There's a great bunch of guys there. Unfortunately, they're very > Linux-centric. I'm kinda the resident BSD Unix heretic -- which is fine > most of the time, but once in a while I'd like to be able to discuss > stuff with people who primarily use BSD Unix systems instead of > Linux-based systems. > > Unfortunately, there isn't a single Colorado BSD Users Group in Colorado > that I can find. The closest I've been able to find mention of online at > all is Laramie, Wyoming -- LWFUG, or "Laramie, Wyoming Freenix Users > Group". Their website seems to have become a domain squatter's portal > site, though. > > So . . . does anyone here have any suggestions for how I might go about > finding BSD Unix users somewhat local to me? Since there isn't a group > already that I can find, I wonder if there are enough people interested > in such a thing in this area to build a users group. Any suggestions for > how to go about finding fellow BSD Unix users in my area would be > appreciated, I'm sure. I'm not entirely opposed to spending a little money, but . . . does anyone have recommendations that don't involve paying for advertising, buying a house, et cetera? -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] Dr. Ron Paul: "Liberty has meaning only if we still believe in it when terrible things happen and a false government security blanket beckons." pgpxhEVGfm7YN.pgp Description: PGP signature
Re: A silent UPS - (A little OT, I know...)
Da Rock wrote: On Tue, 2008-04-08 at 23:45 +0200, Erik Cederstrand wrote: Da Rock wrote: This may sound like a strange question, but is there a way to mute the voice box of a UPS? I have a highly specialised application for one- I need a mobile desktop pc (very cheap). I need to setup a pc for my little girl so that she has music, video, and visualisations while she's in her cot- which is mobile and moved from room to room. So I don't want to shutdown the pc when in transit, and I certainly don't want any shrieks when I unplug the power... Just crack open the UPS box and cut the wires to the loudspeaker :-) I thought of that- but how do you do that with those little sealed units? I'm looking at a small consumer unit around 500-700VA. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" I've got a couple of cheap APC models (RS500). You can turn off all their alert signals using the apcupsd ( sysutils/apcupsd) program ( which is of course used for automatic shutdowns). The setting is stored in UPS memory (probably flash or EEPROM) and is retained. This is good actually, since one of these is pretty close to my bedroom ;) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Why are some linux users saying that FreeBSD is dying
On Tue, 08 Apr 2008 17:55:41 -0400 "E. J. Cerejo" <[EMAIL PROTECTED]> wrote: > Pollywog wrote: > > On Tuesday 08 April 2008 21:32:01 E. J. Cerejo wrote: > >> "FreeBSD is a dying OS because netcraft.com confirms it" that's the > >> argument used some of these guys, and I'm wondering what data are they > >> using to make their point! Even netcraft is running FreeBSD and the > >> uptimes section I can see quite a few running FreeBSD and not one linux! > >> Is the data from netcraft reliable? > > > > I think perhaps the Linux users who say those things are just trying to get > > people to use Linux, for political reasons and not because Linux is > > necessarily "better". > > I'm trying to find out what they are looking at in netcraft that can > possibly prove their point. Please move this on chat@ which is the right list (if any). Thanks. -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> [EMAIL PROTECTED], PGP Key ID 057E9F8B493A297B signature.asc Description: PGP signature
Screen inside Jails + su
Hello, I have a FreeBSD server which is Jails based, I have created a special jail to run 3 rTorrent process for 3 users, I made all the permissions and added the users, then I launched manually (for testing purpose) these screen sessions for the 3 users using the below method: - jexec onto the jail. - su to the user: su -l wael - run a detached screen: screen -dmS Rtorrent I have a .screenrc for each user in place to run one command, rtorrent Now I have 2 questions: 1) How can I add this procedure to the jail startup?? 2) I can't attach the screen, everytime I try to I get an error: # su -l wael % screen -Dr Rtorrent Cannot open your terminal '/dev/ttyp6' - please check. What's going on? why can't I attach the screen session ?? Thanks :) -- Wael Nasreddine http://wael.nasreddine.com PGP: 1024D/C8DD18A2 06F6 1622 4BC8 4CEB D724 DE12 5565 3945 C8DD 18A2 /\ I had a friend who was ready for a memory upgrade on his Mac notebook, and he /\ wanted to know how much "megaram" he needed. pgp42A1CxBSNK.pgp Description: PGP signature
Re: Why are some linux users saying that FreeBSD is dying
Pollywog wrote: On Tuesday 08 April 2008 21:32:01 E. J. Cerejo wrote: "FreeBSD is a dying OS because netcraft.com confirms it" that's the argument used some of these guys, and I'm wondering what data are they using to make their point! Even netcraft is running FreeBSD and the uptimes section I can see quite a few running FreeBSD and not one linux! Is the data from netcraft reliable? I think perhaps the Linux users who say those things are just trying to get people to use Linux, for political reasons and not because Linux is necessarily "better". I'm trying to find out what they are looking at in netcraft that can possibly prove their point. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: A silent UPS - (A little OT, I know...)
On Tue, 2008-04-08 at 23:45 +0200, Erik Cederstrand wrote: > Da Rock wrote: > > This may sound like a strange question, but is there a way to mute the > > voice box of a UPS? I have a highly specialised application for one- I > > need a mobile desktop pc (very cheap). I need to setup a pc for my > > little girl so that she has music, video, and visualisations while she's > > in her cot- which is mobile and moved from room to room. So I don't want > > to shutdown the pc when in transit, and I certainly don't want any > > shrieks when I unplug the power... > > Just crack open the UPS box and cut the wires to the loudspeaker :-) I thought of that- but how do you do that with those little sealed units? I'm looking at a small consumer unit around 500-700VA. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Why are some linux users saying that FreeBSD is dying
It would be helpful if you provided a URL for the article. I do not think they mean that FreeBSD systems are dying in terms of crashing or uptime. They might mean that the Free BSD community is not growing as fast or staying as active as the Linux community. On Tue, Apr 8, 2008 at 5:45 PM, Pollywog <[EMAIL PROTECTED]> wrote: > On Tuesday 08 April 2008 21:32:01 E. J. Cerejo wrote: > > "FreeBSD is a dying OS because netcraft.com confirms it" that's the > > argument used some of these guys, and I'm wondering what data are they > > using to make their point! Even netcraft is running FreeBSD and the > > uptimes section I can see quite a few running FreeBSD and not one linux! > > Is the data from netcraft reliable? > > I think perhaps the Linux users who say those things are just trying to get > people to use Linux, for political reasons and not because Linux is > necessarily "better". > > > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: A silent UPS - (A little OT, I know...)
On Tue, 2008-04-08 at 17:10 -0400, Bill Moran wrote: > In response to Da Rock <[EMAIL PROTECTED]>: > > > This may sound like a strange question, but is there a way to mute the > > voice box of a UPS? I have a highly specialised application for one- I > > need a mobile desktop pc (very cheap). I need to setup a pc for my > > little girl so that she has music, video, and visualisations while she's > > in her cot- which is mobile and moved from room to room. So I don't want > > to shutdown the pc when in transit, and I certainly don't want any > > shrieks when I unplug the power... > > Last I checked, that was called a laptop. > > If for some incomprehensible reason a laptop doesn't work then the answer > is going to be specific to the brand/model of UPS you have. > I have 2 of those, and both in use... Plus, she can't use a keyboard yet, so I don't want clutter- the unit will be hidden away, and only screen will be seen by the child (ATM anyway). And, again, costs are an issue... I don't have one yet, but I was hoping someone might have a suggestion as to which one might be capable of switching off the audio alert. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Why are some linux users saying that FreeBSD is dying
On Tuesday 08 April 2008 21:32:01 E. J. Cerejo wrote: > "FreeBSD is a dying OS because netcraft.com confirms it" that's the > argument used some of these guys, and I'm wondering what data are they > using to make their point! Even netcraft is running FreeBSD and the > uptimes section I can see quite a few running FreeBSD and not one linux! > Is the data from netcraft reliable? I think perhaps the Linux users who say those things are just trying to get people to use Linux, for political reasons and not because Linux is necessarily "better". ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Why are some linux users saying that FreeBSD is dying
"FreeBSD is a dying OS because netcraft.com confirms it" that's the argument used some of these guys, and I'm wondering what data are they using to make their point! Even netcraft is running FreeBSD and the uptimes section I can see quite a few running FreeBSD and not one linux! Is the data from netcraft reliable? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: A silent UPS - (A little OT, I know...)
In response to Da Rock <[EMAIL PROTECTED]>: > This may sound like a strange question, but is there a way to mute the > voice box of a UPS? I have a highly specialised application for one- I > need a mobile desktop pc (very cheap). I need to setup a pc for my > little girl so that she has music, video, and visualisations while she's > in her cot- which is mobile and moved from room to room. So I don't want > to shutdown the pc when in transit, and I certainly don't want any > shrieks when I unplug the power... Last I checked, that was called a laptop. If for some incomprehensible reason a laptop doesn't work then the answer is going to be specific to the brand/model of UPS you have. -- Bill Moran http://www.potentialtech.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
A silent UPS - (A little OT, I know...)
This may sound like a strange question, but is there a way to mute the voice box of a UPS? I have a highly specialised application for one- I need a mobile desktop pc (very cheap). I need to setup a pc for my little girl so that she has music, video, and visualisations while she's in her cot- which is mobile and moved from room to room. So I don't want to shutdown the pc when in transit, and I certainly don't want any shrieks when I unplug the power... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Mail Spool Problems / IMAP
On Tuesday 08 April 2008 21:32:45 Jerry McAllister wrote: On Tue, Apr 08, 2008 at 11:42:41AM -0700, Chris Maness wrote: On Tue, 8 Apr 2008, Chuck Swiger wrote: On Apr 8, 2008, at 10:50 AM, Chris Maness wrote: How is this header look? I am not quite sure of what I am looking for. That seems to be fine. If it was corrupted, you'd see a line or a few lines of obvious binary garbage... -- -Chuck It does seem like something something is corrupt. What can I do to reset everything and restore everything so that thunderbird can read my inbox again. I have contempalted deleting the user, but I'm not sure if that will delete what ever is corrupted. Very often it is only one character out of place. Each header should start with 'From' in the beginning of a line Since you mention one character, it should actually be starting with 'From ' and any line that starts with 'From ' that is not the start of a mail should be changed to '>From ' before ending up in the mbox file. This test weeds it out, allthough there's still room for false positives, easily resolved by the human brain: grep '^From ' /var/mail/myloginname |grep -v '200[78]$' -- Mel Problem with today's modular software: they start with the modules and never get to the software part. Actually, the mail that is in /var/mail/chris gets moved to /home/chris/mbox Before it gets moved, it does not have this placeholder header. It only has the headers of e-mail sent since the last time mail was checked and moved to the mbox file. Also, none of headers in the mbox have the chicken lips ">" not even the first one that I posted. Wouldn't these issues be rectified if I deleted the mbox file and started from scratch? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Setting CPUTYPE and CFLAGS in make.conf
The advice I've read in several posts on the subject involve everything from setting one, setting both, to ignoring both, sometimes with the =? notation and sometimes without. And then, I've read comments that suggest when compiling the kernel, for example, both are ignored, and default values (tucked away somewhere) are always applied. IIRC, the handbook recommends at least setting CPUTYPE. My question isn't a holy grail type of quest for maximised performance, but concerns the meaning of those settings with respect to building world, building kernel and anything in ports. Put another way, I'm not a computer science major, but do have different systems that I compile for, and I'd like to have a better understand WTF I'm really doing. For example, what is the difference, if any, between a binary compiled with: CPUTYPE=opteron CFLAGS=-O -pipe compares with compiling it using: CPUTYPE=pentium3 CFLAGS= compares with compiling it using what I think are the universal defaults of: CPUTYPE= CFLAGS=-O2 -fno-strict-aliasing -pipe that get applied if the make.conf is blank? Can the resulting binary be run on each other's system? Or is it simply optimised to run on one, versus another? Or are those settings relevant to the compilation process only? Or to both the compilation process and the actual performance of the binary? Or should I be taking the dog for a nice long walk instead of watching scrolling compiler output? ;-) If someone could take a moment to explain in moderately technical terms what all the above means, or suggest a source for further reading, I'd be grateful. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
USB bluetooth problem...
I'm trying to get a no-name usb bluetooth dongle working without luck so far. I'm reading through the handbook, so I've run: # kldload ng_ubt then I plug the dongle in, this is what I see in /var/log/messages: Apr 8 20:23:23 laptop root: Unknown USB device: vendor 0x1131 product 0x1001 bus uhub0 Apr 8 20:23:28 laptop kernel: ubt0: on uhub0 Apr 8 20:23:28 laptop kernel: ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2 Apr 8 20:23:28 laptop kernel: ubt0: Interface 1 (alt.config 5) endpoints: isoc-in=0x83, isoc-out=0x3; wMaxPacketSize=49; nframes=6, buffer size=294 Apr 8 20:23:29 laptop kernel: WARNING: attempt to net_add_domain(bluetooth) after domainfinalize() Apr 8 20:23:29 laptop kernel: WARNING: attempt to net_add_domain(netgraph) after domainfinalize() Apr 8 20:23:35 laptop kernel: ng_hci_process_command_timeout: ubt0hci - unable to complete HCI command OGF=0x3, OCF=0x3. Timeout Apr 8 20:23:36 laptop root: /etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0 Apr 8 20:28:22 laptop root: rc.d/bluetooth: ERROR: Unsupported device: and I don't get a /dev/ubt0 so none of the other commands will work. I also don't have a /usr/share/examples/netgraph/bluetooth/rc.bluetooth as suggested, but I do have a /etc/rc.d/bluetooth which seems to attempt to start the stack. This is on: FreeBSD laptop.piggybox 7.0-STABLE FreeBSD 7.0-STABLE #4: Wed Apr 2 21:38:37 BST 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 Any thoughts? Thanks in advance, Peter Harrison. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Setting global enviroment variables
On Tue, Apr 08, 2008 at 06:31:27PM +0100, Matthew Seaman wrote: > > /etc/login.conf -- don't forget to run cap_mkdb after editing it. > Thanks, that's totally it. I added PACKAGEROOT to setenv in the default class: :setenv=MAIL=/var/mail/$,BLOCKSIZE=K,FTP_PASSIVE_MODE=YES,PACKAGEROOT=http\c//pkg.accid.net:\ I also had to comment out a line in sudoers to preserve the package related variables: Defaultsenv_keep += "PKG_PATH PKG_DBDIR PKG_TMPDIR TMPDIR PACKAGEROOT PACKAGESITE PKGDIR" Now both, users and daemons are enjoying new packages. Massive thanks for all replies, Andrew -- accid.net ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Mail Spool Problems / IMAP
On Tuesday 08 April 2008 21:32:45 Jerry McAllister wrote: > On Tue, Apr 08, 2008 at 11:42:41AM -0700, Chris Maness wrote: > > On Tue, 8 Apr 2008, Chuck Swiger wrote: > > >On Apr 8, 2008, at 10:50 AM, Chris Maness wrote: > > >>How is this header look? I am not quite sure of what I am looking for. > > > > > >That seems to be fine. If it was corrupted, you'd see a line or a few > > >lines of obvious binary garbage... > > > > > >-- > > >-Chuck > > > > It does seem like something something is corrupt. What can I do to reset > > everything and restore everything so that thunderbird can read my inbox > > again. I have contempalted deleting the user, but I'm not sure if that > > will delete what ever is corrupted. > > Very often it is only one character out of place. Each header should > start with 'From' in the beginning of a line Since you mention one character, it should actually be starting with 'From ' and any line that starts with 'From ' that is not the start of a mail should be changed to '>From ' before ending up in the mbox file. This test weeds it out, allthough there's still room for false positives, easily resolved by the human brain: grep '^From ' /var/mail/myloginname |grep -v '200[78]$' -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Large file system creation
Seems like a shame to boot a nice 9TB disk pack off a floppy Disk or a Pen drive. I mean you do what you have to but that just screams 'workaround' Or worrying about 1 minute longer boot cycle on 90 days+ uptime screams doesn't matter at all. it is workaround, but over strange BIOS software, not FreeBSD ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Large file system creation
On our older servers that wouldn't even recognize a 2TB partition (which is where the OS was too), we used a CF card and CF card adapter to boot from. Slightly more gracious... CD/DVD drive isn't bad too. anyway - you don't change kernel every day. or pendrive. possibly floppy but i don't know if kernel (with at least disk driver and ufs) can fit on it compressed. i don't think so. ZIPdrives internal (i've got a bit for free). netboot or simply small hard disk. there are lot of options. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: requesting 'QA' assistance
In response to "Jim Stapleton" <[EMAIL PROTECTED]>: > I have something I'd like to add to ports eventually, but it isn't > read yet. I was wondering what the preferred method of requesting > users take a peek at it and tell me what they think/want. > > The actual software would go under ports-mgmt, and has the main > functionality intended. The actuall set of programs is called 'virtual > ports', and it allows a keyword and virtual directory indexing of the > ports tree. The goal is to allow people to play around with different > designs of the ports tree without having to change the system ports > tree - preventing breakage in programs, and giving both the users and > maintainers of the ports tree more flexibility in organization. > > Should I post the tbz file on my web server, and post a link on a > mailing list, or post the copied/pasted shar to the mailing list > (466kb, so I'm guessing /no/ to that one). > > Should I post here or to -ports? My opinion would be make a .tgz of the port directory and put it on a web/ftp server somewhere, then post a link to the ports mailing list asking folks to look at it and provide feedback. Yes, a 466K shar file posted to the mailing list is going to tick a lot of people off ;) -- Bill Moran http://www.potentialtech.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Large file system creation
On our older servers that wouldn't even recognize a 2TB partition (which is where the OS was too), we used a CF card and CF card adapter to boot from. Slightly more gracious... On Tue, Apr 8, 2008 at 3:12 PM, Edward Capriolo <[EMAIL PROTECTED]> wrote: > On Tue, Apr 8, 2008 at 9:38 AM, Wojciech Puchar > > <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > Hi all. I'm trying to create a ~9TB partition on a new file server. > > > > I thought FreeBSD now supported this (I'm on 7.0), but I can't figure > > > > it out. I go into sysinstall, create the partition in fdisk using "A > > > > = Use Entire Disk), write it to disk, exit sysinstall and re-run > > > > it...and sysinstall doesn't show what it showed before I exited last > > > > time. > > > > > > > > Can someone shed some light on what I'm doing wrong here? > > > > > > > > > > > > > > The filesystem (UFS2) supports disks larger than 2TB, but fdisk(8) and > > > bsdlabel(8) (which are what sysinstall uses to partition the disk) do not > > > support disks larger than 2TB due to limitations in the on-disk format > > they > > > use. > > > > > > You will need to use gpt(8) instead to partition your disk. > > > > > > > or don't partition at all > > > > > > > > > > > This cannot be done from sysinstall and you normally cannot boot from > > > a gpt(8)-partitioned disk due to lack of support in the BIOS of most PC. > > > > > > > or use old disk, pendrive, DVD-ROM etc. for booting > > > > > > > ___ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "[EMAIL PROTECTED]" > > > Seems like a shame to boot a nice 9TB disk pack off a floppy Disk or a > Pen drive. I mean you do what you have to but that just screams > 'workaround' > -- _-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_ Brian McCann "I don't have to take this abuse from you -- I've got hundreds of people waiting to abuse me." -- Bill Murray, "Ghostbusters" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Mail Spool Problems / IMAP
On Tue, Apr 08, 2008 at 11:42:41AM -0700, Chris Maness wrote: > > On Tue, 8 Apr 2008, Chuck Swiger wrote: > > >On Apr 8, 2008, at 10:50 AM, Chris Maness wrote: > >>How is this header look? I am not quite sure of what I am looking for. > > > >That seems to be fine. If it was corrupted, you'd see a line or a few > >lines of obvious binary garbage... > > > >-- > >-Chuck > > > > It does seem like something something is corrupt. What can I do to reset > everything and restore everything so that thunderbird can read my inbox > again. I have contempalted deleting the user, but I'm not sure if that > will delete what ever is corrupted. Very often it is only one character out of place. Each header should start with 'From' in the beginning of a line - eg as the first character of the file or the first character after a newline-whitespace combination. It looks like you have some Greater-Thans ('>') stuck in there. Try taking those away from in front of the initial From. jerry >From MAILER-DAEMON Tue Apr 8 10:49:02 2008 Date: 08 Apr 2008 10:49:02 -0700 From: Mail System Internal Data <[EMAIL PROTECTED]> Subject: DON'T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA Message-ID: <[EMAIL PROTECTED]> X-IMAP: 1207676934 4064487180 NonJunk $Forwarded Junk Status: RO This text is part of the internal format of your mail folder, and is not a real message. It is created automatically by the mail system software. If deleted, important folder data will be lost, and it will be re-created with the data reset to initial values. >From [EMAIL PROTECTED] Sat Apr 5 12:04:18 2008 Return-Path: <[EMAIL PROTECTED]> Received: from atlanta.eham.net (atlanta.eham.net [69.36.242.135]) by ns1.kq6up.org (8.14.2/8.14.2) with ESMTP id m35J41m2056801 for <[EMAIL PROTECTED]>; Sat, 5 Apr 2008 12:04:18 -0700 (PDT) (envelope-from [EMAIL PROTECTED]) etc, etc > > Thanks, > Chirs Maness > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Large file system creation
On Tuesday 08 April 2008 21:12:00 Edward Capriolo wrote: > Seems like a shame to boot a nice 9TB disk pack off a floppy Disk or a > Pen drive. I mean you do what you have to but that just screams > 'workaround' Or worrying about 1 minute longer boot cycle on 90 days+ uptime screams optimization fever. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
requesting 'QA' assistance
I have something I'd like to add to ports eventually, but it isn't read yet. I was wondering what the preferred method of requesting users take a peek at it and tell me what they think/want. The actual software would go under ports-mgmt, and has the main functionality intended. The actuall set of programs is called 'virtual ports', and it allows a keyword and virtual directory indexing of the ports tree. The goal is to allow people to play around with different designs of the ports tree without having to change the system ports tree - preventing breakage in programs, and giving both the users and maintainers of the ports tree more flexibility in organization. Should I post the tbz file on my web server, and post a link on a mailing list, or post the copied/pasted shar to the mailing list (466kb, so I'm guessing /no/ to that one). Should I post here or to -ports? Thanks, -Jim Stapleton ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Supermicro motherboard compatibility/Server recommendation help
can anyone speak to successes with using the newed Supermicro server boards with FreeBSD? i was looking at things like this: http://www.supermicro.com/products/system/4U/7045/SYS-7045A-CT.cfm On-Board Devices Chipset * Intel® 5100 (San Clemente) chipset * Intel® ICH9R + PXH-V SATA * Intel ICH9R SB SATAII Controller * RAID 0, 1, 5, 10 support (Windows only) * RAID 0, 1, 10 support (Linux) Does FreeBSD support that SATA controller for various RAID setups? Does anyone have any suggestions for a vendor that provides barebones servers (tower models) with hot swap SATA drives included? Thanks, Eric ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Apache22 Port Install Problem
On Tuesday 08 April 2008 07:11:47 Tim DeBoer wrote: > The install goes fine, no obvious errors anyway, when I do apachectl > configtest, I get > # apachectl configtest > Syntax error on line 117 of /usr/local/etc/apache22/httpd.conf: > Invalid command 'Order', perhaps misspelled or defined by a module not Is this line present and active? LoadModule authz_host_module libexec/apache22/mod_authz_host.so -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Problem with gio-fam-backend, portupgrade failing...
Tuesday, 8 April 2008 at 15:41:04 +0200, Matthias Apitz said: > El día Monday, April 07, 2008 a las 10:06:02PM +0100, Peter Harrison escribió: > > > > I have seen this before, if ( /devel/ ) gio-fam-backend needs a library > > > that > > > is outdated, it gives this sort of error. I know when I had the issue, > > > it > > > was that it needs glib 2.16 and I had 2.14. Thankfully it doesn't have > > > too > > > many dependancies so it isn't hard to check them all. > > > > > > Right, I'll start looking through the gio-fam-backend dependencies and > > report back. > > Thanks for the quick response. > > > > Peter Harrison. > > > > > > > > > > Mark Moellering > > I've installed last weekend a 7.0R, did portsnap fetch/extract and fired > up my script to run in BATCH mode through the ~200 ports I wanted have > installed on the box; when I came back late night and was hoping all > went fine, some of the ports failed as well with gio-fam-backend; it > took me some time to go to /usr/ports/devel/glib20, deinstall and > install it fresh which changed it from glib-2.14.2 to 2.16.x (don't know > the x from the top of my head now); after this all was fine again; > > really, I did not understand how this was possible after portsnap > fetch/extract on a real new system, just installed from boot CD; > > matthias Seems to me there might have been a problem with the port. I noticed that gio-fam-backend had been updated to 2.16.3, ran portsnap and it then installed without problem. No other intervention required. I'm running portupgrade -a again now with no problems so far. Thanks all for the responses. Peter Harrison. > > -- > Matthias Apitz > Manager Technical Support - OCLC GmbH > Gruenwalder Weg 28g - 82041 Oberhaching - Germany > t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 > e <[EMAIL PROTECTED]> - w http://www.oclc.org/ http://www.UnixArea.de/ > b http://gurucubano.blogspot.com/ > Don't top-post, read RFC1855 http://www.faqs.org/rfcs/rfc1855.html > A: Because it messes up the order in which people normally read text. > Q: Why is it such a bad thing? > A: Top-posting. > Q: What is the most annoying thing on Usenet and in e-mail? > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: network configuration problem
On Tue, 8 Apr 2008, Steve Bertrand wrote: If you ever need to add any other workstations to the network, you will want to ensure that the IP you added to FreeBSD manually does not fall within the DHCP scope of the gateway. For instance, if you plug a Windows PC into the gateway, it will by default request an address via DHCP. If the gateway provides the Windows PC the same address as FreeBSD, you will have communication problems. It's neater and safer to keep static and dynamic addresses in separate ranges, but often not strictly necessary. DHCP servers are supposed to ping an address before assuming it's unused. That normally means you can get away with manually allocating IP addresses inside a DHCP range. Unless some well-meaning person has blocked all ICMP, or disabled the DHCP server's ping address check. -Warren Block * Rapid City, South Dakota USA ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Large file system creation
On Tue, Apr 8, 2008 at 9:38 AM, Wojciech Puchar <[EMAIL PROTECTED]> wrote: > > > > > > Hi all. I'm trying to create a ~9TB partition on a new file server. > > > I thought FreeBSD now supported this (I'm on 7.0), but I can't figure > > > it out. I go into sysinstall, create the partition in fdisk using "A > > > = Use Entire Disk), write it to disk, exit sysinstall and re-run > > > it...and sysinstall doesn't show what it showed before I exited last > > > time. > > > > > > Can someone shed some light on what I'm doing wrong here? > > > > > > > > > > The filesystem (UFS2) supports disks larger than 2TB, but fdisk(8) and > > bsdlabel(8) (which are what sysinstall uses to partition the disk) do not > > support disks larger than 2TB due to limitations in the on-disk format > they > > use. > > > > You will need to use gpt(8) instead to partition your disk. > > > > or don't partition at all > > > > > > This cannot be done from sysinstall and you normally cannot boot from > > a gpt(8)-partitioned disk due to lack of support in the BIOS of most PC. > > > > or use old disk, pendrive, DVD-ROM etc. for booting > > > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" > Seems like a shame to boot a nice 9TB disk pack off a floppy Disk or a Pen drive. I mean you do what you have to but that just screams 'workaround' ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Mail Spool Problems / IMAP
On Tue, 8 Apr 2008, Chuck Swiger wrote: On Apr 8, 2008, at 11:42 AM, Chris Maness wrote: It does seem like something something is corrupt. What can I do to reset everything and restore everything so that thunderbird can read my inbox again. I have contempalted deleting the user, but I'm not sure if that will delete what ever is corrupted. Try to delete the account in T'bird, quit, and then re-add the account. Also check /var/log/maillog...imapd should be reporting errors if it sees anything wrong... -- -Chuck I tried doing that, but I still have the same errors. Also, squirrelmail will list the e-mail, but when I click on the e-mail, I get the message: ERROR: The server couldn't find the message you requested. Most probably your message list was out of date and the message has been moved away or deleted (perhaps by another program accessing the same mailbox). Click here to return to INBOX Also, I see no messages from imapd in the message log. The grep command pulls nothing. THanks, Chris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Mail Spool Problems / IMAP
On Apr 8, 2008, at 11:42 AM, Chris Maness wrote: It does seem like something something is corrupt. What can I do to reset everything and restore everything so that thunderbird can read my inbox again. I have contempalted deleting the user, but I'm not sure if that will delete what ever is corrupted. Try to delete the account in T'bird, quit, and then re-add the account. Also check /var/log/maillog...imapd should be reporting errors if it sees anything wrong... -- -Chuck ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Mail Spool Problems / IMAP
On Tue, 8 Apr 2008, Chuck Swiger wrote: On Apr 8, 2008, at 10:50 AM, Chris Maness wrote: How is this header look? I am not quite sure of what I am looking for. That seems to be fine. If it was corrupted, you'd see a line or a few lines of obvious binary garbage... -- -Chuck It does seem like something something is corrupt. What can I do to reset everything and restore everything so that thunderbird can read my inbox again. I have contempalted deleting the user, but I'm not sure if that will delete what ever is corrupted. Thanks, Chirs Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: network configuration problem
Johannes-Maria Kaltenbach wrote: Hello, many thanks for your help. The problem was already solved with the first answer I read by Steve Bertrand, Derek does have an important point. If you ever need to add any other workstations to the network, you will want to ensure that the IP you added to FreeBSD manually does not fall within the DHCP scope of the gateway. For instance, if you plug a Windows PC into the gateway, it will by default request an address via DHCP. If the gateway provides the Windows PC the same address as FreeBSD, you will have communication problems. Regards, Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Setting global enviroment variables
If you are using sh, or a derived shell such as bash, then you can use /etc/profile to achieve your desired result. On Tuesday 08 April 2008 10:18, Andrew Cid wrote: > Hi all, > > What's the best way of setting environment variables on FreeBSD > so that all users and daemons running from rc can see them? > > I'd like to set PKGROOT to a custom package server, so that all users > and a couple of daemons that start from rc will use the new packages. > > Cheers, > > > Andrew ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Large file system creation
you talk about VM, not real memory. i don't think making 10GB swap is a problem. The problem is the time that it will take to fsck a 9TB filesystem. depends mostly of file count not size. my 1.4TB partition is checked shorter than 20GB squid partition ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Mail Spool Problems / IMAP
On Apr 8, 2008, at 10:50 AM, Chris Maness wrote: How is this header look? I am not quite sure of what I am looking for. That seems to be fine. If it was corrupted, you'd see a line or a few lines of obvious binary garbage... -- -Chuck ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: open pgp
On Tue, Apr 08, 2008 at 12:56:24PM -0400, kalin m wrote: > nobody has any ideas? > > kalin m wrote: >> hi all... >> >> installed open pgp pkg. >> added a key sent to me by a client to my keyring... I don't know this specific problem, but you might want to consider switching to gnupg, which is still being actively maintained as opposed to pgp. The pgp release you are using dates from 2000! Roland -- R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) pgp9j3ZQvybsn.pgp Description: PGP signature
Re: Mail Spool Problems / IMAP
On Tue, 8 Apr 2008, Jerry McAllister wrote: On Mon, Apr 07, 2008 at 05:49:16PM -0700, Chris Maness wrote: Hi, Chris-- On Apr 7, 2008, at 8:52 AM, Chris Maness wrote: I am having trouble with my imap account on my FreeBSD box. I am using WU-IMAP, and thuderbird. I have been using this combo for years, and not had any issues. Now, my thuderbird is not displaying messages in the inbox. I can see them with pine, but not with IMAP clients. (squirrelmail, thunderbird). Pine complains about sequence error when I send a message. I was able to get it to work for a bit by deleteing the mbox file in my home directory, but now it is not working again. IS there a database or something somewhere that needs to be rebult? Can you double-check your mbox file? With the most recent 2007 version of UW-IMAP, I've seen intermittent corruption of the first line of a mbox file (ie, the "From foo" header) which causes the mbox to be unreadable by most clients until it is fixed by hand. It seems to be correlated with simultaneous write access by people who have a normal MUA and a second device like a smartphone (iPhone/Treo/BB). I've seen just over a half-dozen of these since Jan... -- -Vhuvk Thanks, How do I check it? Should I use another IMAP server? The best way is to look at the file with an editor such as vi. jerry How is this header look? I am not quite sure of what I am looking for. From MAILER-DAEMON Tue Apr 8 10:49:02 2008 Date: 08 Apr 2008 10:49:02 -0700 From: Mail System Internal Data <[EMAIL PROTECTED]> Subject: DON'T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA Message-ID: <[EMAIL PROTECTED]> X-IMAP: 1207676934 4064487180 NonJunk $Forwarded Junk Status: RO This text is part of the internal format of your mail folder, and is not a real message. It is created automatically by the mail system software. If deleted, important folder data will be lost, and it will be re-created with the data reset to initial values. From [EMAIL PROTECTED] Sat Apr 5 12:04:18 2008 Return-Path: <[EMAIL PROTECTED]> Received: from atlanta.eham.net (atlanta.eham.net [69.36.242.135]) by ns1.kq6up.org (8.14.2/8.14.2) with ESMTP id m35J41m2056801 for <[EMAIL PROTECTED]>; Sat, 5 Apr 2008 12:04:18 -0700 (PDT) (envelope-from [EMAIL PROTECTED]) Received: by atlanta.eham.net (Postfix, from userid 502) id 1870EEF401D; Sat, 5 Apr 2008 12:03:59 -0700 (PDT) To: [EMAIL PROTECTED] Subject: [TowerTalk] Antennas and Photons? Chris Maness ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Large file system creation
On 4/8/08, Wojciech Puchar <[EMAIL PROTECTED]> wrote: > > > > > it will be most likely large 32K blocks, so quick fsck and little RAM > > > > > > > > > > In my experience with UFS2 and fsck you will want to have a gig of ram per > TB > > of filesystem. You can get by with less sometimes, eventually you'll get > > bit. Most mere mortals don't take UFS2 past 6-8TB in production. > > > > There are of course exceptions > > > > you talk about VM, not real memory. i don't think making 10GB swap is a > problem. The problem is the time that it will take to fsck a 9TB filesystem. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Loading smbfs Module on Boot
Schiz0 wrote: I'm trying to mount a networked NTFS drive via smbfs. However, my kernel secure level is set to 2, so I cannot load the smbfs module while the system is running. How can I set the smbfs module to load on boot? I checked /boot/defaults/loader.conf, but didn't see anything in there for smbfs. i added smbfs_load="YES" to my /boot/loader.conf. I think thats what you want. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Large file system creation
it will be most likely large 32K blocks, so quick fsck and little RAM In my experience with UFS2 and fsck you will want to have a gig of ram per TB of filesystem. You can get by with less sometimes, eventually you'll get bit. Most mere mortals don't take UFS2 past 6-8TB in production. There are of course exceptions you talk about VM, not real memory. i don't think making 10GB swap is a problem. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Loading smbfs Module on Boot
I'm trying to mount a networked NTFS drive via smbfs. However, my kernel secure level is set to 2, so I cannot load the smbfs module while the system is running. How can I set the smbfs module to load on boot? I checked /boot/defaults/loader.conf, but didn't see anything in there for smbfs. _load="YES" Thanks for any suggestions, ~Schiz0 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Setting global enviroment variables
What's the best way of setting environment variables on FreeBSD so that all users and daemons running from rc can see them? man login.conf I'd like to set PKGROOT to a custom package server, so that all users and a couple of daemons that start from rc will use the new packages. Cheers, Andrew -- accid.net ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Setting global enviroment variables
Andrew Cid wrote: Hi all, What's the best way of setting environment variables on FreeBSD so that all users and daemons running from rc can see them? I'd like to set PKGROOT to a custom package server, so that all users and a couple of daemons that start from rc will use the new packages. /etc/login.conf -- don't forget to run cap_mkdb after editing it. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW signature.asc Description: OpenPGP digital signature
Setting global enviroment variables
Hi all, What's the best way of setting environment variables on FreeBSD so that all users and daemons running from rc can see them? I'd like to set PKGROOT to a custom package server, so that all users and a couple of daemons that start from rc will use the new packages. Cheers, Andrew -- accid.net ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: utf8
alexus wrote: I'm not an X user, I use shell. On Tue, Apr 8, 2008 at 1:49 AM, Manolis Kiagias <[EMAIL PROTECTED]> wrote: alexus wrote: how do I make my FreeBSD-7 to understand UTF-8? I have files that i need to transfer, but when i do it converts to ? instead of name The console will not show UTF-8 filenames, though they are stored normally. If you use X, then doing something along the line of export LANG=en_US.UTF-8 before startx will allow you to see the filenames normally from an X terminal. You will still be able to see the filenames when connected via ssh from a terminal program that supports UTF8 (like e.g. Putty from a Windows machine or an xterm from a Linux or other BSD machine). AFAIK there is no way to see them directly from FreeBSD's text console. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Loading smbfs Module on Boot
I'm trying to mount a networked NTFS drive via smbfs. However, my kernel secure level is set to 2, so I cannot load the smbfs module while the system is running. How can I set the smbfs module to load on boot? I checked /boot/defaults/loader.conf, but didn't see anything in there for smbfs. Thanks for any suggestions, ~Schiz0 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Large file system creation
On Tuesday 08 April 2008 11:20:58 am Wojciech Puchar wrote: > >> That looks like what I need. I've got a seperate 32GB array to boot > >> off of, so that's perfect. Now to just read some man pages. Thanks! > > > > How many memory do you have in this machine ?? To fsck 9 TB you will > > there is swap too . but my 1.4TB partition can be fsck'ed on 1GB RAM > without swap. > > > need a LOT of memory > > depends of block sized and inode counts. > > it will be most likely large 32K blocks, so quick fsck and little RAM > In my experience with UFS2 and fsck you will want to have a gig of ram per TB of filesystem. You can get by with less sometimes, eventually you'll get bit. Most mere mortals don't take UFS2 past 6-8TB in production. There are of course exceptions -- Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB signature.asc Description: This is a digitally signed message part.
Re: open pgp
nobody has any ideas? kalin m wrote: hi all... installed open pgp pkg. added a key sent to me by a client to my keyring... this is what i get. no matter how many times i enter the client provided pass phrase i just get the 'Enter pass phrase: ' prompt... what, if anythin, is wrong? the pass phrase? # pgp the_pgp_file.pgp Pretty Good Privacy(tm) Version 6.5.8 Internal development version only - not for general release. (c) 1999 Network Associates Inc. Export of this software may be restricted by the U.S. government. File is encrypted. Secret key is required to read it. Key for user ID: user_id <[EMAIL PROTECTED]> 2048-bit RSA key, Key ID 0xmoo, created 2008/03/10 Key can sign. You need a pass phrase to unlock your secret key. Enter pass phrase: thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Delete the Users
On Tue, Apr 08, 2008 at 12:49:23PM -0400, Jerry McAllister wrote: Just a followup; It looks like rmuser(8) (/usr/sbin/rmuser) is the canonical way to remove a user from the system.You can still use vipw to check out the passwd file. jerry > On Tue, Apr 08, 2008 at 01:46:50PM +0800, Ruel Luchavez wrote: > > > Hi.. > > I could log-in as a root in the data server of my friend, he give me a task > > to delete some > > users that he added in the server few months ago. > > Unfortunately, I've tried reading in other blogs but none of them is > > correct, there are some > > but at the end its not what i want. > > I know how to add users using command "adduser' but i cant trace after I add > > user where should > > be its directory?where could i find the list of users in the server? what > > would be the command to delete > > the user? > > If you have root, then run vipw(8). > Look at the entry of the user you want to delete. It will list the > home directory for that user. > > Presuming you want to remove everything about that user: > - First delete everything in the home directory. > - The user's mail inbox is likely to be in /var/mail/USERID. > - There may be a crontab file. >Check that with crontab -u USERID -l If there is nothing there >don't worry about it. > > - and then usefind(1) to find all the remaining files and directories >owned by that id. rm them if you want to. If any of them are files >that other account also use, you may have to think out deleting them. > > Once you have removed all the files you want to, then go back > to vipw and delete the entry from the password file. vipw will > manage both the /etc/passwd and /etc/master.passwd as well as > the system password database correctly for you. > Don't try to edit /etc/passwd or /etc/master.passwd directly. > > Of course, you can easily write a script in your choice of favorite > language (sh, csh, Perl, etc) to do all this and all you have to do > is enter in the user id. Probably there are some out there already, > maybe even something in the base system. But, I delete ids so rarely > that I have always done it by hand and not bothered to look. > > jerry > > > > > I really need your HELP..Thanks! > > ___ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
by MAC blocking
i use static arp on my network. all existing computers are set in with arp -f /etc/ethers and interface has STATICARP option set. trying to use unused IP address doesn't work - as should BUT trying to use allocated IP address with MAC out of the list - surprisingly works. more strange - when i ping such computer - i get 2 response (normal+DUP) how to make it completely work? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Delete the Users
On Tue, Apr 08, 2008 at 01:46:50PM +0800, Ruel Luchavez wrote: > Hi.. > I could log-in as a root in the data server of my friend, he give me a task > to delete some > users that he added in the server few months ago. > Unfortunately, I've tried reading in other blogs but none of them is > correct, there are some > but at the end its not what i want. > I know how to add users using command "adduser' but i cant trace after I add > user where should > be its directory?where could i find the list of users in the server? what > would be the command to delete > the user? If you have root, then run vipw(8). Look at the entry of the user you want to delete. It will list the home directory for that user. Presuming you want to remove everything about that user: - First delete everything in the home directory. - The user's mail inbox is likely to be in /var/mail/USERID. - There may be a crontab file. Check that with crontab -u USERID -l If there is nothing there don't worry about it. - and then usefind(1) to find all the remaining files and directories owned by that id. rm them if you want to. If any of them are files that other account also use, you may have to think out deleting them. Once you have removed all the files you want to, then go back to vipw and delete the entry from the password file. vipw will manage both the /etc/passwd and /etc/master.passwd as well as the system password database correctly for you. Don't try to edit /etc/passwd or /etc/master.passwd directly. Of course, you can easily write a script in your choice of favorite language (sh, csh, Perl, etc) to do all this and all you have to do is enter in the user id. Probably there are some out there already, maybe even something in the base system. But, I delete ids so rarely that I have always done it by hand and not bothered to look. jerry > > I really need your HELP..Thanks! > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: network configuration problem
Hello, many thanks for your help. The problem was already solved with the first answer I read by Steve Bertrand, ... > You essentially gave yourself an address outside of the gateways LAN > address scope, and then proceeded to route all unknown traffic to yourself. > > You probably want: > > # ifconfig rl0 192.168.2.100 255.255.255.0 > > ...and > > # route add default 192.168.2.1 Tanks also for your hint: > Then, for name resolution: > > # echo "nameserver ip.of.isp.dns" >> /etc/resolv.conf I'm also thankful for all the other replies to my question, of course; always happy to learn something. Regards, Johannes-Maria ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: about make config
ivan dimitrov skrev: Hi list, in the ports, how can I restore the default config options (in case of make config)? make rmconfig Ivan - You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Mail Spool Problems / IMAP
On Mon, Apr 07, 2008 at 05:49:16PM -0700, Chris Maness wrote: > > > > >Hi, Chris-- > > > >On Apr 7, 2008, at 8:52 AM, Chris Maness wrote: > >>I am having trouble with my imap account on my FreeBSD box. I am using > >>WU-IMAP, and thuderbird. I have been using this combo for years, and not > >>had any issues. Now, my thuderbird is not displaying messages in the > >>inbox. I can see them with pine, but not with IMAP clients. > >>(squirrelmail, thunderbird). Pine complains about sequence error when I > >>send a message. I was able to get it to work for a bit by deleteing the > >>mbox file in my home directory, but now it is not working again. IS > >>there a database or something somewhere that needs to be rebult? > > > >Can you double-check your mbox file? > > > >With the most recent 2007 version of UW-IMAP, I've seen intermittent > >corruption of the first line of a mbox file (ie, the "From foo" header) > >which causes the mbox to be unreadable by most clients until it is fixed > >by hand. It seems to be correlated with simultaneous write access by > >people who have a normal MUA and a second device like a smartphone > >(iPhone/Treo/BB). > > > >I've seen just over a half-dozen of these since Jan... > > > >-- > >-Vhuvk > > > Thanks, > > How do I check it? Should I use another IMAP server? The best way is to look at the file with an editor such as vi. jerry > > Chris Maness > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: finding BSD Unix users
On Tuesday 08 April 2008 06:38:01 Ted Mittelstaedt wrote: > > A house with a big back deck, a big grill with a full propane tank, and a > large cooler full of ice and beer will go a long, long way towards finding > fellow BSD Unix users. Put an advert on the bulletin board of your > local community college and start your own group. > In case it has not been suggested, there is also something called "Meetup" that can help. http://www.meetup.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
about make config
Hi list, in the ports, how can I restore the default config options (in case of make config)? Ivan - You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: xorg and radeon, widescreen
--On Tuesday, April 08, 2008 11:29:34 +0100 Max Russell <[EMAIL PROTECTED]> wrote: I'm having issues with my X1350, video7 flatscreen and xorg.conf - the relevant sections of my xorg follow: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice"Mouse0" "CorePointer" InputDevice"Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/local/share/X11/rgb" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" FontPath "/usr/local/lib/X11/fonts/URW/" EndSection Section "Module" Load "GLcore" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "freetype" Load "type1" EndSection Section "Monitor" Identifier "Monitor0" VendorName "VideoSeven" ModelName"R19W01" Modeline "1440x900_60.00" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "ShadowFB" # [] #Option "DefaultRefresh" # [] #Option "ModeSetClearScreen" # [] Identifier "Card0" Driver "vesa" VendorName "ATI Technologies Inc" BoardName "RV515 [Radeon X1300]" BusID "PCI:2:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor"Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1440x900_60" EndSubSection EndSection this fails to start x with the /var/log entry reading - (WW) RADEON: No matching Device section for instance (BusID PCI:2:0:1) found (EE) No devices detected. Fatal server error: no screens found It has been suggested to me that I comment out the BusID entry, however I am unsure as to why this should work? No. Change the driver from vesa to radeonhd, and make sure the radeonhd drive is installed and loaded. x11-drivers/xf86-video-radeonhd I'm running dual widescreens with that driver, and it works well, except acceleration isn't working yet. # grep radeonhd /var/log/Xorg.0.log (II) LoadModule: "radeonhd" (II) Loading /usr/local/lib/xorg/modules/drivers//radeonhd_drv.so (II) Module radeonhd: vendor="AMD GPG" -- Paul Schmehl ([EMAIL PROTECTED]) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Large file system creation
On 4/8/08, Brian McCann <[EMAIL PROTECTED]> wrote: > Hmm...didn't think of that...didn't think fsck used that much > RAM...and thought it was independent of the file system size. Right > now it's got 2GB. so better you think a little more before execute and do some tests before production too... Try gjournal ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Large file system creation
That looks like what I need. I've got a seperate 32GB array to boot off of, so that's perfect. Now to just read some man pages. Thanks! How many memory do you have in this machine ?? To fsck 9 TB you will there is swap too . but my 1.4TB partition can be fsck'ed on 1GB RAM without swap. need a LOT of memory depends of block sized and inode counts. it will be most likely large 32K blocks, so quick fsck and little RAM ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: squeezecenter hangs kernel on sigterm
On Tue, Apr 08, 2008 at 08:42:51AM -0700, Scott Gasch wrote: > Hi, > > I have a problem with the squeezecenter port -- when I stop it (via > /usr/local/etc/rc.d/squeezecenter stop or via system shutdown or via kill -9 > pid) it hangs the machine instantly, every time. There is nothing in the > system or all log about what happened. I'm running FreeBSD > wannabe.guru.org6.2-RELEASE-p11 FreeBSD 6.2-RELEASE-p11. Has anyone > ever seen this before > and / or have any advice short of hooking up a kernel debugger? If a kernel > debugger is the next step, can someone point me at a good guide? You're going to need a kernel debugger. The developers handbook has information: http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html You might also try upgrading to 6.3 since it's unlikely we'll do an errata to fix this for 6.2. My guess would be that you're seeing a bug related to multicast and mDNSResponderPosix, but it could be something else. -- Brooks pgpcAWE7HtV7Q.pgp Description: PGP signature
squeezecenter hangs kernel on sigterm
Hi, I have a problem with the squeezecenter port -- when I stop it (via /usr/local/etc/rc.d/squeezecenter stop or via system shutdown or via kill -9 pid) it hangs the machine instantly, every time. There is nothing in the system or all log about what happened. I'm running FreeBSD wannabe.guru.org6.2-RELEASE-p11 FreeBSD 6.2-RELEASE-p11. Has anyone ever seen this before and / or have any advice short of hooking up a kernel debugger? If a kernel debugger is the next step, can someone point me at a good guide? Thx, Scott ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: utf8
I'm not an X user, I use shell. On Tue, Apr 8, 2008 at 1:49 AM, Manolis Kiagias <[EMAIL PROTECTED]> wrote: > alexus wrote: > > how do I make my FreeBSD-7 to understand UTF-8? I have files that i > > need to transfer, but when i do it converts to ? instead of > > name > > > > > > > The console will not show UTF-8 filenames, though they are stored normally. > If you use X, then doing something along the line of export LANG=en_US.UTF-8 > before startx will allow you to see the filenames normally from an X > terminal. > -- http://alexus.org/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Large file system creation
On 4/8/08, Brian McCann <[EMAIL PROTECTED]> wrote: > That looks like what I need. I've got a seperate 32GB array to boot > off of, so that's perfect. Now to just read some man pages. Thanks! How many memory do you have in this machine ?? To fsck 9 TB you will need a LOT of memory ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Large file system creation
Hmm...didn't think of that...didn't think fsck used that much RAM...and thought it was independent of the file system size. Right now it's got 2GB. On Tue, Apr 8, 2008 at 11:28 AM, Alexandre Biancalana <[EMAIL PROTECTED]> wrote: > On 4/8/08, Brian McCann <[EMAIL PROTECTED]> wrote: > > That looks like what I need. I've got a seperate 32GB array to boot > > off of, so that's perfect. Now to just read some man pages. Thanks! > > How many memory do you have in this machine ?? To fsck 9 TB you will > need a LOT of memory > -- _-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_ Brian McCann "I don't have to take this abuse from you -- I've got hundreds of people waiting to abuse me." -- Bill Murray, "Ghostbusters" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
ipsec-racoon and a cisco pix 515e
Having trouble getting my first connection setup. I am must use the 3des md5 encryption. This is from the error log. : DEBUG: hash validated. : DEBUG: begin. : DEBUG: seen nptype=8(hash) : DEBUG: seen nptype=11(notify) : DEBUG: succeed. : ERROR: unknown notify message, no phase2 handle found. : DEBUG: notification message 14:NO-PROPOSAL-CHOSEN, doi=1 proto_id=3 spi=0fddcb32(size=4). : ERROR: 72.164.229.178 give up to get IPsec-SA due to time up to wait. : DEBUG: an undead schedule has been deleted. : DEBUG: msg 1 not interesting : DEBUG: msg 1 not interesting setkey -D -P 192.168.75.101/0[any] 192.168.1.203/0[any] ip4 in ipsec esp/tunnel/72.164.229.178-75.41.234.82/require created: Apr 8 09:59:05 2008 lastused: Apr 8 09:59:05 2008 lifetime: 0(s) validtime: 0(s) spid=16389 seq=1 pid=896 refcnt=1 192.168.1.203/0[any] 192.168.75.101/0[any] ip4 out ipsec esp/tunnel/75.41.234.82-72.164.229.178/require created: Apr 8 09:59:05 2008 lastused: Apr 8 10:09:04 2008 lifetime: 0(s) validtime: 0(s) spid=16388 seq=0 pid=896 refcnt=1 racoon.conf path pre_shared_key "/usr/local/etc/racoon/psk.txt"; path certificate "@sysconfdir_x@/cert"; log debug2; padding { maximum_length 20; # maximum padding length. randomize off; # enable randomize length. strict_check off; # enable strict check. exclusive_tail off; # extract last one octet. } listen { isakmp 75.41.234.82 [500]; } timer { counter 5; # maximum trying count to send. interval 20 sec;# maximum interval to resend. persend 1; # the number of packets per send. phase1 30 sec; phase2 15 sec; } remote 72.164.229.178 { exchange_mode aggressive,main,base; lifetime time 24 hour; proposal { encryption_algorithm 3des; hash_algorithm md5 ; authentication_method pre_shared_key; dh_group 2; } } sainfo anonymous { pfs_group 2; lifetime time 12 hour ; encryption_algorithm 3des ; authentication_algorithm hmac_md5 ; compression_algorithm deflate ; } ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Large file system creation
That looks like what I need. I've got a seperate 32GB array to boot off of, so that's perfect. Now to just read some man pages. Thanks! --Brian On Tue, Apr 8, 2008 at 9:30 AM, Erik Trulsson <[EMAIL PROTECTED]> wrote: > On Tue, Apr 08, 2008 at 08:39:48AM -0400, Brian McCann wrote: > > Hi all. I'm trying to create a ~9TB partition on a new file server. > > I thought FreeBSD now supported this (I'm on 7.0), but I can't figure > > it out. I go into sysinstall, create the partition in fdisk using "A > > = Use Entire Disk), write it to disk, exit sysinstall and re-run > > it...and sysinstall doesn't show what it showed before I exited last > > time. > > > > Can someone shed some light on what I'm doing wrong here? > > > > The filesystem (UFS2) supports disks larger than 2TB, but fdisk(8) and > bsdlabel(8) (which are what sysinstall uses to partition the disk) do not > support disks larger than 2TB due to limitations in the on-disk format they > use. > > You will need to use gpt(8) instead to partition your disk. > This cannot be done from sysinstall and you normally cannot boot from > a gpt(8)-partitioned disk due to lack of support in the BIOS of most PC. > > > > > > -- > > Erik Trulsson > [EMAIL PROTECTED] > -- _-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_ Brian McCann "I don't have to take this abuse from you -- I've got hundreds of people waiting to abuse me." -- Bill Murray, "Ghostbusters" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
{Disarmed} Re: network configuration problem
At 04:08 AM 4/8/2008, Johannes-Maria Kaltenbach wrote: Hello, at the moment I'm using internet an emails via a 56k modem and ppp. I want to change to DSL -- but I'm not able to do it without help. I've bought a router/gateway from my provider (Telekom/T-Online) which is called "Speedport W 502V Typ A" an has the ip address 192.168.2.1; it is connectet to an ethernet card (rl0). The provider requests DHCP, but this doesn't work; I get the message | Bogus domain search list 15: Speedport_W_502V_Typ_A (Speedport_W_502V_Typ_A) | Invalid lease option - ignoring offer several times and the error message "Network is unreachable". Then I assigned an address (e. g. 192.168.10.1) to the ethernet card with the help of ifconfig rl0 192.168.10.1 255.255.255.0 You need to setup your IP on the same subnet as your router, Check the documentation on your router and choose an address NOT given as a DHCP address. Many routers start their DHCP pool at 100, so you could try: ifconfig rl0 192.168.2.10 255.255.255.0 Then: route add default 192.168.2.1 This would work as long as the 192.168.2.10 is outside the DHCP pool. -Derek and made it the default route: route add default 192.168.10.1 output of ifconfig: | rl0: flags=8843 mtu 1500 | options=8 | inet 192.168.10.1 netmask 0xff00 broadcast 255.255.255.0 | inet6 fe80::214:85ff:fe75:eac8%rl0 prefixlen 64 scopeid 0x1 | ether 00:14:85:75:ea:c8 | media: Ethernet autoselect (100baseTX ) | status: active and netstat: | Routing tables | | Internet: | DestinationGatewayFlagsRefs Use Netif Expire | default192.168.10.1 UGS 0 2304rl0 | localhost localhost UH 0 490lo0 | 192.168.10 link#1 UC 00rl0 | 192.168.10.1 00:14:85:75:ea:c8 UHLW2 36lo0 I cannot "ping" the router/gateway: | PING 192.168.2.1 (192.168.2.1): 56 data bytes | 36 bytes from 192.168.10.1: Time to live exceeded | Vr HL TOS Len ID Flg off TTL Pro cks Src Dst | 4 5 00 5400 025f 0 01 01 29f8 192.168.10.1 192.168.2.1 | | 36 bytes from 192.168.10.1: Time to live exceeded | Vr HL TOS Len ID Flg off TTL Pro cks Src Dst | 4 5 00 5400 0269 0 01 01 29ee 192.168.10.1 192.168.2.1 | | 36 bytes from 192.168.10.1: Time to live exceeded | Vr HL TOS Len ID Flg off TTL Pro cks Src Dst | 4 5 00 5400 0273 0 01 01 29e4 192.168.10.1 192.168.2.1 etc. With "firefox http://192.168.2.1"; (to get the configuration menu of the speedport) I get the error message: | The connection was refused when attempting to contact 192.168.2.1. and with telnet: | Trying 192.168.2.1... | telnet: connect to address 192.168.2.1: No route to host | telnet: Unable to connect to remote host What I'm doing wrong? Can you please help me? Thanks, Johannes-Maria P. S.: I'm using FreeBSD 6.0-RELEASE. (That's the only operating system on my pc, so I cannot test or configure the speedport with Linux or MS-Windows.) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Grand Omission from WebSite
http://www.freebsd.org/applications.html which contains a link self-described as "packages collection" which takes you to the OS distribution page, unrelated to packages. Entering "package" or "packages" into the (sic) search engine each install ports and view /usr/ports/INDEX yield a null result. It is a crying shame that one of the most unique and fruitful features of my favorite operating system should be so obfuscated. Thanks, \DaveW -- Dave Woodruff - System Admn - RadOnc Computer Support Vox: 415/353-9818 Fax: 415/353-9883 Pgr: 415/443-2896 --- University of California, San Francisco, Radiation Oncology --- 1600 Divisadero - Suite H-1031, San Francisco, CA 94143-1708 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Problem with gio-fam-backend, portupgrade failing...
El día Monday, April 07, 2008 a las 10:06:02PM +0100, Peter Harrison escribió: > > I have seen this before, if ( /devel/ ) gio-fam-backend needs a library > > that > > is outdated, it gives this sort of error. I know when I had the issue, it > > was that it needs glib 2.16 and I had 2.14. Thankfully it doesn't have too > > many dependancies so it isn't hard to check them all. > > > Right, I'll start looking through the gio-fam-backend dependencies and report > back. > Thanks for the quick response. > > Peter Harrison. > > > > > > Mark Moellering I've installed last weekend a 7.0R, did portsnap fetch/extract and fired up my script to run in BATCH mode through the ~200 ports I wanted have installed on the box; when I came back late night and was hoping all went fine, some of the ports failed as well with gio-fam-backend; it took me some time to go to /usr/ports/devel/glib20, deinstall and install it fresh which changed it from glib-2.14.2 to 2.16.x (don't know the x from the top of my head now); after this all was fine again; really, I did not understand how this was possible after portsnap fetch/extract on a real new system, just installed from boot CD; matthias -- Matthias Apitz Manager Technical Support - OCLC GmbH Gruenwalder Weg 28g - 82041 Oberhaching - Germany t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e <[EMAIL PROTECTED]> - w http://www.oclc.org/ http://www.UnixArea.de/ b http://gurucubano.blogspot.com/ Don't top-post, read RFC1855 http://www.faqs.org/rfcs/rfc1855.html A: Because it messes up the order in which people normally read text. Q: Why is it such a bad thing? A: Top-posting. Q: What is the most annoying thing on Usenet and in e-mail? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Large file system creation
Hi all. I'm trying to create a ~9TB partition on a new file server. I thought FreeBSD now supported this (I'm on 7.0), but I can't figure it out. I go into sysinstall, create the partition in fdisk using "A = Use Entire Disk), write it to disk, exit sysinstall and re-run it...and sysinstall doesn't show what it showed before I exited last time. Can someone shed some light on what I'm doing wrong here? The filesystem (UFS2) supports disks larger than 2TB, but fdisk(8) and bsdlabel(8) (which are what sysinstall uses to partition the disk) do not support disks larger than 2TB due to limitations in the on-disk format they use. You will need to use gpt(8) instead to partition your disk. or don't partition at all This cannot be done from sysinstall and you normally cannot boot from a gpt(8)-partitioned disk due to lack of support in the BIOS of most PC. or use old disk, pendrive, DVD-ROM etc. for booting ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Large file system creation
On Tue, Apr 08, 2008 at 08:39:48AM -0400, Brian McCann wrote: > Hi all. I'm trying to create a ~9TB partition on a new file server. > I thought FreeBSD now supported this (I'm on 7.0), but I can't figure > it out. I go into sysinstall, create the partition in fdisk using "A > = Use Entire Disk), write it to disk, exit sysinstall and re-run > it...and sysinstall doesn't show what it showed before I exited last > time. > > Can someone shed some light on what I'm doing wrong here? > The filesystem (UFS2) supports disks larger than 2TB, but fdisk(8) and bsdlabel(8) (which are what sysinstall uses to partition the disk) do not support disks larger than 2TB due to limitations in the on-disk format they use. You will need to use gpt(8) instead to partition your disk. This cannot be done from sysinstall and you normally cannot boot from a gpt(8)-partitioned disk due to lack of support in the BIOS of most PC. -- Erik Trulsson [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Large file system creation
Hi all. I'm trying to create a ~9TB partition on a new file server. I thought FreeBSD now supported this (I'm on 7.0), but I can't figure it out. I go into sysinstall, create the partition in fdisk using "A = Use Entire Disk), write it to disk, exit sysinstall and re-run it...and sysinstall doesn't show what it showed before I exited last time. Can someone shed some light on what I'm doing wrong here? Thanks, --Brian -- _-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_ Brian McCann "I don't have to take this abuse from you -- I've got hundreds of people waiting to abuse me." -- Bill Murray, "Ghostbusters" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
keysym error while starting X
Hi, I found that I can't start x-window because of some keysym error, when entering X using xinit, I have these on the screen: expected keysym, got XF86KbdLightOnOff: line 70 of pc expected keysym, got XF86KbdBrightnessDown: line 71 of pc expected keysym, got XF86KbdBrightnessUp: line 72 of pc expected keysym, got XF86KbdLightOnOff: line 70 of pc expected keysym, got XF86KbdBrightnessDown: line 71 of pc expected keysym, got XF86KbdBrightnessUp: line 72 of pc and kernel report stray irq7 (and lots of it) tried google but not found much, any idea?? thank you!! TFC ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: network configuration problem
I've bought a router/gateway from my provider (Telekom/T-Online) which is called "Speedport W 502V Typ A" an has the ip address 192.168.2.1; it is connectet to an ethernet card (rl0). 192.168.2.1/24 is in a different network than 192.168.10.1/24. Your gateway and your workstation will not be able to communicate with one another. Then I assigned an address (e. g. 192.168.10.1) to the ethernet card with the help of and made it the default route: route add default 192.168.10.1 You essentially gave yourself an address outside of the gateways LAN address scope, and then proceeded to route all unknown traffic to yourself. You probably want: # ifconfig rl0 192.168.2.100 255.255.255.0 ...and # route add default 192.168.2.1 Then, for name resolution: # echo "nameserver ip.of.isp.dns" >> /etc/resolv.conf Regards, Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"