Steve McIntyre writes:
> To solve the issue and provide security updates by default, I'm
> proposing that we should switch to installing unattended-upgrades by
> default (and enabling it too) *unless* something else in the
> installation is already expected to deal with security updates.
Sounds l
Steve Langasek writes:
> shouldn't be an intensive manual process. Unfortunately the only tool I'm
> aware of that does this is coupled to cdbs.
I wrote http://lindi.iki.fi/lindi/git/git-copyright-scan.git/ to update
debian/copyright based on upstream git history. There's no documentation
and it
Marc Haber writes:
> Btw, why the is the only way to configure this the kernel
> command line and no configuration inside /etc where one would expect
> it?
Maybe because udev is started from initramfs before the root filesystem
has been mounted?
--
To UNSUBSCRIBE, email to debian-devel-requ..
GALAMBOS Daniel writes:
> Are there any way to acquire the signal sender's PID?
stap -x $pid /usr/share/doc/systemtap-doc/examples/process/sigmon.stp SIGTERM
shows you the process that sends SIGTERM to the process whose PID is
$pid.
--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debia
Luca Filipozzi writes:
> A couple of weeks ago, we started automatically mailing users whose home
> directories were above a dynamic notification threshold. This dynamic
I wouldn't mind getting an overview of my disk space usage even if I am
not over the threshold. Is that information available
Stéphane Glondu writes:
>> http://lindi.iki.fi/lindi/structured-buildlogs/logs/hello-2.6-1_amd64.build
>
> How do you do that exactly?
Can't remember the exact details but you can get the script with
git clone http://lindi.iki.fi/lindi/git/structured-buildlogs.git/
-Timo
--
To UNSUBSCRIBE, e
John Paul Adrian Glaubitz writes:
> I am sorry, but in my eyes, people who claim that PulseAudio is useless
> simply don't realize that there can be sound setups which are a little
> more sophisticated than just a single sound card and configuring
> these can be PITA when you don't have PA.
Simpl
Harald Dunkel writes:
> I doubt that sending a virus complies to the DFSG, so the question
> is whether these source packages have been compromised?
The test/ directory in pymilter_0.9.3.orig.tar.gz contains some sample
viruses on purpose. I can't comment on other source packages since you
didn't
Alexandre Rebert writes:
> wheeze packages. After contacting ow...@bugs.debian.org, Don Armstrong
> advised us to contact you before submitting ~1.2K bug reports to the
> Debian BTS using mainto...@bugs.debian.org (to avoid spamming
> debian-bugs-dist).
Interesting research, thanks a lot for your
Thomas Koch writes:
> I've started by building debian packages with equivs that have dependencies
> to
> all packages that I've installed by hand on my old machine.[1] This is not
> comfortable.
https://github.com/devstructure/blueprint
might help you.
--
To UNSUBSCRIBE, email to debian-de
Matthias Klose writes:
> This doesn't really help when trying to diagnose things, and even for
> successful
> builds it's valuable to have the complete build log, including the parts how
> the
> upstream build system is called from the Debian packaging.
This is a useful goal. However, since fix
Simon McVittie writes:
> * ability to use system-modal prompting or a secure input path
> (partially done by PK under GNOME Shell, likely to get better
> under Wayland, not supported by sudo or su)
Not relevant to the current discussion but this got me curious: can the
input path
Michael Banck writes:
>> I think the best approach would be sudo and requesting the user for
>> their own password - and probably be more informative about why the
>> password is needed or what is being installed.
>
> By the way, this seems to be the case for my wheezy installation,
> however, I a
Daniel Pocock writes:
> My feeling is that the user should be told "go and run sudo or su in a
> terminal window you opened manually"
I don't think terminal emulation is really a good solution here but your
idea does have some merits. Maybe you can make your own policykit agent
that asks for the
Ondřej Surý writes:
> affects bug-improve
I'd put such pseudo packages to a separate namespace. Some package
might, while unlikely, be called "bug-improve" in the future.
--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas
Marc Haber writes:
> Isn't that the one that doesn't even have a shell history or tab
> completion?
At least in squeeze I have both. Try booting with e.g. break=top to see
yourself.
--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Cont
Lucas Nussbaum writes:
> Also, we should be more agressive at getting down the number of RC bugs
> by automatically removing RC-buggy not-so-important packages.
This sounds like a good idea. If somebody is interested in the package
they can easily reintroduce it after they have fixed the bug.
-
Raphael Hertzog writes:
>> provided as a hook. You also might want to look at the
>> policyrcd-script-zg2 package.
>>
> Except for chroots that do not run the boot-time scripts, this mechanism
> is mostly useless. /etc/init.d/rc doesn't know about policy-rc.d and thus
> you can't use it to disable
"Bernhard R. Link" writes:
> Once we drop that and only give people the right to modify the
> software we distribute but no longer the possiblity to do so
> on their own, the "Free" we are so proud on gets mood.
Doesn't pbuilder make it easy enough for anyone to modify and build the
software on t
"Kevin Yochum" writes:
> 1. Log in locally (gnome non-root login)
> 2. Install latest Google Chrome, if not already installed
> 3. Log in to the same system remotely with the same login (I use NetSarang
> XManager 4 from a Windows system)
The bug might also be in "NetSarang XManager 4".
Please t
Jakub Wilk writes:
> Thorsten, you should have kept your custom debian/rules. If it
> prevented incompetent developers from NMUing the package, then all
> good for you and for Debian.
Was there perhaps some emoticon missing? Uncommon debian/rules setups
might be required in some cases but surely
package general
severity 704482 wishlist
tags 704482 -patch
reassign 704482 konqueror
thanks
For "cp" this is not a bug, you are supposed to umount the filesystem
before you remove the usb device. Nothing in "man cp" guarantees that
the file has been copied to the disk when the command exits.
For
Viacheslav Fedorov writes:
> But let's say I trust my environment. Then why when I disable zeroing of
> the allocated pages, the applications crash in libc?
How did you disable it?
--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Conta
Kurt Roeckx writes:
>> - md5_hex("$name $alias obfuscate\n"), "\n";
>> + hmac_sha256_hex($name, "obfuscate"), "\n";
>>
>> part probably needs some further work. Should it be
>>
>> + hmac_sha256_hex($name, $alias + "obfuscate"), "\n";
>
> This is for the dummy sheet. I
Kurt Roeckx writes:
> I just pushed a change for this issue to my git repo at:
> http://anonscm.debian.org/gitweb/?p=users/kroeckx/devotee.git;a=summary
>
> I would be grateful if people can review that.
commit e7f81870d1f8b18e5dcc855e9a001fab95112c0f (Fix generation of
secret key for secret vote
adrelanos writes:
> Thanks, I can think of other solutions, it's just that I find this .d
> structure really clean, beautiful and simple to use.
I personally would rather prefer a library interface so that it is
possible to change the storage backend in the future.
--
To UNSUBSCRIBE, email to
Philip Ashmore writes:
> Is there a web interface for that, or a script that can do this?
debsnap -a
is quite useful.
--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian
Hi,
please provide some more information:
1) contents of the file /var/log/Xorg.0.log
2) output of the "xev" command when you click each button and try to
scroll
3) output of the "lsusb" command
Also, you are reporting the bug against debian 6.0.7. It is very
unlikely that any bugs are going
Daniel Pocock writes:
> - WebSockets carries the SIP signaling (e.g. to register the user
> location, find the person you want to call). WebSockets works through
> HTTP proxies
http://en.wikipedia.org/wiki/WebRTC does not mention SIP at all. I
assume SIP is just one way to use webrtc but it does
Daniel Pocock writes:
> JavaScript and give users of their package the ability to click'n'call
> other users within the web page.
Have you had time to study how the technology works? If both parties are
behind a HTTP proxy (for example at an airport or cafe with WIFI) I
think you need some third
John Paul Adrian Glaubitz writes:
>> Has anybody already written a tool to automatically create the files section
>> of the debian/copyright file? The tool should try to keep the files list
>> short
>> by using wildcards.
http://lindi.iki.fi/lindi/git/git-copyright-scan.git/
Normal invocation:
Josselin Mouette writes:
> You might find this useful:
> http://np237.livejournal.com/33449.html
>
> I made this presentation in the hope to make such things easier to
> understand for the sysadmin.
I read that back then when you originally posted it and I still think
it's one of the most useful
Josselin Mouette writes:
> Yet full of misinformation, like the idea that using D-Bus makes a
> service less scriptable (while the reality is a complete opposite)
I was bit puzzled by this part too but I guess the author meant mostly
shell scripts here. If one uses e.g. python then dbus is often
Peter Samuelson writes:
> Note that this adds a keyring to the current list. If the intent
> is to use the specified keyring alone, use --keyring along with
> --no-default-keyring.
You probably read "man gpg" but gpgv is simpler:
gpgv: Invalid option "--no-default-keyring"
--
To U
Ansgar Burchardt writes:
> I recently looked at several packages using gpg to verify signatures
Thanks for your work! Please try to raise this upstream so that they can
provide proper interfaces.
Is
/usr/bin/gpgv --quiet --keyring /etc/myprogram/trusted.gpg file file.sig
chmod a+x file
./file
Vincent Danjean writes:
> Not always. My ISP (French "Free/Proxad") seems to filter mail with
> the same Message-ID sent in a few period of time (a few minutes?)
Interesting, this could explain the oddities that I've seen too.
--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
Bastien ROUCARIES writes:
> I plan to fill a mass bug filling due to a proprietary code of adobe
> in fonts hinting that is included in our fonts.
If you report them at this stage of the release cycle and there's no
easy solution I guess wheezy-ignore could be in order?
--
To UNSUBSCRIBE, ema
forcemerge 685243 693695
thanks
Victor Porton writes:
> /usr/lib/vlc/vlc-cache-gen: error while loading shared libraries:
> libvlccore.so.5: cannot open shared object file: No such file or
> directory
I did a google search with "libvlccore.so.5: cannot open shared object
file" you found this has
Philip Ashmore writes:
> Debug packages also make back-traces more than useless, and
They also allow systemtap to probe userland binaries once
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691167 is fixed.
--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "
Wookey writes:
> And navit and marble and foxtrotGPS and gpsdrive and viking and
> gpxviewer and memphis.
Hey you forgot monav :)
--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://list
Thomas Goirand writes:
> If I need to have /usr mounted before init starts, then I'm more
> or less dead, and I'll have to get a recovery CD / USB.
Not completely. Just boot with break=premount and read /etc/lvm from the
initramfs shell. I've done this several times. The cool part is that you
can
Christoph Anton Mitterer writes:
> Each package depends on exactly what it needs to work and recommends
> anything which adds e.g. additional features but doesn't cause
> non-graceful breakage if missing.
I guess that really depends on what non-graceful breakage means. I
personally assume that no
Ivan Shmakov writes:
> Curiously enough, ifconfig(8) shows RX/TX byte counts, and,
> somehow, I didn't manage to get a similar output from iproute.
> Any pointers? TIA.
$ ip -s link show lo
1: lo: mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 0
Jon Dowland writes:
> I disagree.
Maybe my statement was overly general indeed. I certainly agree with
> There is work to be done to make Debian attract more contributors.
--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm
Neil Williams writes:
> The biggest problem is that none of the arbitrary strings which get
> printed on the packaging, product specs or even on the hardware itself
> have any direct link to the actual chipsets used and it is the chipsets
> which determine support. Most manufacturers have no inter
Miles Bader writes:
> issues with NM: it doesn't seem to be tested with much in the way of
> non-standard setups
My personal feeling is that this happens because people who use
non-standard setups usually start by purging NM instead of trying to
spend weeks reading the source code to contribute
Svante Signell writes:
> NMUs should be made/allowed/encouraged? I know all packaging is made by
> volunteers at their spare time, but anyway. Debian is one of the best
> distributions, what about raising the bar a little higher?
The only way you can really improve the situation is to help with t
Steve McIntyre writes:
> Back in May I warned about CD sizes[1] for the Wheezy release,
> pointing out that CD#1 isn't big enough any more to provide usable
> Gnome or KDE installations.
Indeed. CD1 was really problematic in squeeze too:
http://lists.debian.org/debian-boot/2011/08/msg00172.html
Gregor Jasny writes:
> Does this sound reasonable?
Yes. Please also read the earlier thread
http://lists.debian.org/debian-devel/2011/04/msg00356.html
--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.or
Luke Cycon writes:
> I have the added issue that GNOME seems to (somehow) manage to spawn in
> excess of 100 Xserver when I try to log in.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650183
--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe".
Florian Reitmeir writes:
>> Is this a joke? Are we going to release that in June/July/whenever?
> i use gnome too, and for me its working very stable, and gnome3 is way
> better than gnome2.
I installed wheezy to my old laptop a few months ago and was very happy
with gnome too. Maybe the breakage
Aaron Toponce writes:
> By default in Debian, when a service package is installed, such as
> openssh-server, or isc-dhcp-server, it starts the service. This seems
> counter-intuitive to me.
As you mentioned, this is a really old issue. I've documented my
personal solution at
http://bugs.debian.o
Miles Bader writes:
> bazillion packages in debian that blithely cache vast quantities of
> (often very uninteresting) data in random subdirs of $HOME... and then
Fortunately there is some movement towards the use of XDG_CACHE_DIR
(defaults to ~/.cache).
--
To UNSUBSCRIBE, email to debian-deve
Jonathan Nieder writes:
> speaking lets each user access media that they have inserted. Last
> time I checked[1] (a while ago), the same rules did not apply to USB
> sticks.
Yes, this is the point I was trying to make in the first place :)
--
To UNSUBSCRIBE, email to debian-devel-requ...@list
Bjørn Mork writes:
> I fail to see how burning to a local user's CD is any better, but yes,
> if that is a consideration then they need some system to tie the rights
> to console access. I believe ConsoleKit and the replacement
> systemd-loginctl attempts to solve such problems.
Yes, I believe u
Bjørn Mork writes:
> No, you don't. On a default Debian system you need to be a member of
> the "floppy" group. From /lib/udev/rules.d/91-permissions.rules :
Yeah but you are not a member of that group by default surely?
> You mean that they allow you to burn a CD but not write to a USB
> stic
Ben Armstrong writes:
> accomplish as the superuser.) What I wonder, though, is if it is
> universally true that ordinary users will always have write access to a
> USB key they've just inserted. Under what circumstances will they not?
At least in default debian and ubuntu systems they don't have
Wookey writes:
> And the USB-stick process is not as simple as it might be because you
> have to find the HD-media files and then _also_ find an iso image to
> put on. It's no wonder newbs are still downloading CD/DVD images.
You also need to have root access to some machine to create the USB
me
Steve McIntyre writes:
> At this point, I'm skeptical that either of the first two are going to
> work acceptably with Wheezy. If that's the case, then we should warn
> people that they will need to use at least one of:
I agree. I tried installing debian gnome desktop from CD1 during last
debconf
Raphael Geissert writes:
> print hmac_sha1_hex($v, $m);
Yeah that sounds promising. Now we just need to fix the code that tries
to randomize the order of entries in the tally.
--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact li
Oleg writes:
> What email i can use to send patch for thttpd to?
> And is it normal that i cann't see thttpd package in wheezy?
>From http://packages.qa.debian.org/t/thttpd.html you can see that it has
been removed: "RoQA; orphaned, RC-buggy, dead upstream, plenty of
alternatives exist"
--
Timo Juhani Lindfors writes:
> votes in the final tally. If I knew the hashes sufficiently many (maybe
> 20?) voters I probably could predict the initial state of the RNG and
> reverse this randomization step completely.
It seems that if you know the md5 hashes of only four peopl
Jakub Wilk writes:
> Note that 8 random alphanumeric characters can have at most ~47.6 bits
> of entropy. So just improving RNG wouldn't help here.
True. We need to both fix the RNG and use a longer moniker.
Also, I just noticed that rand() is also used to randomize the order of
votes in the fin
Hello,
I think I found a bug in devotee (debian vote engine) that breaks the
secrecy elections.
Devotee can be used in either public or secret mode. Leadership
elections are done in the secret mode (constitution 5.2.5). In this mode
devotee gives each voter V a secret moniker M and publishes only
Samuel Thibault writes:
> the particular script that poses problem. With a deamon like systemd,
> it's rather all-or-nothing.
This gives me the impression that systemd would be a single monolithic
binary but isn't vconsole-setup.c that you mention actually part of a
small helper binary at /lib/sy
Svante Signell writes:
> How on earth would anybody be able to make a decision if there are no
> comparisons between the alternatives available?
I personally decided to install systemd to one of my machines to learn
how it works. I'd recommend this to anyone in this thread that has never
used sys
Thomas Goirand writes:
> taked with a friend working for redhat, and he told me how much
> he hates it. He told me that if *anything* goes wrong in the boot
> process, then basically, you're stuck, because the next thing will
http://fedoraproject.org/wiki/How_to_debug_Systemd_problems
seems to c
Reinhard Tartler writes:
> the libdvdread maintainer removed that really handy script.
Not really related but it did have a security issue:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554772
--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe"
olivier sallou writes:
> 1) How can I send email using my @debian.org as origin ?
That depends on the software you use. In "gnus" I have
(setq user-mail-address "timo.lindf...@iki.fi")
In evolution you'd select
Edit->Preferences->Mail Accounts->New
and just fill the "Email address" field.
>
Sebastian Heinlein writes:
> APTDAEMON::Restrict::Users { "joe", "jane"; };
> APTDAEMON::Restrict::Tags::Allow { "interface::shell"; };
> APTDAEMON::Restrict::Tags::Deny { "interface::daemon"; };
>
> Would this be of any help to you?
Sounds like a great start.
--
To UNSUBSCRIBE, email to debia
Josselin Mouette writes:
> Or, as has been said countless times otherwise: kFreeBSD should not
> hinder the improvement of the Linux ports.
I agree. I also vaguely recall that we this was the consensus that we
reached at the kfreebsd BoF Debconf.
--
To UNSUBSCRIBE, email to debian-devel-requ..
Svante Signell writes:
> policy? While at the time supporting non-linux systems (like kFreeBSD
> and Hurd, and others to come)
I understood that Hurd does not use sysvinit either. Is that still the
case?
--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsub
Russell Coker writes:
> Is there any way of capturing the old text output from /dev/console at a
> later
> stage in the boot?
I personally use
http://iki.fi/lindi/git/vtgrab-initramfs.git/
which starts rvcd (remote virtual console daemon) in the beginning of
initramfs and lets me monitor and
Josselin Mouette writes:
> (We even have a patch to allow only a subset of packages but it is
> unfortunately a bit too hackish.)
Would be really nice to have some standard sets available (think
"browser extensions", "command-line tools that ship no services or suid
binaries"). I'd certainly let
Russell Coker writes:
> Do we have Debian running on phones with a configuration such that the root
> filesystem is small but /usr can be bigger?
My openmoko has just
$ df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 3.8G 3.0G 626M 83% /
tmpfs 5.0M 0 5.0
"kenneth.h" writes:
> It appears from web searching that this may have to do with udev rules.
> Usually, automounting allows user access but I am not able to read/write w/out
> having to manually changing permissions.
1) What are the permissions?
2) How are you automounting? The usual udisks way
Wookey writes:
> this is not waste time with an intramfs that will soon be superceded
> with a pivot-root.
Not really related to the main issue but do note that pivot_root syscall
has not been used for quite some time. run-init basically just uses
unlink, mount, chroot and execve.
> Most arm boo
Kai Wasserbäch writes:
> installations with CPUs with an instruction set < 586 are still in use? Does
> popcon collect such information?
popcon does not but smolt does. Unfortunately smotl ITP is still
stuck. Meanwhile you can look at the data it has collected from opensuse
and fedora users:
ech
Ben Hutchings writes:
> 5. AMD/NSC Geode GX1, Geode SC1100, Elan SC4xx and SC5xx
Does this mean that "AMD Geode LX" as mentioned in
http://pcengines.ch/alix.htm still works?
damager:~$ cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 5
model : 10
m
Lars Wirzenius writes:
> and b) all software must deal with out-of-disk-space errors in a
> sensible way (where the exact details may depend on the software).
That does not seem to be so easy:
http://www.gnu.org/ghm/2011/paris/slides/jim-meyering-goodbye-world.pdf
--
To UNSUBSCRIBE, email to
Ivan Shmakov writes:
> And what the initramfs-tools package has to do with consistent
> devices' filenames?
Initramfs runs udev. This allows you to use e.g.
root=/dev/disk/by-id/ata-WDC_WD3200AAJS-65B4A0_WD-WMAT13954017-part1
instead of
root=/dev/sda1
to specify where your root fi
Ian Jackson writes:
>> The modemmanager package that people typically use with USB 3G modems is
>> already in CD#5.
>
> Isn't that already a problem ?
It is, I just tried to illustrate how bad the situation currently is:
http://lists.debian.org/debian-boot/2011/08/msg00349.html
--
To UNSUBSCR
Didier Raboud writes:
> Let's also note as context that the goal of this trick (AFAIUI) is to avoid
> having a tcl interpreter pulled up to first CDs;
The modemmanager package that people typically use with USB 3G modems is
already in CD#5.
--
To UNSUBSCRIBE, email to debian-devel-requ...@lis
"Bernhard R. Link" writes:
> It has been better at that than rpm where you always look for
> another perl script in the net that is able to make a cpio out of
> that version of source rpm you run into, so you can actually look at
> what they do.
I always just alien --to-tgz the SRPM and t
Miguel Landaeta writes:
> You could check at http://vasks.debian.org/~nomadium-guest/debian/unstable/,
should I ask Antoine (from upstream) to link to these packages or is it
too early?
> The most annoying issue that I had to deal with was with keys getting
> stuck as Timo comments.
Yes, it's h
Cyril Brulebois writes:
> What's the status compared to the original xpra? Last I checked it used
> to crash all the time, had issues with keymaps (even when both remote
> and local servers shared the same settings), and wasn't even remotely
> (no pun intended) usable.
Keymaps have now been fixed
reassign 639137 linux-image-2.6.32-5-686
thanks
Esteban Santini writes:
> The system freezes when unmounting any USB storage in Gnome. The system won't
> respond at all. No reaction to REISUB.
Without further information this is going to be very difficult to
fix. Can you please boot
http://cdi
Lars Wirzenius writes:
> Anyone wanting a change to status quo (easy-but-secure) should
> probably make the tools to allow a sysadmin to switch to
> secure-but-easy easily. A patch to update-rc.d to allow overriding
My policy asks me what to do with new services:
http://bugs.debian.org/cgi-bin/b
Stanislav Maslovski writes:
>> Is kbdd mainly targeted for non-GNOME users?
>
> Yes. The target group of users of this software are those who are
> aware of xxkb and friends, but want a tool that also works with
> nonreparenting window managers.
Ok. It might make sense to add something like this
Mehdi Dogguy writes:
> Systemtap seems in pretty bad shape. Its removal from testing has been
> requested (See #635543) and will be effective by Saturday if still not
> fixed.
>
> It you still care about systemtap, please step up and offer your help to
> fix it.
Thanks for the warning. I care abo
jida...@jidanni.org writes:
> |-2*[dbus-daemon]
This is probably your dbus system bus. It's hard to say since pstree
does not show what arguments were used.
--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists
jida...@jidanni.org writes:
> Yes xclock works.
Ok. You really need to describe what sort of setup you are using before
it is possible to guess what could be wrong. Are you starting dbus
session bus at all?
--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "
jida...@jidanni.org writes:
> # emacs -Q
> g_dbus_connection_real_closed: Remote peer vanished with error: Underlying
> GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
> # firefox
> **
> GLib-GIO:ERROR:/build/buildd-glib2.0_2.28.6-1-i386-A3fp41/glib2.0-2.28.6/./gio/gdb
Sakis Kasampalis writes:
> You are more than welcomed to register and tell us what you think!
Seems extremely slow to me. With iceweasel 3.5.16-5 on Wed Jun 15
20:07:32 UTC 2011 I only see "Artic Ocean" three times and rest of the
map is completely gray.
--
To UNSUBSCRIBE, email to debian-deve
Package: wnpp
Severity: wishlist
Owner: Timo Juhani Lindfors
* Package name: qi
Version : 20100107
Upstream Author : OpenMoko inc.
* URL : http://wiki.openmoko.org/wiki/Qi
* License : GPL-2
Programming Lang: C, assembler
Description : lightweight
Hi,
Philip Hands writes:
> On Sun, 05 Jun 2011 08:29:03 +0200, Harald Dunkel wrote:
> Your pipe-dream of an effortless, stable, and up to date system is just
> that -- pick any two.
I personally prefer stable system with unstable chroot. This gives me
best of both worlds. I can use both stable
Package: wnpp
Severity: wishlist
Owner: Timo Juhani Lindfors
User: pkg-games-de...@lists.alioth.debian.org
Usertags: wnpp
* Package name: triplane
Version : 1.0.4
Upstream Author : Dodekaedron Software Creations Oy
* URL : http://triplane.sourceforge.net/
* License
Henrique de Moraes Holschuh writes:
> guarantee a return path for further bug processing
Bugzilla and trac do this by allowing the user to register an account
and to keep the email address associated with that account up to
date. If somebody reopens an archived bug that I've reported a year ago
t
sean finney writes:
> HTTP would be able to provide a super-set of the features of SMTP
> submission, would not prevent SMTP submission from remaining as an option,
> and is more likely to work in diverse environments.
HTTP could also provide faster feedback on syntax errors in control
messages.
Evgeni Golov writes:
> We (lindi, liw and me) had just a short discussion in #-devel, that it
> would be nice to have some sort of Vcs-Upstream-* in debian/control
How many packages are there that are not using a watch file because
upstream does not provide usable tarballs (either no tarballs or
1 - 100 of 123 matches
Mail list logo