[Bug 501686] Re: debugfs: logdump -b show incorrect allocation status in block bitmap

2010-01-07 Thread Anon Sricharoenchai
** Also affects: e2fsprogs (Debian) via
   http://sourceforge.net/support/tracker.php?aid=2927365
   Importance: Unknown
   Status: Unknown

** Bug watch added: Debian Bug tracker #564084
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564084

** Changed in: e2fsprogs
 Remote watch: SourceForge.net Tracker #2927365 => Debian Bug tracker #564084

** Changed in: e2fsprogs
 Remote watch: Debian Bug tracker #564084 => SourceForge.net Tracker #2927365

** Changed in: e2fsprogs (Debian)
 Remote watch: SourceForge.net Tracker #2927365 => Debian Bug tracker #564084

-- 
debugfs: logdump -b show incorrect allocation status in block bitmap
https://bugs.launchpad.net/bugs/501686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 501686] Re: debugfs: logdump -b show incorrect allocation status in block bitmap

2010-01-06 Thread Anon Sricharoenchai
** Bug watch added: SourceForge.net Tracker #2927365
   http://sourceforge.net/support/tracker.php?aid=2927365

** Also affects: e2fsprogs via
   http://sourceforge.net/support/tracker.php?aid=2927365
   Importance: Unknown
   Status: Unknown

-- 
debugfs: logdump -b show incorrect allocation status in block bitmap
https://bugs.launchpad.net/bugs/501686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 501686] Re: debugfs: logdump -b show incorrect allocation status in block bitmap

2010-01-03 Thread Anon Sricharoenchai
** Changed in: e2fsprogs (Ubuntu)
 Assignee: Anon Sricharoenchai (anon-hui) => (unassigned)

-- 
debugfs: logdump -b show incorrect allocation status in block bitmap
https://bugs.launchpad.net/bugs/501686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 501686] Re: debugfs: logdump -b show incorrect allocation status in block bitmap

2010-01-03 Thread Anon Sricharoenchai
** Changed in: e2fsprogs (Ubuntu)
 Assignee: (unassigned) => Anon Sricharoenchai (anon-hui)

-- 
debugfs: logdump -b show incorrect allocation status in block bitmap
https://bugs.launchpad.net/bugs/501686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 501686] Re: debugfs: logdump -b show incorrect allocation status in block bitmap

2009-12-30 Thread Anon Sricharoenchai

** Attachment added: 
"e2fsprogs-1.41.9-1ubuntu3.logdump-bitmap_offset_to_dump.patch"
   
http://launchpadlibrarian.net/37292002/e2fsprogs-1.41.9-1ubuntu3.logdump-bitmap_offset_to_dump.patch

-- 
debugfs: logdump -b show incorrect allocation status in block bitmap
https://bugs.launchpad.net/bugs/501686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 501686] [NEW] debugfs: logdump -b show incorrect allocation status in block bitmap

2009-12-30 Thread Anon Sricharoenchai
Public bug reported:

Binary package hint: e2fsprogs

"logdump -b" command in debugfs show incorrect allocation status
in block bitmap

== Step to repeat ==
$ debugfs /dev/sda1
debugfs: logdump -b1827766

== What happens ==
It always report "block is SET" like this,

   FS block 1802240 logged at journal block 14742 (flags 0x2)
 (block bitmap for block 1827766: block is SET)
   FS block 1802240 logged at journal block 14749 (flags 0x2)
 (block bitmap for block 1827766: block is SET)

== What should happen ==
It should show SET or CLEAR correspond to the bitmap logged in the journal like 
this,

   FS block 1802240 logged at journal block 14742 (flags 0x2)
 (block bitmap for block 1827766: block is CLEAR)
   FS block 1802240 logged at journal block 14749 (flags 0x2)
 (block bitmap for block 1827766: block is SET)

== How to fix ==
The attachment is the patch to fix this.

** Affects: e2fsprogs (Ubuntu)
 Importance: Undecided
 Status: New

-- 
debugfs: logdump -b show incorrect allocation status in block bitmap
https://bugs.launchpad.net/bugs/501686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 457939] [NEW] apt-get -s should not lock /var/lib/dpkg/lock

2009-10-22 Thread Anon Sricharoenchai
Public bug reported:

Binary package hint: apt

apt-get -s should not lock /var/lib/dpkg/lock, so that it can be run
without root permission.

** Affects: apt (Ubuntu)
 Importance: Undecided
 Status: New

-- 
apt-get -s should not lock /var/lib/dpkg/lock
https://bugs.launchpad.net/bugs/457939
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448760] [NEW] db4.x-util: command db_dump, db_load, and db_xxxx are missing

2009-10-11 Thread Anon Sricharoenchai
Public bug reported:

Package: db4.6-util
Severity: normal

*** Please type your report below this line ***

The command db_dump, db_load, and db_ are missing.
Should update-alternatives to make symlink like this,
* db_dump --> db4.6_dump
* db_load --> db4.6_load
* db_ --> db4.6_
* db4_dump --> db4.6_dump
* db4_load --> db4.6_load
* db4_ --> db4.6_
Should also apply this to db4.{2,3,4,5}-util, accordingly.

** Affects: db (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: db (Debian)
 Importance: Unknown
 Status: Unknown

** Bug watch added: Debian Bug tracker #550213
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550213

** Also affects: db (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550213
   Importance: Unknown
   Status: Unknown

-- 
db4.x-util: command db_dump, db_load, and db_ are missing
https://bugs.launchpad.net/bugs/448760
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 445268] [NEW] option --make-pidfile misplaced in /etc/init.d/rrdcollect restart section

2009-10-07 Thread Anon Sricharoenchai
Public bug reported:

Binary package hint: rrdcollect

In file /etc/init.d/rrdcollect, restart section,

echo -n "Restarting $DESC: $NAME"
-   start-stop-daemon --stop --quiet --pidfile --make-pidfile \
+   start-stop-daemon --stop --quiet --pidfile \
/var/run/$NAME.pid --exec $DAEMON

The option "--make-pidfile" is misplaced and also useless.

** Affects: rrdcollect (Ubuntu)
 Importance: Undecided
 Status: New

-- 
option --make-pidfile misplaced in /etc/init.d/rrdcollect restart section
https://bugs.launchpad.net/bugs/445268
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 435020] Re: Completion for "zcmp zdiff zegrep zfgrep zgrep zless zmore" should allow all file types

2009-09-22 Thread Anon Sricharoenchai
The latest version only allow the pattern *.*, while it should be *

** Changed in: bash-completion (Ubuntu)
   Status: Fix Committed => New

-- 
Completion for "zcmp zdiff zegrep zfgrep zgrep zless zmore" should allow all 
file types
https://bugs.launchpad.net/bugs/435020
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 435020] Re: Completion for "zcmp zdiff zegrep zfgrep zgrep zless zmore" should allow all file types

2009-09-22 Thread Anon Sricharoenchai
It is already fixed in the latest version.

** Changed in: bash-completion (Ubuntu)
   Status: New => Fix Committed

-- 
Completion for "zcmp zdiff zegrep zfgrep zgrep zless zmore" should allow all 
file types
https://bugs.launchpad.net/bugs/435020
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 435020] [NEW] Completion for "zcmp zdiff zegrep zfgrep zgrep zless zmore" should allow all file types

2009-09-22 Thread Anon Sricharoenchai
Public bug reported:

Binary package hint: bash-completion

Completion for "zcmp zdiff zegrep zfgrep zgrep zless zmore" should allow
all file types, since they can process both gzip and non gzip files.

/etc/bash_completion:
   -complete -f -X '!*.@(Z|gz|tgz|Gz|dz)' gunzip zcmp zdiff zcat zegrep zfgrep 
zgrep zless zmore
   +complete -f -X '!*.@(Z|gz|tgz|Gz|dz)' gunzip zcat

** Affects: bash-completion (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Completion for "zcmp zdiff zegrep zfgrep zgrep zless zmore" should allow all 
file types
https://bugs.launchpad.net/bugs/435020
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 384721] Re: should escape backslash character in CimXml::unescapeXml()

2009-06-12 Thread Anon Sricharoenchai
>
> $ wbemcli gi 
> 'http://user:p...@hostname/root/cimv2:Win32_Share.Name="test";'
> hostname:5988/root/cimv2:...,Caption="test\"Test\",Description"test...
>

Some typo in the above output (missing "=" after "Description"),

$ wbemcli gi 'http://user:p...@hostname/root/cimv2:Win32_Share.Name="test";'
hostname:5988/root/cimv2:...,Caption="test\"Test\",Description="test...

-- 
should escape backslash character in CimXml::unescapeXml()
https://bugs.launchpad.net/bugs/384721
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 384721] Re: should escape backslash character in CimXml::unescapeXml()

2009-06-12 Thread Anon Sricharoenchai
>  Given the sensitivity of escaping code in general, could you submit it on 
> the SBLIM bugtracker so that the issue gets reviewed and discussed by 
> upstream developers ?
>

Done,
https://sourceforge.net/tracker/?func=detail&aid=2805214&group_id=128809&atid=712784

>
>  Furthermore, do you see an easy way to reproduce the bug with the stack
>  currently in Ubuntu (how to "inject" a value that ends in \ and that we
>  could use wbemcli to read) ?
>

1. In my environment, I use wbemcli from ubuntu to connect to a
windows machine with wbem service installed.

2. On windows machine, create a share folder, with

Share name: test
Comment: test"Test\

3. Running the following wbemcli command from ubuntu will return the
result like,

$ wbemcli gi 'http://user:p...@hostname/root/cimv2:Win32_Share.Name="test";'
hostname:5988/root/cimv2:...,Caption="test\"Test\",Description"test...

4. It will be more chaos, if the share comment is: test=5,",Test\

** Bug watch added: SourceForge.net Tracker #2805214
   http://sourceforge.net/support/tracker.php?aid=2805214

-- 
should escape backslash character in CimXml::unescapeXml()
https://bugs.launchpad.net/bugs/384721
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 384721] [NEW] should escape backslash character in CimXml::unescapeXml()

2009-06-08 Thread Anon Sricharoenchai
Public bug reported:

According to the function Cimom::unescapeXml() in CimXml.cpp, in addition to
escaping the quote character, it should also escape the backslash character.

Without escaping backslash, if the string is ended with backslash,
the quoted text output will be ambiguous.  The backslash at the end
will be attached to the closing quote, and be interpreted as an escaped
quote character.

According to,
   xml: a" --> text output: "a\"" --> interpreted as: a"
then the following will be ambiguous,
   xml: a\ --> text output: "a\" --> interpreted as: a" (with trailing garbage 
characters)


The function then should be fixed like this, (converting "&xxx;" should also be 
case-insensitive)

 string Cimom::unescapeXml(const char *m, int nq)
 {
- #define REPL(str,chrs) if(strncmp(p,str,strlen(str))==0) \
+ #define REPL(str,chrs) if(strncasecmp(p,str,strlen(str))==0) \
  { strcpy (q,(chrs)); \
q+=strlen(chrs); \
p+=strlen(str); }
 
   const char *quotereplace = nq ? "\\\"" : "\"";
+  const char *backslashreplace = nq ? "" : "\\";
   const char *p;
   char *q, *buf = (char *) alloca(strlen(m));
   for(p=m,q=buf; *p;)
+// Without escaping backslash, if the string is ended with backslash,
+// the quoted text output will be ambiguous.  The backslash at the end
+// will be attached to the closing quote, and be interpreted as an escaped
+// quote character, like this,
+// * xml: a\ --> text output: "a\" --> incorrectly interpreted as: a"
+// * xml: a" --> text output: "a\"" --> correctly interpreted as: a"
+REPL("\\",backslashreplace) else // xml: a\ --> output: "a\\"
 if(*p!='&') { *q++ = *p++; }
   else {
   REPL(">",">")

** Affects: sblim-wbemcli (Ubuntu)
 Importance: Undecided
 Status: New

-- 
should escape backslash character in CimXml::unescapeXml()
https://bugs.launchpad.net/bugs/384721
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 150252] Re: [master] tasksel removes all Ubuntu-desktop dependencies without confirmation dialog

2009-03-24 Thread Anon Sricharoenchai
On 3/24/09, Colin Watson  wrote:
> On Tue, Mar 24, 2009 at 02:32:14PM -0000, Anon Sricharoenchai wrote:
>  > I mean, it is resolved by,
>  > 1. changing the program logic in tasksel?, or by
>  > 2. remove the common and/or library packages from the tasks (such as,
>  > lamp task)?
>
>
> (1). I fixed the logic in tasksel to avoid removing packages when
>  they're still required by other installed tasks. Option (2) would have
>  been rather more difficult to maintain and isn't necessary.
>

Why is it difficult to maintain?
Just put the final (leaf) packages in the task, for example,
lamp task could only consist of,

   apache, mysql-server, php,

rather than,

   apache, apache-common, mysql-server, mysql-common, libmysql, ...

Is there any problem with this approach?

-- 
[master] tasksel removes all Ubuntu-desktop dependencies without confirmation 
dialog
https://bugs.launchpad.net/bugs/150252
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 150252] Re: [master] tasksel removes all Ubuntu-desktop dependencies without confirmation dialog

2009-03-24 Thread Anon Sricharoenchai
I mean, it is resolved by,
1. changing the program logic in tasksel?, or by
2. remove the common and/or library packages from the tasks (such as,
lamp task)?

On 3/24/09, Colin Watson  wrote:
> On Tue, Mar 24, 2009 at 12:47:01PM -0000, Anon Sricharoenchai wrote:
>  > On 3/17/09, Launchpad Bug Tracker <150...@bugs.launchpad.net> wrote:
>
> > >  tasksel (2.73ubuntu17) jaunty; urgency=low
>  > >
>  > >   * Avoid removing packages that are in other tasks that are still 
> selected
>  > > or not displayed (LP: #150252).
>  >
>  > How is it resolved?
>  > It is resolved in what way?
>
>
> In the way described above, although currently only in the "Jaunty"
>  development release. If you mean something other than that, then I don't
>  understand your question.
>
>
>  --
>  [master] tasksel removes all Ubuntu-desktop dependencies without 
> confirmation dialog
>  https://bugs.launchpad.net/bugs/150252
>  You received this bug notification because you are a direct subscriber
>  of a duplicate bug.
>

-- 
[master] tasksel removes all Ubuntu-desktop dependencies without confirmation 
dialog
https://bugs.launchpad.net/bugs/150252
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 150252] Re: [master] tasksel removes all Ubuntu-desktop dependencies without confirmation dialog

2009-03-24 Thread Anon Sricharoenchai
On 3/17/09, Launchpad Bug Tracker <150...@bugs.launchpad.net> wrote:
> This bug was fixed in the package tasksel - 2.73ubuntu17
>
>  ---
>  tasksel (2.73ubuntu17) jaunty; urgency=low
>
>   * Avoid removing packages that are in other tasks that are still selected
> or not displayed (LP: #150252).

How is it resolved?
It is resolved in what way?

-- 
[master] tasksel removes all Ubuntu-desktop dependencies without confirmation 
dialog
https://bugs.launchpad.net/bugs/150252
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 299002] [NEW] removing mail-server task will remove many packages in lamp-server task

2008-11-17 Thread Anon Sricharoenchai
Public bug reported:

$ lsb_release -rd
Description: Ubuntu 8.04.1
Release: 8.04

1. Since some packages, for example, libpq5, mysql-common are in both
lamp-server and mail-server task

2. invoking "tasksel remove mail-server" will remove libpq5, mysql-common
* removing libpq5 causing apache2 to be removed
* removing mysql-common causing mysql-server-5.0 to be removed

3. This is unexpected behavior.  apache2 and mysql-server are in lamp-
server task, and shouldn't be removed.

4. In general, the library and some common package should not be
assigned to any *-server task.  Removing those packages from the task
will simply solve this problem.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
removing mail-server task will remove many packages in lamp-server task
https://bugs.launchpad.net/bugs/299002
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 286854] [NEW] FTBFS: uncleaned LocalConfig.kmk

2008-10-21 Thread Anon Sricharoenchai
Public bug reported:

Binary package hint: virtualbox-ose

$ lsb_release -rd
Description:Ubuntu 8.04.1
Release:8.04

Package: virtualbox-ose
Version: 1.5.6-dfsg-6ubuntu1
Severity: serious
Justification: no longer builds from source

*** Please type your report below this line ***

== Steps to reproduce ==

1. boot into ubuntu 8.04.1 live DVD
2. $ aptitude install devscripts build-essential fakeroot
   $ dget 
http://archive.ubuntu.com/ubuntu/pool/universe/v/virtualbox-ose/virtualbox-ose_1.5.6-dfsg-6ubuntu1.dsc
   $ dpkg-source -x virtualbox-ose_1.5.6-dfsg-6ubuntu1.dsc
   $ cd virtualbox-ose-*/
3. Install build dependencies for virtualbox-ose
4. Build virtualbox-ose,

   $ fakeroot dpkg-buildpackage -b -i
   <--cut-->
   ...
   <--cut-->
   test -d debian/patched || install -d debian/patched
   dpatch  apply-all
   applying patch 01-no-64bit-guest to ./ ... ok.
   applying patch 02-2.6.25 to ./ ... ok.
   applying patch 03-config-kmk to ./ ... ok.
   applying patch 04-localconf-kmk to ./ ... failed.
   make: *** [patch-stamp] Error 1
   dpkg-buildpackage: failure: debian/rules build gave error exit status 2


== Cause ==

04-localconf-kmk.dpatch expected LocalConfig.kmk as empty file, but it
is not empty as shown by this,

   $ gzip -cd virtualbox-ose_1.5.6-dfsg-6ubuntu1.diff.gz | tail
   <--cut-->
   ...
   <--cut-->
   --- virtualbox-ose-1.5.6-dfsg.orig/LocalConfig.kmk
   +++ virtualbox-ose-1.5.6-dfsg/LocalConfig.kmk
   @@ -0,0 +1 @@
   +VBOX_WITH_X11_ADDITIONS=1

   $ dpkg-source -x virtualbox-ose_1.5.6-dfsg-6ubuntu1.dsc
   $ cd virtualbox-ose-*/
   $ cat LocalConfig.kmk
   VBOX_WITH_X11_ADDITIONS=1

This is because "debian/rules clean" does not clean the lines in
LocalConfig.kmk inserted by env.sh rule,

   env.sh: patch-stamp
<--cut-->
echo "VBOX_WITH_X11_ADDITIONS=1" >> LocalConfig.kmk

Let's look at the following steps,

   $ rm -f LocalConfig.kmk
   $ fakeroot ./debian/rules env.sh
   
   $ fakeroot ./debian/rules clean
   $ cat LocalConfig.kmk
   VBOX_WITH_X11_ADDITIONS=1
   $ fakeroot ./debian/rules env.sh
   <--cut-->
   applying patch 04-localconf-kmk to ./ ... failed.
   make: *** [patch-stamp] Error 1

This shows that the package can't be rebuilt again, after it has been
once built and cleaned.

** Affects: virtualbox-ose (Ubuntu)
 Importance: Undecided
 Status: New

-- 
FTBFS: uncleaned LocalConfig.kmk
https://bugs.launchpad.net/bugs/286854
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 275234] Re: debuild error for backporting to hardy (2.0.2-dfsg)

2008-10-09 Thread Anon Sricharoenchai
I found the same problem in hardy version,

== Steps to reproduce ==

1. boot into ubuntu 8.04.1 live DVD
2. $ aptitude install devscripts build-essential fakeroot
  $ dget 
http://archive.ubuntu.com/ubuntu/pool/universe/v/virtualbox-ose/virtualbox-ose_1.5.6-dfsg-6ubuntu1.dsc
  $ dpkg-source -x virtualbox-ose_1.5.6-dfsg-6ubuntu1.dsc
  $ cd virtualbox-ose-*/
3. Install build dependencies for virtualbox-ose
4. Build virtualbox-ose,

  $ fakeroot dpkg-buildpackage -b -i
  <--cut-->
  ...
  <--cut-->
  test -d debian/patched || install -d debian/patched
  dpatch  apply-all
  applying patch 01-no-64bit-guest to ./ ... ok.
  applying patch 02-2.6.25 to ./ ... ok.
  applying patch 03-config-kmk to ./ ... ok.
  applying patch 04-localconf-kmk to ./ ... failed.
  make: *** [patch-stamp] Error 1
  dpkg-buildpackage: failure: debian/rules build gave error exit status 2


== Cause ==

04-localconf-kmk.dpatch expected LocalConfig.kmk as empty file, but it
is not empty as shown by this,

  $ gzip -cd virtualbox-ose_1.5.6-dfsg-6ubuntu1.diff.gz | tail
  <--cut-->
  ...
  <--cut-->
  --- virtualbox-ose-1.5.6-dfsg.orig/LocalConfig.kmk
  +++ virtualbox-ose-1.5.6-dfsg/LocalConfig.kmk
  @@ -0,0 +1 @@
  +VBOX_WITH_X11_ADDITIONS=1

  $ dpkg-source -x virtualbox-ose_1.5.6-dfsg-6ubuntu1.dsc
  $ cd virtualbox-ose-*/
  $ cat LocalConfig.kmk
  VBOX_WITH_X11_ADDITIONS=1

This is because "debian/rules clean" does not clean the lines in
LocalConfig.kmk inserted by env.sh rule,

  env.sh: patch-stamp
   <--cut-->
   echo "VBOX_WITH_X11_ADDITIONS=1" >> LocalConfig.kmk

Let's look at the following steps,

  $ rm -f LocalConfig.kmk
  $ fakeroot ./debian/rules env.sh
  
  $ fakeroot ./debian/rules clean
  $ cat LocalConfig.kmk
  VBOX_WITH_X11_ADDITIONS=1
  $ fakeroot ./debian/rules env.sh
  <--cut-->
  applying patch 04-localconf-kmk to ./ ... failed.
  make: *** [patch-stamp] Error 1

-- 
debuild error for backporting to hardy (2.0.2-dfsg)
https://bugs.launchpad.net/bugs/275234
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 65755] Re: libmms: patch to enable seeking support on mms protocol

2007-03-29 Thread Anon Sricharoenchai

--- Daniel Holbach <[EMAIL PROTECTED]> wrote:

> The patch adds API - is it included upstream already?

Not yet, I think, since I see no any response from the upstream authors, after 
I've sent the patch
to them.

> 
> ** Changed in: libmms (Ubuntu)
>Status: Unconfirmed => Needs Info
> 
> -- 
> libmms: patch to enable seeking support on mms protocol
> https://launchpad.net/bugs/65755
> 


 

Get your own web address.  
Have a HUGE year through Yahoo! Small Business.
http://smallbusiness.yahoo.com/domains/?p=BESTDEAL

-- 
libmms: patch to enable seeking support on mms protocol
https://launchpad.net/bugs/65755

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 50932] Re: patch to fix many buffer overflows vulnerability

2006-08-07 Thread Anon Sricharoenchai
Yes, it only apply to mimms 0.0.9.
The latest mimms 2.0.0 is redesigned to use libmimms, so this buffer overflow 
(as indicated in this patch) may not present in 2.0.0.

-- 
patch to fix many buffer overflows vulnerability
https://launchpad.net/bugs/50932

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs