From etasci at fisek.com.tr Tue Apr 7 14:11:31 2009 From: etasci at fisek.com.tr (Emre Sururi) Date: Tue, 07 Apr 2009 13:11:31 +0200 Subject: [Pardus-users] encryption.txt - pisi Message-ID: <49DB34E3.6040703@fisek.com.tr> While trying to build the CUPS via sudo pisi build pspec.xml -d Got the following error: No file matched pattern "ENCRYPTION.txt" I hadn't changed anything (this was just a test run) and here are the steps I followed: vn co -N https://svn.pardus.org.tr/pardus/2007/applications/printing cd printing/ svn up cups cd cups/ sudo pisi build pspec.xml -d I had installed before w/o the ssl support since I thought it was related to some problems I'm experiencing with the https printer, today I wanted to return to the original and while building got that message. I don't want to uninstall the current one and install the new one via the Package Manager because this (the error on behalf of the "Encryption.txt" file) may be just the source of the problem indeed, so don't want an installation where it may be ignored... I'd appreciate any help on how to fix the problem. Best regards, E. Sururi Creating /var/pisi/cups-1.2.12-42/install/var/cache/cups... Installing in systemv... Installing in test... Installing in conf... Installing in data... Installing in doc... Installing in fonts... Installing in ppd... Installing in templates... Installing cups-config script... Installing init scripts... Installing cups.conf in /etc/dbus-1/system.d... Installing xinetd configuration file for cups-lpd... Installing desktop icons... DEBUG: return value for "make BUILDROOT=/var/pisi/cups-1.2.12-42/install install" is 0 DEBUG: return value for "install -m0644 "CHANGES.txt" /var/pisi/cups-1.2.12-42/install/usr/share/doc/cups-1.2.12-42" is 0 DEBUG: return value for "install -m0644 "CREDITS.txt" /var/pisi/cups-1.2.12-42/install/usr/share/doc/cups-1.2.12-42" is 0 No file matched pattern "ENCRYPTION.txt". Traceback (most recent call last): File "error", line 49, in install File "/usr/lib/pardus/pisi/actionsapi/pisitools.py", line 50, in dodoc readable_insinto(join_path(get.installDIR(), join_path('/usr/share/doc', get.srcTAG())), *sourceFiles) File "/usr/lib/pardus/pisi/actionsapi/pisitoolsfunctions.py", line 71, in readable_insinto raise FileError(_("No file matched pattern \"%s\".") % sourceFile) pisi.actionsapi.pisitoolsfunctions.FileError: No file matched pattern "ENCRYPTION.txt". (and it exits at this point to the command line) From erenoglu at gmail.com Tue Apr 7 14:55:04 2009 From: erenoglu at gmail.com (Emre Erenoglu) Date: Tue, 7 Apr 2009 13:55:04 +0200 Subject: [Pardus-users] encryption.txt - pisi In-Reply-To: <49DB34E3.6040703@fisek.com.tr> References: <49DB34E3.6040703@fisek.com.tr> Message-ID: 2009/4/7 Emre Sururi > While trying to build the CUPS via > sudo pisi build pspec.xml -d > > Got the following error: No file matched pattern "ENCRYPTION.txt" > > I hadn't changed anything (this was just a test run) and here are the > steps I followed: > > vn co -N https://svn.pardus.org.tr/pardus/2007/applications/printing > cd printing/ > svn up cups > cd cups/ > sudo pisi build pspec.xml -d > You are trying to build the 2007 package. Is your system Pardus 2008 or Pardus 2007? If 2007, then better to create a bug report. -- Emre -------------- next part -------------- An HTML attachment was scrubbed... URL: http://liste.pardus.org.tr/pardus-users/attachments/20090407/1f45083d/attachment.htm From etasci at fisek.com.tr Tue Apr 7 14:57:49 2009 From: etasci at fisek.com.tr (Emre Sururi) Date: Tue, 07 Apr 2009 13:57:49 +0200 Subject: [Pardus-users] encryption.txt - pisi In-Reply-To: References: <49DB34E3.6040703@fisek.com.tr> Message-ID: <49DB3FBD.70308@fisek.com.tr> Emre Erenoglu wrote On 04/07/2009 01:55 PM: > 2009/4/7 Emre Sururi > > You are trying to build the 2007 package. Is your system Pardus 2008 or > Pardus 2007? Oops! You're so right, I was careless about the versions... Thank you very much. (To summarize, yes, I was just trying to build the 2007 package onto 2008) Best regards & thanks, Emre S. From dfisek at fisek.com.tr Tue Apr 7 15:00:22 2009 From: dfisek at fisek.com.tr (Doruk Fisek) Date: Tue, 7 Apr 2009 15:00:22 +0300 Subject: [Pardus-users] encryption.txt - pisi In-Reply-To: <49DB3FBD.70308@fisek.com.tr> References: <49DB34E3.6040703@fisek.com.tr> <49DB3FBD.70308@fisek.com.tr> Message-ID: <20090407150022.770f3399.dfisek@fisek.com.tr> Tue, 07 Apr 2009 13:57:49 +0200, Emre Sururi : > Oops! You're so right, I was careless about the versions... Thank you > very much. (To summarize, yes, I was just trying to build the 2007 > package onto 2008) The latest Pisi doesn't ignore these kind of minor errors (previously it was) and forces the packager to fix them. Since 2007 packages aren't updated anymore, you can get lots of these if you try to build them with the latest pisi. encryption.txt is just a documentation file (notice that it goes to /usr/doc/...) and has got nothing to do with real functionality. Doruk -- FISEK INSTITUTE - http://www.fisek.org.tr From etasci at fisek.com.tr Tue Apr 7 15:10:07 2009 From: etasci at fisek.com.tr (Emre Sururi) Date: Tue, 07 Apr 2009 14:10:07 +0200 Subject: [Pardus-users] encryption.txt - pisi In-Reply-To: <49DB3FBD.70308@fisek.com.tr> References: <49DB34E3.6040703@fisek.com.tr> <49DB3FBD.70308@fisek.com.tr> Message-ID: <49DB429F.2050302@fisek.com.tr> Emre Sururi wrote On 04/07/2009 01:57 PM: > Emre Erenoglu wrote On 04/07/2009 01:55 PM: >> 2009/4/7 Emre Sururi > > >> You are trying to build the 2007 package. Is your system Pardus 2008 or >> Pardus 2007? > Oops! You're so right, I was careless about the versions... Thank you > very much. (To summarize, yes, I was just trying to build the 2007 > package onto 2008) It seems like I rushed before I tried.. rm printing -rf svn co -N https://svn.pardus.org.tr/pardus/2008/applications/printing cd printing svn up cups cd cups sudo pisi build pspec.xml -d yet still the same (un)"happy ending".. Doruk's reply just came in, so I agree that I can't blame a documentation file but it seems like it exits building after encountering this error: Installing desktop icons... DEBUG: return value for "make BUILDROOT=/var/pisi/cups-1.3.9-55/install install" is 0 DEBUG: return value for "install -m0644 "CHANGES.txt" /var/pisi/cups-1.3.9-55/install/usr/share/doc/cups-1.3.9-55" is 0 DEBUG: return value for "install -m0644 "CREDITS.txt" /var/pisi/cups-1.3.9-55/install/usr/share/doc/cups-1.3.9-55" is 0 No file matched pattern "ENCRYPTION.txt". Traceback (most recent call last): File "error", line 56, in install File "/usr/lib/pardus/pisi/actionsapi/pisitools.py", line 50, in dodoc readable_insinto(join_path(get.installDIR(), join_path('/usr/share/doc', get.srcTAG())), *sourceFiles) File "/usr/lib/pardus/pisi/actionsapi/pisitoolsfunctions.py", line 71, in readable_insinto raise FileError(_("No file matched pattern \"%s\".") % sourceFile) pisi.actionsapi.pisitoolsfunctions.FileError: No file matched pattern "ENCRYPTION.txt". (and enter the command line) Thank you all, Emre S. From projevie at hotmail.com Tue Apr 7 15:10:50 2009 From: projevie at hotmail.com (projevie at hotmail.com) Date: Tue, 7 Apr 2009 05:10:50 -0700 Subject: [Pardus-users] =?iso-8859-1?q?Resposta_Autom=E1tica_de_Aus=EAncia?= In-Reply-To: Message-ID: An HTML attachment was scrubbed... URL: http://liste.pardus.org.tr/pardus-users/attachments/20090407/4be787a1/attachment.htm From erenoglu at gmail.com Tue Apr 7 15:14:28 2009 From: erenoglu at gmail.com (Emre Erenoglu) Date: Tue, 7 Apr 2009 14:14:28 +0200 Subject: [Pardus-users] encryption.txt - pisi In-Reply-To: <49DB429F.2050302@fisek.com.tr> References: <49DB34E3.6040703@fisek.com.tr> <49DB3FBD.70308@fisek.com.tr> <49DB429F.2050302@fisek.com.tr> Message-ID: 2009/4/7 Emre Sururi > > yet still the same (un)"happy ending".. > > Doruk's reply just came in, so I agree that I can't blame a > documentation file but it seems like it exits building after > encountering this error: > > You need to open a bug report. > Installing desktop icons... > DEBUG: return value for "make BUILDROOT=/var/pisi/cups-1.3.9-55/install > install" is 0 > DEBUG: return value for "install -m0644 "CHANGES.txt" > /var/pisi/cups-1.3.9-55/install/usr/share/doc/cups-1.3.9-55" is 0 > DEBUG: return value for "install -m0644 "CREDITS.txt" > /var/pisi/cups-1.3.9-55/install/usr/share/doc/cups-1.3.9-55" is 0 > No file matched pattern "ENCRYPTION.txt". > Traceback (most recent call last): > File "error", line 56, in install > File "/usr/lib/pardus/pisi/actionsapi/pisitools.py", line 50, in dodoc > readable_insinto(join_path(get.installDIR(), > join_path('/usr/share/doc', get.srcTAG())), *sourceFiles) > File "/usr/lib/pardus/pisi/actionsapi/pisitoolsfunctions.py", line > 71, in readable_insinto > raise FileError(_("No file matched pattern \"%s\".") % sourceFile) > pisi.actionsapi.pisitoolsfunctions.FileError: No file matched pattern > "ENCRYPTION.txt". > (and enter the command line) For this, change the actions.py file, in line: pisitools.dodoc("CHANGES.txt", "CREDITS.txt", "ENCRYPTION.txt", "LICENSE.txt", "README.txt") you need to remove the "ENCRYPTION.txt". It's also worth checking /var/pisi for the package work directory, to see if there's really a file ENCRYPTION.txt or maybe encryption.txt etc. to further debug the issue. -- Emre -------------- next part -------------- An HTML attachment was scrubbed... URL: http://liste.pardus.org.tr/pardus-users/attachments/20090407/7fb6c55a/attachment.htm From isbaran at gmail.com Tue Apr 7 15:22:33 2009 From: isbaran at gmail.com (=?ISO-8859-9?Q?=DD=FEbaran_Ak=E7ay=FDr?=) Date: Tue, 07 Apr 2009 15:22:33 +0300 Subject: [Pardus-users] encryption.txt - pisi In-Reply-To: <49DB429F.2050302@fisek.com.tr> References: <49DB34E3.6040703@fisek.com.tr> <49DB3FBD.70308@fisek.com.tr> <49DB429F.2050302@fisek.com.tr> Message-ID: <49DB4589.30008@gmail.com> Emre Sururi wrote On 07-04-2009 15:10: > Emre Sururi wrote On 04/07/2009 01:57 PM: >> Emre Erenoglu wrote On 04/07/2009 01:55 PM: >>> 2009/4/7 Emre Sururi > >>> You are trying to build the 2007 package. Is your system Pardus 2008 or >>> Pardus 2007? >> Oops! You're so right, I was careless about the versions... Thank you >> very much. (To summarize, yes, I was just trying to build the 2007 >> package onto 2008) > It seems like I rushed before I tried.. > > rm printing -rf > svn co -N https://svn.pardus.org.tr/pardus/2008/applications/printing > cd printing > svn up cups > cd cups > sudo pisi build pspec.xml -d > > yet still the same (un)"happy ending".. > dodoc line in actions.py should be fixed (you can just remove it), it seems cups package is copied directly from test repo to stable repo :) you can simply remove that line and compile package, and please open a bug in bugzilla, that would also force a "packager change" it doesnt have an active maintainer now. wish you all have a good day From ozancag at gmail.com Tue Apr 7 15:27:08 2009 From: ozancag at gmail.com (=?ISO-8859-9?Q?Ozan_=C7a=F0layan?=) Date: Tue, 07 Apr 2009 15:27:08 +0300 Subject: [Pardus-users] encryption.txt - pisi In-Reply-To: <49DB4589.30008@gmail.com> References: <49DB34E3.6040703@fisek.com.tr> <49DB3FBD.70308@fisek.com.tr> <49DB429F.2050302@fisek.com.tr> <49DB4589.30008@gmail.com> Message-ID: <49DB469C.1020100@gmail.com> İşbaran Akçayır wrote On 07-04-2009 15:22: >> yet still the same (un)"happy ending".. >> > > dodoc line in actions.py should be fixed (you can just remove it), > it seems cups package is copied directly from test repo to stable repo :) > > you can simply remove that line and compile package, and please open a > bug in bugzilla, that would also force a "packager change" > it doesnt have an active maintainer now. > It's my package and the problem is already fixed in devel/. -- Ozan Çağlayan From etasci at fisek.com.tr Tue Apr 7 15:34:45 2009 From: etasci at fisek.com.tr (Emre Sururi) Date: Tue, 07 Apr 2009 14:34:45 +0200 Subject: [Pardus-users] encryption.txt - pisi In-Reply-To: <49DB469C.1020100@gmail.com> References: <49DB34E3.6040703@fisek.com.tr> <49DB3FBD.70308@fisek.com.tr> <49DB429F.2050302@fisek.com.tr> <49DB4589.30008@gmail.com> <49DB469C.1020100@gmail.com> Message-ID: <49DB4865.1050708@fisek.com.tr> Ozan Çağlayan wrote On 04/07/2009 02:27 PM: > İşbaran Akçayır wrote On 07-04-2009 15:22: >> bug in bugzilla, that would also force a "packager change" >> it doesnt have an active maintainer now. >> > > It's my package and the problem is already fixed in devel/. I'm happy on your behalf alas for me, it didn't fix the problem.. Thanks anyway for your time.. http://www.cups.org/newsgroups.php?s1+gcups.general+v1+T+Qemre http://liste.pardus.org.tr/pardus-users/2008-April/000139.html From ozancag at gmail.com Tue Apr 7 16:03:42 2009 From: ozancag at gmail.com (=?ISO-8859-9?Q?Ozan_=C7a=F0layan?=) Date: Tue, 07 Apr 2009 16:03:42 +0300 Subject: [Pardus-users] encryption.txt - pisi In-Reply-To: <49DB4865.1050708@fisek.com.tr> References: <49DB34E3.6040703@fisek.com.tr> <49DB3FBD.70308@fisek.com.tr> <49DB429F.2050302@fisek.com.tr> <49DB4589.30008@gmail.com> <49DB469C.1020100@gmail.com> <49DB4865.1050708@fisek.com.tr> Message-ID: <49DB4F2E.9050400@gmail.com> Emre Sururi wrote On 07-04-2009 15:34: > Ozan Çağlayan wrote On 04/07/2009 02:27 PM: >> İşbaran Akçayır wrote On 07-04-2009 15:22: > >>> bug in bugzilla, that would also force a "packager change" >>> it doesnt have an active maintainer now. >>> >> It's my package and the problem is already fixed in devel/. > > I'm happy on your behalf alas for me, it didn't fix the problem.. Thanks > anyway for your time.. The Encryption.txt problem is not at all related to your delay issue. -- Ozan Çağlayan From etasci at fisek.com.tr Tue Apr 7 17:40:34 2009 From: etasci at fisek.com.tr (Emre Sururi) Date: Tue, 07 Apr 2009 16:40:34 +0200 Subject: [Pardus-users] CUPS down - as would be expected.. Message-ID: <49DB65E2.8070308@fisek.com.tr> Finally I managed to corrupt the CUPS server. I'm not saying this in a proud, head high manner but while trying to "fix" my ongoing problem, I modified this and that and now, even though the service seems to be running and capable of being restarted and all that, there is no response in any way, neither in Tasma's Print Manager ("Connection to CUPS server failed"), nor from the http server port 631 or sururi at husniya cups $ lpstat lpstat: Unable to connect to server How can I re-install the CUPS? Installation through "pisi it ..." or compiling & installing from the source I downloaded from the CUPS site didn't change a thing. Is there a way to make a clean install of CUPS without bringing down the 200+ applications associated with it as warned by pisi? Or should I just wait for the Pardus 2009 because, then I'll need to install everything from scratch (again) and in the meantime ask for others to print my documents.. I know it's my fault and I've brought it upon myself but that doesn't improve the situation any better. I've also checked for alternatives to CUPS and found for example "apsfilter" but they're like a joke. So we have a CUPS cartel dominating the printing issues, I guess. 8( Now that I've spilled my beans, can wait for Pardus 2009 to arrive in peace. Any suggestions are, as always, more than welcome.. From isbaran at gmail.com Tue Apr 7 18:15:55 2009 From: isbaran at gmail.com (=?ISO-8859-9?Q?=DD=FEbaran_Ak=E7ay=FDr?=) Date: Tue, 07 Apr 2009 18:15:55 +0300 Subject: [Pardus-users] CUPS down - as would be expected.. In-Reply-To: <49DB65E2.8070308@fisek.com.tr> References: <49DB65E2.8070308@fisek.com.tr> Message-ID: <49DB6E2B.70303@gmail.com> Emre Sururi wrote On 07-04-2009 17:40: > Finally I managed to corrupt the CUPS server. I'm not saying this in a > proud, head high manner but while trying to "fix" my ongoing problem, I > modified this and that and now, even though the service seems to be > running and capable of being restarted and all that, there is no > response in any way, neither in Tasma's Print Manager ("Connection to > CUPS server failed"), nor from the http server port 631 or > sururi at husniya cups $ lpstat > lpstat: Unable to connect to server > > How can I re-install the CUPS? Installation through "pisi it ..." or > compiling & installing from the source I downloaded from the CUPS site > didn't change a thing. $ sudo pisi it cups --reinstall will reinstall cups regards From etasci at fisek.com.tr Tue Apr 7 18:33:31 2009 From: etasci at fisek.com.tr (Emre Sururi) Date: Tue, 07 Apr 2009 17:33:31 +0200 Subject: [Pardus-users] CUPS down - as would be expected.. In-Reply-To: <49DB6E2B.70303@gmail.com> References: <49DB65E2.8070308@fisek.com.tr> <49DB6E2B.70303@gmail.com> Message-ID: <49DB724B.5040109@fisek.com.tr> İşbaran Akçayır wrote On 04/07/2009 05:15 PM: >> Installation through "pisi it ..." or >> compiling & installing from the source I downloaded from the CUPS site >> didn't change a thing. > > $ sudo pisi it cups --reinstall > > will reinstall cups guess I'll have to wait for the 2009 edition, 8( // 8) sururi at husniya tmp $ sudo pisi it cups --reinstall Password: Total size of package(s): 2.10 MB Downloading 1 / 1 Package cups found in repository pardus-2008 cups-1.3.9-55-8.pisi (2.1 MB)100% 1.21 MB/s [00:00:00] [complete] Installing 1 / 1 cups-1.3.9-55-8.pisi [cached] Installing cups, version 1.3.9, release 55, build 8 Configuring cups package for removal Extracting the files of cups Configuring cups package Configured cups Installed cups sururi at husniya tmp $ sudo service cups restart Stopping cups... Starting cups... sururi at husniya tmp $ lpstat lpstat: Unable to connect to server From erenoglu at gmail.com Wed Apr 8 13:17:33 2009 From: erenoglu at gmail.com (Emre Erenoglu) Date: Wed, 8 Apr 2009 12:17:33 +0200 Subject: [Pardus-users] CUPS down - as would be expected.. In-Reply-To: <49DB724B.5040109@fisek.com.tr> References: <49DB65E2.8070308@fisek.com.tr> <49DB6E2B.70303@gmail.com> <49DB724B.5040109@fisek.com.tr> Message-ID: 2009/4/7 Emre Sururi > > guess I'll have to wait for the 2009 edition, 8( // 8) > > sururi at husniya tmp $ sudo pisi it cups --reinstall > Password: > Total size of package(s): 2.10 MB > Downloading 1 / 1 > Package cups found in repository pardus-2008 > cups-1.3.9-55-8.pisi (2.1 MB)100% 1.21 MB/s [00:00:00] > [complete] > Installing 1 / 1 > cups-1.3.9-55-8.pisi [cached] > Installing cups, version 1.3.9, release 55, build 8 > Configuring cups package for removal > Extracting the files of cups > Configuring cups package > Configured cups > Installed cups > sururi at husniya tmp $ sudo service cups restart > Stopping cups... > Starting cups... > sururi at husniya tmp $ lpstat > lpstat: Unable to connect to server > > Hi Emre, try rebooting your system. Then, try to locate some log file under /var/log to see what's happening. The command which starts the cups service can be found at: /var/db/comar/code and the file is System_Service_cups.py it looks from this file that the service start command just launches /sbin/cupsd If you launch (as root) /sbin/cupsd -f you'll see the log output on your screen. Then you can tell us on what cups is complaining and refusing to start. Emre -------------- next part -------------- An HTML attachment was scrubbed... URL: http://liste.pardus.org.tr/pardus-users/attachments/20090408/6f5b41b2/attachment.htm From etasci at fisek.com.tr Wed Apr 8 14:00:26 2009 From: etasci at fisek.com.tr (Emre Sururi) Date: Wed, 08 Apr 2009 13:00:26 +0200 Subject: [Pardus-users] CUPS down - as would be expected.. In-Reply-To: References: <49DB65E2.8070308@fisek.com.tr> <49DB6E2B.70303@gmail.com> <49DB724B.5040109@fisek.com.tr> Message-ID: <49DC83CA.1030203@fisek.com.tr> Thank you very much for the suggestion. While getting down to apply that, it turned out that the problem was due to a misconfigured cupsd.conf. Reverted it to a previous "working" version and now it is functioning properly (other than the usual 6-7 minutes delay). Now I'm using the WindowsXP running on VirtualBox to print a document needed immediately, and CUPS on Pardus if I have the luxury of waiting 6 minutes. I guess the problem lies on the authentication mechanism of the https protocol. Anyway, thanks to everybody for all the help & suggestions! Emre Erenoglu wrote On 04/08/2009 12:17 PM: > Hi Emre, try rebooting your system. Then, try to locate some log file > under /var/log to see what's happening. > > The command which starts the cups service can be found at: > > /var/db/comar/code > > and the file is System_Service_cups.py > > it looks from this file that the service start command just launches > /sbin/cupsd > > If you launch (as root) > > /sbin/cupsd -f > > you'll see the log output on your screen. Then you can tell us on what > cups is complaining and refusing to start. From etasci at fisek.com.tr Wed Apr 8 16:45:04 2009 From: etasci at fisek.com.tr (Emre Sururi) Date: Wed, 08 Apr 2009 15:45:04 +0200 Subject: [Pardus-users] narrowing the printing problem down.. Message-ID: <49DCAA60.2000602@fisek.com.tr> Hi again dear all, After focusing on the https connection part of the printing process, I discovered this: From my computer: husniya ~ # wget https://etasci:xxx at srv525.tudelft.net/ --2009-04-08 15:37:59-- https://etasci:*password*@srv525.tudelft.net/ Resolving srv525.tudelft.net... 131.180.4.61 Connecting to srv525.tudelft.net|131.180.4.61|:443... connected. HTTP request sent, awaiting response... 401 Unauthorized Reusing existing connection to srv525.tudelft.net:443. HTTP request sent, awaiting response... 500 Internal Server Error 2009-04-08 15:37:59 ERROR 500: Internal Server Error. From another computer: sururi at dutsm2017:~> wget https://etasci:xxx at srv525.tudelft.net/ --15:38:58-- https://etasci:*password*@srv525.tudelft.net/ => `index.html' Resolving srv525.tudelft.net... 131.180.4.61 Connecting to srv525.tudelft.net|131.180.4.61|:443... connected. ERROR: Certificate verification error for srv525.tudelft.net: unable to get local issuer certificate To connect to srv525.tudelft.net insecurely, use `--no-check-certificate'. Unable to establish SSL connection. sururi at dutsm2017:~> wget --no-check-certificate https://etasci:xxx at srv525.tudelft.net/ --15:39:14-- https://etasci:*password*@srv525.tudelft.net/ => `index.html' Resolving srv525.tudelft.net... 131.180.4.61 Connecting to srv525.tudelft.net|131.180.4.61|:443... connected. WARNING: Certificate verification error for srv525.tudelft.net: unable to get local issuer certificate HTTP request sent, awaiting response... 200 OK Length: 160 [text/html] 100%[========================================================>] 160 --.--K/s 15:39:14 (32.55 MB/s) - `index.html' saved [160/160] where "https://srv525.tudelft.net/" is the printer's domain. So, what may be the difference that's failing my connection/authorization and what should I do? With my thanks in advance, Emre. From martin_sjostrand at riseup.net Tue Apr 28 12:19:27 2009 From: martin_sjostrand at riseup.net (Martin =?utf-8?q?Sj=C3=B6strand?=) Date: Tue, 28 Apr 2009 11:19:27 +0200 Subject: [Pardus-users] kernel configuration Message-ID: <200904281119.27346.martin_sjostrand@riseup.net> Hello I have configured and reinstalled the kernel by following this: http://liste.pardus.org.tr/pardus-users/2009-January/000312.html (and I do think that the laptop is a little bit more responsive now:)) Only problem was that when I installed the kernel (pisi it kernel-*.pisi) pisi said: "kernel configuration failed" Could it have to do anything with the changed configuration? It seems to work OK. My second question is if there is a way to keep the configuration or do I have to do the procedure all over again when updating the kernel? -- Martin Sjöstrand tel:0709516961 martin_sjostrand at yahoo.co.uk From isbaran at gmail.com Tue Apr 28 12:48:08 2009 From: isbaran at gmail.com (=?UTF-8?B?xLDFn2JhcmFuIEFrw6dhecSxcg==?=) Date: Tue, 28 Apr 2009 12:48:08 +0300 Subject: [Pardus-users] kernel configuration In-Reply-To: <200904281119.27346.martin_sjostrand@riseup.net> References: <200904281119.27346.martin_sjostrand@riseup.net> Message-ID: <395ed7070904280248uaa09c0fk68d269da094dac99@mail.gmail.com> 2009/4/28 Martin Sjöstrand : > Hello Hello, > I have configured and reinstalled the kernel by following this: > http://liste.pardus.org.tr/pardus-users/2009-January/000312.html > (and I do think that the laptop is a little bit more responsive now:)) > Only problem was that when I installed the kernel (pisi it kernel-*.pisi) pisi > said: "kernel configuration failed" Could it have to do anything with the > changed configuration? It seems to work OK. > My second question is if there is a way to keep the configuration or do I have > to do the procedure all over again when updating the kernel? You'll have to watch subversion ( or pardus repo. ) for changes and recompile kernel with your .config file in each kernel update. There will be updates that require the kernel in pardus repo. so after some time you'll be unavailable to update any package because they'll require system.base( kernel in repo ) to be updated. I dont know if theres an easier way, but these come to my mind -- İşbaran Akçayır From ozancag at gmail.com Tue Apr 28 13:48:52 2009 From: ozancag at gmail.com (=?ISO-8859-9?Q?Ozan_=C7a=F0layan?=) Date: Tue, 28 Apr 2009 13:48:52 +0300 Subject: [Pardus-users] kernel configuration In-Reply-To: <200904281119.27346.martin_sjostrand@riseup.net> References: <200904281119.27346.martin_sjostrand@riseup.net> Message-ID: <49F6DF14.9070702@gmail.com> Martin Sjöstrand wrote On 28-04-2009 12:19: > Hello > > I have configured and reinstalled the kernel by following this: > http://liste.pardus.org.tr/pardus-users/2009-January/000312.html > (and I do think that the laptop is a little bit more responsive now:)) > Only problem was that when I installed the kernel (pisi it kernel-*.pisi) pisi > said: "kernel configuration failed" Could it have to do anything with the > changed configuration? It seems to work OK. Nope that configuration error is completely different. >From which kernel package in the repository did you compile it? -- Ozan Çağlayan From martin_sjostrand at riseup.net Tue Apr 28 14:39:40 2009 From: martin_sjostrand at riseup.net (Martin =?iso-8859-9?q?Sj=F6strand?=) Date: Tue, 28 Apr 2009 13:39:40 +0200 Subject: [Pardus-users] kernel configuration In-Reply-To: <49F6DF14.9070702@gmail.com> References: <200904281119.27346.martin_sjostrand@riseup.net> <49F6DF14.9070702@gmail.com> Message-ID: <200904281339.41010.martin_sjostrand@riseup.net> Den Tuesday 28 April 2009 12.48.52 skrev Ozan Çağlayan: > Martin Sjöstrand wrote On 28-04-2009 12:19: > > Hello > > > > I have configured and reinstalled the kernel by following this: > > http://liste.pardus.org.tr/pardus-users/2009-January/000312.html > > (and I do think that the laptop is a little bit more responsive now:)) > > Only problem was that when I installed the kernel (pisi it kernel-*.pisi) > > pisi said: "kernel configuration failed" Could it have to do anything > > with the changed configuration? It seems to work OK. > > Nope that configuration error is completely different. > > >From which kernel package in the repository did you compile it? I used this svn - repo: http://svn.pardus.org.tr/pardus/2008/stable/kernel/kernel/ Hmm... What does the error - message point to then? -- Martin Sjöstrand tel:0709516961 martin_sjostrand at yahoo.co.uk From ozancag at gmail.com Tue Apr 28 15:06:17 2009 From: ozancag at gmail.com (=?ISO-8859-9?Q?Ozan_=C7a=F0layan?=) Date: Tue, 28 Apr 2009 15:06:17 +0300 Subject: [Pardus-users] kernel configuration In-Reply-To: <200904281339.41010.martin_sjostrand@riseup.net> References: <200904281119.27346.martin_sjostrand@riseup.net> <49F6DF14.9070702@gmail.com> <200904281339.41010.martin_sjostrand@riseup.net> Message-ID: <49F6F139.4050805@gmail.com> Martin Sjöstrand wrote On 28-04-2009 14:39: > I used this svn - repo: > http://svn.pardus.org.tr/pardus/2008/stable/kernel/kernel/ > > Hmm... What does the error - message point to then? > Hmm, that's weird. Just clean the comar.log file, # cat /dev/null > /var/log/comar.log and then reinstall the kernel pisi it kernel-.....pisi --reinstall After failing some error messages will be shown in comar.log. Can you send the comar.log file? I guess it may be related to your /etc/fstab file if it has a little bit different structure. -- Ozan Çağlayan From martin_sjostrand at riseup.net Tue Apr 28 15:20:41 2009 From: martin_sjostrand at riseup.net (Martin =?iso-8859-9?q?Sj=F6strand?=) Date: Tue, 28 Apr 2009 14:20:41 +0200 Subject: [Pardus-users] kernel configuration In-Reply-To: <49F6F139.4050805@gmail.com> References: <200904281119.27346.martin_sjostrand@riseup.net> <200904281339.41010.martin_sjostrand@riseup.net> <49F6F139.4050805@gmail.com> Message-ID: <200904281420.41972.martin_sjostrand@riseup.net> Den Tuesday 28 April 2009 14.06.17 skrev Ozan Çağlayan: > Martin Sjöstrand wrote On 28-04-2009 14:39: > > I used this svn - repo: > > http://svn.pardus.org.tr/pardus/2008/stable/kernel/kernel/ > > > > Hmm... What does the error - message point to then? > > Hmm, that's weird. > > Just clean the comar.log file, > > # cat /dev/null > /var/log/comar.log > > and then reinstall the kernel > > pisi it kernel-.....pisi --reinstall > > After failing some error messages will be shown in comar.log. > Can you send the comar.log file? > > I guess it may be related to your /etc/fstab file if it has a little bit > different structure. I'll do it later this week and send the comar.log file. -- Martin Sjöstrand tel:0709516961 martin_sjostrand at yahoo.co.uk From erenoglu at gmail.com Wed Apr 29 00:54:50 2009 From: erenoglu at gmail.com (Emre Erenoglu) Date: Tue, 28 Apr 2009 23:54:50 +0200 Subject: [Pardus-users] kernel configuration In-Reply-To: <200904281339.41010.martin_sjostrand@riseup.net> References: <200904281119.27346.martin_sjostrand@riseup.net> <49F6DF14.9070702@gmail.com> <200904281339.41010.martin_sjostrand@riseup.net> Message-ID: 2009/4/28 Martin Sjöstrand > Den Tuesday 28 April 2009 12.48.52 skrev Ozan Çağlayan: > > Martin Sjöstrand wrote On 28-04-2009 12:19: > > > Hello > > > > > > I have configured and reinstalled the kernel by following this: > > > http://liste.pardus.org.tr/pardus-users/2009-January/000312.html > > > (and I do think that the laptop is a little bit more responsive now:)) > > > Only problem was that when I installed the kernel (pisi it > kernel-*.pisi) > > > pisi said: "kernel configuration failed" Could it have to do anything > > > with the changed configuration? It seems to work OK. > > > > Nope that configuration error is completely different. > > > > >From which kernel package in the repository did you compile it? > > I used this svn - repo: > http://svn.pardus.org.tr/pardus/2008/stable/kernel/kernel/ > > Hmm... What does the error - message point to then? > Hi Martin, my guess is that you have a customized /boot/grub/grub.conf file. This error happened to me when I made customizations in it. -- Emre -------------- next part -------------- An HTML attachment was scrubbed... URL: http://liste.pardus.org.tr/pardus-users/attachments/20090428/e399bf99/attachment-0001.htm