Mailinglist Archive: opensuse-bugs (15136 mails)
| < Previous | Next > |
[Bug 328811] kiwi: doesn't find a pattern when ftp source is used
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 27 Sep 2007 02:58:38 -0600 (MDT)
- Message-id: <20070927085838.98400CC7AC@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=328811#c3
Marcus Schaefer <ms@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEEDINFO
Info Provider| |jsuchome@xxxxxxxxxx
--- Comment #3 from Marcus Schaefer <ms@xxxxxxxxxx> 2007-09-27 02:58:38 MST ---
that's true but I can't reproduce this here: I used the following
location:
ftp://10.20.3.1/netboot/find/openSUSE-10.3-RC1-DVD-i386-DVD1
will it work if you use this location ?
I mean the content is checked by:
my $browser = LWP::UserAgent->new;
my $location = $publics_url."/content";
my $request = HTTP::Request->new (GET => $location);
my $response = $browser -> request ( $request );
$content = $response -> content ();
if (! defined $content) {
return (undef,"Failed to load content file: $location");
}
but you got the error later, so the download works but the contents
of the download couldn't be evaluated. That's unclear to me ?
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Marcus Schaefer <ms@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEEDINFO
Info Provider| |jsuchome@xxxxxxxxxx
--- Comment #3 from Marcus Schaefer <ms@xxxxxxxxxx> 2007-09-27 02:58:38 MST ---
that's true but I can't reproduce this here: I used the following
location:
ftp://10.20.3.1/netboot/find/openSUSE-10.3-RC1-DVD-i386-DVD1
will it work if you use this location ?
I mean the content is checked by:
my $browser = LWP::UserAgent->new;
my $location = $publics_url."/content";
my $request = HTTP::Request->new (GET => $location);
my $response = $browser -> request ( $request );
$content = $response -> content ();
if (! defined $content) {
return (undef,"Failed to load content file: $location");
}
but you got the error later, so the download works but the contents
of the download couldn't be evaluated. That's unclear to me ?
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |