Re: Format a USB flash drive using gpart

2012-07-08 Thread Polytropon
stab, so you don't depend on the exact device name, which in turn depends on the detection order of mass storage which is hard to predict. I'd like to recommend reading for details: http://www.wonkity.com/~wblock/docs/html/disksetup.html and http://www.freebsd.org/doc/h

Re: Format a USB flash drive using gpart

2012-07-08 Thread Polytropon
the commands provided by Warren, you will be fine every time. If you practice them regularly, you will remember them, and if you do so, you'll surely write a script that allows you to automate the task so you can forget the commands again. :-) -- Polytropon Magdeburg, Germany Happy Fr

Re: Format a USB flash drive using gpart

2012-07-08 Thread Polytropon
t being said, CLI tools offer the easier interface to the more advanced functionality and better flexibility, which is especially useful in the discussed case: initializing a USB flash drive that might need different options than what you could default to for a regular disk drive. -

Re: Format a USB flash drive using gpart

2012-07-08 Thread Polytropon
On Sun, 08 Jul 2012 14:27:05 +0100, Bruce Cran wrote: > On 08/07/2012 13:30, Polytropon wrote: > > With few routine, tasks are performed more natural using > > the desired CLI tools. You don't go "Now I have to remember > > which command to format the disk",

Re: Format a USB flash drive using gpart

2012-07-09 Thread Polytropon
I haven't looked into this particular one, but that is very well possible. A CD doesn't _need_ to be in a ISO-9660 format (even though it's the default data format). The _implementation_ of the boot mechanism matters: it could even select from several different boot images stored in

Re: NTFS data recovery

2012-07-09 Thread Polytropon
as disimproved. :-( Note that data recovery is a dirty job, it takes time and is therefore quite expensive if delegated to a company. In your case it means you'll have to invest MUCH TIME into getting the data back. I hope the files are worth it. The absence of a backup seems to imply the oppo

Re: NTFS data recovery

2012-07-11 Thread Polytropon
t_ checking out the free tools on UNIX, especially TSK. You _need_ to understand _what_ you are going to do in order to have a _chance_ of being successful. There basically is no "Joe Q. Sixpack's Click to Recover All The Files" tool for free. :-) -- Polytropon Ma

Re: How to forward old root mails to an external email address?

2011-02-23 Thread Polytropon
only accept messages coming from the respective ISP's net, so when you try to use it from a different ISP, it will deny your access. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___ freebsd-question

Re: Backtick versus $()

2011-02-24 Thread Polytropon
(as mentioned before) that is, in some regards (mainly driven by very individual taste), superior to the hyped bash. But it's also worth mentioning that there are even better shells which combine "the best of both worlds", like zsh, a shell that many professionals seem to prefer over the ot

Re: Backtick versus $()

2011-02-24 Thread Polytropon
o say: If you're spending too much time in sh interactive sessions to think about it, you're probably doing something wrong. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___ freebsd-ques

Re: Backtick versus $()

2011-02-24 Thread Polytropon
On Thu, 24 Feb 2011 15:54:25 -0700, Chad Perrin wrote: > On Thu, Feb 24, 2011 at 11:40:44PM +0100, Polytropon wrote: > > On Thu, 24 Feb 2011 13:24:37 -0800, Rob Farmer > > wrote: > > > > > > I've read it before. Who hasn't? > > > > I hav

Re: Backtick versus $()

2011-02-24 Thread Polytropon
g file. It's not that you can use bash's prompt 1:1 (or csh's). Completition and history behaviour is nice, better than bash, in my opinion, and equal to csh (which I prefer in this regards). Oh "prefer" - it's all very individual, that's why the system'

Re: Backtick versus $()

2011-02-24 Thread Polytropon
But it's worth being mentioned. So far, I will see if I will keep using this shell, as it is really promising. Still I would not suggest to remove csh from the system and replace it with mksh. If licensing allows it, it's maybe worth adding mksh to the system, but that is a decision _I_ am

Re: HAL's demise

2011-02-25 Thread Polytropon
RIN* On the other hand, I've just talked to R. Chandra and he assured that SAL is already taking over the neccessary functionalities, being scheduled for obsolescence within the next two years. So don't hesitate to put sal_enable="YES" in /etc/rc.conf. It will at least coredump

Re: HAL's demise

2011-02-25 Thread Polytropon
s well as communication device configuration. Can't it be easier, or can't "we" suddenly do better than "Windows"? I know "we" could in the past... -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___

Re: display resolution on my thinkpad t61

2011-02-25 Thread Polytropon
xorg.conf or cannot be configured properly: xrandr --fb 1680x1050 xrandr --size 1680x1050 I'm using this "hack" to convince X to run my monitor at 1400x1050 which it doesn't seem to be able to anymore (unlike XFree86 - same system, GPU, and monitor). -- Polytr

Re: / file system is full, but du does not show that it's full

2011-02-28 Thread Polytropon
rresponds to partition da0s1f. -- 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 an

Re: Fastest way to get an entire FBSD system back online?

2011-03-02 Thread Polytropon
bels if needed, and restores from the .dump files as intended. This is "fast enough" as it is a very safe solution. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___ freebsd-questions@freebsd.org m

Re: Fastest way to get an entire FBSD system back online?

2011-03-03 Thread Polytropon
ot;. By the way, you can create similar procedures if you are using ZFS. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listi

Re: Cannot build jdk16

2011-03-04 Thread Polytropon
11b. So what's the best way of installing jdk16 despite > of this? Rename tzupdater-1_3_35-2011b to tzupdater-1_3_34-2010o.zip and > "make -DNO_CHECKSUM"? If you don't depend on tzupdater, you should run "make config" and disable it prior to the build process. T

Re: xdm-options - non-bsd user needs bsd rc.d advice

2011-03-04 Thread Polytropon
;career". I know this is a quite general statement and doesn't help the OP in particular, but I thought it would be worth sharing it. I hope it was. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...

Re: Purchased Binaries

2011-03-04 Thread Polytropon
ing fine on one of my servers, but could use an earlier > version if required to make this stuff run. It shouldn't be neccessary to use older versions of FreeBSD. However you can install the COMPAT[4567] components (kernel settings and ports) to provide that level of OS access if it shou

Re: Fresh binary install

2011-03-08 Thread Polytropon
s. You can also use the method by updating the applications by source. The key to this is to keep the ports tree up to date, and tools like "portsnap fetch extract" can help you with this. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___

Re: any friendly folk willing to teach an old foggie how to configure kde/ gnome on freebsd?

2011-03-10 Thread Polytropon
port), e. g. you may be faster using a shell with patterns and autocompletition than manually selecting things from a list. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___ freebsd-questions@freebsd.org maili

Re: xpdf can not print via cups if started from firefox

2011-03-10 Thread Polytropon
t hasn't any effect. Maybe you're experiencing a caching problem? I would guess that as you stated there is a temporary file, this should not happen (in relation to Firefox) there should at least be an error message. Did you try to enter the full command into xpdf's printing dialo

Re: "Best practices" on upgrading, etc.

2011-03-11 Thread Polytropon
e program for binary upgrades. See its manpage for details. > 3.) How do I upgrade any installed software (I CAN use portmaster for > that, right?)? Yes. See "man portupgrade" for details (switches -a, -r and -f are important); y

Re: Character shortcuts

2011-03-12 Thread Polytropon
p;Ł˝ˇ ¦<>©‘’Nº×÷. So instead of memorizing arbitrary numbers as in MICROS~1 land, you can see a relation between the letter and the key you need to press in order to generate it. You can also rearrange them if you feel a need for that. :-) -- Polytropon Magdeburg, Germany Happy FreeBS

Re: Character shortcuts

2011-03-12 Thread Polytropon
On Sat, 12 Mar 2011 15:57:31 -0600, Antonio Olivares wrote: > Thanks Frank & Polytropon for your input. I have students that bug me > with how to put the characters on their responses to their instructors > on the web pages via email. I tell them to open OpenOffice and ins

Re: IDE -- mount partitions for better performance

2011-03-15 Thread Polytropon
sks, but I had them on a separate controller (also 2 ATA channels, just as you use them from the mainboard). If you omit the slicing step, all examples remove "s1". -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...

Re: IDE -- mount partitions for better performance

2011-03-15 Thread Polytropon
tion shouldn't be > much of a bottleneck. A good advice, I haven't thought of that (never tried, but sounds achievable). -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___ freebsd-questi

Re: HAL must die!

2011-03-17 Thread Polytropon
to act uncontrollable within the device chain. I'm just wondering about one thing: In the past, the "big two" (KDE and Gnome) could be enabled for automounting volumes attached to the system. This was years before HAL appeared. Why is there no emphasize of how to do it that efficient

Re: HAL must die!

2011-03-18 Thread Polytropon
garding > their devices. I don't believe the amount (relation) is profitable enough for them. They have good deals with MICROS~1 & Apple, and the free systems simply can't provide that. The majority is important, not "niche systems" (even if they do actually keep the whole Int

Re: HAL must die!

2011-03-19 Thread Polytropon
rn" software does not provide documentation in the standard way, try "man firefox" or any KDE program. In some cases, documentation is left to the users and scattered across the Internet in web pages and Wikis. -- Polytropon Magdeb

Re: HAL must die!

2011-03-19 Thread Polytropon
r -h" provides such a short overview. > A point to make regards HAL is there is next to nix in complete and/or > understandable documentation anywhere for it. Obsolete or not, that is a > bad case... Obsolete / incomplete / incorrect / unusable documentation equals NO documentation - e

Re: devd started with single-user mode?

2011-03-20 Thread Polytropon
ser mode, the USB keyboard is usable. For loader-related things, I still have to keep a PS/2 AT keyboard handy. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___ freebsd-questions@freebsd.org mailing list ht

Re: Minimum system requirements

2011-03-20 Thread Polytropon
portant, too, so you chose your GPU according to good driver support (ATI Radeon "old-fashioned" in my case). -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___ freebsd-questions@fre

Re: devd started with single-user mode?

2011-03-21 Thread Polytropon
at it worked in the past (as you've noticed, I did define german keyboard settings), and it stopped working with FreeBSD 7. Of course I didn't use kbdmux prior to that. Good to know about that. -- Polytropon Magdeburg, Germany Happy FreeBSD user sinc

Re: glabel causes "GEOM: ada1: media size does not match label" messages

2011-03-21 Thread Polytropon
to emphasize that there is the "danger" that *OTHER* operating systems can't deal with it. Those systems are traditionally located in MICROS~1 land. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... _

Re: devd started with single-user mode?

2011-03-21 Thread Polytropon
rol -k" and without dependency of devd) so the USB keyboard will be used, the AT "phantom" keyboard will be ignored (which is good when it's not even present). So basically, kbdmux means "use all of them", while its absence means "u

Re: Automating mounting of ISO images

2011-03-23 Thread Polytropon
ilenames.html After reading it, you'll easily recognize that I did it wrong in the suggestive script. :-) I'm not sure if you can mount from ISO files directly, but maybe you can try that too. Remember unmounting the files when not in use (scripted: umount and mdconfig -d).

Re: Automating mounting of ISO images

2011-03-23 Thread Polytropon
on list, you can easily create the directories needed prior to the mount attempt. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mai

Re: Automating mounting of ISO images

2011-03-23 Thread Polytropon
n/images/${DIRNAME} > mount -t cd9660 /dev/`mdconfig -f ${FILE}` > /mount/new_brighton/images/${DIRNAME} > done > > Thanks to Polytropon and Chuck for their guidance. Just a little note: Make sure you're mounting the ISOs as "-o ro" to prevent write access to them.

Re: Automating mounting of ISO images

2011-03-23 Thread Polytropon
applied to "pure filenames" only in this case. > If we have 100+ ISOs to mount then I'll worry. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___ freebsd-questions@freebsd.org m

Re: Automating mounting of ISO images

2011-03-23 Thread Polytropon
/${DEST} ] && mkdir... mount... so there will be no error if the script is started for the second time (and the directories still exist), means: create them only if not yet present. -- Polytropon Magdeburg, Germany Happy FreeBSD user since

Re: Automating mounting of ISO images

2011-03-23 Thread Polytropon
x27;re telling this to a man who checks the results of fopen(), fgets(), fprintf() and even of fclose(). :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___ freebsd-questions@freebsd.org mailing list http://li

Re: Sound with FN Button

2011-03-24 Thread Polytropon
n FLuxbox. I'm sure you got the idea: You identify what the keys DO and then connect them to a keyname. This keyname is then connected to a specific program call, "mixer" with the intended parameters in case of volume control. -- Polytropon

Re: Sound with FN Button

2011-03-24 Thread Polytropon
On Thu, 24 Mar 2011 22:52:03 +0100, Alokat wrote: > On 03/24/11 21:52, Polytropon wrote: > > On Thu, 24 Mar 2011 21:28:05 +0100, Alokat wrote: > >> Hi, > >> > >> how can I use the FN Buttons to regular the sound? > >> I'm using fluxbox. > >

Re: why does this simple counter fail?

2011-03-25 Thread Polytropon
thingt to do would simply > > write a script to turn > get into things like > > If you do the Otherwise you'll likely corrupt already good tags. With 's/<\?$/<\?php/g' and sufficient quoting, maybe removing extra spaces, it should be fine. :-) -- Polytr

Re: searching for a good IDE

2011-03-27 Thread Polytropon
gt; other editor, even notepad. gvim on my *one* windows machine and vim > everywhere else makes me very happy. You can use vi/vim (or any other favourite editor) together with good Makefiles, a bunch of nicely arranged terminals and some command aliases to get a good "IDE" (which mayb

Re: use CD burner on thinkpad x300

2011-03-28 Thread Polytropon
conf but it doesn't > work Did you already try "low level" diagnostics, i. e. checking the output of "camcontrol devlist" and try to burn a CD or DVD using growisofs / cdrecord / cdrdao? This should tell you if you're fighting a nonfunctioning CD burner or just

Re: Easiest desktop BSD distro

2011-03-29 Thread Polytropon
It took some 12-14 hours > to download PC-BSD. It comes as a DVD, right? For FreeBSD, you can start with the small CD file to boot into the installation. Required files will then be transferred via Internet. You can also use CD #1 for that, or the live file system (should be able to be used

Re: Easiest desktop BSD distro

2011-03-29 Thread Polytropon
ot; prevails and gets communicated to others, although it's just wrong. Aggressive advertising also uses this approach. After all, I'll repeat my statement: PCs are not simple. Face it, it's a fact. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, M

Re: Easiest desktop BSD distro

2011-03-29 Thread Polytropon
tep." Even GeoWorks Ensemble had that back in the early 90s: New user, average user, experienced user. Depending on the setting, more or less options where shown, and less or more defaults have been set. -- Polytropon Magdeburg, Germany Happy FreeBSD user

Re: Easiest desktop BSD distro

2011-03-29 Thread Polytropon
software that claims to be "all new" and "all different". This enables you to adopt to many variations of the same "old thing" as you do know what's "inside" it. ONLY THIS KIND of essential basic knowledge makes you a real professional - in opposite to

Re: Easiest desktop BSD distro

2011-03-29 Thread Polytropon
n page to them, or simply to press the "press here in case of error" marked button in case of an error. I'm lucky, not ALL customers are that... well... how would you say? Less interested in wasting time learning the few really simple things? :-) -- Polytropon Magdeburg, Germany Ha

Re: Easiest desktop BSD distro

2011-03-29 Thread Polytropon
On Tue, 29 Mar 2011 16:56:14 -0700, Chip Camden wrote: > Quoth Polytropon on Wednesday, 30 March 2011: > > > > T: (a deep sigh while rolling his eyes) No, that's not the fuel, > >that's the tachometer. It is supposed to point at zero if the > >car

Re: Easiest desktop BSD distro

2011-03-30 Thread Polytropon
entioned above, and then let ctorrent get the file. -- 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 T

Re: Easiest desktop BSD distro

2011-03-30 Thread Polytropon
to "think" the following: If I invest time in getting this working, I loose money. Instead of doing that, I invest money into a different product which hopefully will work. What does it imply? If the "Windows" can't bring up the wireless network, the manufacturer has

Re: Easiest desktop BSD distro

2011-03-30 Thread Polytropon
result in crashy behavior -- or, quite often, raise exceptions. We're talking about a car. It doesn't raise exceptions, it simply explodes! :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___ f

Re: Gui CD soft recommend

2011-03-30 Thread Polytropon
ome should work quite well, but if you're already using KDE, use the tools that come with it. I think the Xfce file manager also comes with the respective functionalities. In how far they depend on command line tools, I'm not sure. But in the realm of dependencies, those should be t

Re: Easiest desktop BSD distro

2011-03-31 Thread Polytropon
quot;make buildkernel; make installkernel", once you had it > figured. Oh, on FreeBSD it's a lot easier than that: "make kernel". :-) See /usr/src/Makefile's comment header where the build targets get explained. -- Polytropon Magdeburg, Germa

Re: Easiest desktop BSD distro

2011-03-31 Thread Polytropon
On Thu, 31 Mar 2011 17:33:09 +0100, Arthur Chance wrote: > On 03/31/11 17:06, Arthur Chance wrote: > > On 03/30/11 23:00, Polytropon wrote: > >> There is a project called VirtualBSD that developed a > >> FreeBSD system image that can be used with VirtualBox. > &g

Re: Easiest desktop BSD distro

2011-03-31 Thread Polytropon
On Thu, 31 Mar 2011 12:05:36 -0400, Jerry wrote: > On Thu, 31 Mar 2011 00:12:26 +0200 > Polytropon articulated: > > > On Wed, 30 Mar 2011 13:12:23 -0400, Jerry > > wrote: > > > On Wed, 30 Mar 2011 09:32:29 -0700 (PDT) > > > four.harris...@googlemail.com

Re: Ethernet connection and monitor resolution in DesktopBSD

2011-03-31 Thread Polytropon
ure if DesktopBSD uses an xorg.conf configuration file or if the setting is done using a GUI tool (maybe a tool provided by KDE). Basically the handbook sections about how to configure X should apply. See Section 5.4 of the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-conf

Re: Easiest desktop BSD distro

2011-04-01 Thread Polytropon
even came up with DHCP. The only "problem" with the RELEASE discs is that they do not provide something preinstalled & preconfigured. However, it's quite simple to follow the steps in the handbook to get KDE or Gnome running and "start" from there. -- Polytropon M

Re: Port dependencies

2011-04-01 Thread Polytropon
enOffice). So there is still stuff one needs to compile, and YOU are in charge to define the options you need. This is the "downside" when you're running a multi- purpose OS like FreeBSD. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___

Re: Port dependencies

2011-04-02 Thread Polytropon
On Fri, 01 Apr 2011 21:36:55 -0700, Chris Telting wrote: > On 04/01/2011 17:51, Polytropon wrote: > > On Fri, 01 Apr 2011 16:58:04 -0700, Chris > > Telting wrote: > >> Just in a thoughtful mood and thought I'd to the question to the cloud. > > Oh the joy of

Re: am i back up....???

2011-04-02 Thread Polytropon
l an IMAP interface for mail stored on the server, so you can access it by any IMAP capable client you want, and you could even install a web mail client (e. g. roundcube) to bind to that IMAP inter- face. In my opinion, this is way better than the POP/no-SMTP thing I'm currently doing. --

Re: console based sound control

2011-04-03 Thread Polytropon
There's also a port that provides a curses-based "graphical" mixer, the port brings both a mixer for console and one for X, but sadly I can't remember its name... -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___

Re: am i back up....???

2011-04-03 Thread Polytropon
On Sun, 3 Apr 2011 09:46:26 -0600, Chad Perrin wrote: > On Sun, Apr 03, 2011 at 03:43:59AM +0200, Polytropon wrote: > > > > For example, you could install an IMAP interface for mail stored on the > > server, so you can access it by any IMAP capable client you want, and >

Re: am i back up....???

2011-04-03 Thread Polytropon
ers wanted web mail, and they insisted on RoundCube, so they got it. They're slow in thinkind and reading, slower in typing, so the program speed is still too fast for them. That's all the magic behind the story. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user sinc

Re: Place to install library of shell functions

2011-04-05 Thread Polytropon
x27;m "abusing": /opt/bin is in $PATH, so anything system-wide executable is located there, and /opt/share does contain non-executable shell scripts (e. g. those with helper functionalities) or files with settings (that are sourced by something else) - things that usually are not called direc

Re: GEOM warning in dmesg

2011-04-06 Thread Polytropon
/forums.freebsd.org/showthread.php?t=9524 http://lists.freebsd.org/pipermail/freebsd-current/2009-March/004830.html http://koitsu.wordpress.com/2009/10/12/testing-out-freebsd-8-0-rc1/ There are explainations and solutions. I hope it will help. But as I said, I'm quite sure you can ignore the m

Re: shell programming question: help with expr command

2011-04-09 Thread Polytropon
etails. A polite sidenote: Unless you have a good reason to code in bash-specific manner, do NOT #!/usr/local/bin/bash, as this is NOT portable (if this is one of your goals); use the standard #!/bin/sh instead. Depending on what you have in mind, maybe mentioning the strengths of perl, sed and

Re: malloc: errno: 22: Invalid argument

2011-04-10 Thread Polytropon
d of the errno set by a function. This is the always portable "test for zero", as in "everything okay -> zero; error -> not zero, usually 1, but primarily NOT ZERO". :-) FreeBSD allows more detailed return values like EX_CONFIG, EX_USGE or EX_SOFTWARE (as defined in syse

Re: No login prompt when ssh-ing into my machine.

2011-04-16 Thread Polytropon
on't want to have > to do it that way. How can I get it to show the login prompt as well? See "man sshd_config" for details, especially the keyword "Banner" may be interesting. For configuring your local SSH client program, see "man ssh_config&

Re: double spacing in vim, vi, or cream

2011-04-16 Thread Polytropon
; double-spaced? > If you're fine with postprocessing, use sed 's/./& /g'. If you want to use LaTeX, \usepackage{soul} and then \so{The text you want doublespaced}. -- Polytropon Magdeburg, Germany Happy FreeBSD u

Re: double spacing in vim, vi, or cream

2011-04-17 Thread Polytropon
and M) And if you want a postprocessing solution, use the command awk '{ printf("%s\n\n", $0); }' < single.txt > double.txt for "vertical double-spacing". -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... _

Re: double spacing in vim, vi, or cream

2011-04-17 Thread Polytropon
epackage{german} and then: Der L"owe fri"st M"usli. Und "Ol mag er auch. LaTeX also pays attention to placing the ligatures properly. You can easily create PDF output (for sending text to others), as well as easy printing (PS output). In pure text

Re: can't determine sound card driver to use in /etc/rc.conf

2011-04-18 Thread Polytropon
ugh "make config" in mplayer (or mencoder) is always a good choice. -- 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/fr

Re: can't determine sound card driver to use in /etc/rc.conf

2011-04-19 Thread Polytropon
, and maybe use mplayer's -v option to get an idea what may be wrong - the program should tell you about this. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___ freebsd-questions@freebsd.org mailing

Re: can't determine sound card driver to use in /etc/rc.conf

2011-04-21 Thread Polytropon
h language defaults. In this example, track 2 is the 1st part of the actual movie. *** Also try what happens if you mount the DVD and use mplayer on a VOB file directly, e. g. "mplayer /mnt/video_ts/vts_01_1.vob". The output should be similar... -- Polytropon Magdeburg, Germany H

Re: can't determine sound card driver to use in /etc/rc.conf

2011-04-21 Thread Polytropon
AM? Just to make sure and MINIMIZE the variables involved in this diagnostic process. > The movie is good, it plays > on my other FreeBSD box, is something wrong or should I try to go for > vlc? Well, VLC isn't bad, although I really prefer mplayer as I'm using it since the e

Re: building a port with very long list of build options

2011-04-21 Thread Polytropon
port). The file is to be in the known syntax, NAME=value. -- 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-ques

Re: can't determine sound card driver to use in /etc/rc.conf

2011-04-21 Thread Polytropon
not IDE like this one, this is > my take on the issue. If i install/try a SATA dvd drive, it will > work* Really, try a different drive, and if you can, also try different cables, just to make sure it's NOT the cables causing trouble. -- Polytropon Magdeburg, Germany Happy FreeBSD user sin

Re: easy Firewall setup

2011-04-26 Thread Polytropon
rewall, containing examples that you can use for form your own rules, like "allow anything from inside to outside, but deny any requests coming from outside". -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...

Re: disk problem: suggestion on how to handle...

2011-04-26 Thread Polytropon
hard-wiredly" correspond to actual disk locations per se. A tool for clearing inode information is "clri" which should be used on unmounted partitions whenever possible. Files like /usr/src/sys/bio.h and /usr/src/sys/geom/geom_vfs.c give some hints about what the numbers are refering

Re: access an extended partition and

2011-04-28 Thread Polytropon
titions in a "DOS extended partition" - the "logical drives" are represented by an own slice each. The partition letter "c" refers to "the whole slice" or "the whole drive". I think it is implied since FreeBSD 5, so /dev/ad0s7 can be used instead of /

Re: Any way to have login output AND use rsync/scp ?

2011-05-01 Thread Polytropon
configuration file (which is also read by script shells AND interactive shells) to the login startup file (which is only executed if the shell is an interactive login shell). -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... __

Re: Any way to have login output AND use rsync/scp ?

2011-05-01 Thread Polytropon
On Mon, 2 May 2011 02:13:17 +0200, Polytropon wrote: > On Sun, 1 May 2011 15:58:45 -0700 (PDT), George Sanders > wrote: > > I have my .cshrc file run some basic netstat and 'w' commands so that when > > I log > > in, I can see at a glance what is goi

Re: For My Edification

2011-05-02 Thread Polytropon
ndow to you. > I'd be grateful for any information. I may point you to the EXCELLENT documentation online: The FreeBSD Handbook and the FAQ. Those are QUALITY material not comparable to anything you find in "Windows" land. If you're dealing with IT matter, you'll ha

Re: For My Edification

2011-05-03 Thread Polytropon
On Mon, 02 May 2011 20:07:54 -0500, Kevin Kinsey wrote: > > On Mon, 2 May 2011 18:47:11 -0400, "Louis Marrero" > > wrote: > >> Being familiar only with general knowledge on the Windows XP that I use > >> daily, I've gone on the web to find out more information on some of the > >> terms used by t

Re: Seeking full-cups/lpd compilant printer

2011-05-04 Thread Polytropon
nce. And whenever you print, it causes system load. It also tends to break after some use. Also if you do NOT use it, it also breaks (or forces you to buy new inkpee ink-tank-and-printing-head-cartridges which are almost as expensive as the printer). -- Polytropon Magdeburg, Germany Happy Free

Re: rox-fm

2011-05-05 Thread Polytropon
ipe character at the beginning of the prompt intended? If yes, use this: set prompt = "|[%B%n@%m:%~%b]%# " I've kept the space at the end of the prompt for better readability. Remove it if desired. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, M

Re: rox-fm

2011-05-05 Thread Polytropon
ng _and_ underlining, but can't do colors, xterm can do underlining, but _not_ blinking, but can do colors... and so on. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___ freebsd-questions@freebsd.org mail

Re: Does running ``# portupgrade -arRp '' prompt for options or updates everything without prompts?

2011-05-05 Thread Polytropon
onfig-recursive" allows you to do all the config screens in one run, one after each other, and as soon as the settings got saved, they will be used without any further questions. See "man ports" for details about the several build targets; also see "man portupgrade" of other

Re: Does running ``# portupgrade -arRp '' prompt for options or updates everything without prompts?

2011-05-05 Thread Polytropon
endedly build a "big port" from source as you've correctly mentioned, use the command # make config-recursive before the build. This will make sure all dependencies are checked for "make config" screens, and they are visited first. Then, run # make install

Re: Does running ``# portupgrade -arRp '' prompt for options or updates everything without prompts?

2011-05-06 Thread Polytropon
stall them there), use "make package", or much easier with portupgrade or portinstall: use the -p option. This will place precompiled (haha) binary packages in /usr/ports/packages that you can transfer to another system and install with them wi

Re: Sending a Fax

2011-05-06 Thread Polytropon
y combine them with inefficient methods and expensive operations. In the past, I've also used the hylafax port with a regular external serial modem, and it worked perfectly. I think the moden was an... Elsa? MicroLink something? Looked like a green toy, but worked very well. -- Po

Re: gnome desktop manager

2011-05-06 Thread Polytropon
m the x11/gdm port and add a line for it to /etc/ttys (instead of the default xdm line you find there). It should be something like ttyv8 "/usr/local/bin/gdm" xterm off secure But check the documentaton of gdm, as well as the FreeBSD Gnome project (from the main web page

<    2   3   4   5   6   7   8   9   10   11   >