Re: What is xz ?
On Sat, 02 Jul 2011 11:53:17 +0530 Manish Jain wrote: > >Hi all, I just downloaded FreeBSD-8.2-RELEASE-i386-dvd1.iso.xz and the md5 >checksum is correct. Can someone please tell me what does that xz at the >end stand for ? It looks like it stands for some kind of compression >(gzip/bzip2/some new format), but I can't figure out exactly which one. http://tukaani.org/xz/ Sincerely, Gour -- “In the material world, conceptions of good and bad are all mental speculations…” (Sri Caitanya Mahaprabhu) http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810 signature.asc Description: PGP signature
Re: What is xz ?
On Sat, 02 Jul 2011 11:53:17 +0530, Manish Jain wrote: > >Hi all, >I just downloaded FreeBSD-8.2-RELEASE-i386-dvd1.iso.xz and the md5 >checksum is correct. Can someone please tell me what does that xz at >the end stand for ? It looks like it stands for some kind of >compression (gzip/bzip2/some new format), but I can't figure out >exactly which one. It's xz compression, archivers/xz from ports, which is a LZMA compression and decompression tool (next to com- pression and uncompression, there are tools comparable to zcat, zgrep, zless and so on). Some details from the package description: XZ Utils is free general-purpose data compression software with a high compression ratio. XZ Utils is the successor to LZMA Utils. The core of the XZ Utils compression code is based on the LZMA SDK. The primary compression algorithm is currently LZMA2, which is used inside the .xz container format. With typical files, XZ Utils creates output 30% smaller than gzip and 15% smaller than bzip2. The XZ Utils package consists of several components: * liblzma is a compression library with an API similar to that of zlib. * xz is a command line tool with syntax similar to that of gzip. * xzdec is a decompression-only tool smaller than the full-featured xz tool. * A set of shell scripts (xzgrep, xzdiff, etc.) have been adapted from gzip to ease viewing, grepping, and comparing compressed files. * Emulation of the command line tools of LZMA Utils eases transition from LZMA Utils to XZ Utils. WWW: http://tukaani.org/xz/ -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___ 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"
What is xz ?
Hi all, I just downloaded FreeBSD-8.2-RELEASE-i386-dvd1.iso.xz and the md5 checksum is correct. Can someone please tell me what does that xz at the end stand for ? It looks like it stands for some kind of compression (gzip/bzip2/some new format), but I can't figure out exactly which one. Thank you & Regards Manish Jain [1]invalid.poin...@gmail.com References 1. mailto:invalid.poin...@gmail.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"
Mouse problem on ThinkPad X61
Hi, I installed FreeBSD 8.2-RELEASE on ThinkPad X61. When I start the X, the TrackPoint is not recognized. The mouse cursor don't move and the button clicks don't act. My settings on xorg.conf is as follows: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection and my setting on rc.conf is as follows: # -- sysinstall generated deltas -- # Mon Jun 13 04:23:12 2011 moused_type="auto" moused_enable="YES" hald_enable="YES" dbus_enable="YES" What did I missing some configuration? Thanks, shigeru ___ 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"
Error from apache/dav after system upgrade: Init: Session Cache is not configured [hint: SSLSessionCache]
After I upgraded the 8.2-STABLE to more current code and upgraded all ports I am unable to connect to svn repository through apache: client gets this: Could not authenticate to server: rejected basic challenge. httpd-errors.log gets messages, see below. What may be a problem? Yuri ---httpd-errors.log--- [Fri Jul 01 13:39:27 2011] [info] removed PID file /var/run/httpd.pid (pid=12874) [Fri Jul 01 13:39:27 2011] [notice] caught SIGTERM, shutting down [Fri Jul 01 13:39:27 2011] [info] Init: Seeding PRNG with 144 bytes of entropy [Fri Jul 01 13:39:27 2011] [info] Init: Generating temporary RSA private keys (512/1024 bits) [Fri Jul 01 13:39:27 2011] [info] Init: Generating temporary DH parameters (512/1024 bits) [Fri Jul 01 13:39:27 2011] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] [Fri Jul 01 13:39:27 2011] [info] Init: Initializing (virtual) servers for SSL [Fri Jul 01 13:39:27 2011] [info] mod_ssl/2.2.19 compiled against Server: Apache/2.2.19, Library: OpenSSL/0.9.8k [Fri Jul 01 13:39:27 2011] [info] mod_unique_id: using ip addr 127.0.0.1 [Fri Jul 01 13:39:28 2011] [info] Init: Seeding PRNG with 144 bytes of entropy [Fri Jul 01 13:39:28 2011] [info] Init: Generating temporary RSA private keys (512/1024 bits) [Fri Jul 01 13:39:28 2011] [info] Init: Generating temporary DH parameters (512/1024 bits) [Fri Jul 01 13:39:28 2011] [info] Init: Initializing (virtual) servers for SSL [Fri Jul 01 13:39:28 2011] [info] mod_ssl/2.2.19 compiled against Server: Apache/2.2.19, Library: OpenSSL/0.9.8k [Fri Jul 01 13:39:28 2011] [notice] Digest: generating secret for digest authentication ... [Fri Jul 01 13:39:28 2011] [notice] Digest: done [Fri Jul 01 13:39:28 2011] [info] mod_unique_id: using ip addr 127.0.0.1 [Fri Jul 01 13:39:29 2011] [notice] Apache/2.2.19 (FreeBSD) mod_ssl/2.2.19 OpenSSL/0.9.8q DAV/2 SVN/1.6.17 configured -- resuming normal operations [Fri Jul 01 13:39:29 2011] [info] Server built: May 24 2011 00:13:27 ___ 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: trying for 1920x1080 was: Re: Attempting to get an X11 server running
On Thu, 30 Jun 2011, Dieter BSD wrote: Section "Monitor" Identifier "Monitor2220" VendorName "Dell" ModelName "ST2220T" HorizSync 30.00-83.00 VertRefresh 56.00-76.00 Remove the HorizSync and VertRefresh settings, they are only needed if the monitor is ancient or has an incorrect EDID.___ 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: Horde webmail
At 10:35 AM 6/30/2011 -0800, Beech Rintoul wrote: >On Thursday 30 June 2011 09:19:33 Jack L. Stone wrote: >> Has anyone had any luck lately with installation and use of Horde -- either >> v-3.3 or ver-4 ?? >> >> I've tried for days to get the 3.3 version (with apps IMP, INGO & Tuba) to >> work and noted that the ports say that horde4 is broken. I've googled many >> times and tried some examples from there, but most appear pretty old and >> not running with php5.3x. >> >> Is it just that Horde doesn't work with fbsd-7.x and php5.3x or is it me? >> > >I am in the process of rewriting all the horde4 ports, as this is a very large >project involving over 50 modules and libs it will take some time. > >Horde4 does work very well with FreeBSD and you can do a pear install if you >really need it now. Do keep in mind that horde4 is not backwards compatible >with 3.x and the update procedures are not trivial. > >That being said, this should get you started: > >http://www.horde.org/apps/webmail/docs/INSTALL > >Beech > Hi Beech: Since I've never gotten horde 3 to fully work yet, I suppose I could give horde4 a shot. I liked its potention and thought it would be useful to some of our users. I re-installed horde-3 3 or 4 times and always got stopped when it would only loads the Welcome to Horde page requesting a login. I followed the instructions carefully AFAIK. Login failed every time even though MySQL backend and the horde conf.php files contained the login. You certainly have a lot of work in front of you on a rewrite of the ports and look forward to when finished. Good luck! (^_^) Happy trails, Jack L. Stone System Admin Sage-american ___ 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: OpenNMS under FreeBSD?
On 30/06/2011 04:22, Brandon Gooch wrote: > On Wed, Jun 29, 2011 at 12:03 PM, Dennis Glatting wrote: >> I am looking at OpenNMS under FreeBSD but it isn't in the ports tree >> although there are various discussions of OpenNMS under FreeBSD. >> >> Is there a reason why OpenNMS isn't in the ports tree, such as it doesn't >> port, no one is willing to step up as a maintainer, or there are licensing >> issues? >> > > There is a port here, created by Sevan Janiyan: > > http://www.geeklan.co.uk/files/opennms/ > > I don't know whether or not it's been submitted to ports yet, but I'd > be interested to see if you get it up and running. Report back with > your findings! > > -Brandon Hi, The reason its not in the tree is because data loss occurs when the port is removed, this is because its binaries,settings & data are mixed together with dynamicly generated file names thrown in for good measure. This needs to be fixed upstream. All the port currently allows you to do is install Opennms with ease. The changelog for the 2 ports can be found here: http://www.geeklan.co.uk/?p=132 http://www.geeklan.co.uk/?p=196 Sevan P.S CC me on replies, I'm not subscribed to this list ___ 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/anjuta: creating project does not offer project's dialog.
01.07.2011, 11:49, "O. Hartmann" : > On 07/01/11 09:35, Konstantin Tokarev wrote: > >> 01.07.2011, 11:06, "O. Hartmann" >>> And, for those actively developing, is there a good alternative to >>> Anjuta (no KDevelop, since I do not like KDE and do not have KDE). Thanks, >>> Oliver >> Depending on what you need you can try: >> Geany >> Vim >> Eclipse >> Qt Creator >> >> Actually, KDevelop does not require you to run KDE, it just needs KDE >> libraries. > > Thanks for your fast response. > My target is mostly C, not C++, so I had my difficulties with QTCreator. If so, vim (with proper .vimrc + bunch of plugins) can be ideal IDE for you. -- Regards, Konstantin ___ 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 desktop apps are able to kill my freebsd box?
On Fri, 01 Jul 2011 10:00:59 +0100, Michael wrote: > Why a faulty desktop application run as unprivileged user is able to > crash my system? > > I mean, I know programs have bugs and sometimes they lead to crashes. > I'm fine with that. But why a crashing program (for example firefox or > banshee) is able to kill the whole system? > > And by 'crash' or 'kill' i mean that for whatever reason the system is > frozen and doesn't reply to anything but a hard reset. Do you have anything in /var/log/messages or maybe if you start the suspicious programs from a terminal to see their output? I've been using FreeBSD since 4.0 as a desktop, and I have never encountered problems as you describe. However, fiddling with USB stuff sometimes _can_ lead to system problems (even crash and reboot), but there are always messages that indicate some problem. > It just doesn't make much sense so I'm assuming that I must be doing > something wrong. It shouldn't be POSSIBLE, no matter which kind of userspace program you run, to do something _that_ wrong that the system is affected in that way. > Where and what kind of restrictions should I set up to > make sure that a buggy unprivileged program cannot freeze my box? You should try to find out what _exactly_ is causing the freeze, obtaining logs and messages (and maybe also run top, systat or other means of system monitoring in parallel) to see what does actually happen when the problem occurs. Options would be to separate programs in jails, or even try to run them on a VM (e. g. VirtualBox running a FreeBSD install with that program). Also make absolutely sure your hardware is okay, e. g. use memtest to check the RAM (often an indicator for unstable system behaviour). -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___ 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 desktop apps are able to kill my freebsd box?
Why a faulty desktop application run as unprivileged user is able to crash my system? I mean, I know programs have bugs and sometimes they lead to crashes. I'm fine with that. But why a crashing program (for example firefox or banshee) is able to kill the whole system? And by 'crash' or 'kill' i mean that for whatever reason the system is frozen and doesn't reply to anything but a hard reset. It just doesn't make much sense so I'm assuming that I must be doing something wrong. Where and what kind of restrictions should I set up to make sure that a buggy unprivileged program cannot freeze my box? Thank you in advance. Michael. ___ 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 to build a router box, seeking some general advice
On 06/30/11 23:34, Chris Brennan wrote: Greetings! While trying to learn IPv6 as best as I can and messing with my Linksys WRT54Gv3 router running DD-WRT, I realized that it cannot properly do IPv6 yet. This leaves me rather limited. More then once some people on IRC who were helping me with this suggested I build my own router, this has been something I've been looking to do for quite some time and this might be the fire I need lit to get motivated. The overall suggested board was an ALIX board[1] from PC Engines[1]. This is all rather new to me so I am unsure where to go from here, what all is needed (a breakdown of necessary/optional hardware/items). The memory and cpu I know I could google for w/o much issue. What I foresaw as problematic was a case for the device and a power supply. Are these just as easily googled for? Inversely, instead of me building my own (which would be great experience!) is there a place that sells devices such as these pre-assembled? You don't say where you live. Here in the UK I got my Alix board and case (I run pfSense as my router/firewall) from LinITX.com: http://linitx.com/search.php?keywords=alix ___ 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: FreeBSD 64 Bit Applications
On 06/30/11 10:06, John Dakos wrote: My questions is .is FreeBSD 64 Bit stable and Rock such as 32 bit ? Yes, go for it. These standard applications are working well on 64 bit or not ? Apache , Bind, Webmin , Mysql ,Postfix ,Dovecot, Spamassasin, PHP, Squid, PF I can personally confirm on Apache, Bind, MySQL, SpamAssassin, PHP and Squid. bye av. ___ 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: Question about NIC link state initialization
Steve Polyack wrote: > I was able to "fix" the single-user mode behavior (which I agree, > isn't necessarily broken) and get it to bring up the links by > simply patching init(8) to call system("/sbin/ifconfig") before > prompting for the single-user shell. It works, but I feel dirty. I see no particular objection to adding a way of running "something" ahead of the single-user shell, but system(3) is not necessarily the best mechanism to use for the purpose because it invokes a shell. It would be both more efficient and more robust to call fork(2) and exec(3) (or execve(2)) directly. It would be more general to fork/exec "/etc/rc.single" instead of "/sbin/ifconfig", expecting "/etc/rc.single" to be an executable script (with an appropriate shebang line) and ignoring the failure which would occur if it did not exist. (In your case, instead of a script, you could make /etc/rc.single a link to /sbin/ifconfig.) ___ 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/anjuta: creating project does not offer project's dialog.
01.07.2011, 11:06, "O. Hartmann" > And, for those actively developing, is there a good alternative to > Anjuta (no KDevelop, since I do not like KDE and do not have KDE). Thanks, > Oliver Depending on what you need you can try: Geany Vim Eclipse Qt Creator Actually, KDevelop does not require you to run KDE, it just needs KDE libraries. -- Regards, Konstantin ___ 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/anjuta: creating project does not offer project's dialog.
On 07/01/11 09:35, Konstantin Tokarev wrote: 01.07.2011, 11:06, "O. Hartmann" And, for those actively developing, is there a good alternative to Anjuta (no KDevelop, since I do not like KDE and do not have KDE). Thanks, Oliver Depending on what you need you can try: Geany Vim Eclipse Qt Creator Actually, KDevelop does not require you to run KDE, it just needs KDE libraries. Thanks for your fast response. My target is mostly C, not C++, so I had my difficulties with QTCreator. I'll give KDevelop a try again ... Regards, Oliver ___ 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/subversion: svn: Couldn't perform atomic initialization svn: database schema has changed
Since yesterday I receive on any try on a commit this error message from my subversion server: svn: Couldn't perform atomic initialization svn: database schema has changed svn: Your commit message was left in a temporary file: Searching for this error (which appeared after portsupdate via portmaster yesterday) reveal several postings saying this is due to a bug in SQLite 3.7.7/3.7.7-1, which has been fixed already in 3.7.7-2. As far as I realize, SQLite was part of an update these days, so I'm wondering if anybody else has been sumbled into the problem. Or is this problem caused by something else? I'm a bit like a dead man in the water since no commit to the server is possible anymore. At this very moment, I recompile sqlite and everything that depends on it, hoping it could only be triggered by some errornes portmaster thingis. Thanks in advance, Oliver ___ 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/anjuta: creating project does not offer project's dialog.
Using Anjuta as my potentially IDE, I realize a weird behaviour since my last try years ago. Anjuta was supposed to show a dialog about when creating a new project. Documentation explicitely mention this. But in my case (a newly installed anjuta), selecting a C-project, GTK+, then ends up in the final requester "Summary". Confirmation does not even show any created files or something else. This happens with all potentially to be created projects. Importing a hand-installed GNU autotools backed up project works fine, superficially spoken. The boxes running Anjuta are all AMD64 and running most recent FreeBSD 9.0-CURRENT/amd64. Version of ports anjuta is reported to be 2.32, but webpage of the anjuta project reports 2.28. Am I missing something? And, for those actively developing, is there a good alternative to Anjuta (no KDevelop, since I do not like KDE and do not have KDE). Thanks, Oliver ___ 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"