Which is the "parser plugin for encoding trig"?
Hi, some ports on my 9.1-STABLE fail with this message: Could not find parser plugin for encoding trig I found some mails mentioning this problem in the archives and tried to reinstall sysutils/raptor2 - as recommended - but the error remains the same. Any ideas? Greetings Peter ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
x11/kdelibs4 build fails
Hi, for some time now x11/kdelibs4 build fails with this: --- [...] [ 42%] Building CXX object kdoctools/CMakeFiles/meinproc4.dir/xslt_kde.o Linking CXX executable ../bin/meinproc4 [ 42%] Built target meinproc4 Scanning dependencies of target meinproc4_simple [ 42%] Building CXX object kdoctools/CMakeFiles/meinproc4_simple.dir/meinproc4_simple_automoc.o [ 42%] Building CXX object kdoctools/CMakeFiles/meinproc4_simple.dir/meinproc_simple.o [ 42%] Building CXX object kdoctools/CMakeFiles/meinproc4_simple.dir/meinproc_common.o [ 43%] Building CXX object kdoctools/CMakeFiles/meinproc4_simple.dir/xslt.o Linking CXX executable ../bin/meinproc4_simple [ 43%] Built target meinproc4_simple [ 43%] Generating resourcewatcherconnectioninterface.cpp, resourcewatcherconnectioninterface.h [ 43%] Generating resourcewatchermanagerinterface.cpp, resourcewatchermanagerinterface.h [ 43%] Generating nie.h, nie.cpp Could not find parser plugin for encoding trig *** [nepomuk/nie.h] Error code 1 1 error *** [nepomuk/CMakeFiles/nepomuk.dir/all] Error code 2 1 error *** [all] Error code 2 1 error *** [do-build] Error code 1 Stop in /usr/ports/x11/kdelibs4. *** [build] Error code 1 Stop in /usr/ports/x11/kdelibs4. -- Any ideas? I'am running FreeBSD 9.1-STABLE Wed May 22 01:20:24 CEST 2013 amd64 Thanks for your answers Peter ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: Why Clang
On 20.06.2012 13:45, Jakub Lach wrote: Really, this format of discussion is rather exception than rule (from my experience). Nothing wrong with productive flaming for me, but it's just not typical code of conduct in FreeBSD mailing list at all. Actually I can't remember any flame-war about system compilers - this is the first one. But I believe it is a good proof, that clang is a serious alternative to gcc - else people would talk about "an interesting project" or something like that. Greetings Peter. -- View this message in context: http://freebsd.1045724.n5.nabble.com/Why-Clang-tp5715861p5720039.html Sent from the freebsd-questions mailing list archive at Nabble.com. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: Why Clang
On 19.06.2012 16:43, Michel Talon wrote: David Brodbeck said: Another way of looking at it is after 25 years of optimization GCC is unable to beat a new compiler that's had almost none... Unfortunately this affirmation is blatantly false, recent gcc produce code much faster than clang. I give here an example which i like, a monte carlo computation for a spin lattice. Everything runs on my macbook. lilas% clang -v Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn) Target: x86_64-apple-darwin11.4.0 lilas% clang -O4 test.c -lf2c lilas% time ./a.out ... real0m2.359s user0m2.341s sys 0m0.003s lilas% /usr/local/bin/gcc -v … gcc version 4.6.1 (GCC) lilas% /usr/local/bin/gcc -O3 test.c -lf2c lilas% time ./a.out … real0m1.241s user0m1.234s sys 0m0.003s So gcc gives an executable running twice faster than clang, basically, when both compilers are run at maximal optimization. To show the effectiveness of the optimizer, here is the running time without any optimization: lilas% /usr/local/bin/gcc test.c -lf2c lilas% time ./a.out … real0m6.895s user0m6.889s sys 0m0.005s What this demonstrates is that for programs which do real computations, optimization is *very* important, and gcc is now very good (i have not shown the numbers but they match the Intel compiler) while clang is at the level gcc was ten years ago. So i fully agree with Wojciech Puchar, the move to clang is only driven by anti GPL propaganda which is frankly completely stupid, since in any events, gcc does not contaminate the binaries it produces (except when using contaminated accompanying libraries e.g. for C++). Of course, when compiling FreeBSD kernel or similar programs which do little computation there is no harm using clang. I suspect that the price is higher for programs like mencoder which require the highest efficiency. Really - just to throw in another opinion: As an average user I don't see any performance impact on my clang-built desktop-every-day-workstation. The only thing that is getting on my nerves are some ports I frequently have to rebuild with gcc. It would be nice if the porting team could set up some automagic for that. There seems to be no harm in running a mixed clang/gcc built userland. Some members of this list seem to fear some kind of communist infiltration by gcc - I hope this is no serious issue, is it? I will not comment on the better error messages coming from clang, this could be a more serious argument. I don't know what they mean, but they really do look good :-) Greetings Peter -- Michel Talon ta...@lpthe.jussieu.fr ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: "Cloud" software ?
Hi! On 25.05.2012 17:12, Frank Bonnet wrote: On 05/25/2012 04:49 PM, Arthur Chance wrote: On 05/25/12 15:12, Frank Bonnet wrote: On 05/25/2012 04:04 PM, Wojciech Puchar wrote: With apologies to Joni Mitchell: I've looked at clouds from both sides now, From up and down, and still somehow, It's cloud illusions I recall, I really don't know clouds, at all. Well, someone had to say it. :-) It summarises the marketing hype perfectly. fashion is quite often deciding factor not just in clothes. Actually it works just the same in IT. What is funny with "cloud computing" (new fashion trend) is that isn't defined at all. most probably marketing people found out that it is not needed to define anything to make people buyANYTHING. Well ... My goal was NOT to start a flame war around the "cloud" term ... I wasn't flaming, just remarking on the fact that the meaning of "cloud" depends on the company that is trying to sell you cloud related products. next time I'll choose better words :-) A bit more specific would be useful. we would like to offer to our students and professors a kind of private cloud to access/manipulate their personnal data from almost anywhere and with almost any devices could be taken to mean anything from WebDAV/Dropbox functionality to Hadoop type processing or data mining. What sort of and how much "manipulation" is needed? If you answer that it would let us help you more. Well ... in short I need to let our users ( students + profs ) access and share their data ( living in their UNIX home directories ) The access must be easy and possible from as much devices as possible. Am I clear enough ? ( sorry English is not my native language ...) Well, this should reduce the cloud to an sftp-server or - if their stuff isn't security sensitive to an ftp-server. Greetings Uli. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: Nuxeo install in FreeBSD
Hello Bruno, On 05.12.2011 21:47, Bruno Gruel wrote: Hello, I just want to know if someone already try to install NUXEO on a FreeBSD. I try some month later without sucess. I will try to install it on FreeBSD82 to day. For the fun of it I just tried the nuxeo-dm-5.4.2-tomcat package on my FreeBSD 9.0-RC1 (which in this case shouldn't make a difference to your 8.2) with jdk-1.6.0_03-p4. I unzipped the thing in /usr/local and tried to execute the ./bin/nuxeoctl start command, which failed. Having a look at the first line of this file I found #!/bin/bash But my bash is installed in # which bash /usr/local/bin/bash So I changed the first line of nuxeoctl into #!/usr/local/bin/bash and now I can start and run Nuxeo. I hope that helps Peter. I already ask the question on the nuxeo forum without reply.. Thank's. Bruno ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: devel/libnotify: Error: shared library "notify.1" does not exist
On Tue, 26 Jul 2011, Dan Nelson wrote: In the last episode (Jul 26), Peter Ulrich Kruppa said: building www/firefox fails with Error: shared library "notify.1" does not exist Is this a problem with firefox- or libnotify-port? And what can be done? What version of the libnotify and firefox ports are you trying to build (current are libnotify-0.5.2 and firefox-5.0,1)? Do you have a /usr/local/lib/libnotify.so.1 file? If not, try reinstalling the libnotify port. Ooh, no! I have got an experimental port libnotify-0.7.3 installed - please do excuse! And thanks for the hint Greetings Peter. -- Dan Nelson dnel...@allantgroup.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" | Peter Ulrich Kruppa | Wuppertal | Germany ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
devel/libnotify: Error: shared library "notify.1" does not exist
Hi, building www/firefox fails with Error: shared library "notify.1" does not exist Is this a problem with firefox- or libnotify-port? And what can be done? Greetings Peter. | Peter Ulrich Kruppa | Wuppertal | Germany ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: Status of 8-CURRENT
On Tue, 12 Apr 2011, Mario Lobo wrote: Forgive my lame question but where can I check which version 8-CURRENT is without updating my sources (i.e. 8.x-RC1, 8.x-RELEASE, etc)? You can check your FreeBSD version by typing # uname -a on some terminal. On http://www.freebsd.org/releng/index.html you will find a list of available versions and their state. Hope that helps Peter. Thanks, -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since 2.2.8 [not Pro-Audio YET!!] (99% winblows FREE) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" | Peter Ulrich Kruppa | Wuppertal | Germany ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: tuning a system for a single user
On Fri, 1 Apr 2011, Eitan Adler wrote: When I look for tuning guides online, or reading tuning(7) I find a lot of guides for tuning a system for multiple users or for specific purposes (web servers, file servers, etc) I am looking for specific tunables that might make the experience of using FreeBSD better. I found the sysctl kern.maxusers but I'm unsure how things affects things. Can I reduce the amount of time, memory, etc the kernel spends enforcing quota, scheduling, etc? I don't have anything particular in mind - just want to get a general set of tunables I might be interested in. Since you have nothing particular in mind: Did you have a look at # man tuning Might be a good starting point. Greetings Uli. -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" | Peter Ulrich Kruppa | Wuppertal | Germany ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: which perl?
On Thu, 23 Sep 2010, Chris Whitehouse wrote: Hi, Todays ports tree has lang/perl5.10 and lang/perl5.12. A new 8.1-RELEASE jail in tinderbox using this ports tree is using perl5.10 by default. Should I leave this as is or should I be using 5.12? This is for a home desktop. eco# uname -a FreeBSD eco.config 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010 r...@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Of course you never know, but on my Desktop I have got 390 ports depending on perl5.12 and everything seems to work. Greetings Uli. thanks Chris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" | Peter Ulrich Kruppa | Wuppertal | Germany ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: USB pen drive not detected
On Tue, 10 Aug 2010, Oliver Fromme wrote: Peter Ulrich Kruppa wrote: > I am running FreeBSD 8.1-STABLE amd64 and have got a strange problem > when I try to attach and mount my 16 GB USB pen drive. > # dmesg > delivers something like > ugen1.2: at usbus1 > umass0: addr 2> on usbus1 > (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 0 0 0 24 0 > (probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error > (probe0:umass-sim0:0:0:0): SCSI status: Check Condition > (probe0:umass-sim0:0:0:0): SCSI sense: DATA PROTECT asc:6e,17 > (Reserved ASC/ASCQ pair) > (probe0:umass-sim0:0:0:0): AutoSense failed > > No /dev/da0s1 is created and of course it can not be mounted. Do these commands help? # camcontrol reset 0 (wait a few seconds for the reset to complete) # camcontrol rescan 0 No, I played around with camcontrol a bit and even tried reset all and rescan all, but the pen drive won't be detected - no that's not correct: it is detected somehow but no device in /dev is created. # dmesg now delivers ugen1.2: at usbus1 umass0: on usbus1 (probe0:umass-sim0:0:0:0): AutoSense failed da0 at umass-sim0 bus 0 scbus3 target 0 lun 0 da0: < Spaceloop 16GB 8.07> Removable Direct Access SCSI-2 device da0: 40.000MB/s transfers da0: 16086MB (32945152 512 byte sectors: 255H 63S/T 2050C) Regards Peter Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "Whatever happened to the days when hacking started at the cerebral cortex, and not at the keyboard?" -- Sid on userfriendly.org by Illiad, 2007-06-20 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" | Peter Ulrich Kruppa | Wuppertal | Germany___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
USB pen drive not detected
Hi, I am running FreeBSD 8.1-STABLE amd64 and have got a strange problem when I try to attach and mount my 16 GB USB pen drive. # dmesg delivers something like ugen1.2: at usbus1 umass0: on usbus1 (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 0 0 0 24 0 (probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error (probe0:umass-sim0:0:0:0): SCSI status: Check Condition (probe0:umass-sim0:0:0:0): SCSI sense: DATA PROTECT asc:6e,17 (Reserved ASC/ASCQ pair) (probe0:umass-sim0:0:0:0): AutoSense failed No /dev/da0s1 is created and of course it can not be mounted. On the other hand: when I attach the drive and reboot I get: # dmesg ugen1.2: at usbus1 umass0: on usbus1 Root mount waiting for: usbus1 Trying to mount root from ufs:/dev/ad0s1a (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 (probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error (probe0:umass-sim0:0:0:0): SCSI status: Check Condition (probe0:umass-sim0:0:0:0): SCSI sense: UNIT ATTENTION asc:28,0 (Not ready to ready change, medium may have changed) da0 at umass-sim0 bus 0 scbus3 target 0 lun 0 da0: < Spaceloop 16GB 8.07> Removable Direct Access SCSI-2 device da0: 40.000MB/s transfers da0: 16086MB (32945152 512 byte sectors: 255H 63S/T 2050C) GEOM: da0: partition 1 does not start on a track boundary. GEOM: da0: partition 1 does not end on a track boundary. Now I can do # mount_msdosfs /dev/da0s1 /mnt and access the drive. What is going on here? How can I access my drive without rebooting? For a comparision: I have got an old USB pen drive (512 MB) which works without any trouble: # dmesg ugen0.3: at usbus0 umass0: on usbus0 da0 at umass-sim0 bus 0 scbus3 target 0 lun 0 da0: Removable Direct Access SCSI-2 device da0: 1.000MB/s transfers da0: 503MB (1031936 512 byte sectors: 64H 32S/T 503C) Sorry to say the 16 GB thing works smoothly with Debian, Fedora and even Windows :( Greetings Peter. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: looking for a buildable version of OpenOffice.org
Am Donnerstag, den 05.08.2010, 01:21 -0500 schrieb Scott Bennett: > On Wed, 4 Aug 2010 09:59:52 -0400 Jerry McAllister > wrote: > >On Wed, Aug 04, 2010 at 02:00:00AM -0500, Scott Bennett wrote: > > > >> I have tried all of the versions of OpenOffice.org that are currently > >> in the ports tree on a 7.3-STABLE system, and all of them fail to build to > >> completion. Is there somewhere that I can find one that actually works? > >> Or at least some alternative package that will build and work on a FreeBSD > >> 7.3-STABLE system? No packages appear to be available for these ports. > >> (Transcripts of the failed builds are available on request.) > >> And what would be available if I were to upgrade my system to > >> 8.1-STABLE? > >> Thanks in advance for any help! > > > >You didn't give any information on what the failures were. > > > True enough. That's because I wasn't really looking for help in fixing > the broken ports, but rather for an OOo port that is *not* broken. Did you try an OpenOffice.org binary for 7.0 or 7.1? http://porting.openoffice.org/freebsd/#obtain pkg_add will probably throw some warnings, but generally things should work. Greetings Peter ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: make installworld fails
Am Montag, den 02.08.2010, 08:24 -0700 schrieb Caleb Stein: > > On Aug 2, 2010, at 7:34 AM, Lowell Gilbert > > wrote: > > > Caleb Stein writes: > > > >> I am trying to update my FreeBSD 8.0 to FreeBSD 8.1. Here is the > >> order I ran the commands in (all as root): > >> > >> cd /usr/src > >> make buildworld > >> make buildkernel > >> shutdown now > >> make installkernel > >> shutdown -r now > >> adjkerntz -i > >> mount -a -t ufs > >> mergemaster -p > >> cd /usr/src > >> make installworld > >> mergemaster > >> reboot > >> > >> But I didn't get to run the last two. When I run make > >> installworld, I > >> get errors telling me that the filesystem is full. Now, I can assure > >> you it is not. Well, basically, what I am asking is why is the > >> filesystem full after installing the new kernel? > > > > The number of kernel modules has been increasing quite quickly, and > > modules are installed with the kernel (by default). This has led to > > installkernel filling up the root filesystem increasingly often. It > > just happened to me yesterday, although in that case snapshots and > > four > > or five old kernels were part of the problem. > > > > Are you *sure* that the filesystem isn't full? > > Can you show df(1) output? > > ___ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org > > " > > I was wrong, the filesystem was full. I did delete the old kernel > modules though, and that fixed the issue. This might not be a good idea since you might need your old kernel to boot from if anything went wrong with the new one. Probably you built your kernel with debugging symbols turned on, which will make it _much_ bigger (and slower!) Put the following line into your /etc/make.conf INSTALL_NODEBUG="yes" and try again. Greetings Peter. > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: Why can't I write to freebsd-questions?
Thanks, for some reason I could read all messages from this list, but couldn't reply. I just unsubscribed and resubscribed. Strange, but seems to work. Greetings Peter. Am Donnerstag, den 29.07.2010, 23:07 -0500 schrieb Antonio Olivares: > Peter, > > I can read it . You have solved a problem. > > Regards, > > Antonio > > On 7/29/10, Peter Ulrich Kruppa wrote: > > If you can read this message, > > > > the problem has been solved. > > > > Thanks > > > > Peter > > ___ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" > > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Why can't I write to freebsd-questions?
If you can read this message, the problem has been solved. Thanks Peter ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
[Fwd: Re: / slice too small]
Sorry, I forgot to include the list! Uli. Weitergeleitete Nachricht > Von: Peter Ulrich Kruppa > An: Frank Shute > Betreff: Re: / slice too small > Datum: Sun, 28 Feb 2010 15:52:05 +0100 > > Am Sonntag, den 28.02.2010, 13:26 + schrieb Frank Shute: > > I've got a machine here running 7.2 which I want to upgrade to 8.0 but > > looking at the root slice it is woefully small: > > > > $ df -h > > FilesystemSizeUsed Avail Capacity Mounted on > > /dev/ad4s2190M146M 29M84%/ > > devfs 1.0K1.0K 0B 100%/dev > > /dev/ad4s4129G 15G104G12%/usr > > devfs 1.0K1.0K 0B 100%/var/named/dev > > > > I've got a CD/DVD writer on that machine along with a 100MB ethernet > > connection to my desktop. > > > > How do I go about upgrading it? Dump/restore and change the partition > > table? > Check if your /boot/kernel directory *much* bigger than let's say about 45 MB. > Then you probably have built your kernel with debugging symbols which > will make it too big for your root partition. > In /etc/make.conf add the line > INSTALL_NODEBUG="yes" > and rebuild your kernel. > > Good luck > > Uli. > > > Any suggestions gratefully received. > > > > > > Regards, > > > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: sendmail: open-relay
Something doesn't add up here -- the log shows the message being processed by SpamAssassin, but there was no indication in the sendmail .mc file you showed us of any integration with a spam filter. I'd expect some sort of milter configuration. spamassassin came with evolution (Gnome's Mailer), I never configured anything for that. Unfortunately as well, the log line showing the delivery result is usually one of the ones *following* the line showing the external MTA handing off the message to you. Try grepping for the sendmail queue IDs: o04BQi0O008964 o04BWBOA010672 o04CSb9P056503 o04CZkfq058137 etc. The lines that say 'dsn=' are the important bits. If is 2.0.0 (ie. successful delivery) then you've got a real problem. The result should be 5.x.y (ie. permanent failure) and a snotty message about 'relaying denied'. No, sorry, _I_ cannot find anything suspicious; everything listed there seems to be mails I really sent or received. I tried http://www.checkor.com which Jerry suggested, no problem. Perhaps this really is a problem with abuse.net . But anyway: Many thanks to you both. I wouldn't like to be the one person who sends all the "enhancement" mails. Uli. Cheers, Matthew btw. you need to update your SpamAssassin rules -- you're triggering on the FH_DATE_PAST_20XX test all the time, which will give you some false positives. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: sendmail: open-relay
Am Montag, den 04.01.2010, 13:45 + schrieb Matthew Seaman: > Matthew Seaman wrote: > > > find the records in /var/mail/maillog to show abuse.net's server > connecting > > Ooops./var/log/maillog > That would be those: > cat maillog | grep "abuse.net" Jan 4 12:26:46 pukruppa sm-mta[8964]: o04BQi0O008964: from=, size=333, class=0, nrcpts=1, msgid=<20100104112454.38321.qm...@gal.iecc.com>, proto=ESMTP, daemon=IPv4, relay=gal.iecc.com [208.31.42.53] Jan 4 12:32:12 pukruppa sm-mta[10672]: o04BWBOA010672: from=, size=909, class=0, nrcpts=1, msgid=, proto=SMTP, daemon=IPv4, relay=verify.abuse.net [208.31.42.77] Jan 4 12:33:00 pukruppa spamd[1650]: spamd: checking message for ulrich:1001 Jan 4 12:33:03 pukruppa spamd[1650]: spamd: result: . -4 - BAYES_50,FH_DATE_PAST_20XX,RCVD_IN_DNSWL_HI scantime=3.4,size=1231,user=ulrich,uid=1001,required_score=5.0,rhost=localhost,raddr=127.0.0.1,rport=28691,mid=,bayes=0.486826,autolearn=ham Jan 4 13:28:39 pukruppa sm-mta[56503]: o04CSb9P056503: from=, size=909, class=0, nrcpts=1, msgid=, proto=SMTP, daemon=IPv4, relay=verify.abuse.net [208.31.42.77] Jan 4 13:29:20 pukruppa spamd[1650]: spamd: checking message for ulrich:1001 Jan 4 13:29:24 pukruppa spamd[1650]: spamd: result: . -6 - AWL,BAYES_00,FH_DATE_PAST_20XX,RCVD_IN_DNSWL_HI scantime=3.4,size=1231,user=ulrich,uid=1001,required_score=5.0,rhost=localhost,raddr=127.0.0.1,rport=21436,mid=,bayes=0.00,autolearn=ham Jan 4 13:35:47 pukruppa sm-mta[58137]: o04CZkfq058137: from=, size=909, class=0, nrcpts=1, msgid=, proto=SMTP, daemon=IPv4, relay=verify.abuse.net [208.31.42.77] Jan 4 13:39:20 pukruppa spamd[1650]: spamd: checking message for ulrich:1001 Jan 4 13:39:24 pukruppa spamd[1650]: spamd: result: . -6 - AWL,BAYES_00,FH_DATE_PAST_20XX,RCVD_IN_DNSWL_HI scantime=4.1,size=1231,user=ulrich,uid=1001,required_score=5.0,rhost=localhost,raddr=127.0.0.1,rport=24280,mid=,bayes=0.00,autolearn=ham Jan 4 14:27:59 pukruppa sm-mta[87839]: o04DRvKd087839: from=, size=906, class=0, nrcpts=1, msgid=, proto=SMTP, daemon=IPv4, relay=verify.abuse.net [208.31.42.77] Jan 4 14:29:27 pukruppa spamd[1650]: spamd: checking message for ulrich:1001 Jan 4 14:29:30 pukruppa spamd[1650]: spamd: result: . -6 - AWL,BAYES_00,FH_DATE_PAST_20XX,RCVD_IN_DNSWL_HI scantime=3.1,size=1227,user=ulrich,uid=1001,required_score=5.0,rhost=localhost,raddr=127.0.0.1,rport=27859,mid=,bayes=0.00,autolearn=ham -- BTW. I have read somewhere, there might be problems with hostnames like pukruppa.net, since they would allow to relay all mails from .net ?!? Greetings Uli. > Cheers, > > Matthew > > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: sendmail: open-relay
Am Montag, den 04.01.2010, 08:21 -0500 schrieb Jerry: > On Mon, 04 Jan 2010 13:51:36 +0100 > Peter Ulrich Kruppa replied: > > >Hi, > > > >I am running my own small mail-server, i.e. I use my desktop pc for > >sending and receiving my private mails. > >That worked quite nicely the last years. From time to time I tested > my > >mail-server via abuse.net's mail-relay tester. - Never got any > >positives. > >Now suddenly I receive one: > >This is a test of third-party mail relay, generated via the > >Network Abuse Clearinghouse at http://www.abuse.net. > > > >Target host = 213.146.114.24 pukruppa.net > >Test performed by from > 213.146.114.24 > > > >A well-configured mail server should NOT relay third-party > >email. > >Otherwise, the server is subject to abuse by vandals and > >spammers, > >and probable blacklisting by recipients of the unwanted > >third-party > >e-mail. > >Of course I had some fun trying to read sendmail's documentation. But > I > >guess I need some help with this. > > > >I am running FreeBSD -STABLE 8.0 amd64 . > >I don't think I ever played around with sendmail's configuration. I > >just use it as came out of the box. > > > >Any ideas? > > > >Uli. > > I just tried and received a "Relaying denied" response. > > By the way, I noticed that you apparently do not employ SMTP > Authentication or offer STARTTLS on either port 25 or 587. You might > want to consider employing them. Then again, you could just install > Postfix. It is far easier to configure. What exactly did you try, Jerry? Uli. > > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: sendmail: open-relay
Am Montag, den 04.01.2010, 13:02 + schrieb Matthew Seaman: > Peter Ulrich Kruppa wrote: > > Hi, > > > > I am running my own small mail-server, i.e. I use my desktop pc for > > sending and receiving my private mails. > > That worked quite nicely the last years. From time to time I tested > my > > mail-server via abuse.net's mail-relay tester. - Never got any > > positives. > > Now suddenly I receive one: > > This is a test of third-party mail relay, generated via the > > Network Abuse Clearinghouse at http://www.abuse.net. > > > > Target host = 213.146.114.24 pukruppa.net > > Test performed by from > 213.146.114.24 > > > > A well-configured mail server should NOT relay third-party > > email. > > Otherwise, the server is subject to abuse by vandals and > > spammers, > > and probable blacklisting by recipients of the unwanted > > third-party > > e-mail. > > Of course I had some fun trying to read sendmail's documentation. > But I > > guess I need some help with this. > > > > I am running FreeBSD -STABLE 8.0 amd64 . > > I don't think I ever played around with sendmail's configuration. I > just > > use it as came out of the box. > > > > Any ideas? > > Plenty. But it would help a great deal if you showed us your > ${hostname}.mc. > The default sendmail config in FreeBSD isn't an open relay. In fact, > it takes a bit of effort to make sendmail do open relay type stuff > nowadays, > and there are big fat warnings in the docco > (/usr/share/sendmail/cf/README) > about most of those. O.K. this is my complete pukruppa.net.mc divert(-1) # # Copyright (c) 1983 Eric P. Allman # Copyright (c) 1988, 1993 # The Regents of the University of California. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # 1. Redistributions of source code must retain the above copyright #notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the above copyright #notice, this list of conditions and the following disclaimer in the #documentation and/or other materials provided with the distribution. # 3. All advertising materials mentioning features or use of this software #must display the following acknowledgement: # This product includes software developed by the University of # California, Berkeley and its contributors. # 4. Neither the name of the University nor the names of its contributors #may be used to endorse or promote products derived from this software #without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE # ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # # # This is a generic configuration file for FreeBSD 5.X and later systems. # If you want to customize it, copy it to a name appropriate for your # environment and do the modifications there. # # The best documentation for this .mc file is: # /usr/share/sendmail/cf/README or # /usr/src/contrib/sendmail/cf/README # divert(0) VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.mc,v 1.34.2.3 2008/08/31 18:26:27 gshapiro Exp $') OSTYPE(freebsd6) DOMAIN(generic) FEATURE(access_db, `hash -o -T /etc/mail/access') FEATURE(blacklist_recipients) FEATURE(local_lmtp) FEATURE(mailertable, `hash -o /etc/mail/mailertable') FEATURE(virtusertable, `hash -o /etc/mail/virtusertable') dnl Uncomment to allow relaying based on your MX records. dnl NOTE: This can allow sites to use your server as a backup MX without dnl your permission. dnl FEATURE(relay_based_on_MX) dnl DNS based black hole lists dnl dnl DNS based black hole lists come and go on a regular basis dnl so this file will not serve as a database of the available servers. dnl For that, visit dnl http://www.google.com/Top/Computers/Internet/E-mail/Spam/
sendmail: open-relay
Hi, I am running my own small mail-server, i.e. I use my desktop pc for sending and receiving my private mails. That worked quite nicely the last years. From time to time I tested my mail-server via abuse.net's mail-relay tester. - Never got any positives. Now suddenly I receive one: This is a test of third-party mail relay, generated via the Network Abuse Clearinghouse at http://www.abuse.net. Target host = 213.146.114.24 pukruppa.net Test performed by from 213.146.114.24 A well-configured mail server should NOT relay third-party email. Otherwise, the server is subject to abuse by vandals and spammers, and probable blacklisting by recipients of the unwanted third-party e-mail. Of course I had some fun trying to read sendmail's documentation. But I guess I need some help with this. I am running FreeBSD -STABLE 8.0 amd64 . I don't think I ever played around with sendmail's configuration. I just use it as came out of the box. Any ideas? Uli. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: xclip
On Fri, 1 Jan 2010, Charles Howse wrote: Hi, I have need for a command-line tool to copy to the clipboard in FreeBSD 6.4. As in: command | xclip Looked at xclip and xclipboard - http://www.freebsd.org/cgi/ports.cgi?query=xclip&stype=all I can't tell by the dependencies if this requires the X gui. I'm running command-line-only and DON'T want to install X. Can anyone help? Thanks! If the stuff you want to copy usually isn't longer then your text-terminal you could simply enable "moused" in /stand/sysinstall: You can mark the text holding your left mouse button and paste it clicking on the middle - even in a second text-terminal (with [ALT] + [Fn]). Would that do the trick? Greetings Uli. -- Later, Charles ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" | Peter Ulrich Kruppa | Wuppertal | Germany ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: I need help on installation
Am Mittwoch, den 30.12.2009, 01:27 -0800 schrieb Roger Agraviador: > I found an old pc that I just reformatted the HDD using G parted, now > that I > try to boot from a Free BSD CD (7.2 release) the Intel chip gives me > an > error message that the system boot failed and asks me to insert a > system > disk which I do not have, how do I go about that because I virtually > cannot > install any operating system. Did you enable booting from CD in your BIOS? > > Do I have to install a boot loader like GRUB2? No. > If so How do I go about > that? > Since I have found no iso image of GRUB2 to burn into a live cd. Greetings Uli. > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscr...@freebsd.org" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: cups-1.4.2 usb printer not recognized [solved]
Am Freitag, den 18.12.2009, 04:41 +0100 schrieb Peter Ulrich Kruppa: > Am Dienstag, den 15.12.2009, 07:28 -0500 schrieb Lowell Gilbert: > > Peter Ulrich Kruppa writes: > > > > > since my update to cups-1.4.2 I can't print anymore :-( > > > > > > I have got a HP Deskjet 990 Cxi attached to an USB port. > > > My system is a FreeBSD 8.0 -STABLE amd64. > > > > > > I can cat some words to /dev/ulpt0 but that's about all. > > > > > > When I access http://localhost:631 no local printer will show up. > > > > > > Any ideas? > > > > I'm still not on 8, but I understand that ulpt is no longer appropriate > > with the new USB stack and libusb. Remove ulpt from the kernel and I > > think you'll find CUPS detects the printer properly. > Hm,...yes after some deinstalling/reinstalling and kernel building > now cups will find this: > hp:/usb/Deskjet_990C?serial=ES0731D00XLG > But when I try to print the test page I get this error message: > "/usr/local/libexec/cups/backend/hp failed" > > (I am running hplip-3.9.8 backend.) For the records: with latest portstree - some patches have been commited during the last days - and a # portupgrade -arf which took some time, print/cups and print/hplip now will recognize my USB-printer correctly. ulpt doesn't have to be removed from the kernel, I tested that. Of course permissions for the ugen device have to be set so that cups can access it. Thanks to everyone who repaired the ports! Uli. > > Any more ideas? > > Thanks > > Uli. > > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: cups-1.4.2 usb printer not recognized
Am Dienstag, den 15.12.2009, 07:28 -0500 schrieb Lowell Gilbert: > Peter Ulrich Kruppa writes: > > > since my update to cups-1.4.2 I can't print anymore :-( > > > > I have got a HP Deskjet 990 Cxi attached to an USB port. > > My system is a FreeBSD 8.0 -STABLE amd64. > > > > I can cat some words to /dev/ulpt0 but that's about all. > > > > When I access http://localhost:631 no local printer will show up. > > > > Any ideas? > > I'm still not on 8, but I understand that ulpt is no longer appropriate > with the new USB stack and libusb. Remove ulpt from the kernel and I > think you'll find CUPS detects the printer properly. Hm,...yes after some deinstalling/reinstalling and kernel building now cups will find this: hp:/usb/Deskjet_990C?serial=ES0731D00XLG But when I try to print the test page I get this error message: "/usr/local/libexec/cups/backend/hp failed" (I am running hplip-3.9.8 backend.) Any more ideas? Thanks Uli. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
cups-1.4.2 usb printer not recognized
Hi, since my update to cups-1.4.2 I can't print anymore :-( I have got a HP Deskjet 990 Cxi attached to an USB port. My system is a FreeBSD 8.0 -STABLE amd64. I can cat some words to /dev/ulpt0 but that's about all. When I access http://localhost:631 no local printer will show up. Any ideas? Thanks Uli. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: evoultion missing its top graphics [on menu-bar]
Am Samstag, den 28.11.2009, 15:01 -0800 schrieb Gary Kline: > Folks, I t think I asked here a couple years ago when the > same thing happened; I didn't think it would happen again. > > Evo works fairly well--is there a way I can make it my default > GUI mailer?-- I hope so. Anyway, in recent months it fails to > display the icons for "Delete" and everything else. Last time > I was told to do something; forget what. > > This is just another minor annoyance ... but they accumulate > += fast! Hi Gary, Gnome-Team has just (some hours ago) released Gnome2-28.1 to the ports tree. Did you already try it? Greetings Uli. > thanks for any clues. > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
snd_uaudio.ko (USB audio driver) doesn't work on FreeBSD 8.0-BETA2 amd64
Hi, since I upgraded to FreeBSD 8.0-BETA2 amd64 my sound device doesn't work anymore. In my /boot/loader.conf I have got snd_uaudio_load="YES" # kldstat shows Id Refs AddressSize Name 1 35 0x8010 ce46e0 kernel 21 0x80de5000 13dc0snd_uaudio.ko [...] # cat /dev/sndstat FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64) Installed devices: pcm0: at ? kld snd_uaudio [MPSAFE] (1p:1v/1r:1v channels duplex default) A device /dev/dsp0.1 exists. What's going on there? Thanks for your replies and hints Uli. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: Fresh install 7.2-RELEASE i386, X won't start
quot; (II) Unloading /usr/local/lib/xorg/modules/drivers//vesa_drv.so (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0x000f - 0x000f (0x1) MX[B] [1] -1 0 0x000c - 0x000e (0x3) MX[B] [2] -1 0 0x - 0x0009 (0xa) MX[B] [3] -1 0 0x - 0x (0x1) IX[B] [4] -1 0 0x - 0x00ff (0x100) IX[B] (==) NV(0): Write-combining range (0xa,0x1) was already clear (II) NV(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles Indirect CPU to Screen color expansion Solid Lines Scanline Image Writes Setting up tile and stipple cache: 32 128x128 slots 32 256x256 slots 16 512x512 slots (==) NV(0): Backing store disabled (==) NV(0): Silken mouse enabled (II) NV(0): DPMS enabled (==) RandR enabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found) (II) config/hal: Adding input device USB Receiver (II) LoadModule: "mouse" (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.4.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 4.0 (**) USB Receiver: Device: "/dev/sysmouse" (==) USB Receiver: Protocol: "Auto" (**) USB Receiver: always reports core events (**) Option "Device" "/dev/sysmouse" (==) USB Receiver: Emulate3Buttons, Emulate3Timeout: 50 (**) USB Receiver: ZAxisMapping: buttons 4 and 5 (**) USB Receiver: Buttons: 9 (**) USB Receiver: Sensitivity: 1 (II) XINPUT: Adding extended input device "USB Receiver" (type: MOUSE) (**) USB Receiver: (accel) keeping acceleration scheme 1 (**) USB Receiver: (accel) filter chain progression: 2.00 (**) USB Receiver: (accel) filter stage 0: 20.00 ms (**) USB Receiver: (accel) set acceleration profile 0 (II) USB Receiver: SetupAuto: hw.iftype is 4, hw.model is 0 (II) USB Receiver: SetupAuto: protocol is SysMouse (II) config/hal: Adding input device AT Keyboard (II) LoadModule: "kbd" (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.3.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 4.0 (**) AT Keyboard: always reports core events (**) Option "Protocol" "standard" (**) AT Keyboard: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) AT Keyboard: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) AT Keyboard: XkbModel: "pc105" (**) Option "XkbLayout" "us" (**) AT Keyboard: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) AT Keyboard: CustomKeycodes disabled (II) XINPUT: Adding extended input device "AT Keyboard" (type: KEYBOARD) (II) UnloadModule: "mouse" (II) UnloadModule: "kbd" - snip - ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" | Peter Ulrich Kruppa | Wuppertal | Germany ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: Processors
Am Montag, den 11.05.2009, 19:11 -0400 schrieb Glen Barber: > On Mon, May 11, 2009 at 7:04 PM, Wojciech Puchar > wrote: > >>> > >>> yes. FreeBSD/amd64 > >> > >> Or i386. > > > > if you want limited system - yes > >> > > If by 'limited' you mean being able to use nVidia drivers, that's not > very 'limited' to me. > Please do correct me: Only Graphic Cards by nVidia are a problem on amd64, everything else can be run via OpenSource drivers (?!) Greetings Uli. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: [Samba] PDC and "group" question
Am Donnerstag, den 07.05.2009, 09:11 -0700 schrieb MargoAndTodd: > Peter Ulrich Kruppa wrote: > > > I am not quite sure, I understand your question correctly: > > probably you will want to use commands like > > # net groupmap add ntgroup="Domain Admins" unixgroup=wheel type=d > > rid=512 > > which would map the Windows group "Domain Admins" to the local UNIX > > group wheel and so on. See the documentation on samba.org for more > > details examples. > > Hi Peter, > > There is "a lot" of documentation out on samba.org. > Can you point me to where to start? I think the main document would be http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/groupmapping.html but it assumes you really have a Primary Domain Controller up and running. Greetings and good luck Uli. > > Many thanks, > -T ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: acroread run problem
Am Mittwoch, den 29.04.2009, 10:02 +0200 schrieb Pieter Donche: > I delete acroread9 (pkg_delete acroread9-9.1.0_2) and installed > # cd /usr/ports/print/acroread8 > # make install clean > > but I get the same errors... > waht could be wrong and how to remedy? > If you need acroread, subscribe to freebsd-emulat...@freebsd.org: that would be the place where the linux-emu-guys hang out. If you need a pdf viewer there are alternatives like xpdf or evince (for gnome) and I forgot the name of KDE's pdf-viewer. Sorry I can't help out here. Uli. > On Tue, 28 Apr 2009, Peter Ulrich Kruppa wrote: > > > I am very sorry: > > > > I mixed up the acroread versions: you won't be able to run acroread9 > > stably on FreeBSD 7.x . > > You will have to wait for FreeBSD 8 . Until then you have to use > > acroread8 :-( > > > > Greetings > > > > Uli. > > > > > > > > Am Dienstag, den 28.04.2009, 07:44 +0200 schrieb Pieter Donche: > >> Hi, > >> > >> yes I do have in my /etc/rc.conf > >> linux_enable="YES" > >> > >>> 2) Do you get > >>> # df > >>> [...] > >>> linprocfs4 4 0 100%/usr/compat/linux/proc > >> No, this I do not have, but I wonder what that is ... > >> > >> I find nothing about linprocfs in > >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu.html > >> > >> I also checked (from that book chapter 10.2) > >> # kldstat > >> Id Refs AddressSize Name > >> 17 0x8010 ac7708 kernel > >> 21 0xffffb08e0000 18aealinux.ko > >> 31 0xb09cb000 496 star_saver.ko > >> > >> Also, I have a another PC with FreeBSD7 (i386) with Acrobat Reader 7.0 > >> (/usr/local/bin/acroread) which works and there I do not not have > >> a "linprocfs ..." in a df output... > >> > >> > >> On Mon, 27 Apr 2009, Peter Ulrich Kruppa wrote: > >> > >>> Am Montag, den 27.04.2009, 11:16 +0200 schrieb Pieter Donche: > >>>> FreeBSD7/amd64 with linux_base-fc-4_14 Base set of packages needed > >>>> in Linux mode (for i386/amd64) > >>>> I installed acroread9-9.1.0_2 (no errors) > >>>> # cd /usr/ports/print/acroread9 > >>>> # make install clean > >>>> OK. > >>>> > >>>> but at > >>>> $ acroread & > >>>> I get: > >>>> > >>>> (acroread:67581): GdkPixbuf-WARNING **: Cannot open pixbuf loader module > >>>> file '/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory > >>>> (acroread:67581): GdkPixbuf-WARNING **: Error loading XPM image loader: > >>>> Image type 'xpm' is not supported > >>>> (acroread:67581): GdkPixbuf-WARNING **: Cannot open pixbuf loader module > >>>> file '/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory > >>>> (acroread:67581): GdkPixbuf-WARNING **: Error loading XPM image loader: > >>>> Image type 'xpm' is not supported > >>>> (acroread:67581): GdkPixbuf-WARNING **: Cannot open pixbuf loader module > >>>> file '/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory > >>>> (acroread:67581): GdkPixbuf-WARNING **: Error loading XPM image loader: > >>>> Image type 'xpm' is not supported > >>>> (acroread:67581): GLib-GObject-CRITICAL **: g_object_ref: assertion > >>>> `G_IS_OBJECT (object)' failed > >>>> (acroread:67581): GLib-GObject-CRITICAL **: g_object_ref: assertion > >>>> `G_IS_OBJECT (object)' failed > >>>> (acroread:67581): GLib-GObject-CRITICAL **: g_object_ref: assertion > >>>> `G_IS_OBJECT (object)' failed > >>>> (acroread:67581): GLib-GObject-CRITICAL **: g_object_unref: assertion > >>>> `G_IS_OBJECT (object)' failed > >>>> (acroread:67581): GLib-GObject-CRITICAL **: g_object_unref: assertion > >>>> `G_IS_OBJECT (object)' failed > >>>> (acroread:67581): GLib-GObject-CRITICAL **: g_object_unref: assertion > >>>> `G_IS_OBJECT (object)' failed > >>>> (acroread:67581): Gdk-CRITICAL **: gdk_window_set_icon_list: assertion > >>>> `GDK_IS_PIXBUF (pixbuf)' failed > >>>> (acroread:67581): GdkPixbuf-CRITICAL **: gdk_pix
Re: acroread run problem
I am very sorry: I mixed up the acroread versions: you won't be able to run acroread9 stably on FreeBSD 7.x . You will have to wait for FreeBSD 8 . Until then you have to use acroread8 :-( Greetings Uli. Am Dienstag, den 28.04.2009, 07:44 +0200 schrieb Pieter Donche: > Hi, > > yes I do have in my /etc/rc.conf > linux_enable="YES" > > > 2) Do you get > > # df > > [...] > > linprocfs4 4 0 100%/usr/compat/linux/proc > No, this I do not have, but I wonder what that is ... > > I find nothing about linprocfs in > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu.html > > I also checked (from that book chapter 10.2) > # kldstat > Id Refs AddressSize Name > 17 0x8010 ac7708 kernel > 21 0xb08e 18aealinux.ko > 31 0xb09cb000 496 star_saver.ko > > Also, I have a another PC with FreeBSD7 (i386) with Acrobat Reader 7.0 > (/usr/local/bin/acroread) which works and there I do not not have > a "linprocfs ..." in a df output... > > > On Mon, 27 Apr 2009, Peter Ulrich Kruppa wrote: > > > Am Montag, den 27.04.2009, 11:16 +0200 schrieb Pieter Donche: > >> FreeBSD7/amd64 with linux_base-fc-4_14 Base set of packages needed > >> in Linux mode (for i386/amd64) > >> I installed acroread9-9.1.0_2 (no errors) > >> # cd /usr/ports/print/acroread9 > >> # make install clean > >> OK. > >> > >> but at > >> $ acroread & > >> I get: > >> > >> (acroread:67581): GdkPixbuf-WARNING **: Cannot open pixbuf loader module > >> file '/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory > >> (acroread:67581): GdkPixbuf-WARNING **: Error loading XPM image loader: > >> Image type 'xpm' is not supported > >> (acroread:67581): GdkPixbuf-WARNING **: Cannot open pixbuf loader module > >> file '/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory > >> (acroread:67581): GdkPixbuf-WARNING **: Error loading XPM image loader: > >> Image type 'xpm' is not supported > >> (acroread:67581): GdkPixbuf-WARNING **: Cannot open pixbuf loader module > >> file '/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory > >> (acroread:67581): GdkPixbuf-WARNING **: Error loading XPM image loader: > >> Image type 'xpm' is not supported > >> (acroread:67581): GLib-GObject-CRITICAL **: g_object_ref: assertion > >> `G_IS_OBJECT (object)' failed > >> (acroread:67581): GLib-GObject-CRITICAL **: g_object_ref: assertion > >> `G_IS_OBJECT (object)' failed > >> (acroread:67581): GLib-GObject-CRITICAL **: g_object_ref: assertion > >> `G_IS_OBJECT (object)' failed > >> (acroread:67581): GLib-GObject-CRITICAL **: g_object_unref: assertion > >> `G_IS_OBJECT (object)' failed > >> (acroread:67581): GLib-GObject-CRITICAL **: g_object_unref: assertion > >> `G_IS_OBJECT (object)' failed > >> (acroread:67581): GLib-GObject-CRITICAL **: g_object_unref: assertion > >> `G_IS_OBJECT (object)' failed > >> (acroread:67581): Gdk-CRITICAL **: gdk_window_set_icon_list: assertion > >> `GDK_IS_PIXBUF (pixbuf)' failed > >> (acroread:67581): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion > >> `pixbuf != NULL' failed > >> (acroread:67581): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion > >> `pixbuf != NULL' failed > >> (acroread:67581): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion > >> `pixbuf != NULL' failed > >> (acroread:67581): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion > >> `pixbuf != NULL' failed > >> (acroread:67581): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion > >> `pixbuf != NULL' failed > >> (acroread:67581): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion > >> `pixbuf != NULL' failed > >> (acroread:67581): GdkPixbuf-WARNING **: Cannot open pixbuf loader module > >> file '/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory > >> (acroread:67581): GdkPixbuf-WARNING **: Error loading XPM image loader: > >> Image type 'xpm' is not supported > >> (acroread:67581): GdkPixbuf-WARNING **: Cannot open pixbuf loader module > >> file '/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory > >> (acroread:67581): GdkPixbuf-WARNING **: Error loading XPM image loader: > >> Ima
Re: acroread run problem
Am Montag, den 27.04.2009, 11:16 +0200 schrieb Pieter Donche: > FreeBSD7/amd64 with linux_base-fc-4_14 Base set of packages needed > in Linux mode (for i386/amd64) > I installed acroread9-9.1.0_2 (no errors) > # cd /usr/ports/print/acroread9 > # make install clean > OK. > > but at > $ acroread & > I get: > > (acroread:67581): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file > '/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory > (acroread:67581): GdkPixbuf-WARNING **: Error loading XPM image loader: Image > type 'xpm' is not supported > (acroread:67581): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file > '/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory > (acroread:67581): GdkPixbuf-WARNING **: Error loading XPM image loader: Image > type 'xpm' is not supported > (acroread:67581): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file > '/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory > (acroread:67581): GdkPixbuf-WARNING **: Error loading XPM image loader: Image > type 'xpm' is not supported > (acroread:67581): GLib-GObject-CRITICAL **: g_object_ref: assertion > `G_IS_OBJECT (object)' failed > (acroread:67581): GLib-GObject-CRITICAL **: g_object_ref: assertion > `G_IS_OBJECT (object)' failed > (acroread:67581): GLib-GObject-CRITICAL **: g_object_ref: assertion > `G_IS_OBJECT (object)' failed > (acroread:67581): GLib-GObject-CRITICAL **: g_object_unref: assertion > `G_IS_OBJECT (object)' failed > (acroread:67581): GLib-GObject-CRITICAL **: g_object_unref: assertion > `G_IS_OBJECT (object)' failed > (acroread:67581): GLib-GObject-CRITICAL **: g_object_unref: assertion > `G_IS_OBJECT (object)' failed > (acroread:67581): Gdk-CRITICAL **: gdk_window_set_icon_list: assertion > `GDK_IS_PIXBUF (pixbuf)' failed > (acroread:67581): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion > `pixbuf != NULL' failed > (acroread:67581): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion > `pixbuf != NULL' failed > (acroread:67581): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion > `pixbuf != NULL' failed > (acroread:67581): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion > `pixbuf != NULL' failed > (acroread:67581): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion > `pixbuf != NULL' failed > (acroread:67581): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion > `pixbuf != NULL' failed > (acroread:67581): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file > '/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory > (acroread:67581): GdkPixbuf-WARNING **: Error loading XPM image loader: Image > type 'xpm' is not supported > (acroread:67581): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file > '/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory > (acroread:67581): GdkPixbuf-WARNING **: Error loading XPM image loader: Image > type 'xpm' is not supported > (acroread:67581): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file > '/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory > (acroread:67581): GdkPixbuf-WARNING **: Error loading XPM image loader: Image > type 'xpm' is not supported > (acroread:67581): GLib-GObject-CRITICAL **: g_object_ref: assertion > `G_IS_OBJECT (object)' failed > (acroread:67581): GLib-GObject-CRITICAL **: g_object_ref: assertion > `G_IS_OBJECT (object)' failed > (acroread:67581): GLib-GObject-CRITICAL **: g_object_ref: assertion > `G_IS_OBJECT (object)' failed > (acroread:67581): GLib-GObject-CRITICAL **: g_object_unref: assertion > `G_IS_OBJECT (object)' failed > (acroread:67581): GLib-GObject-CRITICAL **: g_object_unref: assertion > `G_IS_OBJECT (object)' failed > (acroread:67581): GLib-GObject-CRITICAL **: g_object_unref: assertion > `G_IS_OBJECT (object)' failed > (acroread:67581): Gdk-CRITICAL **: gdk_window_set_icon_list: assertion > `GDK_IS_PIXBUF (pixbuf)' failed > (acroread:67581): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion > `pixbuf != NULL' failed > (acroread:67581): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion > `pixbuf != NULL' failed > (acroread:67581): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion > `pixbuf != NULL' failed > (acroread:67581): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion > `pixbuf != NULL' failed > (acroread:67581): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion > `pixbuf != NULL' failed > (acroread:67581): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion > `pixbuf != NULL' failed > > (acroread:67581): Pango-WARNING **: No builtin or dynamically loaded modules > were found. Pango will not work correctly. This probably means > there was an error in the creation of: >'/etc/pango/pango.modules' > You may be able to recreate this file by running pango-querymodules. > (acroread:67581): Pango-CRITICAL **: _pango_engine_shape_shape: assertion > `PANGO_IS_FONT (font)' failed > Pango-ERROR **: file shape.c: line 75 (pango_shape): assertio
Re: maybe OT, but involves OOO its slideshow fmt, ``Impress''
Am Donnerstag, den 23.04.2009, 14:36 -0700 schrieb Gary Kline: > On Wed, Apr 22, 2009 at 05:38:25PM +0200, Peter Ulrich Kruppa wrote: > > Am Mittwoch, den 22.04.2009, 00:23 -0700 schrieb Gary Kline: > > > In any case, there are > > > two questions for this list. > > > The first, obviously, is subjective and is: > > > would having my stuff in slideshow fmt gain me a wider readership? > > Yes. Any sort of attractive presentation will draw more attention to > > your content than ordinary text without any pictures or animations. > > > > > The > > > second is: anybody out there willing to clue me in on this stuff? > > I have always made very good experiences with technical questions of all > > kind on this list. Regarding your contents or lay-out and design there > > probably are better forums. > > > Hm, okay. WEll, there's not really any layout or design. I may > want to change the one .jpg file that i created. Maybe givve the > pages a different background or font, but that's the limitation > of my ``artistic'' abilities. Sound, music/page might be a > help; I'll need volunteer help with this, and the -questions list > isn't the place to post for that:) > > tHat said: how can I experiement with translating my html into > slideshow format? If this is a case of RTFM, where is the FM > page website that will get me going.? > > thanks much, > > gary > > > > > > > > Greetings, > > > > Uli. > > > gary > > > > > > > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: maybe OT, but involves OOO its slideshow fmt, ``Impress''
Am Donnerstag, den 23.04.2009, 14:36 -0700 schrieb Gary Kline: > On Wed, Apr 22, 2009 at 05:38:25PM +0200, Peter Ulrich Kruppa wrote: > > Am Mittwoch, den 22.04.2009, 00:23 -0700 schrieb Gary Kline: > > > In any case, there are > > > two questions for this list. > > > The first, obviously, is subjective and is: > > > would having my stuff in slideshow fmt gain me a wider readership? > > Yes. Any sort of attractive presentation will draw more attention to > > your content than ordinary text without any pictures or animations. > > > > > The > > > second is: anybody out there willing to clue me in on this stuff? > > I have always made very good experiences with technical questions of all > > kind on this list. Regarding your contents or lay-out and design there > > probably are better forums. > > > Hm, okay. WEll, there's not really any layout or design. I may > want to change the one .jpg file that i created. Maybe givve the > pages a different background or font, but that's the limitation > of my ``artistic'' abilities. Sound, music/page might be a > help; I'll need volunteer help with this, and the -questions list > isn't the place to post for that:) Please do excuse my limited possibilites in the english language: But the question of design and medium is quite deeply connected with the kind of content you wish to communicate. For example: A slideshow format needs sort of a linear argumentation like this: (1)-->(2)-->(3)-->(4)--> ... HTML permits multiple lines of argumentation and crossreferences like this _->(2a)-->(3a)-->(4a)--> ... / (1)--->(2b)-->(3b)-->(4b)--> ... \ / --->(3c)-- A slideshow is a one-way communication from you to your readers, HTML as for example used in a wiki allows interaction with your readers (comments, own contributions,...) Thus it might not at all be possible to convert HTML to a slide show. You will have to decide which kind of medium fits your content best. > > tHat said: how can I experiement with translating my html into > slideshow format? If this is a case of RTFM, where is the FM > page website that will get me going.? When you have decided to use openoffice-impress you can find a first manual on http://documentation.openoffice.org/ Greetings Uli. > thanks much, > > gary > > > > > > > > Greetings, > > > > Uli. > > > gary > > > > > > > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: maybe OT, but involves OOO its slideshow fmt, ``Impress''
Am Mittwoch, den 22.04.2009, 00:23 -0700 schrieb Gary Kline: > In any case, there are > two questions for this list. > The first, obviously, is subjective and is: > would having my stuff in slideshow fmt gain me a wider readership? Yes. Any sort of attractive presentation will draw more attention to your content than ordinary text without any pictures or animations. > The > second is: anybody out there willing to clue me in on this stuff? I have always made very good experiences with technical questions of all kind on this list. Regarding your contents or lay-out and design there probably are better forums. Greetings, Uli. > gary > > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: CUPS
Am Donnerstag, den 16.04.2009, 10:01 -0400 schrieb Bob Falanga: > I tried installing foomatic-filters. Then I get "unable to open device > file "/dev/ulpt1": permission denied" I set permissions to 0666, I > don't get the error message but nothing prints. > > Do you have the lines lpd_enable="NO" cupsd_enable="YES" in your /etc/rc.conf ? If not, put type them in and restart cupsd (or reboot your machine and set /dev/ulpt1 to 0666). Greetings, Uli. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: mkisofs and directories
Am Dienstag, den 14.04.2009, 23:22 -0600 schrieb Tim Judd: > On Tue, Apr 14, 2009 at 4:18 PM, Alexander Best < > alexbes...@math.uni-muenster.de> wrote: > > > hi there, > > > > this is a question that's always been bugging me: > > > > when i give mkisofs a directory as argument it always ads the contents of > > that > > directory to the iso. how can i tell mkisofs that i want the actual > > directory > > (including all it's contents) to be added to the iso? > > > > cheers. > > alex > > > unix naming convention normally dictates the following: > cp -r /cdrom/dir /mnt/ > # will create /mnt/dir and everything under it > cp -r /cdrom/dir/ /mnt/ > # will copy contents of dir into /mnt That was what I thought it should do - but it doesn't! Greetings, Uli. > > > Try excluding the slash (which is the only difference). > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: mkisofs and directories
Am Mittwoch, den 15.04.2009, 00:18 +0200 schrieb Alexander Best: > hi there, > > this is a question that's always been bugging me: > > when i give mkisofs a directory as argument it always ads the contents of that > directory to the iso. how can i tell mkisofs that i want the actual directory > (including all it's contents) to be added to the iso? You could use the -root option like this: # mkisofs -o image_name.iso -root directory_name path/to/files Greetings, Uli. > > cheers. > alex > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: CUPS
Am Dienstag, den 14.04.2009, 13:29 +0200 schrieb Dave Feustel: > On Tue, Apr 14, 2009 at 07:22:01AM +0200, Peter Ulrich Kruppa wrote: > > Am Dienstag, den 14.04.2009, 04:14 + schrieb Dave Feustel: > > > On Mon, Apr 13, 2009 at 10:01:32PM -0400, Bob Falanga wrote: > > > > > I also am having problems printing on Suse 11 with CUPS from Maple > > > version 12 (Maple, using its own copy of JRT 1.6 finds no printer > > > services). There is a new (2008) book on CUPS administration which I will > > > shortly be ordering from amazon.com since CUPS appears to be the wave of > > > the future. > > Is your printer attached to a SUSE or a FreeBSD machine? > > Where do you run Maple - on SUSE or FreeBSD? > > > > Greetings > > > > Uli. > > My printer is attached to Suse, and I run Maple on Suse. I don't think > that Suse comes in a FreeBSD version unless RPMs work with FreeBSD. In this case you should ask people on a SUSE forum or SUSE mailing list, shouldn't you? Greetings, Uli. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: CUPS
Am Dienstag, den 14.04.2009, 04:14 + schrieb Dave Feustel: > On Mon, Apr 13, 2009 at 10:01:32PM -0400, Bob Falanga wrote: > I also am having problems printing on Suse 11 with CUPS from Maple > version 12 (Maple, using its own copy of JRT 1.6 finds no printer > services). There is a new (2008) book on CUPS administration which I will > shortly be ordering from amazon.com since CUPS appears to be the wave of > the future. Is your printer attached to a SUSE or a FreeBSD machine? Where do you run Maple - on SUSE or FreeBSD? Greetings Uli. > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: CUPS
Am Montag, den 13.04.2009, 22:01 -0400 schrieb Bob Falanga: > I have installed cups on freebsd. > The printer configures OK. > When I try a test print in localhost:631 I get an error message: > /usr/local/libexec/cups/filter/foomatic-rip failedI need help with this one. > What happens when you install /usr/ports/print/foomatic-filters and restart cups with # /usr/local/etc/rc.d/cupsd restart ? Greetings Uli. > Thank you, > Bob Falanga > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: CUPS - no german Umlaut characters
Ewald Jenisch schrieb: Hi, After successfully setting up CUPS I found out a problem wrt printing german Umlaut characters: Whenever I try to print a file with umlaut characters the file is only printed up to not not including the first umlaut characters. This happens for example when I take a text file with umlaut characters and try to print it via lpr. On the other hand, when I've got a web-page containing umlaut characters under Firefox3 and print that page I get the complete page - including umlaut characters. Any ideas how I can get my umlauts to print via lpr? Try some sort of filter like print/enscript: # enscript your_file should get your Umlaut's. Greetings, Uli. Thanks much in advance for your help, -ewald ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: "Homeschool" sebagai Gaya Hidup?
Peter Ulrich Kruppa schrieb: Indeed FreeBSD as an Operating System, coming with a huge software collection, offers about everything you will need for home learning and teaching - and is completely free. Since there is a long tradition of Open Source Communities supporting educational purposes, I am convinced everybody on this list is willing to assist you in technical questions about setting up learning platforms like moodle or compiling an office suite like OpenOffice. Good luck! Uli. Malaysian Homeschool Family schrieb: Assalamualaikum, Sertai kami dalam playgroup Komuniti Malaysia Homeschool Unite, khas buat keluarga "homeschool" dan terbuka kepada keluarga yang berminat untuk menambah ilmu serta kenalan. Anda juga boleh berikan cadangan anda. - Jom klik di sini : http://www.forum.littlekittle.com Segmen Iklan: Only RM 25 for 3 bulan! Segmen direktori niaga buat warga Malaysia! Terbuka kepada WAHM (Work-at-Home-Mum) - Jom klik di sini : http://littlekittle.com/forum/showthread.php?t=6 Malaysian Homeschool Family Blog. - Jom klik di sini : http://littlekittle.com/blog/ Parents have always been their children's First Teachers. When children reach the age of 7 in most country we are told we need to send them off to Public School for approximately 8 hours a day. Why? Parents have taught their children from the day they were born. We teach them to walk, talk, tie their shoes, and so very much more. There is no set age at which a child can begin learning reading, math, history, science, art. Every child learns in their own way. Some children may do just fine learning out of a text book, sitting at a desk for 8 hours. There are certainly many more options that help children learn that would not be considered a normal education. Parents have been teaching their children at home since the beginning of time. Home schooling our children at home is a personal decision for everyone. No one can make the choice for you. What works for one family may not work for another. Children will not all want to study bugs at the same time. They won't all want to know why condensation forms on the windows in the winter, at the same time that little kiddy down the street wants to know the same thing. Parents understand their child better then anyone else does. We understand what makes our child go; hmmm how would this work if I put it on like this instead of the way the directions say. We have always been our children's teachers. Being as a parent and a teacher has always been the way the world works. In todays world it is no different. We choose now to keep our children learning, learning at home with us. As our children's teachers we are always on the lookout for things that we can use to help in their learning. That is where our forum Malaysia Homeschool Unite come in. We offer links to free worksheets on other sites (and more in the near future!). As well as have some that were made for the MHU forums use. We are there when you have questions, and when you want to hit your head on the wall. We offer not just the links but an ear, and a shoulder when they are needed. *Insya-Allah, Amin~* Yours sincerely, Mohd Azhar Zahir Advertising & Marketing ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: Problem gdm 2.24, xdmcp D-BUS?
Peter Ulrich Kruppa schrieb: On Fri, 30 Jan 2009, Uwe Laverenz wrote: Peter Ulrich Kruppa schrieb: gdm-2.24.1_5 is not broken, else I couldn't have logged onto my gnome-desktop some minutes ago. But there are some feature-regressions Sorry, do you mean you logged into a _remote_ machine (via XDMCP) that is running GDM 2.24 and listens to UDP 177? Because this is the thing that doesn't work for us. When I said "broken", I meant that XDMCP does not work anymore (and a few other things that users were comfortable with). Sorry, I didn't catch the original posters second last line, my fault. Xdmcp is not available via gdm-2.24 . Greetings Uli. As a little excuse to the original poster I did some research: How about using # Xorg -query : from command line? (Mind: you have to set display number to something different from default 0 (p.ex. 1 or 2) if you are calling from inside an already running Xorg). That's a really "thin" client and it seems to work (for me - I can logon to my wifes Debian machine). Greetings Uli. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: Problem gdm 2.24, xdmcp D-BUS?
On Fri, 30 Jan 2009, Uwe Laverenz wrote: Peter Ulrich Kruppa schrieb: gdm-2.24.1_5 is not broken, else I couldn't have logged onto my gnome-desktop some minutes ago. But there are some feature-regressions Sorry, do you mean you logged into a _remote_ machine (via XDMCP) that is running GDM 2.24 and listens to UDP 177? Because this is the thing that doesn't work for us. When I said "broken", I meant that XDMCP does not work anymore (and a few other things that users were comfortable with). Sorry, I didn't catch the original posters second last line, my fault. Xdmcp is not available via gdm-2.24 . Greetings Uli. compared to 2.20 - developers say they have rewritten important parts of the code. Rewritten? Yes, that's what they call it these days when they remove features without getting the new stuff working. :-( Uwe ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" | Peter Ulrich Kruppa | Wuppertal | Germany ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: Problem gdm 2.24, xdmcp D-BUS?
On Fri, 30 Jan 2009, Uwe Laverenz wrote: On Fri, Jan 30, 2009 at 04:03:10PM +0100, Klaus Friis Østergaard wrote: I tried to remove the directories that was not removed by deinstall manually, and then installed again, now no complaints about not being able to uninstall I can now start gdm again, with out any complaints, but when I run sockstat I cannot see gdm-binary active nor any listen on udp 177. Any suggestions? GDM 2.24 ist broken, not only on FreeBSD but also on other systems like Fedora. My personal workaround ist to keep using 2.20 for now, which seems to be the last working version that came from the gnome team. gdm-2.24.1_5 is not broken, else I couldn't have logged onto my gnome-desktop some minutes ago. But there are some feature-regressions compared to 2.20 - developers say they have rewritten important parts of the code. Greetings, Uli. There is a thread about this at the freebsd-gnome mailing list. Uwe ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" | Peter Ulrich Kruppa | Wuppertal | Germany___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: ISOs
On Thu, 29 Jan 2009, IT2 Stuart Blake Tener, USNR wrote: Mr. Kruppa: Indeed there seems to be a discrepancy between your comments (that the DVD is inclusive of the documentation) and Mr. Barber, who indicated in his email to me that the DVD is NOT inclusive of the documentation (only the three CDs, I did not include his email but can if you wish to see it). Can you or he clarify this? Please do read http://www.freebsd.org/releases/7.1R/announce.html "Availability" yourself: dvd1: Contains everything necessary to install the base FreeBSD operating system, a collection of pre-built packages, the documentation, and supports booting into a "livefs" based rescue mode. This should be all you need if you can burn and use DVD-sized media. - Greetings, Uli. V/R, Stuart On 1/29/09 9:34 AM, "Peter Ulrich Kruppa" wrote: On Thu, 29 Jan 2009, IT2 Stuart Blake Tener, USNR wrote: Dear Sir or Ma'am: I have tried to search Google and that, but probably am not using the right conglomerate of keywords to find what I want to know, so I am resigned to asking you. I recently noticed that there are quite a number of DVDs and CD-ROMs out for FreeBSD, and I'd like to give it a try. So I downloaded the amd64-all torrent, but I fear I likely have more ISOs than I need. Does the "dvd1" include the contents of the docs? What are all the other ISOs? I saw no documentation on the freebsd.org site descriptive what I am asking. 7.1-RELEASE-amd64-bootonly.iso This is only a very minimalistic Operating System/Installation CD, nearly everything has to be downloaded from the internet. You should know what you do, when you use this. 7.1-RELEASE-amd64-disc1.iso 7.1-RELEASE-amd64-disc2.iso 7.1-RELEASE-amd64-disc3.iso 7.1-RELEASE-amd64-docs.iso These are the release CD's. You will need at least disc1. The others contain collections of useful software and information. 7.1-RELEASE-amd64-dvd1.iso Contains the stuff of the four CD's 7.1-RELEASE-amd64-livefs.iso A live-file-system, i.e. you can run the OS from CD without installing it to your harddisk - not very complete, but nice for testing. Thanks in advance, and have a blessed day. Greetings Uli. -- Very Respectfully, IT2 Stuart Blake Tener, USNR Las Vegas, NV / Beverly Hills, CA / Philadelphia, PA / Washington, DC Amateur Radio Call Sign: N3GWG (Extra) / Marine Radio Operator Permit (MROP) email: ten...@bh90210.net (also carbon copies to my Blackberry) phone: +(1) 310.358.0202 (Beverly Hills, CA, forwards to mobile phone) phone: +(1) 215.338.6005 (Philadelphia, PA, voice mail only) E-Fax: +(1) 928.437.4505 (Telecopier, fax to email gateway) Military emails (checked monthly until remote NMCI access is secured) NIPRNET: stuart.te...@navy.mil NIPRNET: stuart.b.te...@us.army.mil NRO: ten...@nro.mil TS/SCI: tener...@nro.ic.gov (GWAN) Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and/or privileged information, though strictly at the UNCLASSIFIED level. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the originate message. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" | Peter Ulrich Kruppa | Wuppertal | Germany -- Very Respectfully, IT2 Stuart Blake Tener, USNR Las Vegas, NV / Beverly Hills, CA / Philadelphia, PA / Washington, DC Amateur Radio Call Sign: N3GWG (Extra) / Marine Radio Operator Permit (MROP) email: ten...@bh90210.net (also carbon copies to my Blackberry) phone: +(1) 310.358.0202 (Beverly Hills, CA, forwards to mobile phone) phone: +(1) 215.338.6005 (Philadelphia, PA, voice mail only) E-Fax: +(1) 928.437.4505 (Telecopier, fax to email gateway) Military emails (checked monthly until remote NMCI access is secured) NIPRNET: stuart.te...@navy.mil NIPRNET: stuart.b.te...@us.army.mil NRO: ten...@nro.mil TS/SCI: tener...@nro.ic.gov (GWAN) Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and/or privileged information, though strictly at the UNCLASSIFIED level. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the originate message. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-
Re: ISOs
On Thu, 29 Jan 2009, IT2 Stuart Blake Tener, USNR wrote: Dear Sir or Ma'am: I have tried to search Google and that, but probably am not using the right conglomerate of keywords to find what I want to know, so I am resigned to asking you. I recently noticed that there are quite a number of DVDs and CD-ROMs out for FreeBSD, and I'd like to give it a try. So I downloaded the amd64-all torrent, but I fear I likely have more ISOs than I need. Does the "dvd1" include the contents of the docs? What are all the other ISOs? I saw no documentation on the freebsd.org site descriptive what I am asking. 7.1-RELEASE-amd64-bootonly.iso This is only a very minimalistic Operating System/Installation CD, nearly everything has to be downloaded from the internet. You should know what you do, when you use this. 7.1-RELEASE-amd64-disc1.iso 7.1-RELEASE-amd64-disc2.iso 7.1-RELEASE-amd64-disc3.iso 7.1-RELEASE-amd64-docs.iso These are the release CD's. You will need at least disc1. The others contain collections of useful software and information. 7.1-RELEASE-amd64-dvd1.iso Contains the stuff of the four CD's 7.1-RELEASE-amd64-livefs.iso A live-file-system, i.e. you can run the OS from CD without installing it to your harddisk - not very complete, but nice for testing. Thanks in advance, and have a blessed day. Greetings Uli. -- Very Respectfully, IT2 Stuart Blake Tener, USNR Las Vegas, NV / Beverly Hills, CA / Philadelphia, PA / Washington, DC Amateur Radio Call Sign: N3GWG (Extra) / Marine Radio Operator Permit (MROP) email: ten...@bh90210.net (also carbon copies to my Blackberry) phone: +(1) 310.358.0202 (Beverly Hills, CA, forwards to mobile phone) phone: +(1) 215.338.6005 (Philadelphia, PA, voice mail only) E-Fax: +(1) 928.437.4505 (Telecopier, fax to email gateway) Military emails (checked monthly until remote NMCI access is secured) NIPRNET: stuart.te...@navy.mil NIPRNET: stuart.b.te...@us.army.mil NRO: ten...@nro.mil TS/SCI: tener...@nro.ic.gov (GWAN) Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and/or privileged information, though strictly at the UNCLASSIFIED level. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the originate message. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" | Peter Ulrich Kruppa | Wuppertal | Germany ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: Newbie: offline package use / XFCE.
Thomas W. Holloway schrieb: I would like to install XFCE on a FreeBSD 7.1 box that is and will remain (for now) offline. No network connection at all. If I have read correctly, this means downloading the appropriate package(s) and using pkg_add. So far, so good (I haven't done it, but it seems clear enough). The simpliest way would be to install from one of the three Release-CD's or from the Release-DVD (via /usr/sbin/sysinstall). But I have no idea if XFCE4 is contained in them. Perhaps someone could look this up for you? Greetings, Uli. The package for XFCE4, as listed here http://www.freebsd.org/ports/xfce.html is a "meta-port" (I believe I understand the idea), which seems to have about one hundred (100) dependencies. Of course, some of those will have dependencies of their own, and so on. My question is this: In order to "download/ftp the package" for XFCE4, I would have to obtain all hundred (or so) of the listed files _and_ any dependencies they may have so as to point pkg_add at them locally. Is this correct? If not correct, what have I missed (a pointer to what I've missed should be sufficient). I've also looked at it from the XFCE side, where there is a nice, detailed doc by Benedikt Meurer, here http://www.os-works.com/documentation/xfce-installers/4.2.1/xfce-installer/ This strongly implies that I can bypass the pkg_add procedure entirely. Might be worth trying, but I'd still like to know if I've understood what the package listing above is saying. Editorial comment and/or general advice on XFCE is not unwelcome. It's just secondary to the question. Thanks in advance, and regards, Tom Holloway. PS: I almost forgot the traditional "PLEASE HELP!!!" ;) But this is not for work and I am not on any deadline whatever. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: upgrade 7.0 -> 7.1 : portupgrade -af required?
Olivier Mueller schrieb: Hello, Le 15 janv. 09 à 19:36, Peter Ulrich Kruppa a écrit : Yes, it seems it's the answer for the upgrade 7.0 -> 7.1, thanks for your answer and the 3 others on the list :) Sorry, that wasn't any kind of "secret" hint. I just frequently hit the wrong Reply-button on thunderbird. Greetings, Uli. regards, Olivier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Samba, WinVista and Roaming Profiles
Hello, I hope my question isn't too off-topic for this list, but usually some people come up with good ideas ... We have got a FreeBSD Samba Server (set up as PDC) and about 100 WinXP desktops and laptops. The WinXP machines can log into the network, connect to home directories and shares and download (roaming) profiles. Everything works fine with them. Now we have purchased 2 new WinVista desktops. Login and shares work all right, but they can't download the profiles. They will deliver an error message saying they lack appropriate permissions. Any idea what is happening there? Thanks for your help and greetings, Uli. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re:
[EMAIL PROTECTED] schrieb: hey again ... ive asked, if somebody could help me with making the bootmanager, the kernel.-booting and shutdown-process green/black colored (like netbsd) ive get no answer yet, i hope, you can still help me ... Perhaps you should repost this mail with a significant subject line. Most people will delete messages without. Greetings, Uli. yours Pt! Schon vom neuen WEB.DE MultiMessenger gehört? Der kann`s mit allen: http://www.produkte.web.de/messenger/?did=3123 ___ 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: Localized menus in firefox3 ?
Nikola Lečić schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 On Sun, 23 Nov 2008 15:46:19 +0100 Peter Ulrich Kruppa <[EMAIL PROTECTED]> wrote: Hi, I would like my firefox3 menus in german. With firefox2 I could install the firefox-i18n port and select german in the "Quick Locale Switcher". What would I have to do with firefox3? - I tried firefox3-i18n but menus will always stay english. Hi Peter, You can install language packs directly from http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0.4/linux-i686/xpi/ (change the version number in the URL if needed). The additional languages should be accessible through Tools -> Languages. Thanks Nikola, that works! HTH - -- Nikola LeÄ�iÄ� = Ð�ОкПла Ð�еÑ�ОÑ� fingerprint : FEF3 66AF C90E EDC3 D878 7CDC 956D F4AB A377 1C9B -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (FreeBSD) iJwEAQEDAAYFAkkpd6AACgkQ/MM/0rYIoZju8AQArnUB3FtGIlqDedQVPopc4VDF mryCX0ZwYq8DObJuU+UOT5kyI0FRTYgSXNadjUerzsnfdLrfodtkhkuIfmzc4RBx 32sp4jlUjqLf+POfVfBtsYFW/0u6qYdY8g4VPxzJlYWoPE6aAwBVILcxvdWWdL/i dMoP0ojYls4tqLWhvWQ= =DR/0 -END PGP SIGNATURE- ___ 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]"
Localized menus in firefox3 ?
Hi, I would like my firefox3 menus in german. With firefox2 I could install the firefox-i18n port and select german in the "Quick Locale Switcher". What would I have to do with firefox3? - I tried firefox3-i18n but menus will always stay english. Thanks for your help. Ulrich. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: qemu bridge building
Hello Desmond! Desmond Chapman schrieb: owntap0 moleque:moleque :q! # /etc/rc.d/devfs restart # kldload kqemu aio if_tap if_bridge kldload: can't load kqemu: File exists kldload: can't load aio: File exists # sysctl net.link.tap.user_open=1 net.link.tap.user_open: 0 -> 1 # ifconfig bridge0 create You will need a # ifconfig tap0 create here. Greetings, Uli. # ifconfig rl0: flags=8802 metric 0 mtu 1500 options=8 ether 00:15:f2:7a:dc:83 media: Ethernet autoselect status: no carrier fwe0: flags=8802 metric 0 mtu 1500 options=8 ether 02:11:d8:85:04:0b ch 1 dma -1 fwip0: flags=8802 metric 0 mtu 1500 lladdr 0.11.d8.0.0.85.4.b.a.2.ff.fe.0.0.0.0 dc0: flags=8843 metric 0 mtu 1500 options=8 ether 00:04:5a:4f:ab:db inet 192.168.0.10 netmask 0xff00 broadcast 192.168.0.255 media: Ethernet autoselect (100baseTX ) status: active plip0: flags=108810 metric 0 mtu 1500 lo0: flags=8049 metric 0 mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x6 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff00 bridge0: flags=8802 metric 0 mtu 1500 ether 4e:48:d6:53:ff:2b id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15 maxage 20 holdcnt 6 proto rstp maxaddr 100 timeout 1200 root id 00:00:00:00:00:00 priority 0 ifcost 0 port 0 # ifconfig bridge0 addm dc0 up # ifconfig bridge0 addm tap0 ifconfig: BRDGADD tap0: No such file or directory . Problem is there now. _ Want to do more with Windows Live? Learn “10 hidden secrets” from Jamie. http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!5295.entry?ocid=TXT_TAGLM_WL_domore_092008___ 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: How to test an unsupported scanner (CanoScan LiDe 90)?
Hello! Polytropon schrieb: Hi! On Sun, 14 Sep 2008 11:40:54 +0200, Peter Ulrich Kruppa <[EMAIL PROTECTED]> wrote: Peter Ulrich Kruppa schrieb: I have purchased a scanner yet unsupported by sane (CanoScan LiDe 90). Mayve the SANE team will get this scanner to work later on. But at this point in time, the scanner will be outdated. :-) Perhaps they can get it running before my WinXP laptop is outdated :-) Actually I wonder if I have got a general communication problem between FreeBSD and the scanner or if the sane-backend itself is unusable. If I could make the scanner react somehow I could ask people on sane-devel list for good ideas. Greetings, Uli. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: How to test an unsupported scanner (CanoScan LiDe 90)?
Peter Ulrich Kruppa schrieb: I have purchased a scanner yet unsupported by sane (CanoScan LiDe 90). It is at least detected by # sane-find-scanner -q found USB scanner (vendor=0x04a9 [Canon], product=0x1900 [CanoScan], chip=GL842) at libusb:/dev/usb1:/dev/ugen0 - No /dev/uscanner0 is produced. - # scanimage -L says no scanners were identified. I would like to test if it might work with sane-genesys backend. How can I do this? I am running FreeBSD 7.1-PRERELEASE amd64 . In the meantime I have played around a little bit: I put vendor and product id's into /usr/src/sys/dev/usb/uscanner.c and usbdevs and rebuilt my kernel. So now I get # dmesg | grep uscanner uscanner0: on uhub1 which changes: # sane-find-scanner -q found USB scanner (vendor=0x04a9, product=0x1900) at /dev/uscanner0 Also I tried an appropriate entry in /usr/local/etc/sane/genesys.conf but the result of # scanimage -L remains the same (not identified) and # scanimage -d genesys:/dev/uscanner0 > image.pnm scanimage: open of device genesys:/dev/uscanner0 failed: Invalid argument Greetings, Uli. Thanks for your answers, comments, help, etc.. Greetings, Uli. ___ 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]"
How to test an unsupported scanner (CanoScan LiDe 90)?
Hello list, I have purchased a scanner yet unsupported by sane (CanoScan LiDe 90). It is at least detected by # sane-find-scanner -q found USB scanner (vendor=0x04a9 [Canon], product=0x1900 [CanoScan], chip=GL842) at libusb:/dev/usb1:/dev/ugen0 - No /dev/uscanner0 is produced. - # scanimage -L says no scanners were identified. I would like to test if it might work with sane-genesys backend. How can I do this? I am running FreeBSD 7.1-PRERELEASE amd64 . Thanks for your answers, comments, help, etc.. Greetings, Uli. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Spam sent to me from my own mail server ?
Sorry, I forgot to post to the list! Matthew Seaman schrieb: > Peter Ulrich Kruppa wrote: >> Steve Bertrand schrieb: >>> Peter Ulrich Kruppa wrote: > >>>> for some time now I keep receiving spam mails from my >>>> own (small) mail server, some of them with faked >>>> usernames some of them even with my own ([EMAIL PROTECTED]). > >>> The only way to tell for certain is to review the headers >>> of the message. > >> Received: from 18971066005.user.veloxzone.com.br (18971066005.user.veloxzone.com .br [189.71.66.5] (may be >> forged)) by pukruppa.net (8.14.2/8.14.2) with SMTP id >> m7RGmXTN038419 for <[EMAIL PROTECTED]>; Wed, 27 Aug 2008 >> 18:48:34 +0200 (CEST) (envelope-from [EMAIL PROTECTED]) > > It's a simple forgery by the spammer. They just claim to be > sending from your domain because there are apparently people > that run internet connected mail systems where doing that > makes it easier to inject spam... Either that, or the spammers > figure they'll get you with the bounce-o-gramme even if the > first delivery doesn't work. > > There are a number of measures you can take against such > things. One thing that is pretty easy to implement is to set > up SPF records in the DNS. This won't stop the spammers > attacking you this way, but it does mean that spamassassin > will award them lots of spam points and probably reject the mail. > > If you're using sendmail as your MTA, then look at > implementing the following features in your $(hostname).mc: Would that mean a file called /etc/mail/pukruppa.net.mc in my case? Since I get # hostname pukruppa.net or do I leave away the .net ? Thanks, Uli. > > FEATURE(greet_pause, `5000')dnl ## 5 seconds FEATURE(block_bad_helo)dnl FEATURE(badmx)dnl FEATURE(require_rdns)dnl > > These are pretty cheap resource wise and block many of the > most egregious spammers. There's a lot more you can do than > that in setting up sendmail to be spam-resistent -- much more > than I can describe in an e-mail like this. > > Cheers, > > Matthew > -- Peter Ulrich Kruppa Wuppertal Germany -- Peter Ulrich Kruppa Wuppertal Germany ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Spam sent to me from my own mail server ?
Steve Bertrand schrieb: Peter Ulrich Kruppa wrote: Hello, for some time now I keep receiving spam mails from my own (small) mail server, some of them with faked usernames some of them even with my own ([EMAIL PROTECTED]). How have you identified that they are actually being delivered by your server itself? It is my experience that this is likely not the case, and it is only your addresses that are being forged. Actually I haven't identified anything, probably the address is forged somehow. The only way to tell for certain is to review the headers of the message. This should be one (I hope) There is no user called ixd ("Yolanda") on my system: From [EMAIL PROTECTED] Wed Aug 27 18:48:36 2008 X-Mozilla-Status: 0009 X-Mozilla-Status2: Return-Path: <[EMAIL PROTECTED]> Received: from 18971066005.user.veloxzone.com.br (18971066005.user.veloxzone.com .br [189.71.66.5] (may be forged)) by pukruppa.net (8.14.2/8.14.2) with SMTP id m7RGmXTN038419 for <[EMAIL PROTECTED]>; Wed, 27 Aug 2008 18:48:34 +0200 (CEST) (envelope-from [EMAIL PROTECTED]) X-Original-To: [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] Received: from [189.71.66.5] (port=22480 helo=18971066005.user.veloxzone.com.br) by mail.pukruppa.net with esmtp id d3c5a8-e87492-d2 for [EMAIL PROTECTED]; Wed, 27 Aug 2008 13:45:59 --300 Message-ID: <[EMAIL PROTECTED]> From: "Yolanda" <[EMAIL PROTECTED]> To: "Jenifer" <[EMAIL PROTECTED]> Subject: last chance for Michael Date: Wed, 27 Aug 2008 13:45:59 --300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_NextPart_001_3171_01C90864.62105880" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 --=_NextPart_001_3171_01C90864.62105880 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable hi, From: "Yolanda" <[EMAIL PROTECTED]> To: "Jenifer" <[EMAIL PROTECTED]> Subject: last chance for Michael Date: Wed, 27 Aug 2008 13:45:59 --300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_NextPart_001_3171_01C90864.62105880" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 --=_NextPart_001_3171_01C90864.62105880 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable hi, 2 days ago I got present from Michael. He was happy! Today I found the same and much cheaper! htp://fangem.com Take a look --------- BTW.: I sometimes try some relay tester, their machines never found anything. Greetings, Uli. Steve -- Peter Ulrich Kruppa Wuppertal Germany ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Spam sent to me from my own mail server ?
Hello, for some time now I keep receiving spam mails from my own (small) mail server, some of them with faked usernames some of them even with my own ([EMAIL PROTECTED]). 1) How is this possible? 2) What can I or do I have to do against it? I am running a quite plain sendmail setup from 7.0 -STABLE. Thanks for your answers, Ulrich. -- Peter Ulrich Kruppa Wuppertal Germany ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Simple Text Mail Setup
Rem Roberti schrieb: On 2008.06.23 15:49:59 +, Peter Ulrich Kruppa wrote: Rem Roberti schrieb: I am a running a minimalist setup with FreeBSD 7.0. I would like to be able to configure my system to allow me to use a text-based mail client such as Mutt. So far, I am able to receive mail, fetching my pop mail >from Comcast via getmail. But I can't send mail because the system isn't configured for that, and I'm in the dark as how to accomplish it. Is there somewhere that I can go for info on setting up a simple configuration which will let me send mail from Mutt? Sendmail, which of course is included with FreeBSd, seems kind of nightmarish. Probably you only have to type sendmail_enable="YES" into your /etc/rc.conf and reboot. Greetings, Uli. At any rate, this is a personal system, and I would like the simplest setup I can get to work. Any info would be much appreciated. Rem Well, I have had sendmail enabled, but my outgoing mail gets bounced with a message saying that Comcast has blocked the process. I have the feeling that there is a problem with how I am supposed to use my hostname. When I run hostname -r I get .hsd1.ca.comcast.net. As you can tell, I am a relative newbie, and not very well versed in all of these things. But I love the process of trying to get it figured out. Rem I don't know mutt, but I guess you should be able to set Comcast's SMTP server somewhere. And: do you need some kind of authentification for it? Uli. Peter Ulrich Kruppa Wuppertal Germany ___ 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]" -- Peter Ulrich Kruppa Wuppertal Germany ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Simple Text Mail Setup
Rem Roberti schrieb: I am a running a minimalist setup with FreeBSD 7.0. I would like to be able to configure my system to allow me to use a text-based mail client such as Mutt. So far, I am able to receive mail, fetching my pop mail from Comcast via getmail. But I can't send mail because the system isn't configured for that, and I'm in the dark as how to accomplish it. Is there somewhere that I can go for info on setting up a simple configuration which will let me send mail from Mutt? Sendmail, which of course is included with FreeBSd, seems kind of nightmarish. Probably you only have to type sendmail_enable="YES" into your /etc/rc.conf and reboot. Greetings, Uli. At any rate, this is a personal system, and I would like the simplest setup I can get to work. Any info would be much appreciated. Rem ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- Peter Ulrich Kruppa Wuppertal Germany ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
RE: Java based Content Management Systems on FreeBSD?
On Sat, 15 Mar 2008, Ted Mittelstaedt wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Peter Ulrich Kruppa Sent: Saturday, March 15, 2008 11:05 PM To: freebsd-questions@freebsd.org Subject: Java based Content Management Systems on FreeBSD? Hi, surfing the internet I a page describing some fancy Java based CMS's: http://java-source.net/open-source/content-managment-systems Does anyone have any experience with them on FreeBSD, do they work? Java is write-once, run anywhere. As long as they run under the JDK that has been ported to FreeBSD then there's no problems. I know this is so because Sun Microsystems says so in their literature about Java. Sun says that a language that can only run on 1 specific platform is no good, that is the entire point of why they wrote Java, according to Sun. I see - you mean I should test myself: Jahia for example installs and works like a charm with diablo-jdk1.5.0 , but the drag-'n-drop and copy-'n-paste features - I would like to see - are commercial. I think I will try another one. Thanks for your help. Uli. --------- Peter Ulrich Kruppa Wuppertal Germany ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Java based Content Management Systems on FreeBSD?
Hi, surfing the internet I a page describing some fancy Java based CMS's: http://java-source.net/open-source/content-managment-systems Does anyone have any experience with them on FreeBSD, do they work? (Please no flames about the advantages of PHP or Python, I am just looking for a starting point for some testing :) ) Greetings, Uli. - Peter Ulrich Kruppa Wuppertal Germany ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Can cvs-sup Safely Upgrade a 5.3 System to 6.2?
On Wed, 28 Mar 2007, Martin McCormick wrote: The system is on, but not in production so I would like to upgrade it before we use it. Keep strictly to the "canonical way to update your system" http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html Else - as far as I remember - you might run into problems with some pseudo user account which is needed for 6.x Good Luck, Uli. Many thanks. Martin McCormick WB5AGZ Stillwater, OK Systems Engineer OSU Information Technology Department Network Operations Group ___ 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: Stupid ASCII loader prompt
On Thu, 17 Mar 2005, Ted Mittelstaedt wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jerry McAllister Sent: Thursday, March 17, 2005 11:53 AM To: "Marco Greene (ML)" Cc: freebsd-questions@freebsd.org Subject: Re: Stupid ASCII loader prompt Well, by now we are gleefully off topic for this list, so... Why not! ;-) The USA system attempts/purports to _protect_ the minorities. This exists because supposedly the system tries to protect everyone, not specifically the minorities. It is only an artifact that sometimes minorities find themselves able to use the system to influence some outcome. They do not seize control. They wield whatever poser/influence they can muster, but they do not seize control. What control exists, they do seize. Certainly, much of the actual control of the US system resides lower down in the food chain among the professional bureaucrats who survive administration after administration, regardless of who happens to be at the top. But, there still is a lot of real power at the top, and the people at the top are also able to make decisions that have implications that stretch far, far beyond their own brief period in power. As for example the decision to invade Iraq. Long after the Republicans are out of power, the US is still going to be involved there. Because by that time there will have been such a great loss of American life that even the strongest Democrat will not be able to pull out, because the hawks will claim that if he does he's throwing away everything that that large number of soldiers have given their lives for, and nobody will be able to survive that kind of criticism. As a result we will have permanent military bases there. And as a result we will have to keep going back in there year after year whenever the population there (who really does not want bases) manages to get a strong enough government in place that can threaten those bases existence. And also, Saudi Arabia wants us in there because that way we will control oil production, and thus not destroy OPEC's power. Iraq is the only country in the world that has the oil reserves large enough to destroy OPEC if they wished, and OPEC is Saudi Arabia's child. And independent Iraq with it's own government has always been a threat to OPEC and now that is gone. And because of all of this, our Energy policy has been permanently altered to be oil-based. We will never be able to return to conservation, solar, geothermal and so on. The dial has been stuck on Oil and will remain there until all oil reserves in Saudia Arabia and Iraq have been completely tapped out. And because of that, American soldiers will continue to die over there until that happens in maybe a century or so. And this is -exactly- what the ultraconservatives want. They wanted a US that is the world's policeman with an economy that supports a tremendous military-industrial complex, and that is what they got. Next, it was not exactly a failure. The use of alcohol went down very significantly. We don't really have any way of knowing that because none of this stuff was tracked, as it was illegal. And you might consider too that a still isn't practical in a densely populated area, it is likely that out West where the population density was much lower, that they were far more common than anyone would believe. Sure, each 'ultra' group contains the seeds/tools of its own destruction. No, not true. The Amish for example are definitely an off-the-bend "ultra" group, but they have a consistent internal philosophy, and the way they apply their philosophy is non hypocritical, thus they survive. The Quakers, the super-Mormons, even the survivalists, there are many of these out-in-left-field groups that are non-hypocritical in the application end. As a result they don't carry the seeds of their own destruction. Rather, there are other reasons that they can never grow beyond a small minority. There's plenty of stuff that you can fault the ultraliberals for, (stupidity, no common sense) but hypocrisy is not one of them. That particular problem is a speciality of the ultraconservatives. So, lets leave this topic at that. Either the ultra-anti-beastie or ultra-pro-beastie movements will destroy themselves. The ultra-pro-beastie movement is defined as the status quo, so it's impossible for it to destroy itself (except perhaps by apathy) So beastie stands for freedom, democracy, pursuit of happiness and a great operating system for everyone? Just a question from Central Europe. Uli. * * Peter Ulrich Kruppa - Wuppertal - Germany * * ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: dd on samba
On Mon, 14 Mar 2005, Pietro Cerutti wrote: Hi folks, I need to backup my whole disk, re organize my partitions, and then restore the whole thing. The problem is that the only place where I can put the backup is a samba mount. dd and dump won't work (they won't put the data on a directory). What else could I do? There probably are some dozen possibilities, but you could try /usr/ports/net/rsync Regards, Uli. Don't forget that I also need to backup the whole / and /var (which gives sometimes problems with some unreadable files) Thank you! -- Pietro "Piter" Cerutti <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Beansidhe - SwiSS Death / Thrash Metal Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming or what?" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" * * Peter Ulrich Kruppa - Wuppertal - Germany * * ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: How to remote contact x server
On Mon, 14 Mar 2005, Martin Schweizer wrote: Hello Bart Am Sun, Mar 13, 2005 at 01:20:14PM -0500 Bart Silverstrim schrieb: On Mar 13, 2005, at 1:10 PM, Martin Schweizer wrote: Hello I've two X server: a client and a server. How I can contact from the client the server (I read some articles but did not find a solution)? I can successfully start X applications over SSH but I can't contact the xdm. What do I wrong? What do you mean? If you're starting the X app on the remote system using X-forwarding with ssh, you're running a remote application using the remote system's CPU and memory. If you're trying to do something like open a whole X session on the remote system like a remote terminal, something like a "remote desktop", you'd probably need to look into using something like VNC over SSH or something using XNest may work. Now I can start remote applications (like OpenOffice) remote without problems. My goals are to use a "remote desktop" (like you describe). Is there a VNC server for X? There are several for different puposes and tastes. You will find them by # cd /usr/ports/ # make search key=vnc Good Luck, Uli. -- Regards Martin Schweizer <[EMAIL PROTECTED]> PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch; public key : http://www.pc-service.ch/pgp/public_key.asc; fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239; ***** * Peter Ulrich Kruppa - Wuppertal - Germany * * ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: How to fix the printing system
On Wed, 9 Mar 2005, Vittorio wrote: As a newbye having a go at FreeBSD 5.3 I made a mess with the printing systems so that now commands such as lpr, lpq, etc are said by the OS to be "ambiguous" and nothing works any longer. As a matter of fact, using the ports, I have compiled and installed LPRng, apsfilter, cups, magicfilter over and over again, and now in the various ../bin or ../sbin dir I find at list a couple of lpr, lpc, lpr, and so on. In /var/db/pkg you will find a small directory for each port you ever installed. Check it and type # pkg_delete port_name for each that you wish to delete. You also might have to use -r, -R or -f options. Have a look at # man pkg_delete before you start. Good Luck, Uli. Now I'd like to turn back to the original installation situation, cleaning everything is useless (In a nutshell a would go back to a LPD printing system alone) ** without ** reinstalling FreeBSD from scratch (I compiled also kde). Could you please suggest a correct procedure to do it? Ciao Vittorio ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" ************* * Peter Ulrich Kruppa - Wuppertal - Germany * * ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Someone trying to break in.
On Tue, 4 Jan 2005, Bill Moran wrote: Over the holiday I replaced a server that appeared to have been cracked. Basically built a replacement with the same services in a sandbox, then swapped it with the old one. The new server seems to be secure, as we're not seeing the spam coming off it that the old one was generating, however, I'm seeing a lot of messages in the log files. For example: Jan 4 07:15:13 mail su: _secure_path: cannot stat /usr/sbin/nologin/.login_conf: Not a directory Jan 4 07:15:13 mail su: _secure_path: cannot stat /usr/sbin/nologin/.login_conf: Not a directory Perhaps you just mixed up some (pseudo-)user's entry for /etc/master.passwd ? Instead of ...:/nonexistent:/sbin/nologin you set ...:/sbin/nologin:/nonexistent ??? Just a guess, Uli. On the one hand, I'm taking this to mean that whatever technique was previously being used to control the box is no longer working, but I'm wondering if anyone has an idea as to what the technique actually was? I want to see if I can lock it down even further, based on the specific exploit that is being attempted here. Anyone seen these errors before, and have any clue as to what exploit is going on? The previous machine was very outdated, so I'm assuming it was a known exploit in the mail system (postfix) or Neomail or something else. The new machine has all the latest stable versions of all software, so I'm hoping that it's no longer vulnerable, but I can't seem to determine what kind of attack was being used. Thoughts? -- Bill Moran Potential Technologies 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]" +---+ |Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
RE: Something wrong in stable 5.3?
On Thu, 30 Dec 2004, Tom Connolly wrote: Eugene M. Minkovskii wrote: Hi! I'm confusing now: about a month ago I have upgrated from FreeBSD 5.2.1 to stable 5.3. Since this moment strange things have been happens on my PC. Usually system works Ok, and can be run as long as I need without errors. But sometime, (after a little time after the boot) all begin crashed (core dump --- signal 11). Crashed base utility, like `cat', `sh' etc. Today I have cvsup'ed to stable 5.3 again, and build world again, but problem don't go away. I don't understand what I should do to detect source of problem... Have you any idea? Check the power supply. ... and your hard disk. You have some kind of hardware problem. Regards, Uli. Good luck, Tom ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" +-----------+ |Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Xorg can't start
On Mon, 27 Dec 2004, Alexandr wrote: I discavered what i810 drive is broken for X.org in current realize. You can try to set Option "NoAccel" "True" in Section "Device" . Regards, Uli. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" +-----------+ |Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Simple, graphic, desktop calculator
On Mon, 20 Dec 2004, edwinculp wrote: IIRC, kde had a simple desktop calculator. Either it has been removed or I can't find it. On kde3.3 it should be /usr/local/bin/kcalc In cases of emerency you can still run /usr/X11R6/bin/xcalc (though it looks a bit old fashioned). Regards, Uli. I have also checked ports and haven't found anything similar except add. It is for may wife so after using the kde one for years she doesn't like add at all and even less bc, dc, etc. Could anyone suggest one or correct me if it is still in kde and I just haven't found it. Thanks, ed ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" +-------+ |Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: When to use 'portupgrade -R'
On Fri, 10 Dec 2004, Jonathon McKitrick wrote: Actually, it WAS what I was trying to do. I wanted to upgrade gnome2-lite and all the packages it required, because gnome2-lite is a meta-port. You didn't say that in your first mail: This is a faq (No. 24) on http://www.freebsd.org/gnome/docs/faq2.html Regards, Uli. jm -- My other computer is your Windows box. +---+ |Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: When to use 'portupgrade -R'
On Fri, 10 Dec 2004, Jonathon McKitrick wrote: On Fri, Dec 10, 2004 at 05:08:44PM +0100, Peter Ulrich Kruppa wrote: : Hmm, I am afraid your question is a bit general ... I've tried the '-R' option before, and ended up with portupgrade telling me I had stale dependencies, and I never can get those fixed right. Maybe I should just stop using that option. You should run # pkgdb -F after new installations or deinstallations - actually portupgrade does this too, but I found it more convenient to do it seperately. A stale dependency is a dependency that doesn't exist any more on your system. Either you deinstalled some port that was needed by some other, or the dependency was outdated for some reasons. In the first case a reinstallation might help, in the latter a look at /usr/ports/UPDATING . : Anyway: : /usr/ports/UPDATING will inform you about problematic or : necessary upgrades. : I guess reading this before portupgrade will usually keep you out : of trouble. I know Gnome/gtk often has had issues, but since I'm jettisoning Gnome for xfce, I won't have nearly as many Gnome components to worry about. Tracking Gnome can be quite hard, since it consists of some hundred interdependant ports, which are updated regularily. You might have to do ugly things like # portupgrade -arf if you want to run the absolutely latest version. If not: Just install the binaries and wait for the next -RELEASE. Regards, Uli. jm -- My other computer is your Windows box. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" +-----------+ |Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: When to use 'portupgrade -R'
On Fri, 10 Dec 2004, Jonathon McKitrick wrote: I've run into some problems using 'portupgrade -R' so I'm wondering if just using 'portupgrade' is good enough in most cases. I don't want a port to be upgraded without NECESSARY dependencies, but I don't want minor upgrades done UNNECESSARILY that might cause inconsistencies in the database. Hmm, I am afraid your question is a bit general ... Anyway: /usr/ports/UPDATING will inform you about problematic or necessary upgrades. I guess reading this before portupgrade will usually keep you out of trouble. Regards, Uli. jm -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" +---+ |Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Zope doesn't start on -STABLE
Hi, zope-2.7.3 on FreeBSD pukruppa.net 5.3-STABLE FreeBSD 5.3-STABLE #0: Fri Nov 26 17:44:37 CET 2004 i386 doesn't start anymore. Doing # /usr/local/etc/rc.d/zope.sh start I receive Starting Zope Instance /usr/local/zope -> /usr/local/lib/python2.4/whrandom.py:38: DeprecationWarning: the whrandom module is deprecated; please use the random module DeprecationWarning) . daemon process started, pid=14050 and connection will be refused. I also did a # portupgrade -rf python as suggested in /usr/ports/UPDATING 20041202 . Any more ideas? Thanks, Uli. +---+ | Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: xorg vs vfree86
On Fri, 19 Nov 2004, Chris Neustrup wrote: I am running a 5.3 stable box and XFree86. I am installing the openoffice 1.1.3. But it wants some xorg fonts, etc. I have not yet seen any reason to convert to the x.org stuff. Since the openoffice requires some, maybe this is the time. I am afraid that when I move to the x.org server, fonts, etc it will break and take an inordinate amount of time to get X up and running again. What say you? Once you have migrated to x.org everything will work fine. Hope that helps and good luck, Uli. Peace, cn. -- This line blank left intentionally Warning: Due to circumstances beyond your control, these are my opinions Chris Neustrup [EMAIL PROTECTED] 925/935-7970 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" +---+ |Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Start gnome's gdm at once
On Thu, 18 Nov 2004, Cam wrote: How do you start gnome's at once, without going to the command prompt and doing 'gdm'? # cd /usr/X11R6/etc/rc.d # mv gdm.sh.sample gdm.sh All scripts in this (and other directories called rc.d) will be executed during system start, if their name ends on .sh . See also # man rc.d Regards, Uli. +---+ | Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: ADSL
On Mon, 15 Nov 2004 [EMAIL PROTECTED] wrote: The CD-ROM drive only half works, if you insert a standard audio cd, programs such as KsCD and Konquerer will recognize the disc, I really don't know if it actually plays the discs because the sound driver isn't working right now. However, if you insert a data disc, such as a VCD, Picture CD, or program CD, and click the CD-ROM icon in Konquerer, this is what it will say: Did you have a look at www.freebsd.org/handbook 7.2 Setting up the Sound Card? Regards, Uli. Error -kio_devices_mounthelper cd9660: /dev/acd0c: Device busy Please check that the device is entered properly I installed the OS from the same CD drive, but now it doesn't work. Is there a way to fix this? Bootup Device List: Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.10-RELEASE #0: Tue May 25 22:47:12 GMT 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: AMD Athlon(tm) XP 2000+ (1655.96-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x680 Stepping = 0 Features=0x383fbff AMD Features=0xc040 real memory = 234815488 (229312K bytes) avail memory = 222965760 (217740K bytes) Preloaded elf kernel "kernel" at 0xc0551000. Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 7 entries at 0xc00fde60 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 agp0: mem 0xe800-0xebff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 rl0: port 0xd000-0xd0ff mem 0xef00-0xefff irq 10 at device 11.0 on pci0 rl0: Ethernet address: 00:40:ca:4f:4d:18 miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto uhci0: port 0xd400-0xd41f irq 11 at device 16.0 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xd800-0xd81f irq 3 at device 16.1 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xdc00-0xdc1f irq 10 at device 16.2 on pci0 usb2: on uhci2 usb2: USB revision 1.0 uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered pci0: at 16.3 irq 5 isab0: at device 17.0 on pci0 isa0: on isab0 atapci0: port 0xe000-0xe00f at device 17.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: (vendor=0x1106, dev=0x3059) at 17.5 irq 10 orm0: at iomem 0xc-0xcbfff,0xcc000-0xd3fff on isa0 pmtimer0 on isa0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3 vga0: at port 0x3c0-0x3df iomem 0xa-0xb on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 ad0: 78167MB [158816/16/63] at ata0-master UDMA133 ad1: 38166MB [77545/16/63] at ata0-slave UDMA100 acd0: CD-RW at ata1-master PIO4 Mounting root from ufs:/dev/ad0s1a ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" +---+ |Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Installing on two hard drives
On Sat, 13 Nov 2004, Gerard Seibert wrote: I am planning to install FreeBSD 5.3 on one of my computers. I presently have version 5.2.1 installed on another box. The one that I want to install on now has two hard drives. I would like to install everything except "USR" on one drive and "USR" on the other. That would seem to afford me the most advantageous use of disk space. It seems that I was always running low on disk space on the other unit I have in use. Both drives, by the way, are 10 GB in size. My question is how to go about this. This will be a fresh install with no other OS to be taken into consideration. There is no real problem, just give it a try: Both harddisks will show up in the installation menu. I believe it is quite self-explanatory. Good Luck, Uli. Thanks! Gerard Seibert [EMAIL PROTECTED] "My girlfriend said to me in bed last night' 'you're a pervert'. I said, 'that's a big word for a girl of fifteen'." -- Emo Philips. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" +---+ |Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Cannot log into 4.10 machine via ssh
On Thu, 7 Oct 2004, Danny Howard wrote: Peter Ulrich Kruppa wrote: Recently this doesn't work any more: We can type in our login names, but there won't be any password prompt. Even locally from the server's terminal itself nothing happens. What happens when you try to ssh? It is good to describe what "error" you are seeing beyond "it does not work." Everything else (pinging the machine, Samba service) works fine. What can be done? Is sshd running? ps auxww | grep sshd Maybe sshd died or needs to be restarted or something. ;) Sorry to everybody! When this morning I came to work everything had repaired itself. I have no idea what has happened or why: probably it was one of these tachyon storms or subspace fluctuations :) Thanks and sorry again, Uli. +-----------+ |Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Cannot log into 4.10 machine via ssh
On Thu, 7 Oct 2004, Bill Moran wrote: Peter Ulrich Kruppa <[EMAIL PROTECTED]> wrote: Hi! We are using Putty to log into our FreeBSD 4.10 Samba Server for administration. Recently this doesn't work any more: We can type in our login names, but there won't be any password prompt. Even locally from the server's terminal itself nothing happens. Everything else (pinging the machine, Samba service) works fine. What can be done? Look at what changed between the time it worked and when it stopped working and change that back. Nothing. Unfortunately, there is almost no information in your email that can actually be used to diagnose the problem. Sorry, I don't know what I might have to look for. I tried # man ssh but couldn't find anything about log files or so. Have you ensured that it doesn't work from other locations? Yes, I tried three machines on our lan and the server itself. Perhaps you putty installation got corrupted, or maybe an intervening ISP suddenly decided to block ssh. Do an nmap scan to see if ssh is being filtered. Try logging in from a closer server to see if the sshd on the server is still working. At least narrow it down to whether putty, the sshd, or the network is the problem. Ethereal would be a good tool as well. I can't use this via internet, since our server has no public IP. Uli. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Cannot log into 4.10 machine via ssh
Hi! We are using Putty to log into our FreeBSD 4.10 Samba Server for administration. Recently this doesn't work any more: We can type in our login names, but there won't be any password prompt. Even locally from the server's terminal itself nothing happens. Everything else (pinging the machine, Samba service) works fine. What can be done? Thanks for your answers, Uli. +---+ | Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: printer toooo slow (hpdj990Cxi on lpt0)
On Mon, 4 Oct 2004, Konrad Heuer wrote: On Mon, 4 Oct 2004, Peter Ulrich Kruppa wrote: I am running a HP Deskjet 990Cxi on parallel port, with cups and hpijs on FreeBSD 5.3-BETA6 - everything updated and portupgraded last thursday. Generally it prints nicely, but far to slow - a simple OpenOffice document needs 3 or 4 minutes, the cups test page about 10. Strange enough I don't see any heavy activities on my CPU or big loads on my RAM. I tried to play around with the configuration, but didn't find anything satisfying. Does anybody have an idea, how I could check what goes wrong with this thing? Or could at least someone confirm that I am not the only person in the world with this problem? Thanks for your answers, Uli. I'd try to switch to polling mode on lpt0 - see "man lptcontrol". That's great, thanks! Uli. Regards Konrad Heuer GWDG, Am Fassberg, 37077 Goettingen, Germany, [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" +-----------+ |Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
printer toooo slow (hpdj990Cxi on lpt0)
Hi! I am running a HP Deskjet 990Cxi on parallel port, with cups and hpijs on FreeBSD 5.3-BETA6 - everything updated and portupgraded last thursday. Generally it prints nicely, but far to slow - a simple OpenOffice document needs 3 or 4 minutes, the cups test page about 10. Strange enough I don't see any heavy activities on my CPU or big loads on my RAM. I tried to play around with the configuration, but didn't find anything satisfying. Does anybody have an idea, how I could check what goes wrong with this thing? Or could at least someone confirm that I am not the only person in the world with this problem? Thanks for your answers, Uli. +---+ |Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Playing .au sound files
On Sun, 12 Sep 2004, Malcolm Kay wrote: On Sun, 12 Sep 2004 01:37 pm, Peter Ulrich Kruppa wrote: On Sun, 12 Sep 2004, Malcolm Kay wrote: I'm looking for a command line utility to play .au sound files. It's just # play file.au Uli, I tried that too. But it is all over in a flash. (Just a plop). Can I be missing some sort of timing mechanism or perhaps some sort of setup on the sound devices. Can you try some different sound file? play can play .mp3 or .wav , too. Uli. +---+ |Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Playing .au sound files
On Sun, 12 Sep 2004, Malcolm Kay wrote: I'm looking for a command line utility to play .au sound files. It's just # play file.au Regards, Uli. +---+ |Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: help with 'hello world'
On Wed, 25 Aug 2004, Josh Paetzel wrote: On Wednesday 25 August 2004 21:51, you wrote: On Wednesday 25 August 2004 07:46 pm, Kris Kennaway wrote: On Wed, Aug 25, 2004 at 07:40:07PM -0700, David Syphers wrote: This compiles fine on SunOS using egcs-2.91.66. However, it fails on FreeBSD (gcc 3.4.2) and RedHat (gcc 3.2.3) with the bizarre error "`cout' undeclared". How are you compiling it? At a guess, it sounds like you're using the C compiler (gcc) not the C++ compiler (g++). No, I'm using g++: yggdrasil> cat test.cpp #include int main() { cout << "Hello World"; return 0; } yggdrasil> g++ test.cpp test.cpp: In function `int main()': test.cpp:4: error: `cout' undeclared (first use this function) test.cpp:4: error: (Each undeclared identifier is reported only once for each function it appears in.) -David #include Instead of these two lines using std::cout; using std::endl; you may use using namespace std; Regards, Uli. int main() { cout << "Hello World!" << endl; return 0; } -- Thanks, Josh Paetzel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" +---+ |Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: how to view .ascii file?
On Sun, 22 Aug 2004, Jay O'Brien wrote: I'm trying to read the 'paper.ascii' file contained in /usr/share/doc/psd/12.make/paper.ascii.gz and it is a mess. This is a tutorial on "make". I've unzipped the file in a WinXP machine and I can't find a display tool that will not show the formatting stuff in the file. What is the "right" way to read this file? On UNIX you would do # gunzip < paper.ascii.gz | more On the DOS Prompt in Windows more is available, too. So unzip your document, open DOS Prompt and do something like c:\Desktop> more paper.ascii Regards, Uli. Jay O'Brien Rio Linda, CA USA ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" +---+ |Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: freebsd compatible routers
On Wed, 18 Aug 2004, Kevin Stevens wrote: On Aug 18, 2004, at 01:40, Dino Vliet wrote: @home we have a cable internet connection and I want to attach a router to it to be able to share the internet connection of 1 standalone winxp pc and a laptop running freebsd 4.10 The cable connection uses dhcp to assign me a ip-address. I also would like a switch to be able to set up a lan between the pc's at home. Buy the cheapest thing on sale (should be < $30 new if you shop around) and replace it later if you need some specific different feature. If you are new to FreeBSD this really is the best idea to get started. With some experience you will be able to connect your FreeBSD machine directly to the internet and make it a gateway for all other workstations. Regards, Uli. +---+ | Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: SATA drive bootable ???
On Tue, 17 Aug 2004, Benjamin Sobotta wrote: Hi I don't know about the controller but in general this should work. Just make proper adjustments in your BIOS. I'm booting FreeBSD from an SATA RAID0. Works perfectly fine. My BIOS doesn't show any boot options for SATA, neither does the controller. I can install FreeBSD from CD on the SATA drive, but the boot manager seems to lead nowhere. I guess my mainboard is too old for that. But that doesn't really matter: I am going to divide the disk up and mount it on my old system. Thanks, Uli. On Tuesday 17 August 2004 07:53, Peter Ulrich Kruppa wrote: Hi! I just started playing around with my new SATA disk (with SATA 150 TX2plus controller on -CURRENT). I can mount and format it all-right. Is it generally posssible to boot from such a disk (different question would be if it made sense to do so)? My SATA drive is recognized as ata2-master. +---+ | Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
SATA drive bootable ???
Hi! I just started playing around with my new SATA disk (with SATA 150 TX2plus controller on -CURRENT). I can mount and format it all-right. Is it generally posssible to boot from such a disk (different question would be if it made sense to do so)? My SATA drive is recognized as ata2-master. Thanks, Uli. +---+ |Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: mod_php5 and php5-cli
On Mon, 16 Aug 2004, Matthew Seaman wrote: On Mon, Aug 16, 2004 at 07:37:53AM +0200, Peter Ulrich Kruppa wrote: Is there some deeper reason why mod_php and php-cli conflict? I have got mod_php5 and apache2 running and would like to enable the php command line interface, too. How can I do this? Install the lang/php5 port which should get you both cli and mod_php5 support together. Make sure that WITH_APACHE2 is set in /etc/make.conf or equivalent so you get apache-2.x support, rather than apache-1.3.x. Great, Thanks! Uli. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK +---+ |Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
mod_php5 and php5-cli
Hi! Is there some deeper reason why mod_php and php-cli conflict? I have got mod_php5 and apache2 running and would like to enable the php command line interface, too. How can I do this? Regards, Uli. +---+ |Peter Ulrich Kruppa| | Wuppertal | | Germany | +---+ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"