Hal Vaughan <[EMAIL PROTECTED]> wrote:
> I had to do some minor reconfiguring on my LAN (basically just changing
> the UPS), but it including having to juggle a few systems around and
> reconnect cables. Everything is set up as it should be, but now, when
> I bring up, the host is "(none)" and
Sven & others,
At Wed, 18 Oct 2006 20:57:06 +0200 Sven Arvidsson said,
> ... list the loaded modules and the installed packages
> and try to find any differences between the systems.
> ...
> lsmod
On the desktop system where the Belkin works,
pegasus and several usb modules are listed.
The cde
I am sure this is a really stupid question, but having read through
the reference and searched online (some searches involve such common
terms they never return anything useful) I have really been unable to
find a clear answer. I hope someone here can help.
In the past, as a Slackware user, I nev
Ron Johnson <[EMAIL PROTECTED]>:
> To get *only* (well, *mostly*) hidden files), try:
>
> ls -aFl | grep " \."
That's quite a bit more complex than necessary.
ls -d .*
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cothrige <[EMAIL PROTECTED]> wrote:
> I am sure this is a really stupid question, but having read through
> the reference and searched online (some searches involve such common
> terms they never return anything useful) I have really been unable to
> find a clear answer. I hope someone here can h
For more than a year I compile my kernels the way you described
(universal vay) and I have no problems. Of course there is a debian
way but it's not a must.
Regards,
Seweryn
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hello all,
The description of 'nvtv' suggests it is possible:
Description: tool to control TV chips on NVidia cards under Linux
This is a program to control the TV encoder chips on NVidia cards under
Linux, in order to get tv-out with a wide range of resolutions and
sizes, including "overscan"
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I got my usb scanner to work only yesterday but I don't think I'll be
much help!
You need to find the 'backend' for sane for your scanner. Unfortunately
I've googled and I can't seem to find one for your model scanner (if you
try using www.google.com
MA LA TOGLIETE STA ROBA VECCHIA DI 10 ANNI???
Grazie
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
MySQL looks in a "default" place for its data directory prior to
processing my.cnf , so if my.cnf is not present the default values are
kept (and tried) and there's no need to re-malloc() new configuration
paramaters.
I think this is just a bug (debug bug) that wasn't squelched, which lets
you kn
Patrick,
Its relatively easy .. and you can make it a bit easier on yourself.
Untar from kernel.org in /usr/src
be sure ncurses-dev and ncurses are present
make menuconfig and configure your kernel
now make (or make -j xx, where xx = # of cpu's if > 1) [ fancy gcc hacks
go here if your brave
On Sunday 22 October 2006 18:02, cothrige wrote:
[...]
> In the past, as a Slackware user, I never installed an OS where I
> didn't immediately compile a new kernel. Slack uses a 2.4 kernel, and
> I use some peripheral items which seem to require, or at least greatly
> prefer a 2.6 kernel. The pr
I recently installed Debian Etch with kde. Kdesu unfortunatly has an
serious bug. It won't accept the password. Is there a known workaround
for this bug?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Sun, Oct 22, 2006 at 10:19:20AM +0200, Bj??rn Lindstr??m wrote:
> Ron Johnson <[EMAIL PROTECTED]>:
>
> > To get *only* (well, *mostly*) hidden files), try:
> >
> > ls -aFl | grep " \."
>
> That's quite a bit more complex than necessary.
>
> ls -d .*
But again, that also gives you the . and .
On Sun, 22 Oct 2006 02:55:32 -0400
"Roberto C. Sanchez" <[EMAIL PROTECTED]> wrote:
[...]
> If you are a newbie, you should not have
> terminal popping up in the top level of the menu. If you are a power
> user, you will know where to find it.
>
That sums up the approach of the GNOME project, i
A really bad joke is brewing if this thread keeps up. Ah heck, why not.
How many sysadmins does it take to list the files in one directory?
... [ ducking ]
On Sun, 2006-10-22 at 12:16 +0200, David Jardine wrote:
> On Sun, Oct 22, 2006 at 10:19:20AM +0200, Bj??rn Lindstr??m wrote:
> > Ron Johnson
On Sat, 21 Oct 2006 21:05:03 -0400
Rick Pasotto <[EMAIL PROTECTED]> wrote:
> Evidently some recent upgrade caused the hp-* programs to no longer
> work. I get error messages like:
>
> hpiod: invalid product id string: Operation not permitted
> io/hpiod/system.cpp 491 hpiod: invalid serial id stri
On Sun, 22 Oct 2006 01:12:48 -0400
"Jameson C. Burt" <[EMAIL PROTECTED]> wrote:
>
> We in Linux heavily use the command-line.
> So, I was dismayed when my new Debian etch version displayed a Gnome
> interface WITHOUT ANY XTERM (or GNOME-TERMINAL or KONSOLE)
> and not even any immediate panel op
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/22/06 05:21, Tim Post wrote:
> A really bad joke is brewing if this thread keeps up. Ah heck, why not.
>
> How many sysadmins does it take to list the files in one directory?
In OpenVMS, it's very easy:
DIR :== DIREC/DA/SIZ=ALL
DIR SYS$LOGIN:
Hello list,
I'm trying to build some more functionality into dash, and take out some
stuff that isn't needed to have it act pretty much just as a very
lightweight script interpreter.
I'd also like to play around with fcgi and dash, so it doesn't have to
fork each time and can more or less be us
HXC wrote:
I recently installed Debian Etch with kde. Kdesu unfortunatly has an
serious bug. It won't accept the password. Is there a known workaround
for this bug?
No, but it is a known bug and as i remember kdebase is at 3.5.5-1 in
etch right now and the fix is in 3.5.5-2, so, you could ei
Hi,
I want to open the serilal driver (/dev/ttyS0) from the kernel space.
I need to write a character driver in the kernel (the requirements of
the project insist that it will be inside the kernel) that gets special
strings from user and pass them to the serial.
In order to implement that I though
Oh, yeah?
open "$" ,8
:P
On Sun, 2006-10-22 at 05:28 -0500, Ron Johnson wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 10/22/06 05:21, Tim Post wrote:
> > A really bad joke is brewing if this thread keeps up. Ah heck, why not.
> >
> > How many sysadmins does it take to list t
Hello,
I read that iceweasel will replace firefox but
sudo apt-get install iceweasel gives nothing.
What about iceweasel ?
tia
--
Gérard
On Sun, Oct 22, 2006 at 12:02:52 +0200, HXC wrote:
> I recently installed Debian Etch with kde. Kdesu unfortunatly has an
> serious bug. It won't accept the password. Is there a known workaround
> for this bug?
In most cases it should be possible to open a konsole terminal, su to
root and run th
* Gerard Robin <[EMAIL PROTECTED]> [2006 Oct 22 06:43 -0500]:
> Hello,
> I read that iceweasel will replace firefox but
> sudo apt-get install iceweasel gives nothing.
> What about iceweasel ?
It hasn't hit Sid yet. I just did an update in Aptitude and while
IceDove has been there for a few days
On Sat, Oct 21, 2006 at 13:08:21 +0200, LeVA wrote:
> Hi!
>
> Using testing, when I try to install the xfce4-utils package, it tells
> me this:
>
> The following packages will be REMOVED:
> kdelibs4-dev kdepim-dev kspy libfam-dev libfam0 libkcal2-dev
> libkdepim1-dev libkgantt0-dev libkleopa
On Sun, Oct 22, 2006 at 06:34:07PM +0800, Tim Post wrote:
> Hello list,
>
> I'm trying to build some more functionality into dash, and take out some
> stuff that isn't needed to have it act pretty much just as a very
> lightweight script interpreter.
>
> I'd also like to play around with fcgi a
On Sat, Oct 21, 2006 at 16:39:54 -0400, Courtney Thomas wrote:
> When I
> apt-get install kernel-image-2.4.27-2-k7
>
> I get an error to the effect that:
> kernel-image-* needs
> initrd-tools >=0.1.48
> but,
> initrd-tools-0.1.12 is in place,
> according to
>
On Sun, Oct 22, 2006 at 07:06:46AM -0500, Nate Bargmann wrote:
> * Gerard Robin <[EMAIL PROTECTED]> [2006 Oct 22 06:43 -0500]:
> > Hello,
> > I read that iceweasel will replace firefox but
> > sudo apt-get install iceweasel gives nothing.
> > What about iceweasel ?
>
> It hasn't hit Sid yet. I j
On Sun, Oct 22, 2006 at 00:46:54 +, Pollywog wrote:
> On Saturday 21 October 2006 23:57, Pollywog wrote:
> > I have a Sarge system on which I am installing ipsets, in order to use
> > ipsets with Shorewall firewall.
> >
> > I am following the instructions here:
> > http://ipset.netfilter.org/in
Marc Wilson wrote:
On Sun, Oct 15, 2006 at 07:08:15PM -0500, Damon L. Chesser wrote:
So what gives? How can a package NOT exist, but show up as being
upgradeable?
Because the packages file lists it, but the mirror is incompletely
updated. Use another mirror or wait for the mirror pulse to
Gerard Robin wrote:
Hello,
I read that iceweasel will replace firefox but sudo apt-get install
iceweasel gives nothing.
What about iceweasel ?
tia
The answer is in your question: *will
*Thierry*
*
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contac
On Wed, 2006-10-18 at 15:57 +0200, Florian Kulzer wrote:
> > dpkg: error processing postfix-policyd (--remove):
> > subprocess pre-removal script returned error exit status 10
> > Errors were encountered while processing:
> > postfix-policyd
> > E: Sub-process /usr/bin/dpkg returned an error code
On Sun, Oct 22, 2006 at 01:12:48AM -0400, Jameson C. Burt wrote:
>
> We in Linux heavily use the command-line.
Hi Jameson,
this is not entirely true today. Linux is moving towards the desktop, so
when that fully happends, it will be expected to be fully gui like
MacOS X.
> So, I was dismayed wh
On 2006-10-22, Tim Post <[EMAIL PROTECTED]> wrote:
> Hello list,
>
> I'm trying to build some more functionality into dash, and take out some
> stuff that isn't needed to have it act pretty much just as a very
> lightweight script interpreter.
[]
> I've done some, but my C is absolutely nowhere n
hi,
apt-cache can't get the a full catalyst plugin list, like
Catalyst-Plugin-Authentication isn't in the list, does Debian plan to
include this plugin and other catalyst plugins in near future?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMA
* John O'Hagan ([EMAIL PROTECTED]) wrote:
> Hi Patrick,
Hello John,
> I always compile my own kernels the Debian (testing) way like this:
>
> -Install the latest Debian linux-source package (currently
> linux-source-2.6.17); or you can use vanilla source as you describe
> -Make a symlink /usr/
Dash is coded quite well, and makes it semi-easy to "plug in" more
functionality as it isolated built ins like printf, test, etc .. so a
collection of patches that let you pick what functionality you wanted
would be the goal.
Its widely used...but not many enhancements have been made since Herbert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/22/06 08:34, Kevin Mark wrote:
> On Sun, Oct 22, 2006 at 01:12:48AM -0400, Jameson C. Burt wrote:
>> We in Linux heavily use the command-line.
>
> Hi Jameson, this is not entirely true today. Linux is moving
> towards the desktop, so when that f
* Tim Post ([EMAIL PROTECTED]) wrote:
Hello Tim,
[snip]
> Then make your initrd if needed and tweak as needed, verify /etc/modules
> is what you want it to be and you should be good to go. Cross your
> fingers and reboot.
This makes me think. Recently I have gotten in the habit, after
installi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/22/06 09:36, cothrige wrote:
> * John O'Hagan ([EMAIL PROTECTED]) wrote:
>> Hi Patrick,
>
> Hello John,
>
[snip]
>> If you are recompiling a kernel with the same version name, you must
>> move /lib/modules/[$KERNEL_VERSION] out of the way (yo
Le dimanche 22 octobre 2006 16:43, cothrige a écrit :
> * Tim Post ([EMAIL PROTECTED]) wrote:
>
> Hello Tim,
>
> [snip]
>
> > Then make your initrd if needed and tweak as needed, verify /etc/modules
> > is what you want it to be and you should be good to go. Cross your
> > fingers and reboot.
>
> T
Mumia W.. wrote:
> Taking down the botnet is another way to fight the spam. It doesn't
> always work as planned:
Not directed solely at you, Mumia, just something that I've been meaning
to say for weeks now. Know what would really help? If people would stop
replying to spam, quoting spam or
ableape wrote:
Using DEBIAN 3.1
I am having trouble figuring out how to add a film scanner. Using
deb/linux 3.1, I am installing SANE but it fails to find the scanner
device. This is being connected through an Adaptec scsi AHA2940UW which
is listed as compatible by Minolta. This device is
On Sun, Oct 22, 2006 at 15:18:21 +0200, Hans du Plooy wrote:
> On Wed, 2006-10-18 at 15:57 +0200, Florian Kulzer wrote:
> > > dpkg: error processing postfix-policyd (--remove):
> > > subprocess pre-removal script returned error exit status 10
> > > Errors were encountered while processing:
> > >
On Monday 23 October 2006 00:36, cothrige wrote:
> * John O'Hagan ([EMAIL PROTECTED]) wrote:
>>[snip summary of Debian kernel compilation]
> Will I still have to configure grub? And will update-grub work or
> will I have to manually edit menu.lst?
[...]
Installing the kernel-package generated
On Sun, 2006-10-22 at 17:09 +0200, Florian Kulzer wrote:
> It is defined in /usr/share/dbconfig-common/dpkg/prerm which is sourced
> by /usr/share/dbconfig-common/dpkg/prerm.mysql. Seems to be part of a
> general system to help with packages that use databases. Do you have the
> latest version of p
BTW, can I assume Debian named this project after the Matt Groening quote?
--
Carl Fink [EMAIL PROTECTED]
If you attempt to fix something that isn't broken, it will be.
-Bruce Tognazzini
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "un
On Sun, Oct 22, 2006 at 11:35:01AM +0300, Andrei Popescu wrote:
> The description of 'nvtv' suggests it is possible:
>
> Description: tool to control TV chips on NVidia cards under Linux
> This is a program to control the TV encoder chips on NVidia cards under
> Linux, in order to get tv-out wit
Hello,
if i do
make-kpkg kernel_image
and then
dpkg -i
linux-image-2.6.18kay-wlan2_2.6.18kay-wlan2-10.00.Custom_amd64.deb
there is an error:
Missing Required paramater 'Old' at
/var/lib/dpkg/info/linux-image-2.6.18kay-wlan2.postinst line 393
Using a revision tag don't work around this.
I have t
depmod should be called by the makefile upon make modules_install after
a successful build. Its really as easy as make, make modules_install ,
make install and a mkinitrd (if you need one).
If using GRUB, remember by default the selection menu is hidden. You'll
need to comment out the "hiddenmenu
On Sun, Oct 22, 2006 at 08:08:28 -0500, Henry Hollenberg wrote:
> Marc Wilson wrote:
> >On Sun, Oct 15, 2006 at 07:08:15PM -0500, Damon L. Chesser wrote:
> >
> >>So what gives? How can a package NOT exist, but show up as being
> >>upgradeable?
> >
> >
> > Because the packages file lists it, but t
On Sunday 22 October 2006 15:41, Florian Kulzer wrote:
> If your package manager lists these packages as upgradable then you
> either have not run "update" in a while or the progeny mirror is
> seriously broken or you have found a bug in the package manager.
>
I had the same problem in Etch a few
On Sun, Oct 22, 2006 at 11:05:35 -0400, Carl Fink wrote:
> BTW, can I assume Debian named this project after the Matt Groening quote?
I think the name originated within the FSF; their gripes with the
Mozilla foundation have a longer history than Debian's:
http://www.gnu.org/software/gnuzilla/
Th
* Tim Post ([EMAIL PROTECTED]) wrote:
> depmod should be called by the makefile upon make modules_install after
> a successful build. Its really as easy as make, make modules_install ,
> make install and a mkinitrd (if you need one).
>
> If using GRUB, remember by default the selection menu is hi
* Gilles Mocellin ([EMAIL PROTECTED]) wrote:
>
> This modprobe.conf is modularized in several files (you can add one)
> in /etc/modprobe.d/.
Ahh yes, I see that. I would think I could run
'generate-modprobe.conf > ~/modprobe.conf' and then split the info up
as I need it. Shouldn't be too impos
* John O'Hagan ([EMAIL PROTECTED]) wrote:
>
> Installing the kernel-package generated by make-kpkg will automatically
> detect
> and update grub, and add itself to menu.list. How easy is that?
Now that it is a nifty feature. I suppose there is certainly
something to be said for the Debian appr
Steve Lamb wrote:
Mumia W.. wrote:
Taking down the botnet is another way to fight the spam. It doesn't
always work as planned:
Not directed solely at you, Mumia, just something that I've been meaning
to say for weeks now. Know what would really help? If people would stop
replying
On Sunday 22 October 2006 13:08, Florian Kulzer wrote:
> It might be possible to use checkinstall to build a .deb package for
> your self-compiled version of iptables. This can then probably act as a
> drop-in replacement for the standard iptables package on your system.
>
I think that might work
People, I'm using Debian Etch and I'm installing Squidguard with Squid
in order to filter web sites, and I want to use the chastity-list
package (it's a blacklist of web sites) I used with Debian Sarge...but
I've been at Debian web site and I see chastity-list is not present in
Debian Etch repo
On Sunday 22 October 2006 13:08, Florian Kulzer wrote:
> It might be possible to use checkinstall to build a .deb package for
> your self-compiled version of iptables. This can then probably act as a
> drop-in replacement for the standard iptables package on your system.
>
I was not sure how to g
Hello, Debian Users of the World...
I did have XFree86 working well with dual monitors, 2.6.16.18 kernel and
the prior xfree86 (stable sources) from the spring and summer of 2006.
A recent apt-get upgrade brought in newer xfree86 server, and
when I recently rebooted, I found X would not start.
I
In article <[EMAIL PROTECTED]>, Peter Thomassen wrote:
> Hi,
>
> I'm trying to convert a dvi2ps-generated file to TIFF, using
>
> $ gs -q -dNOPROMPT -dBATCH -sDEVICE=tiffg4 -sOutputFile=file.tif file.ps
Try -dNOPAUSE and -dQUIET
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "
On Sun, 22 Oct 2006 17:23:09 -0400
"Roberto C. Sanchez" <[EMAIL PROTECTED]> wrote:
> On Sun, Oct 22, 2006 at 12:14:53PM -0800, Greg Madden wrote:
> >
> > since this seems a nit pick session , I believe to bring up the run
> > dialog box is . Also imho Debian is not for a newbie or even
> > less s
Cameron L. Spitzer schrieb am Montag, 23. Oktober 2006 02:02:
>> I'm trying to convert a dvi2ps-generated file to TIFF, using
>>
>> $ gs -q -dNOPROMPT -dBATCH -sDEVICE=tiffg4 -sOutputFile=file.tif file.ps
>
> Try -dNOPAUSE and -dQUIET
Thanks! I now also found it in the manpage, but I couldn't bef
On Sunday 22 October 2006 15:06, Steve Lamb wrote:
> Not directed solely at you, Mumia, just something that I've been
> meaning to say for weeks now. Know what would really help? If people
> would stop replying to spam, quoting spam or otherwise legitimizing spam to
> my bayesian filters. T
Hi ,
I run Debian-testing i386 ,
I was trying to install the Mozilla mplayer plugin using Synaptics ,
and this is what I got back !!..
mozilla-mplayer:
Depends: mplayer (>=1.0-pre5) but it is not installable or
mplayer-custom (>=1.0-pre5) but it is not installable or
mplayer-386 (
[EMAIL PROTECTED] writes:
> On Thu, Oct 19, 2006 at 05:22:24PM -0700, John L Fjellstad wrote:
>> [EMAIL PROTECTED] writes:
>>
>> > If you look at the number of lines of rules you make, and compare it
>> > to the number of lines (pages!) of iptables rules it makes, you see
>> > that shorewall is e
Build ends with:
exec debian/rules DEBIAN_REVISION=2.6.18-davidb-10.00.Custom
APPEND_TO_VERSION=-davidb kernel_image
.config:3217:warning: trying to assign nonexistent symbol SECURITY_SECLVL
debian/ruleset/misc/version_vars.mk:123: *** Error. The version number # #
configuration written to .c
John Hasler <[EMAIL PROTECTED]> writes:
> John L. Fjellstad writes:
>> shorewall creates pages of iptables rules and that is considered a good
>> thing?
>
> You'd rather write them all by hand?
You think creating "pages" of rules is Keeping It Simple?
--
John L. Fjellstad
web: http://www.fjells
El Diumenge 22 Octubre 2006 11:01, Tim Post va escriure:
> If the service is starting and DB's check out OK, I don't think you have
> anything to worry about and you can safely ignore it.
>
> Does placing an empty /var/lib/mysql directory cure it? Again, if its
> working, its not broken, and no nee
cothrige <[EMAIL PROTECTED]> wrote:
> I have never used initrd, at least not when I have compiled a kernel.
> To be entirely honest I have never fully understood just what it
> does. I was under the impression it was for things like booting from
> reiser fs and having to load modules to do it. H
On Sunday 22 October 2006 17:21, Digvijoy Chatterjee wrote:
> Hi ,
> I run Debian-testing i386 ,
> I was trying to install the Mozilla mplayer plugin using Synaptics ,
> and this is what I got back !!..
>
> mozilla-mplayer:
> Depends: mplayer (>=1.0-pre5) but it is not installable or
> mplay
On Sunday 22 October 2006 17:21, Digvijoy Chatterjee wrote:
> Hi ,
> I run Debian-testing i386 ,
> I was trying to install the Mozilla mplayer plugin using Synaptics ,
> and this is what I got back !!..
>
> mozilla-mplayer:
> Depends: mplayer (>=1.0-pre5) but it is not installable or
> mplay
On Sun, 2006-10-22 at 11:35 +0300, Andrei Popescu wrote:
> The description of 'nvtv' suggests it is possible:
>
> Description: tool to control TV chips on NVidia cards under Linux
> This is a program to control the TV encoder chips on NVidia cards under
> Linux, in order to get tv-out with a wid
cothrige wrote:
* Tim Post ([EMAIL PROTECTED]) wrote:
depmod should be called by the makefile upon make modules_install after
a successful build. Its really as easy as make, make modules_install ,
make install and a mkinitrd (if you need one).
If using GRUB, remember by default the selecti
On Sun, Oct 22, 2006 at 03:54:24PM -0500, Jacob S wrote:
> >
> > I'm fairly certain that you know enough to keep it from being a
> > problem, but the schemen you describe is a hair's breadth away from
> > makig your company's VPN open to the public Internet. I just thought
> > I'd point that out.
On Sat, 2006-10-21 at 14:25 +0200, Rob Wilco wrote:
> Owen Heisler wrote:
> > On Wed, 2006-10-18 at 19:56 +0200, Rob Wilco wrote:
> >> Hello,
> >>
> >> I re-read the aptitude reference [1], but I haven't found a way to get
> >> the list of just the package I have installed manually, intentionally.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sun, 22 Oct 2006 17:27:40 -0400
"Roberto C. Sanchez" <[EMAIL PROTECTED]> wrote:
> On Sun, Oct 22, 2006 at 03:54:24PM -0500, Jacob S wrote:
> > >
> > > I'm fairly certain that you know enough to keep it from being a
> > > problem, but the schemen y
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, 19 Oct 2006 12:48:35 -0400
"Roberto C. Sanchez" <[EMAIL PROTECTED]> wrote:
> On Thu, Oct 19, 2006 at 10:58:27AM -0500, Jacob S wrote:
> >
> > This sounds like you don't have your routing setup properly. I use a
> > vpn regularly for work and
Florian Kulzer kirjoitti su 22. lokakuuta 2006 17:57:38:
> On Sun, Oct 22, 2006 at 11:05:35 -0400, Carl Fink wrote:
> > BTW, can I assume Debian named this project after the Matt Groening quote?
>
> I think the name originated within the FSF; their gripes with the
> Mozilla foundation have a longe
On Sun, 22 Oct 2006 01:31:53 -0400
"Roberto C. Sanchez" <[EMAIL PROTECTED]> wrote:
> On Sun, Oct 22, 2006 at 01:12:48AM -0400, Jameson C. Burt wrote:
> >
> > We in Linux heavily use the command-line.
> > So, I was dismayed when my new Debian etch version displayed a Gnome
> > interface WITHOUT A
Kevin Mark <[EMAIL PROTECTED]> wrote:
> I recall DD's thinking about making init scripts of the Debian
> system use only certain interpreters in 'Essential:' and maybe
> making them use 'dash' (to speed things) instead of expecting bash
> but it did not reach a consencus.
> cheers,
> Kev
One can
This really cleared things up, thanx!
Just one more question: Do you know of a reliable method of comparing
sizes in this scenario?
Sturla
On Fri, October 20, 2006 11:33, Daniele P. wrote:
> On Thursday 19 October 2006 23:19, Sturla Holm Hansen wrote:
>> Hmm, just wondering, would hardlinks repor
Hi,
I'm trying to convert a dvi2ps-generated file to TIFF, using
$ gs -q -dNOPROMPT -dBATCH -sDEVICE=tiffg4 -sOutputFile=file.tif file.ps
For this to work, I have to press return for each page. I googled around a
bit and found out that the PostScript showpage command seems to be missing.
(Omitti
On Sun, Oct 22, 2006 at 12:14:53PM -0800, Greg Madden wrote:
>
> since this seems a nit pick session , I believe to bring up the run
> dialog box is . Also imho Debian is not for a newbie or even
> less so a windows convert, hence Ubuntu.
>
Good catch on the Alt-F2. I hardly use GNOME, so I tend
* Andrei Popescu ([EMAIL PROTECTED]) wrote:
>
> initrd's are especially useful for distros, because a kernel with all
> stuff compiled in is not an option (too big), but you still need some
> of the modules very early in the boot process, when the root filesystem
> is not accessible yet. For your
In article <[EMAIL PROTECTED]>, Peter Thomassen wrote:
> Hi,
>
> I'm trying to convert a dvi2ps-generated file to TIFF, using
>
> $ gs -q -dNOPROMPT -dBATCH -sDEVICE=tiffg4 -sOutputFile=file.tif file.ps
Try -dNOPAUSE and -dQUIET
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/22/06 19:14, Greg Madden wrote:
> On Sun, 22 Oct 2006 17:23:09 -0400
> "Roberto C. Sanchez" <[EMAIL PROTECTED]> wrote:
>
>> On Sun, Oct 22, 2006 at 12:14:53PM -0800, Greg Madden wrote:
[snip]
> the meubar on
> the top of the screen bin Gnome is
On Sun, Oct 22, 2006 at 04:14:03PM -0800, Greg Madden wrote:
> On Sun, 22 Oct 2006 17:23:09 -0400
> "Roberto C. Sanchez" <[EMAIL PROTECTED]> wrote:
>
> > On Sun, Oct 22, 2006 at 12:14:53PM -0800, Greg Madden wrote:
> > >
> > > since this seems a nit pick session , I believe to bring up the run
>
Hi!
* Alejandro <[EMAIL PROTECTED]> [061022 04:55]:
> People, I'm using Debian Etch and I'm installing Squidguard with Squid
> in order to filter web sites, and I want to use the chastity-list
> package (it's a blacklist of web sites) I used with Debian Sarge...but
> I've been at Debian web sit
On 10/22/06, Pollywog <[EMAIL PROTECTED]> wrote:
On Sunday 22 October 2006 17:21, Digvijoy Chatterjee wrote:
> Hi ,
> I run Debian-testing i386 ,
> I was trying to install the Mozilla mplayer plugin using Synaptics ,
> and this is what I got back !!..
>
> mozilla-mplayer:
> Depends: mplayer (>=1
Michael Vishchers wrote:
Hello,
after I dist-upgraded my system a couple of days ago, I noticed that the
new openoffice 2.0.4 hangs on opening files if called from a user whose
home directory is NFS mounted.
I've tried to downgrade openoffice back to 2.0.3-6 and even started an
older kernel (c
José Alburquerque wrote:
Michael Vishchers wrote:
Hello,
after I dist-upgraded my system a couple of days ago, I noticed that the
new openoffice 2.0.4 hangs on opening files if called from a user whose
home directory is NFS mounted.
I've tried to downgrade openoffice back to 2.0.3-6 and even
Advanced Policy Firewall is good for the home user,
http://www.rfxnetworks.com/apf.php
Its a very simple one file configuration with some optional perks.
Define the untrusted IF, its egreess, ingress, tweaks (default values
are already sane) and such stick it in init.d - done. I believe it now
has
Thank you Ron ! definitely, the resean I want to ask this question is that, we have 50 linux computersWhen I want to run an CPU intensive job, I need to find the load average of each machine first. surpose remotePC05's load is very low, then I log on to that machine to do the job.
is I login to Re
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Well, you *can't* run local binaries on a remote machine.
Maybe you could rcp the local script to the remote machine and then
execute it.
On 10/22/06 22:26, Aidan Shaw wrote:
> Thank you Ron !
> definitely, the resean I want to ask this question is t
Hi, Wulfy.
On Oct 16 2006, Wulfy wrote:
> In my cron-monthly e-mail I got this message;
>
> /etc/cron.monthly/vrms:
> vrms: ERROR- Badly formed dpkg-status entry #74!
> pkg=[sysutils], pkgstatus=[install ok installed], section=[]
> vrms: ERROR- Badly formed dpkg-status entry #1603!
>
Rogério Brito wrote:
Hi, Wulfy.
On Oct 16 2006, Wulfy wrote:
In my cron-monthly e-mail I got this message;
/etc/cron.monthly/vrms:
vrms: ERROR- Badly formed dpkg-status entry #74!
pkg=[sysutils], pkgstatus=[install ok installed], section=[]
vrms: ERROR- Badly formed dpkg-status
1 - 100 of 103 matches
Mail list logo