Re: Please help me fix the build pipeline for apt-listchanges on Salsa, which is failing

2024-09-02 Thread Jonas Smedegaard
Quoting Jonathan Kamens (2024-09-02 17:52:42) > On 9/2/24 11:47 AM, Colin Watson wrote: > > On Mon, Sep 02, 2024 at 11:15:50AM -0400, Jonathan Kamens wrote: > >> I was suggesting that perhaps the root cause of /why/ the .deb files are > >> not > >> identical is because if there's no timestamp in t

Re: Please help me fix the build pipeline for apt-listchanges on Salsa, which is failing

2024-09-02 Thread Jonathan Kamens
On 9/2/24 11:47 AM, Colin Watson wrote: On Mon, Sep 02, 2024 at 11:15:50AM -0400, Jonathan Kamens wrote: I was suggesting that perhaps the root cause of /why/ the .deb files are not identical is because if there's no timestamp in the trailer line of the top changelog entry, that impacts the cont

Re: Please help me fix the build pipeline for apt-listchanges on Salsa, which is failing

2024-09-02 Thread Colin Watson
On Mon, Sep 02, 2024 at 11:15:50AM -0400, Jonathan Kamens wrote: > I was suggesting that perhaps the root cause of /why/ the .deb files are not > identical is because if there's no timestamp in the trailer line of the top > changelog entry, that impacts the contents of the .deb. IMO your debian/ch

Re: Please help me fix the build pipeline for apt-listchanges on Salsa, which is failing

2024-09-02 Thread Andrey Rakhmatullin
On Mon, Sep 02, 2024 at 11:15:50AM -0400, Jonathan Kamens wrote: > P.S. Wow, diffoscope has a /lot/ of dependencies. I understand why, but > still... wow. (Note that those are Recommends and that there is diffoscope-minimal) -- WBR, wRAR signature.asc Description: PGP signature

Re: Please help me fix the build pipeline for apt-listchanges on Salsa, which is failing

2024-09-02 Thread Jonathan Kamens
On 9/2/24 4:09 AM, IOhannes m zmölnig (Debian GNU|Linux) wrote: On 9/2/24 03:19, Jonathan Kamens wrote: However, the pipeline is still failing, now in reprotest. For example . Perhaps this is because I haven't yet finalized t

Re: Please help me fix the build pipeline for apt-listchanges on Salsa, which is failing

2024-09-02 Thread Xiyue Deng
IOhannes m zmölnig (Debian GNU|Linux) writes: > [[PGP Signed Part:Undecided]] > On 9/2/24 03:19, Jonathan Kamens wrote: >> However, the pipeline is still failing, now in reprotest. For >> example >> . >> Perhaps >> this is bec

Re: Please help me fix the build pipeline for apt-listchanges on Salsa, which is failing

2024-09-02 Thread Debian GNU|Linux
On 9/2/24 03:19, Jonathan Kamens wrote: However, the pipeline is still failing, now in reprotest. For example . Perhaps this is because I haven't yet finalized the changelog for the upcoming release so the trailer line is bad

Re: Please help me fix the build pipeline for apt-listchanges on Salsa, which is failing

2024-09-01 Thread Jonathan Kamens
On 9/1/24 6:22 AM, Philip Hands wrote: If you look at the repo on Salsa, and find: Settings > CI/CD > General Pipelines > CI/CD configuration file you'll see it's set to: recipes/debian.yml@salsa-ci-team/pipeline which is how the pipeline gets it's configuration. The documentation is h

Re: Please help me fix the build pipeline for apt-listchanges on Salsa, which is failing

2024-09-01 Thread Colin Watson
On Sat, Aug 31, 2024 at 07:06:30PM -0400, Jonathan Kamens wrote: >|dh clean --with python3 --buildsystem=pybuild dh_auto_clean >-O--buildsystem=pybuild I: pybuild base:311: python3.12 setup.py >clean /usr/lib/python3/dist-packages/setuptools/__init__.py:88: >_DeprecatedInstaller: se

Re: Please help me fix the build pipeline for apt-listchanges on Salsa, which is failing

2024-09-01 Thread Andrey Rakhmatullin
On Sat, Aug 31, 2024 at 07:06:30PM -0400, Jonathan Kamens wrote: > Hey folks, > > I had to step away from working on apt-listchanges > for quite a while (nearly > a year), and upon stepping back into it today and pushing some changes to > Salsa, I

Re: Please help me fix the build pipeline for apt-listchanges on Salsa, which is failing

2024-09-01 Thread Philip Hands
Jonathan Kamens writes: > Hey folks, > > I had to step away from working on apt-listchanges > for quite a while > (nearly a year), and upon stepping back into it today and pushing some > changes to Salsa, I discovered that the build pipeline—w

Re: Please help me fix the build pipeline for apt-listchanges on Salsa, which is failing

2024-09-01 Thread Andrea Pappacoda
Hi Jonathan, On Sun Sep 1, 2024 at 1:06 AM CEST, Jonathan Kamens wrote: I had to step away from working on apt-listchanges for quite a while (nearly a year), and upon stepping back into it today and pushing some changes to Salsa, I discovered

Please help me fix the build pipeline for apt-listchanges on Salsa, which is failing

2024-08-31 Thread Jonathan Kamens
Hey folks, I had to step away from working on apt-listchanges for quite a while (nearly a year), and upon stepping back into it today and pushing some changes to Salsa, I discovered that the build pipeline—which is configured outside my Salsa

Re: Help me with publishing package

2024-08-26 Thread Phil Wyett
On Mon, 2024-08-26 at 12:19 -0700, Soren Stoutner wrote: > Вероника, > > Thanks for working on preparing a package for inclusion in Debian. The > information you are looking for is on: > > https://mentors.debian.net/ > > If you have any questions, feel free to ask on the Debian Mentors mailing

Re: Help me with publishing package

2024-08-26 Thread Soren Stoutner
Вероника, Thanks for working on preparing a package for inclusion in Debian. The information you are looking for is on: https://mentors.debian.net/ If you have any questions, feel free to ask on the Debian Mentors mailing list: https://lists.debian.org/debian-mentors/ On Monday, August 26,

Help me with publishing package

2024-08-26 Thread Вероника Кабанкова
I have this repo https://github.com/vo6i/termux-package.git and work pckg for Termux, how I can upload in Debian Distro Repository?

Re: Please help me to create Debian package

2019-07-05 Thread olivier sallou
Le ven. 5 juil. 2019 à 22:24, himanshu Singh a écrit : > Thanks, > There is a small problem I'm facing is how to handle the installer bash > script? > how can I run it during installation? Its function is to install python > dependencies, > You can't. In packages you specify other debian package

Re: Please help me to create Debian package

2019-07-05 Thread himanshu Singh
Thanks, There is a small problem I'm facing is how to handle the installer bash script? how can I run it during installation? Its function is to install python dependencies, creating configuration files and desktop shortcut. Please have a look at it https://github.com/osdag-admin/UbuntuInstaller/bl

Re: Please help me to create Debian package

2019-07-04 Thread Pirate Praveen
On 2019, ജൂലൈ 4 8:50:25 PM IST, himanshu Singh wrote: >Hi, I am working on a project named Osdag. It is open-source software >for >the design of steel structures. I'm trying to create a Debian package >for >it and planning to add to Debian package repository. It would be a >great >help if someo

Re: Please help me to create Debian package

2019-07-04 Thread olivier sallou
package will > help us to reach out the number of users and help in further improvements > from their feedback and suggestions. Please help me with this. > First step is to check that your dependencies are packaged in debian and your software works with versions packaged in debian Olivier

Re: Please help me to create Debian package

2019-07-04 Thread Mindaugas Celiesius
in further improvements from > their feedback and suggestions. Please help me with this. > Thank you. Meow! Hello. Please check this https://wiki.debian.org/Packaging and this https://www.debian.org/doc/devel-manuals#packaging-tutorial It is not difficult at all. I think you can do i

Please help me to create Debian package

2019-07-04 Thread himanshu Singh
k and suggestions. Please help me with this. Thank you.

Can you help me?

2017-10-20 Thread Paul Harold
Hi there, My name is Paul Harold and I've just designed an infographic exploring the War on Drugs. The infographic argues the War on Drugs is ineffective. The infographic also explains the civil and human rights implications of the War on Drugs. You can find my infographic on the War on Drugs

Bug#869494: ITP: node-help-me -- help command for node, partner of minimist and commist

2017-07-23 Thread Ying-Chun Liu (PaulLiu)
Package: wnpp Severity: wishlist Owner: Ying-Chun Liu (PaulLiu) X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-help-me Version : 1.1.0 Upstream Author : Matteo Collina * URL : https://github.com/mcollina/help-me * License : Expat

Re: Help me

2017-06-16 Thread Paul Wise
On Sat, Jun 17, 2017 at 12:05 AM, МБУЗ ГКБ № 1 wrote: > Hi no work in Debian 8.8 > No start firebird 2.5 classic and super error Please contact our support channels for help diagnosing the error: https://www.debian.org/support Once you have diagnosed where the problem is, you can report a bug:

Help me

2017-06-16 Thread МБУЗ ГКБ № 1
Hi no work in Debian 8.8 No start firebird 2.5 classic and super error work@work-desktop ~ $ sudo dpkg-reconfigure firebird2.5-classic [sudo] password for work: GSEC> GSEC> update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults

Re: Help me please... I need help immediately becouse I can't open my pc and I need to use it for work

2016-01-09 Thread Ben Caradoc-Davies
Patrik, this is off-topic for debian-devel. I have never used Kali Linux and do not use Windows. It sounds to me like you have a problem with your boot loader. To reinstall Windows, you may need to select your CD as the boot device in BIOS. What may be happening is that your hard disk is the

Re: Help me please... I need help immediately becouse I can't open my pc and I need to use it for work

2016-01-09 Thread Riley Baird
On Sat, 9 Jan 2016 22:07:15 +0100 Patrik Liçi wrote: > Hi debian I have a big problem and I need help immediately. ... I was > installing kali linux mini 2.0 in my pc then I power off the pc becouse > the downloads wants a lot to finish when I want to open my pc it > cant .the mon

Help me please... I need help immediately becouse I can't open my pc and I need to use it for work

2016-01-09 Thread Patrik Liçi
Hi debian I have a big problem and I need help immediately. ... I was installing kali linux mini 2.0 in my pc then I power off the pc becouse the downloads wants a lot to finish when I want to open my pc it cant .the monitor stays black I tried to install kali linux again eand w

please help me to delete my resume on yoru web site

2014-12-02 Thread Jenny zhou
Hi, Please help me to delete my resume on the link below. Thank you so much for your help https://lists.debian.org/debian-devel/2004/07/doc_9rK_X0lC5.doc CachedYingwei

Re: Again ask for a mentor who can help me by private mail

2014-02-03 Thread Paul Wise
On Tue, Feb 4, 2014 at 1:35 AM, Roelof Wobben wrote: > Again ask for a mentor who can help me by private mail I would strongly suggest *not* doing things in private. In Debian we do as much as possible in public and this includes mentoring. If you have any questions, ask them on the deb

Re: FW: Again ask for a mentor who can help me by private mail

2014-02-03 Thread Jonathan Dowland
You may have better luck on debian-mentors (but I echo what others are saying… it sounds like your mentor is not behaving in the spirit of open source software) -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.de

Re: FW: Again ask for a mentor who can help me by private mail

2014-02-03 Thread Paul Tagliamonte
On Mon, Feb 03, 2014 at 07:56:57PM +0100, Arno Töll wrote: > If so, not you should be hit with the holy hammer of clue, but your mentor. Uh, yeah. What the hell? Who is this guy (Eribo) and why does not think it's not OK for you to take freely licensed code and use it in-line with their licensing?

Re: FW: Again ask for a mentor who can help me by private mail

2014-02-03 Thread Arno Töll
Hi Roelof, On 03.02.2014 19:51, Roelof Wobben wrote: > But because I copied a few things from a package he maintains he wants to > stop mentoring me. This was a really really stupid thing to do and it will > never happen again do I understand it correct, that your (former) mentor stopped mentorin

FW: Again ask for a mentor who can help me by private mail

2014-02-03 Thread Roelof Wobben
Hello, A few days ago I ask here for a mentor who can help me with becoming a Debian Maintainer. Eribo has volunteered me where I thank him a lot. But because I copied a few things from a package he maintains he wants to stop mentoring me. This was a really really stupid thing to do and it will

Re: Help me DTRT with upstream naming

2012-09-08 Thread Peter Samuelson
[Russ Allbery] > The problem is that the software is called wallet, both the software > itself and the primary client binary that users invoke. And, of > course, we have a bunch of documentation and automation at Stanford > that assumes that name. That actually seems like a reasonable name to me

Re: Help me DTRT with upstream naming

2012-09-07 Thread The Fungi
On 2012-09-07 21:11:51 -0500 (-0500), Matt Zagrabelny wrote: > That is what tab completion is for. Granted, but you still have to remember what you're tab-completing, and tab completion is a bit of a moving target as you add other packages which install things with somewhat similar names in your p

Re: Help me DTRT with upstream naming

2012-09-07 Thread Matt Zagrabelny
On Fri, Sep 7, 2012 at 8:33 PM, The Fungi wrote: > On 2012-09-07 16:40:07 -0700 (-0700), Russ Allbery wrote: > [...] >> The problem is that the software is called wallet, both the >> software itself and the primary client binary that users invoke. >> [...] I don't think there's another UNIX/Linux

Re: Help me DTRT with upstream naming

2012-09-07 Thread The Fungi
On 2012-09-07 16:40:07 -0700 (-0700), Russ Allbery wrote: [...] > The problem is that the software is called wallet, both the > software itself and the primary client binary that users invoke. > [...] I don't think there's another UNIX/Linux binary of that > name. But, of course, it's still not a

Re: Help me DTRT with upstream naming

2012-09-07 Thread Henrique de Moraes Holschuh
On Fri, 07 Sep 2012, Lisandro Damián Nicanor Pérez Meyer wrote: > On Fri 07 Sep 2012 21:45:54 Russ Allbery escribió: > > Lisandro Damián Nicanor Pérez Meyer writes: > > > If you go for changing the name, kerberos-wallet or krb-wallet seems > > > quite right. > > > > It's a reasonable idea for the

Re: Help me DTRT with upstream naming

2012-09-07 Thread Lisandro Damián Nicanor Pérez Meyer
On Fri 07 Sep 2012 21:45:54 Russ Allbery escribió: > Lisandro Damián Nicanor Pérez Meyer writes: > > If you go for changing the name, kerberos-wallet or krb-wallet seems > > quite right. > > It's a reasonable idea for the current implementation, but I'd rather not > use that either because the pr

Re: Help me DTRT with upstream naming

2012-09-07 Thread Russ Allbery
Lisandro Damián Nicanor Pérez Meyer writes: > If you go for changing the name, kerberos-wallet or krb-wallet seems quite > right. It's a reasonable idea for the current implementation, but I'd rather not use that either because the protocol was designed to not require Kerberos. It currently is

Re: Help me DTRT with upstream naming

2012-09-07 Thread Lisandro Damián Nicanor Pérez Meyer
On Fri 07 Sep 2012 20:40:07 Russ Allbery escribió: [snip] > The second question is: if I should rename it, what should I call it? > Does anyone have any suggestions that are more unique but that still > preserve the property of being a reasonably easy-to-remember command-line > tool for unsophistic

Help me DTRT with upstream naming

2012-09-07 Thread Russ Allbery
Hello all, Given that this has been keeping me from packaging for Debian some software I developed at Stanford, and I'm getting more requests for packages, I will try to get past my mixed feelings of obstinance and guilt and just ask for advice or help. :) In 2007, to replace our legacy Kerberos

Re: emacs on a text console - please help me overcome the shock

2011-08-24 Thread Philipp Kern
On 2011-08-23, Cyril Brulebois wrote: > Bastien ROUCARIES (23/08/2011): >> And for middle ages dog (not oldtimer) they are the ssh -X root@localhost >> trick > or: sudo XAUTHORITY=~/.Xauthority wireshark For that you just need to give u+s to dumpcap (possibly limiting access through groups; wit

Re: emacs on a text console - please help me overcome the shock

2011-08-23 Thread PJ Weisberg
On Tuesday, August 23, 2011, Toby Speight wrote: > If you feel you must run as root, and you want to use a mouse with emacs > in XTerm, then xterm-mouse-mode may help: If you feel you must run Emacs as root, you probably want "sudoedit" instead. -- -PJ

Re: emacs on a text console - please help me overcome the shock

2011-08-23 Thread jidanni
I am now officially pleased with sux, enabling me to use X programs as root despite http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633652 . Thanks everybody. Have a song, http://www.youtube.com/watch?v=gLtzQXTHiqk&list=PL38C412C876528CCB -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.d

Re: emacs on a text console - please help me overcome the shock

2011-08-23 Thread Alan D. Salewski
On Tue, Aug 23, 2011 at 09:00:25AM +0100, Toby Speight spake thus: > > "r" == rdiezmail-emacs writes: > r> The console mode has been a shock. There is no mouse at all. I > r> cannot navigate the menus as usual, menu-bar-open is weird and > r> unfriendly. But, worst of all, some key combina

Re: emacs on a text console - please help me overcome the shock

2011-08-23 Thread Cyril Brulebois
Bastien ROUCARIES (23/08/2011): > And for middle ages dog (not oldtimer) they are the ssh -X root@localhost > trick or: sudo XAUTHORITY=~/.Xauthority wireshark Mraw, KiBi. signature.asc Description: Digital signature

Re: emacs on a text console - please help me overcome the shock

2011-08-23 Thread Bastien ROUCARIES
On Tue, Aug 23, 2011 at 3:14 AM, wrote: >> "KR" == Kenyon Ralph writes: > KR> I use emacs under X to administer my Debian systems. I don't run it as > KR> root though. I use emacs TRAMP to use sudo to edit files as root on > KR> the local machine. On remote machines I do the same but in an s

Re: emacs on a text console - please help me overcome the shock

2011-08-23 Thread Toby Speight
> "r" == rdiezmail-emacs writes: r> The console mode has been a shock. There is no mouse at all. I r> cannot navigate the menus as usual, menu-bar-open is weird and r> unfriendly. But, worst of all, some key combinations do not work r> well. 0> In article <87ty99otg1@jidanni.org>, 0>

Re: emacs on a text console - please help me overcome the shock

2011-08-22 Thread Bill MacAllister
--On Tuesday, August 23, 2011 08:35:58 AM +0800 jida...@jidanni.org wrote: "r" == rdiezmail-emacs writes: r> The console mode has been a shock. There is no mouse at all. I cannot r> navigate the menus as usual, menu-bar-open is weird and unfriendly. r> But, worst of all, some key combinatio

Re: emacs on a text console - please help me overcome the shock

2011-08-22 Thread jidanni
> "KR" == Kenyon Ralph writes: KR> I use emacs under X to administer my Debian systems. I don't run it as KR> root though. I use emacs TRAMP to use sudo to edit files as root on KR> the local machine. On remote machines I do the same but in an ssh KR> session in xterm (I don't use mouse or men

Re: emacs on a text console - please help me overcome the shock

2011-08-22 Thread Kenyon Ralph
On 2011-08-23T08:35:58+0800, jida...@jidanni.org wrote: > > "r" == rdiezmail-emacs writes: > r> The console mode has been a shock. There is no mouse at all. I cannot > r> navigate the menus as usual, menu-bar-open is weird and unfriendly. > r> But, worst of all, some key combinations do not w

Re: emacs on a text console - please help me overcome the shock

2011-08-22 Thread jidanni
> "r" == rdiezmail-emacs writes: r> The console mode has been a shock. There is no mouse at all. I cannot r> navigate the menus as usual, menu-bar-open is weird and unfriendly. r> But, worst of all, some key combinations do not work well. But that's the way it must be here on Debian, if you a

Re: Please help me make athcool compatible with dependency-based init systems

2008-07-23 Thread Nicolas Boullis
Hi, On Wed, Jul 23, 2008 at 11:36:01PM +0300, Teodor wrote: > On Wed, Jul 23, 2008 at 10:52 PM, Nicolas Boullis <[EMAIL PROTECTED]> wrote: > > Sorry for asking a potentially stupid question, but how does the > > "Default-Start" keyword affect the bahvior of the system? > > Refer to http://wiki.de

Re: Please help me make athcool compatible with dependency-based init systems

2008-07-23 Thread Teodor
On Wed, Jul 23, 2008 at 10:52 PM, Nicolas Boullis <[EMAIL PROTECTED]> wrote: > Sorry for asking a potentially stupid question, but how does the > "Default-Start" keyword affect the bahvior of the system? Refer to http://wiki.debian.org/LSBInitScripts for details. Maybe this page should be updated

Re: Please help me make athcool compatible with dependency-based init systems

2008-07-23 Thread Nicolas Boullis
Hi Kel, On Wed, Jul 23, 2008 at 11:55:04PM +1000, Kel Modderman wrote: > Hi Nicolas, > > Just add the LSB header with correct information like: > > ### BEGIN INIT INFO > # Provides: athcool > # Required-Start:$remote_fs > # Required-Stop: $remote_fs > # Default-Start: 2 3 4

Re: Please help me make athcool compatible with dependency-based init systems

2008-07-23 Thread Petter Reinholdtsen
[Kel Modderman] > There is no need to modify README.Debian instructions, as insserv > package provides an update-rc.d wrapper. When the admin follows the > existing instructions of "update-rc.d athcool start 20 2 3 4 5 ." > you will get runlevel links, just that the sequence number 20 is > ignored

Re: Please help me make athcool compatible with dependency-based init systems (was: Release Update: freeze, architecture requalification)

2008-07-23 Thread Kel Modderman
fied with athcool can run update-rc.d (as documented in > > /usr/share/doc/athcool/README.Debian) to enable startup links. > > > > I'd like to reproduce a similar behaviour with the headers for > > dependency-based init systems, but I know close to nothing about such >

Re: Please help me make athcool compatible with dependency-based init systems (was: Release Update: freeze, architecture requalification)

2008-07-22 Thread Nicolas Boullis
r a reboot.) Someone who is > satisfied with athcool can run update-rc.d (as documented in > /usr/share/doc/athcool/README.Debian) to enable startup links. > > I'd like to reproduce a similar behaviour with the headers for > dependency-based init systems, but I know close to no

Please help me make athcool compatible with dependency-based init systems (was: Release Update: freeze, architecture requalification)

2008-07-21 Thread Nicolas Boullis
run update-rc.d (as documented in /usr/share/doc/athcool/README.Debian) to enable startup links. I'd like to reproduce a similar behaviour with the headers for dependency-based init systems, but I know close to nothing about such systems. I read the corresponding section of the LSB, but it did

Re: Pls help me

2008-07-20 Thread Paul Wise
On Sun, Jul 20, 2008 at 2:15 PM, Jithesh Chandran <[EMAIL PROTECTED]> wrote: > My acer aspire 5310 notebook doesn't perform good with the debian os.. You have emailed the Debian development list, if you are looking for support, please read this page: http://www.debian.org/support In short,

Pls help me

2008-07-19 Thread Jithesh Chandran
My acer aspire 5310 notebook doesn't perform good with the debian os.. The soundcard, the wirelan and the shortcut keys doesn't work.. I need help from you atleast for makin the soundcard work.. May be it will work with the help of some driver. Explore your hobbies and inte

Re: kernel panic: pivot_root help me

2006-09-07 Thread enerv
Maybe if you boot using live cd and after that mount your partition and edit /sbin/init and change dev/console for /dev/console. Ozgur Karatas escreveu: Hello, We buy a IBM Blade Server. I choose 2.6 kernel and Grub on Debian 3.1 Sarge Setup. But Debian says me Kernel Panic pivot_root: No such

kernel panic: pivot_root help me

2006-09-07 Thread Ozgur Karatas
Hello, We buy a IBM Blade Server. I choose 2.6 kernel and Grub on Debian 3.1 Sarge Setup. But Debian says me Kernel Panic pivot_root: No such file or directory /sbin/init : 432: cannot open dev/console: No such file Kernel panic : Attempted to kill init How to pass it? -- ,''`. Ozgur Karat

Re: Could you help me?

2006-02-10 Thread paddy
On Fri, Feb 10, 2006 at 10:33:12AM +0700, namth wrote: > Hi, > > I want to build a glibc 2.3.2-95.27 but I don't know what to do Could you > tell me to build it? (resisting the temptation to say "Namth, Build it!") I'll try ... http://www.debian.org/doc/FAQ/ch-pkg_basics.en.html, 6.13 and 6.14

Could you help me?

2006-02-09 Thread namth
Hi,   I want to build a glibc 2.3.2-95.27 but I don't know what to do Could you tell me to build it?     Many thanks

Re: svn problem: Can you help me?

2006-01-29 Thread Jay Berkenbilt
Lionel Elie Mamane <[EMAIL PROTECTED]> wrote: > What a cryptic error message for a "destination directory doesn't > exist" error condition. There are a number of similar situations (a directory not existing) I've seen where subversion gives a misleading error message. For example, trying to svn

Re: svn problem: Can you help me?

2006-01-29 Thread Jay Berkenbilt
Lionel Elie Mamane <[EMAIL PROTECTED]> wrote: > What a cryptic error message for a "destination directory doesn't > exist" error condition. There are a number of similar situations (a directory not existing) I've seen where subversion gives a misleading error message. For example, trying to svn

Re: svn problem: Can you help me?

2006-01-29 Thread Lionel Elie Mamane
On Sun, Jan 29, 2006 at 11:44:32PM +0100, Thomas Weber wrote: > Am Sonntag, den 29.01.2006, 22:11 +0100 schrieb Lionel Elie Mamane: >> What does that mean and how do I get out of this dead-end? Thanks >> in advance. > Does this one help? > http://svn.haxx.se/users/archive-2003-07/0133.shtml Yes

Re: svn problem: Can you help me?

2006-01-29 Thread Thomas Weber
Hi Lionel, Am Sonntag, den 29.01.2006, 22:11 +0100 schrieb Lionel Elie Mamane: > What does that mean and how do I get out of this dead-end? Thanks in > advance. Does this one help? http://svn.haxx.se/users/archive-2003-07/0133.shtml Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

svn problem: Can you help me?

2006-01-29 Thread Lionel Elie Mamane
Hi, I've got a problem with subversion, I wonder if you could help me: I tried: [EMAIL PROTECTED] svn mv 'svn+ssh://[EMAIL PROTECTED]/svn/pkg-mailman/tags/2.1.5-10/' svn+ssh://[EMAIL PROTECTED]/svn/pkg-mailman/tags/2.1.5-10/debian svn: Cannot move URL 'svn+ssh://[EMAIL

Re: Please Help me to install and configure Debian Correctly

2005-10-13 Thread Bernd Eckenfels
Hello, Most likely you get more answers on debian-users, this list is about coordinating the development effords of Debian. In article <[EMAIL PROTECTED]> you wrote: > 1 I need to install debian for my Sserver but i can not get a DHCP ID: > i get an Error message saying my DHCP configuration ha

Re: Please Help me to install and configure Debian Correctly

2005-10-13 Thread Markus Boas
Am Donnerstag 13 Oktober 2005 15:50 schrieb kanchana thisaru: > 1 I need to install debian for my Sserver but i can not get a DHCP ID: >i get an Error message saying my DHCP configuration has faild. > Even if skip DCHP Configurations at the instalation time how i am going > to get the DHCP IP

Please Help me to install and configure Debian Correctly

2005-10-13 Thread kanchana thisaru
1 I need to install debian for my Sserver but i can not get a DHCP ID:    i get an Error message saying my DHCP configuration has faild.   Even if skip DCHP Configurations at the instalation time how i am going to get the DHCP IP  later and connect to the network.   2 My sever has two 2.8 Processor

Re: Please help me with this script!

2005-10-12 Thread Rob Weir
$(grep open /tmp/log|\ > perl -pe 's!.* open\(\"([^\"]*).*!$1!' |\ > grep "^/"| sort | uniq|\ > grep -v "^\(/tmp\|/dev\|/proc\)" ) 2>/dev/null|\ > cut -f1 -d":"| sort | uniq'; \ > do \ > echo -n "$x (>=" 'dpkg -s $x|

Please help me with this script!

2005-10-10 Thread Mihai Felseghi
uot;:" ' "), "; \ done but this does not work or maybe I don't know how to use it .  So please help me with this issue , maybe you could give an advice where to find such a script or what I have to modify to make this work.    Sincerely yours Mihai Felseghi !

Re: Help me test new pcmcia-cs

2005-01-15 Thread Andres Salomon
On Mon, 10 Jan 2005 16:00:00 +0100, Per Olofsson wrote: [...] > > It would be very nice if you could help me test it before I upload it > to sid. Since I've done a lot of changes, I suspect that there might > be some bugs in it. And don't forget to read NEWS.Debian and >

Re: Help me test new pcmcia-cs

2005-01-11 Thread Per Olofsson
sean finney: > this package seems to work for me without any major problems (so far, > anyway...), and it in fact seems to have fixed a couple problems from > which i was quietly suffering on my thinkpad. OK. Thank you for testing it! -- Pelle -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wit

Re: Help me test new pcmcia-cs

2005-01-10 Thread sean finney
hi per, On Mon, Jan 10, 2005 at 04:00:00PM +0100, Per Olofsson wrote: > I've uploaded a new version of the pcmcia-cs package to experimental, > 3.2.8-2. This package has a lot of new features, including: this package seems to work for me without any major problems (so far, anyway...), and it in f

Help me test new pcmcia-cs

2005-01-10 Thread Per Olofsson
fixes, see the changelog. It would be very nice if you could help me test it before I upload it to sid. Since I've done a lot of changes, I suspect that there might be some bugs in it. And don't forget to read NEWS.Debian and README.Debian. Thanks in advance. (Please CC me on replies.) -- P

PLEASE HELP ME

2002-08-14 Thread MR. ANGUS OBIOMA
Dear Gentleman, Greetings in the precious name of Jesus Christ. I have received a very reliable information about you, and would like you to assist me in this transaction. However, I am MR. ANGUS OBIOMA the only son to the former Chief of Army Staff Federal Republic of Nigeria who is presently