Hi,
I'm in the process of considering compute servers for a small HPC facility, and
I would like to run Debian wheezy on them. Until recently I would have opted
for Intel's Ivy Bridge based platforms, but with the advent of Haswell I'd like
to consider that as an option. Searching the web reveal
On Wed, February 24, 2010 1:59:48 PM +0530, Camaleón wrote:
>On Tue, 23 Feb 2010 19:58:07 -0800, Hemanth M. C. wrote:
>
>> On Tue, February 23, 2010 21:30:51 +0530, Camaleón wrote:
>>
>>
>>>Does this help?
>>>
>>>WGET can’t resolve host
Camaleón,
Thank you for replying to my mail. My replies inline...
On Tue, February 23, 2010 21:30:51 +0530, Camaleón wrote:
>
>On Tue, 23 Feb 2010 00:30:15 -0800, Hemanth M. C. wrote:
>
>> I am facing a rather peculiar issue. I installed Debian 5.0.4 on my
>> lapt
Hi All,
I am facing a rather peculiar issue. I installed Debian 5.0.4 on my laptop. The
basic network connectivity works fine, and the DHCP client daemon seems to have
picked up the right config info from my DSL router. But, anything related to
HTTP does not work - browser, WGET, etc.
This is
Hi,
I'm trying to write a udev rule to awaken a system-wide fetchmail daemon
whenever eth0 is brought up, but I'm lost about which event to capture.
Before udev, I did this in /etc/network/interfaces:
iface eth0 inet dhcp
post-up /etc/init.d/fetchmail start || true
pre-down /etc/init.d/
I wonder if someone has seen this and knows how to solve it. I've been breaking
my head against this problem for a fortnight without success.
I have an updated sid system, kernel 2.6.14-2-686, installed on a Fujitsu
Lifebook E342 laptop. Its BIOS only has APM support. I discovered that ACPI is
Hi,
I'm lost trying to enable APM on a Debian stock kernel 2.6.14-2-686. Would
anybody know of some document that talks about this ? I've tried booting the
kernel with acpi=off apm=on, but APM is not enabled. It works with
2.6.8-2-686. I've googled around but didn't hit anything relevant. My l
Hi,
Would anybody know how to enable APM on a 2.6.14-2-686 kernel ?
After I upgraded my kernel to 2.6.14-2-686, I noticed I couldn't suspend my
laptop. It's an old Fujitsu Lifebook E342, with APM.
These messages come from dmesg:
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: ove
> > I noticed today the following daemons running:
> >
> > UIDPID PPID C STIME TTY TIME CMD
> > root 1121 1 0 Nov11 ?00:00:00 [pccardd]
> > root 1123 1 0 Nov11 ?00:00:00 [pccardd]
> >
> > but can't establish what they are.
> >
> the braces ('[]
> > Hi,
> >
> > I noticed today the following daemons running:
> >
> > UIDPID PPID C STIME TTY TIME CMD
> > root 1121 1 0 Nov11 ?00:00:00 [pccardd]
> > root 1123 1 0 Nov11 ?00:00:00 [pccardd]
> >
> > but can't establish what they are.
> >
>
Hi,
I noticed today the following daemons running:
UIDPID PPID C STIME TTY TIME CMD
root 1121 1 0 Nov11 ?00:00:00 [pccardd]
root 1123 1 0 Nov11 ?00:00:00 [pccardd]
but can't establish what they are.
I'm running:
updated Debian sid
kernel 2
John,
John M. Gabriele wrote on Nov, 4:
> http://wiki.linuxquestions.org/wiki/Library-related_Commands_and_Files
And thanks for this wiki link. I hadn't heard of it. It's in my bookmarks now !
Paulo
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Cont
Tshepang,
> On Fri, Nov 04, 2005 at 11:09:20AM +0200, Tshepang Lekhonkhobe wrote:
> > Hello,
> > With the current ABI transitions, I have noted a lot of mention about
> > soname changes, always wondering what it means. Could someone
> > explain... thanks
This is where I very recently learned what
Ed Lawson wrote on Nov, 1:
> >
> > I browsed /etc/pcmcia/network and found out these suspicious
> lines in
> > /etc/pcmcia/network.opts:
> >
> > start_fn () { return; }
> > stop_fn () { return; }
> >
> > changed them to:
> >
> > start_fn () { ifup $1; }
> > stop_fn () { ifdown $1; }
> >
> >
Daniel Nilsson wrote on Nov, 1:
> On Mon, Oct 31, 2005 at 08:56:46PM -0500, Patrick Wiseman wrote:
> > This is on a laptop, so the card is a pcmcia card; it always used to get
> > connected after being recognised. Now it gets recognised quickly but doesn't
> > get connected until I manually 'ifup
Hi,
Feature test macro _POSIX_SOURCE refers to which edition of POSIX.1 ?
And _XOPEN_SOURCE refers to which SUS version ?
I've got installed libc6 and glibc-doc both 2.3.5-7. I've carefully read the
documentation from these packages, but couldn't find clear, unambiguous
answers. It was clear t
Bruno,
> How to give kde / X11 same env.variables as logged user ?
KDE sources all shell scripts placed in ~/.kde/env. What I do is:
1. ln -s /etc/environment ~/.kde/env
2. Place all global environment variables in /etc/environment
This way they're available to console and KDE-started appl alik
Hi,
I wonder if anyone has seen this problem and knows how to solve it.
After a reboot, my KDE desktop shows no icons and a pop-up window shows
the message:
Error - KDesktop
The process for the file protocol died unexpectedly
If I end the session and log in again, the icons appear.
I'm runni
Thomas Hood wrote on Jul, 20:
> > fetchmail is started before the ethernet interface is up, so I
> > figured that I had to either start or simply awaken it *after*
> > the interface was up, placing a script in /etc/network/if-post-up.d/.
>
> The solution is to install resolvconf.
Thanks for the t
Hi,
I run Etch on a laptop and cardmgr to configure the PCMCIA ethernet
card. fetchmail is started before the ethernet interface is up, so I
figured that I had to either start or simply awaken it *after* the interface
was up, placing a script in /etc/network/if-post-up.d/.
I noticed that /etc/ne
Paulo M C Aragão wrote on Jul, 1:
> Hi All,
>
> How do I tell gcc to use the debug version of glibc ?
>
> I installed libc6-dbg but I just can't find out how to direct gcc to use
> the debug version of the libraries.
Sorry to bother everybody. I hadn't go
Hi All,
How do I tell gcc to use the debug version of glibc ?
I installed libc6-dbg but I just can't find out how to direct gcc to use
the debug version of the libraries. I searched gcc's manual and googled
around but couldn't find out what certainly should be a trivial command
line option.
Paul
Lee Braiden wrote on Jun, 30:
> I think the defaults are just from the same pam module that includes that
> file
> as an example of what you can change :)
I'm not sure if I understood you. Forgive my ignorance and please correct me:
1. There's a pam module that sets limits for a shell environm
I was trying to learn how to use the standalone info reader, following
its sort of tutorial and it aborted with 'segmentation fault'. This
should reproduce the error:
$ info info
h
n
n
n
]
]
[
Should I file a bug report ?
Thanks
Paulo
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subj
Lee Braiden wrote on Jun, 30:
> > Does anybody know where the defaults for ulimit are set ?
> > I couldn't find anything in /etc.
>
> /etc/security/limits.conf
Just looked at the file again and noticed that all entries are commented
out (start with #). So the defaults must be coming from somewhe
Lee Braiden wrote on Jun, 30:
> > Does anybody know where the defaults for ulimit are set ?
> > I couldn't find anything in /etc.
>
> /etc/security/limits.conf
Thanks, Lee. That's why 'grep -r ulimit /etc' couldn't find anything.
Paulo
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a su
Does anybody know where the defaults for ulimit are set ?
I couldn't find anything in /etc.
Thanks
Paulo
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Colin Ingram wrote on Jun, 15:
> >This is curious. I'm running Debian stock kernel 2.4.27-2-686 and
> >neither:
> >
> >CONFIG_LEGACY_PTYS=y
> >CONFIG_LEGACY_PTY_COUNT=256
> >
> >
> I don't think these are needed or that they are the problem
>
> >seem to be configured (checked /boot/config-2.4.27
Stephen R Laniel wrote on Jun, 14:
> See also
> http://lists.debian.org/debian-user/2005/03/msg03789.html
This is curious. I'm running Debian stock kernel 2.4.27-2-686 and
neither:
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
seem to be configured (checked /boot/config-2.4.27-2-686), but bo
John Kelly wrote on Jun, 13:
> When booting, I see console messages from programs using stdout and
> stderr, scrolling by too fast to read. They are not logged in dmesg
> or any /var/log file.
>
> How to capture them?
This fantastic list help me on this one before.
Put this in /etc/default/boo
Alban,
Alban Browaeys wrote on Jun, 1:
> > With kaffeine/xine the same cracking/skipping sound while playing
> > With kscd played perfectly
>
>
> kscd use the analog output from the cd reader (the cable that goes from
> the player to the sound card).
> kaffeine/xine use the digital outpu
Keeling,
s. keeling wrote on May, 31:
> If it's installed, you might learn more than you want to by running
> "si":
>
> i si- /proc system information viewer
>
> aptitude update && aptitude upgrade && aptitude install si
I installed si (from stable) on my sarge laptop
Keeling,
s. keeling wrote on May, 31:
> If it's installed, you might learn more than you want to by running
> "si":
>
> i si- /proc system information viewer
>
> aptitude update && aptitude upgrade && aptitude install si
Do you know why `si' isn't included in sarge ?
Hi Keeling, Jacob and Peter,
On Tue, May 31, 2005 at 03:52:58PM -0400, Peter Jay Salzman wrote:
> If it's enabled in the kernel, you can also do
>
> zcat /proc/config.gz
>
> It's been a long time since I've used a stock Debian kernel, so I don't know
> if they have it enabled by default.
Thank
Hi Cameron,
On Tue, May 31, 2005 at 12:49:14PM -0700, Cameron Matheson wrote:
> I don't know if this is the best way, but you can see
> the config file your kernel was built by in
> /boot/config*
Thanks a lot ! It's all there. I suppose all entries '=y' are built into
the kernel and the '=m' ent
Hi,
Apologies in advance for the basic question. I'm counting on the
everlasting patience and generosity of the list members. I googled to no
avail in search of an answer.
How do I discover which device drivers are built into a given kernel
image, not accessing the sources ?
Thanks
Paulo
--
T
On Mon, May 30, 2005 at 06:55:15PM -0400, Peter Jay Salzman wrote:
> Perfect application for strace. Use:
>
> strace -o LOG.txt kaffeine
>
> Wait until you see kaffeine issue "device is busy" and then kill kaffeine.
>
> Load up the file LOG.txt with an editor. Do a search for "device is busy"
Hi Peter,
On Mon, May 30, 2005 at 04:56:13PM -0400, Peter Jay Salzman wrote:
> james was suggesting to kill arts and see if your sound is any better. this
> effectively kills the middleman -- your audio program will interact directly
> with the sound hardware instead of needing to interact with
Hi James,
On Mon, May 30, 2005 at 06:13:29PM +0100, James Stembridge wrote:
> > I hear a constant cracking/skipping noise when I play Audio CDs with
> > kaffeine/xine. I'm using both straight out-of-the-box, installed from
> > Debian binary packages.
> >
> > Some info about my setup:
> >
> > OS
39 matches
Mail list logo