Re: home server for email box

2023-03-12 Thread Jeremy Ardley
vestigation suggests time consuming stuff happens before the certificate exchange - which in itself is expensive. However later processes could be expedited or improved with a valid certificate e.g. reducing content inspection or dropping some connection checks on emails from DNS names specified in th

Re: BIND: managed-keys-zone: Unable to fetch DNSKEY set '.': timed out

2023-03-12 Thread Jeremy Ardley
. That and /etc/nsswitch.conf a/etc/hosts You should also check if there are any new firewall issues, and that you haven't run out of space somewhere. Finally, you may have forwarder(s) in your bind. It's best to check if that is working -- Jeremy (Lists)

Re: BIND: managed-keys-zone: Unable to fetch DNSKEY set '.': timed out

2023-03-13 Thread Jeremy Ardley
f. The forwarder's section in the "/etc/bind/named.conf.options" is commented out so there are no forwarders:    // forwarders {     //  0.0.0.0;     // }; # aptitude show bind9 Package: bind9 Version: 1:9.18.12-1 Try netstat -tulpnW | grep 53 and see what's listening -- Jeremy (Lists)

Re: BIND: managed-keys-zone: Unable to fetch DNSKEY set '.': timed out

2023-03-13 Thread Jeremy Ardley
yes; print-severity yes; print-category yes; }; category default { debug_log; }; }; // End debug options }; | -- Jeremy (Lists)

Re: BIND: managed-keys-zone: Unable to fetch DNSKEY set '.': timed out

2023-03-13 Thread Jeremy Ardley
   print-time yes;     print-severity yes;     print-category yes;     };     category default {     debug_log;     };     }; }; also try setting /etc/resolv.conf to your ISP DNS servers - at least to get software updates -- Jeremy (Lists)

Re: BIND: managed-keys-zone: Unable to fetch DNSKEY set '.': timed out

2023-03-13 Thread Jeremy Ardley
writing-network-configuration-managers https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients which is fine also. In any case research on its configuration with man systemd-resolved I recall it uses a local address 127.0.0.53 to receive DNS queries -- Jeremy (Lists)

Re: librecad

2018-12-06 Thread Jeremy Nicoll
e of timber is, or what the spacing between regular items should be. -- Jeremy Nicoll - my opinions are my own.

Re: librecad

2018-12-08 Thread Jeremy Nicoll
ich saw them all as the same thing - an instance of the script language's interpreter being run. The script is written in ooREXX; anyone who wants it can have a copy. I expect somethig similar could be written in loads of other langages, but it's the one I know best. -- Jeremy Nicoll - my opinions are my own.

Re: automating reactions to file system changes

2018-12-08 Thread Jeremy Nicoll
cient, I might have looked for a better method, but the overhead of doing it the way I did was negligible. -- Jeremy Nicoll - my opinions are my own.

Re: librecad

2018-12-08 Thread Jeremy Nicoll
On Sun, 9 Dec 2018, at 01:47, Gene Heskett wrote: > On Saturday 08 December 2018 17:53:01 Jeremy Nicoll wrote: > [...] > > The pid was there so that when writing and testing the script > > I could tell which was which in taskmanager, which saw them > > all as the same th

Re: cups "Filter failed" | filter rastertopdf stops with status 1 | local printing works; remote printing not

2019-01-28 Thread Jeremy Nicoll
distro. And I didn't ned to be a sophisticated Googler; I provided just one word (I think you can guess what it was) as the search argument. -- Jeremy Nicoll - my opinions are my own.

Re: Flushing all Buffers Before Exiting

2019-03-22 Thread Jeremy Nicoll
amount of data you might lose is reduced. -- Jeremy Nicoll - my opinions are my own.

Re: Speed Problem Copying Files

2019-05-09 Thread Jeremy Nicoll
processing, I suppose, but it isn't seek time. Also, I wonder how you can say that that delay is a microsecond long? Which manuafacturer, which product, what level of firmware? -- Jeremy Nicoll - my opinions are my own.

Re: Top 7 Programming Languages That Employers Really Want

2019-10-18 Thread Jeremy Nicoll
e's more than one way to do it". That's part of > the reason Perl's considered (by some) a write only language -- you > can't understand what you wrote last week. Perl is a whole lot more readable than APL. -- Jeremy Nicoll - my opinions are my own.

Re: Top 7 Programming Languages That Employers Really Want

2019-10-18 Thread Jeremy Nicoll
e, which didn't precisely match what they saw in the text editor. -- Jeremy Nicoll - my opinions are my own.

Re: How to download email messages from Yahoo Groups in Debian?

2019-10-27 Thread Jeremy Nicoll
are and how to find > them among other cookies. Maybe their names are "T" and "Y"? -- Jeremy Nicoll - my opinions are my own.

Re: sed question

2019-12-07 Thread Jeremy Nicoll
ommand in hex terms, so eg instead of this = "first string" that = "new value" "c /"this"/"that"/" I've had thishex = c2x(this) ie: "666972737420737472696E67" thathex = c2x(that)ie: "6E65772076616C7565" "c /&x'"thishex"'/&x'"thathex"'/" which is to say "c /&x'666972737420737472696E67'/&x'6E65772076616C7565'/" -- Jeremy Nicoll - my opinions are my own.

Re: Pluma's syntax highlighting

2020-01-13 Thread Jeremy Nicoll
fferent one. That apart, it would help enormously if you posted a screenshot of what you're seeing, and some explanation of why you think the colouring is wrong. -- Jeremy Nicoll - my opinions are my own.

Re: Pluma's syntax highlighting

2020-01-13 Thread Jeremy Nicoll
On Mon, 13 Jan 2020, at 13:03, Richard Owlett wrote: > On 01/13/2020 06:13 AM, Jeremy Nicoll wrote: > > On Mon, 13 Jan 2020, at 11:52, Richard Owlett wrote: > > > >> I was looking for a description of what Pluma was trying to accomplish > >> by their highlighting

Re: Progress {of a sort} - was [Re: Pluma's syntax highlighting]

2020-01-13 Thread Jeremy Nicoll
On Mon, 13 Jan 2020, at 16:01, Richard Owlett wrote: > On 01/13/2020 07:57 AM, Jeremy Nicoll wrote: > > [ *MASSIVE* snip ] Fuck off. -- Jeremy Nicoll - my opinions are my own.

CD-ROM: inappropriate ioctl, addendum

2020-01-18 Thread jeremy bentham
The drive also does not respond to the physical control on the case. -- Dave Williamsd...@eskimo.com

CD-ROM: inappropriate ioctl

2020-01-18 Thread jeremy bentham
Using the eject command I get the following message: eject: unable to eject, last error: Inappropriate ioctl for device This is new: I used the drive to install the OS (jessie? Debian 9, anyway) and I've actually--not too recently--listened to a CD on it. Feeding The Duck the message didn't h

Re: local network capability scanner?

2020-02-07 Thread Jeremy Nicoll
arly 20 times the "slow" data rate you mentioned in your original question. -- Jeremy Nicoll - my opinions are my own.

Re: FOSS friendly PDA?

2020-02-11 Thread Jeremy Nicoll
iasts only" territory. > It must use a standard Linux (Debian preferred). Why? Surely all you need is a decent text editor, and a file manager. > The manufacturer should ship with the Linux installed. > Android is *UNACCEPTABLE*! Why? If you only use the machine to write data to

Re: FOSS friendly PDA?

2020-02-12 Thread Jeremy Nicoll
https://www.oesf.org/forum/index.php?showforum=194 Also see: https://support.planetcom.co.uk/index.php/Linux_Flashing_Guide https://support.planetcom.co.uk/index.php/Debian_Notes -- Jeremy Nicoll - my opinions are my own.

ANSI art with xterm

2007-03-02 Thread Jeremy Cyrus
Thus spake Jan Willem Stumpel on Wed, May 10, 2006 at 05:06:20PM +0200 or thereabouts: <[EMAIL PROTECTED]> [2006-05-10 13:36]: cga2000 wrote: Not AFAIK. But xterm basically understands ansi sequences, so it should not be difficult to write a filter that would produce the picture by means of ca

Re: ANSI art with xterm

2007-03-05 Thread Jeremy Cyrus
Does anyone have any information for me on this problem please? On 3/2/07, Jeremy Cyrus <[EMAIL PROTECTED]> wrote: Thus spake Jan Willem Stumpel on Wed, May 10, 2006 at 05:06:20PM +0200 or thereabouts: <[EMAIL PROTECTED]> [2006-05-10 13:36]: > cga2000 wrote: > > &

Re: ANSI art with xterm

2007-03-06 Thread Jeremy Cyrus
please at least offer some clues? thank you. On 3/5/07, Jeremy Cyrus <[EMAIL PROTECTED]> wrote: Does anyone have any information for me on this problem please? On 3/2/07, Jeremy Cyrus <[EMAIL PROTECTED] > wrote: > > Thus spake Jan Willem Stumpel on Wed, May 10, 2006 at 05:

ANSI art with X terminal emulator

2007-03-18 Thread Jeremy Cyrus
i am trying to run scrollz irc client in an xterm, with a colorful ansi art script loading that produces very eye catching graphics. (the reason i have always used scrollz for irc client). this is something that has always worked before, all i ever had to do was install the xfonts-dosemu package,

Re: ANSI art with X terminal emulator

2007-03-21 Thread Jeremy Cyrus
does anyone have any useful information concerning this issue? thanx On 3/18/07, Jeremy Cyrus <[EMAIL PROTECTED]> wrote: i am trying to run scrollz irc client in an xterm, with a colorful ansi art script loading that produces very eye catching graphics. (the reason i have always used s

portmap segfault?

2007-02-01 Thread Jeremy Kitchen
rs are fine, although we do have other machines on *other* filers that are having nfs issues, but I haven't pinpointed the problems on those machines to this issue (they're next on my list, however!) If anyone has any ideas, or if there's more information you need from me that might he

Re: Debian + LVM + RAID1

2008-05-08 Thread Jeremy Lainé
/dev/sdc). Software RAID in Linux is implemented in such a way that you can directly access one of the devices and it just works. BIOS/grub are unaware of the fact that /dev/sdd contains the same information. Cheers, Jeremy - -- http://www.jerryweb.org/ : JerryWeb.org http://sailcut.sourceforge.n

Re: Will Debian GNU/Linux 5.0.2 Work 4 Me? [SEC=UNCLASSIFIED]

2009-07-20 Thread jeremy jozwik
On Mon, Jul 20, 2009 at 2:28 PM, Gibson, Jodie MRS wrote: > IMPORTANT: This email remains the property of the Australian Defence > Organisation and is subject to the jurisdiction of section 70 of the Crimes > Act 1914. If you have received this email in error, you are requested to > contact the sen

no fsck?

2009-07-20 Thread jeremy jozwik
new to debian, trying to restore some files $ ./fsck.vfat -rv /~~~ bash: ./fsck.vfat: No such file or directory please help! -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: no fsck?

2009-07-20 Thread jeremy jozwik
> Following up to Felipe: *why* are you running ./fsck.vfat instead of plain > old fsck.vfat? > > -- > Scooty Puff, Sr > The Doom-Bringer because # fsck.vfat did nothing the first time. # fsck works # fsck fsck 1.41.3 (12-Oct-2008) e2fsck 1.41.3 (12-Oct-2008) /dev/sda1 is mounted. WARNING!!! R

Re: no fsck?

2009-07-20 Thread jeremy jozwik
>> because # fsck.vfat did nothing the first time. >> >> # fsck works >> >> # fsck >> fsck 1.41.3 (12-Oct-2008) >> e2fsck 1.41.3 (12-Oct-2008) >> /dev/sda1 is mounted. >> >> WARNING!!!  Running e2fsck on a mounted filesystem may cause >> SEVERE filesystem damage. >> >> Do you really want to continu

Re: no fsck?

2009-07-20 Thread jeremy jozwik
On Mon, Jul 20, 2009 at 10:54 PM, Ron Johnson wrote: > On 2009-07-21 00:47, jeremy jozwik wrote: > [snip] >> >> so i tired this: >> http://lists.slug.org.au/archives/slug/2006/05/msg2.html >> >> thats where the fsck part came into play. > > So, did you

Re: no fsck?

2009-07-20 Thread jeremy jozwik
On Mon, Jul 20, 2009 at 11:18 PM, Ron Johnson wrote: > 251 FATs?  WTF yah... im 95% that the sd needs to be re-formatted > What's the output from: > $ cc -v # cc -v bash: cc: command not found i really appreciate the help. but i need to call it a night. if anyone has some ideas shoot them o

Re: no fsck?

2009-07-21 Thread jeremy jozwik
> # apt-get install gcc libc6-dev libgdbm-dev libgdbm3 libjpeg-progs running. sorta. how do i make a *.txt recipe? > Only if you have a very thin pipe. ok good. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.

Re: no fsck?

2009-07-21 Thread jeremy jozwik
> You don't have gcc installed. fixted now > Indeed: Apparently you [1] installed Debian on a disk that has a > broken fat file system on it (is that even possible?), then [2] you > ran fsck while the partition was still mounted. Now [3] you want to > install more Debian packages. no, debian is w

Re: no fsck?

2009-07-21 Thread jeremy jozwik
On Tue, Jul 21, 2009 at 1:22 AM, Ron Johnson wrote: > On 2009-07-21 02:17, jeremy jozwik wrote: >>> >>> # apt-get install gcc libc6-dev libgdbm-dev libgdbm3 libjpeg-progs >> >> running. sorta. how do i make a *.txt recipe? >> > > Dunno. I recommende

Re: How do I setup wireless network

2009-07-22 Thread jeremy jozwik
> I wonder why you last 2 post are empty? > > Is it only me or others cannot read them either? I read all other posts > just fine. What do you use as your newsreader? its not just you. i thought it was gmail and did not want to get a maillist freakout in my direction. -- To UNSUBSCRIBE, email t

help, ive broken my linux but it still boots up!

2009-07-24 Thread jeremy jozwik
so ive been running debian lenny for about a week. everythings been hunky-dorry until this evening when i turned on my laptop and was greeted with several seconds of this during the boot up process. http://www.flickr.com/photos/godblessbotox/3753646865/ along with that gobbely gook it beeps for a

Re: help, ive broken my linux but it still boots up!

2009-07-25 Thread jeremy jozwik
On Fri, Jul 24, 2009 at 11:54 PM, Ron Johnson wrote: > Maybe you removed some fonts?  (Your gmail account hides your nation of > origin, and thus important clues.) no fonts removed, in fact i added ones for chinese characters. > Does it occur every time you boot? everytime. > Does your system o

Re: help, ive broken my linux but it still boots up!

2009-07-25 Thread jeremy jozwik
On Sat, Jul 25, 2009 at 10:02 AM, Osamu Aoki wrote: > Hi, > > I bet you must have installed your system by chosing non-English > language as your choice. > Osamu > nah, debian was installed with english language. after the fact i reconfigured to add chinese characters. but this was a while ago and

batch automation

2009-07-27 Thread jeremy jozwik
sorry if this is not within the scope of the debian user list. but im stuck in a rut. im running exiftool to copy exif data from my jpg files to my converted raw files. individually i am running ./exiftool -TagsFromFile jpg.jpg raw.jpg but i have a folder loaded with .jpg files and this could tak

Re: How to install Java in Lenny?

2009-07-28 Thread jeremy jozwik
On Tue, Jul 28, 2009 at 2:42 PM, j j wrote: > sun-java6-bin > http://packages.debian.org/sid/sun-java6-bin sid packages work ok with lenny? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: How to install Java in Lenny?

2009-07-28 Thread jeremy jozwik
On Tue, Jul 28, 2009 at 2:47 PM, jeremy jozwik wrote: > On Tue, Jul 28, 2009 at 2:42 PM, j j wrote: >> sun-java6-bin >> http://packages.debian.org/sid/sun-java6-bin > > sid packages work ok with lenny? > wow... that strike 2 "sid packages work ok with lenny?&qu

networking woes + headaches

2009-07-31 Thread jeremy jozwik
good morning list, im having some network connection issues that i hope i can resolve here without too much pain. issue 1, im on a laptop and sometimes i forget to plug in my ethernet wire. if i connect after login i cannot browse the internet. the network connection lists eth1 as idle and sometim

Add/Remove applications cd required

2009-08-02 Thread jeremy jozwik
n i install / configure / remove /pour a magical potion on to get debian to simply install without the cd. - jeremy -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Add/Remove applications cd required

2009-08-02 Thread jeremy jozwik
On Sun, Aug 2, 2009 at 8:26 AM, Aioanei Rares wrote: > Sorry, replace emacs with $editor-of-choice. :) > [sucking at email version] i was about to ask what the difference is between emacs [command not found] and nano, guess now i know! thanks for that super easy tweak, im sad to report that i hav

Re: batch automation

2009-08-02 Thread jeremy jozwik
On Tue, Jul 28, 2009 at 7:53 AM, Ron Johnson wrote: >>> for i in *.jpg; \ >>> do \ >>>   bn=$(basename "${i}" .jpg) \ >>>   echo "${bn}" \ >>> done >>> >>> Replace the echo statement with appropriate exiftool command. ./exif.sh: line 7: syntax error: unexpected end of file ok, im getting frustrate

Re: batch automation

2009-08-02 Thread jeremy jozwik
On Sun, Aug 2, 2009 at 11:00 PM, Ron Johnson wrote: > My bad for adding the continuation characters.  This definitely works: alright, it no longer errors out. will this be able to bridge across the /photo/raw, /photo/fresh folders? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: batch automation

2009-08-02 Thread jeremy jozwik
On Sun, Aug 2, 2009 at 11:20 PM, Ron Johnson wrote: > Sure.  For example, let's say that you've got a list of raw files that you > want to convert to jpeg and then make thumbnails from. > > #!/bin/bash > cd /photo/raw > for i in *.raw; > do >   bn=$(basename "${i}" .raw) >   convert_to_jpg "${i}" /

qemu slowness

2009-08-03 Thread jeremy jozwik
hello list. the wife wants to watch netflix "watch instantly" videos. it requires a program to be installed in order to watch the videos. said program is only supported under the w and mac os. so i figured this would be a nice time to setup a virtual machine. so ive been poking around with qemu. s

Re: qemu slowness

2009-08-03 Thread jeremy jozwik
On Mon, Aug 3, 2009 at 10:48 PM, jeremy jozwik wrote: > so i figured this would be a nice time to setup a virtual machine. so > ive been poking around with qemu. also, what is the pro / con of qemu and virtualBox, which i just noticed is listen in the mail list -- To UNSUBSCRIBE, em

Re: nspluginwrapper problem

2009-08-05 Thread jeremy jozwik
>> When I run nspluginwrapper -i >> /usr/lib/browser-plugins/libflashflashplayer.so the response is >> >> *** NSPlugin Viewer *** ERROR: libnss3.so: cannot open shared object >> file: No such file or directory. >> >> I found a copy of libnss3.so in /usr/lib and added a soft link to it >> from /usr/

Re: nspluginwrapper problem

2009-08-05 Thread jeremy jozwik
On Wed, Aug 5, 2009 at 7:52 PM, Brian Marshall wrote: > Why not use the flashplugin-nonfree package? It has Flash 10 without > nspluginwrapper on amd64. > > -- > Brian email composing failure... for some reason or another that package could not be found even with adding to the source list -- T

Re: qemu slowness

2009-08-05 Thread jeremy jozwik
On Wed, Aug 5, 2009 at 3:50 PM, Mark Allums wrote: > VirtualBox-OSE is an application that you can install like qemu and run > windows inside, and it is very easy to set up and use.  It has very good > hardware support, so audio probably wouldn't be a problem, it runs fast, and > whatever guest OS

color management?

2009-08-09 Thread jeremy jozwik
heya list. ive been working with linux on adjusting my photos for the last 3 weeks or so. since ive started ive noticed that the way the photos look on my linux laptop are CONSIDERABLY different then the color that is shown on a windows machine. now i would not worry too much about this if it were

Re: color management?

2009-08-10 Thread jeremy jozwik
On Mon, Aug 10, 2009 at 6:04 AM, S. Fishpaste wrote: > Well then might want to try using sRGB profile. nope, dont work any better. i have both gimp and rawstudio set to srgb, re-uploaded and there is still a significant difference in color. are there color profiles for the monitor itself in debia

Re: [Linuxwacom-discuss] Wacom + Maya

2009-08-10 Thread jeremy jozwik
On Mon, Aug 10, 2009 at 7:05 PM, Bezierk wrote: > nice... i guess if that's a part of the reason linux has better 3d apps > than vector apps (i'm looking at you both inkscape and scribus) but inkscape has predictive inking! which even the newest version of mudbox just added. thats pritty awesome

Re: color management?

2009-08-11 Thread jeremy jozwik
On Tue, Aug 11, 2009 at 5:20 AM, S. Fishpaste wrote: > Is GIMP colour managed ? I don't think it is as that's usually reserved for > 'ink on > paper' design applications. yes gimp is and has an entire section dedicated to it in preferences. ill look into that site you recommend. -- To UNSUBSC

Re: color management?

2009-08-11 Thread jeremy jozwik
On Tue, Aug 11, 2009 at 4:08 PM, Mirko Parthey wrote: > Laptop screens are optimized for energy efficiency instead of image > quality; their color reproduction may not be as good as an external > monitor and depends strongly on the viewing angle. > Regards, > Mirko thanks for those links as well.

Re: Silverlight/Moonlight/Tuva

2009-08-28 Thread jeremy jozwik
On Fri, Aug 28, 2009 at 2:00 AM, Jan Willem Stumpel wrote: > Has anyone succeeded in using the "moonlight" packages in order to > view the videos at Microsoft's Tuva project? If so, which packages > are needed exactly / which tricks? > > http://research.microsoft.com/apps/tools/tuva/ i am also int

dvd playback application

2009-08-29 Thread jeremy jozwik
hello list, im trying to playback a movie on my debian lenny laptop. i know nothing about the dvd apps here so i went into add/remove applications and randomly installed the dvd playback apps i could find. mplayer, ogle, and xine. mplayer: when i open a disk. [multiple disks already tried same res

Re: dvd playback application

2009-08-29 Thread jeremy jozwik
On Sat, Aug 29, 2009 at 9:07 AM, Aioanei Rares wrote: > If you try some Google search for, say, "dvd playback Debian", I'm sure your > problem will be solved in minutes. Hint : debian-multimedia. i thought that is the point of a mailing list. ask other people how they have fixed things. -- To U

Re: dvd playback application

2009-08-29 Thread jeremy jozwik
On Sat, Aug 29, 2009 at 2:14 PM, JoeHill wrote: > Yeah, but sometimes people get tired of answering the same questions over and > over again every time someone tries Linux for the first time ;) ive been on the openmoko lists for just under a year now and have helped out plenty of newbies with there

Re: dvd playback application

2009-08-29 Thread jeremy jozwik
On Sat, Aug 29, 2009 at 3:20 PM, JoeHill wrote: > You need to install them from Debian Multimedia, not from the default repos. the first time i ran the install for mplayer and ogle it was from add/remove. after you suggested i install them from debian multi i removed them from add/remove. seems th

next orientation using xrandr.

2009-09-07 Thread jeremy jozwik
not seem to explain that sort of action. - jeremy -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: next orientation using xrandr.

2009-09-08 Thread jeremy jozwik
On Mon, Sep 7, 2009 at 11:34 AM, Cassiano Leal wrote: > Why not wrap all commands in a shell script and then map the button to > this shell script? reason 1. i dont know how. reason 2. i did not know you could do such things. thanks for the suggestion -- To UNSUBSCRIBE, email to debian-user-re

Re: next orientation using xrandr.

2009-09-11 Thread jeremy jozwik
On Tue, Sep 8, 2009 at 11:18 AM, jeremy jozwik wrote: > On Mon, Sep 7, 2009 at 11:34 AM, Cassiano Leal wrote: >> Why not wrap all commands in a shell script and then map the button to >> this shell script? Cassiano, im having some issues with getting a rotation script to activate

Re: How to install other language pack in deiban? please help me out.

2009-09-11 Thread jeremy jozwik
On Fri, Sep 11, 2009 at 6:25 PM, Alexander Hwang wrote: > Hi , I am a newbie of debian. I wanna to intalll another language pack in > debian. I was searching in Google , but found no ways. they are called locales http://people.debian.org/~schultmc/locales.html search locales for more tutorials.

Re: How to install other language pack in deiban? please help me out.

2009-09-11 Thread jeremy jozwik
On Fri, Sep 11, 2009 at 8:29 PM, jeremy jozwik wrote: > On Fri, Sep 11, 2009 at 6:25 PM, Alexander Hwang wrote: >> Hi , I am a newbie of debian. I wanna to intalll another language pack in >> debian. I was searching in Google , but found no ways. > > they are

Re: How much RAM can debian support?

2009-10-09 Thread jeremy jozwik
On Fri, Oct 9, 2009 at 1:44 PM, Dean Chester wrote: > Hi > I'm moving to a Macbook soon(staying with debian tho:p) and apple keep > advertising that snow leopard can support 16 exobytes of RAM. Im just > wondering how much can 64-bit debian support? > Thanks in advance > Dean > a lot http://linu

Re: whatismyip

2009-02-20 Thread Jeremy May
Frederik Kriewitz wrote: On Fri, Feb 20, 2009 at 4:37 PM, Adrian Chapela wrote: www.whatismyip.com is another possibility but I think there isn't another web with a clean IP like www.whatismyip.org http://checkip.dyndns.org/ http://dynamic.zoneedit.com/checkip.html If you would l

Bug#525958: Disable CONFIG_PROM_CONSOLE on sparc - also affects Lenny!

2009-06-17 Thread Jeremy Main
. Is there a fix or a work around? Kind regards, Jeremy Main -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

sarge, aptitude, archives

2008-11-17 Thread jeremy bentham
I can't use aptitude anymore. It was working, pre-sarge-archive. Typing aptitude on the command line gives me this: W: Couldn't stat source package list http://archive.debian.org sarge/main Packages (/var/lib/apt/lists/archive.debian.org_debian-archive_dists_sarge_ main_binary-i386_Packages) - s

Re: sarge, aptitude, archives

2008-11-17 Thread jeremy bentham
On Nov 18 you wrote: > On 2008-11-17 23:44 +0100, jeremy bentham wrote: > > I can't use aptitude anymore. > > It was working, pre-sarge-archive. > > Typing aptitude on the command line gives me this: > > W: Couldn't stat source package list http://archi

Re: sarge, aptitude, archives

2008-11-19 Thread jeremy bentham
On Nov 19 you wrote: > On Mon,17.Nov.08, 19:32:42, jeremy bentham wrote: > > > > My sources.list > > > > deb http://archive.debian.org/debian-archive/ sarge main contrib > > > > non-free > > > > per the README at the archive site. > >

Why sarge? (was:) sarge, aptitude, archives

2008-11-19 Thread jeremy bentham
On Nov 19 s. keeling wrote: > jeremy bentham <[EMAIL PROTECTED]>: > > Please, no {advice, orders} to upgrade to etch. Consider this a > > question about aptitude/sources.list/archives. That does look kind of trollish. Sorry. Post in haste, repent at leisure. > Fin

Choosing which file to download

2009-02-04 Thread Jeremy Weed
running an IBM Levono ThinkCenter M55e Tower Core Duo 2.13 Ghz. Thanks! Jeremy Weed |Customer Promotion Specialist| Schwan's Consumer Brands North America, Inc.| 8500 Normandale Lake Blvd. | Bloomington, MN 55437 | PH: 952-841-4105 | F: 507-537-5693 www.mrssmiths.comhttp://ww

Re: looking for digital pen/tablet on Debian Squeeze

2010-02-03 Thread jeremy jozwik
On Tue, Feb 2, 2010 at 9:49 PM, G. Jay Kerns wrote: > Dear Debian users, > - I do not need a Cadillac or BMW, but something like a Honda/Toyota > might be nice. something else to consider, the cadillac and bmw have driver support for sure. dont know about the hondas or toyotas. also, wacom has a

Re: avi to dvd

2010-02-13 Thread jeremy jozwik
On Sat, Feb 6, 2010 at 11:49 AM, Bogdan wrote: > Hey, > > Can someone point me to a decent GUI  [i don't want to go through the > command line for this] avi to dvd converter? I've Googled a little and found > some references for DeVeDe and ManDVD, but i'm not able to make a documented > decision.

Re: Air compressors vs. canned air

2010-02-13 Thread jeremy jozwik
On Sat, Feb 13, 2010 at 6:30 PM, Chris Jones wrote: >...and might be able to > comment on the respective merits of air compressors vs. air cans..? > > CJ in a recent point and shoot camera surgery i regret using compressed air cans. after a certain * of rotation the can might expel high velocity

Theoretical drive swapidge.

2010-03-18 Thread jeremy jozwik
hello list. i am contemplating beefing up my laptops hard drive. i did a little google search and most of the hits seem to be forum posts. and those that are not use different methods. this is a big move so i would like to know the most tried and true, least down time tutorial for this. can someo

Re: Theoretical drive swapidge.

2010-03-18 Thread jeremy jozwik
that is not true. debian linux lenny running on a lenovo thinkpad x61 tablet. hard disk currently in system is a 80gig slow lil 5400rpm sata. looking to upgrade to a 7200 160 or 250 drive On Thu, Mar 18, 2010 at 7:12 PM, Stephen Powell wrote: > That's really not enough information, Jeremy

Re: Theoretical drive swapidge.

2010-03-18 Thread jeremy jozwik
On Thu, Mar 18, 2010 at 9:29 PM, ~Stack~ wrote: > Hope this helps! > ~Stack~ greatly. thank you. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/f8d5d4f31003182140w

Re: Theoretical drive swapidge.

2010-03-20 Thread jeremy jozwik
On Sat, Mar 20, 2010 at 8:30 AM, Sjoerd Hardeman wrote: > Probably the easiest way is to get yourself a usb 2.5'' sata case. Get > the old drive out of your laptop and put the new one in. Boot with a > live cd (knoppix, debian) and make the partitions to your liking on the > new drive. Then, mount

Re: Theoretical drive swapidge.

2010-03-28 Thread jeremy jozwik
On Sat, Mar 20, 2010 at 8:30 AM, Sjoerd Hardeman wrote: > Finally, chroot to /media/newdrive, do a grub-install /dev/sda (or > whatever other device your new drive is mounted on), everything is copied over to the new drive. grub-install is kicking me however. # grub-install /dev/sdb1 grub-probe:

Re: Theoretical drive swapidge.

2010-03-28 Thread jeremy jozwik
On Sat, Mar 20, 2010 at 9:51 AM, green wrote: > Yeah, I forgot to mention checking /etc/fstab. truthfully i dont know what i should be looking for here, but this is a nano of fstab # /etc/fstab: static file system information. # # proc /proc proc

Re: Theoretical drive swapidge.

2010-03-28 Thread jeremy jozwik
On Sun, Mar 28, 2010 at 7:57 PM, green wrote: > Sjoerd mentioned using chroot; are you? Hmm, maybe you need to bind mount > proc, sys, and dev also... i did try a chroot into the external drive per someone else instructions. > "Check your device.map" means look at /boot/grub/device.map. It sho

Re: Theoretical drive swapidge.

2010-03-29 Thread jeremy jozwik
On Mon, Mar 29, 2010 at 9:31 AM, green wrote: > Are you saying that you booted from a drive that was connected externally via > a > USB/PATA or USB/SATA adapter? no, but the option does exist. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". T

Umont ownership?

2010-04-05 Thread jeremy jozwik
hello list, after a recent system drive migration ive noticed that the right click unmont in lenny 5.0.2 no longer cleanly unmounts. i get a dialog box saying cannot unmont blah blah... the drives are not being accessed at the time. since umount is not a package that i can reinstall [as far as i

Re: Umont ownership?

2010-04-05 Thread jeremy jozwik
On Mon, Apr 5, 2010 at 9:42 AM, Stephen Powell wrote: > I'm not exactly sure what you're talking about. I am familiar with the > mount and umount commands issued at a shell prompt, but this "right click" > business I don't understand. Are you talking about some icon on the desktop, > such as GNO

Re: Umont ownership?

2010-04-05 Thread jeremy jozwik
On Mon, Apr 5, 2010 at 11:20 AM, Camaleón wrote: > Try to login with another user and see what happens. will try later today. > Some tips: > > - There are some USB devices out there (mainly iPod, mp4 players and > mobile phones) that indeed do not work with just the "umounting" action. > They nee

Re: Umont ownership?

2010-04-05 Thread jeremy jozwik
On Mon, Apr 5, 2010 at 11:20 AM, Camaleón wrote: > - On standard hard drives this should not happen. Try to debug "umount - > v /mnt/device" using the console. Also, check "dmesg" for additional > information. $ umount -v /dev/sdb1 could not umount /media/video - trying /dev/sdb1 instead umount:

Re: Umont ownership?

2010-04-06 Thread jeremy jozwik
On Tue, Apr 6, 2010 at 7:23 AM, Camaleón wrote: > Were you running that command as "root" (or sudo) user? does not work in regular user mode. which is what i think causes the issue in GNOME right click. > Uh? So it works fine for root user... yes > - Does this happen whith any kind of media yo

Re: Umont ownership?

2010-04-06 Thread jeremy jozwik
On Tue, Apr 6, 2010 at 7:51 AM, Sjoerd Hardeman wrote: > For a regular user, you need to be in the plugdev group to mount and > unmount. i am not familiar with those settings in linux. so i did some searching. http://wiki.debian.org/DebianDesktopHowTo which says: "This is a problem with the way

Re: Umont ownership?

2010-04-06 Thread jeremy jozwik
On Tue, Apr 6, 2010 at 8:41 AM, Stephen Powell wrote: > A non-root user *may* be able > to mount *some* file systems and *some* mount points depending on what is > specified in /etc/fstab.  Here is an excerpt from the man page for mount: GNU nano 2.0.7 File: /etc/fstab # /etc/fstab:

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