[Fwd: Re: HTML editor. What to use?]

2004-08-31 Thread Joris Huizer
 ---BeginMessage---
Slightly off-topic, but I thought everyone might find this useful as I learned
it only a few days ago.

I always admired emacs for it's ability to run a shell within a frame of the
program.  It's very useful for programming, is wonderful for web development as
well since you can run lynx or another text-browser to test things as you go. 
However, I am one of those who prefer vim, and vim does not have this ability
built in.

I discovered a program called SCREEN, which is available in all three levels of
the debian release (i use sarge).  Screen allows you to run multiple shells at
the same time, split their windows, etc.  So I now start screen, split the
window, and run vim in one of the two frames.  Using this method vim has the
same capability as emacs to run a shell and edit files at the same time.

Back on topic...

I've often considered a nice gui editor for webdesign, but each time i start to
dabble in one I quickly return to vim or emacs.  The gui's such as quanta or
bluefish indeed have nice completion features, forms to insert code, etc. 
However, they're always missing things I need which forces me to go back and
edit the code anyway.  I prefer having the ability to code whatever I want,
follow my own methods and practices, etc.  I always feel too constrained using
a gui editor.

Also, if you're used to shortcut keys for movement (vim and emacs are both
spectacular in this area), it's a pain to be without them.  Another thing to
consider, will you be editing this page remotely?  It's much easier to log into
a machine remotely and edit with vim/emacs than it is with a gui editor.  Vim
and emacs are also commonly installed on most 'nix machines, whereas the gui's
are not.  Learning vim or emacs gives you the ability to sit down at almost any
'nix and get work done.

Lots of things to consider.  My dream program of course would be an html gui
such as quanta or bluefish wrapped around the vim editor.  Then all would be
right in the world ;)

Cheers,
Ben

Quoting Joris Huizer [EMAIL PROTECTED]:

  I think that the best editor that you can use is emacs,
  you can edit whatever you want there even assembler.
 
  I recomend that one, besides you can run commands
  whithin it.
 
  Regards.
 

 Well, you can do all that in vim too ;) Don't call emacs or vim the
 best, it's a matter of taste! :p

 (sorry I had to jump in with such a statement)

 Joris


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]






---End Message---


Re: problems with apt-get

2004-09-01 Thread Joris Huizer
Sockmonkey wrote:
So I do:
[rabbit]root%apt-get install kde
Reading Package Lists... Done
Building Dependency Tree... Done
kde is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  kdeaddons: Depends: kontact-plugins (= 4:3.2.3-2) but it is not going to
be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify
a solution).
So then I do:
[rabbit]root%apt-get -f install
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
  kontact-plugins
Suggested packages:
  kdeaddons-doc-html
The following NEW packages will be installed:
  kontact-plugins
0 upgraded, 1 newly installed, 0 to remove and 721 not upgraded.
174 not fully installed or removed.
Need to get 0B/52.4kB of archives.
After unpacking 188kB of additional disk space will be used.
Do you want to continue? [Y/n]
(Reading database ... 145759 files and directories currently installed.)
Unpacking kontact-plugins (from .../kontact-plugins_4%3a3.2.3-2_i386.deb)
...
dpkg: error processing
/var/cache/apt/archives/kontact-plugins_4%3a3.2.3-2_i386.deb (--unpack):
 trying to overwrite `/usr/lib/kde3/kcm_kontactknt.so', which is also in
package kontact
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/kontact-plugins_4%3a3.2.3-2_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
[rabbit]root%
Are you sure you want to be running unstable? Something like this is 
typically the result of using unstable and/or mixing with other package 
sources

Anyway; I guess you got to get rid of the conflict; so..
dpkg --force-overwrite -i \
/var/cache/apt/archives/kontact-plugins_4%3a3.2.3-2_i386.deb
Maybe you want to use `script` to make a log file of everything that 
happens; apt-get will continue it's work when it finds that conflict is 
gone (probably) or use apt-get -f install again;

HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Xfree86

2004-09-02 Thread Joris Huizer
Paul Akkermans wrote:
Hi everyone,
 
I have found a new Xfree86 version 4.4.0 for my gui on debian linux. But 
on the site www.Xfree86.org http://www.Xfree86.org they underline to 
check if your version supports this new version. Can somebody tell me if 
my debian version supports this Xfree86?
 
With kind regards,
 
Paul Akkermans
 
Ps: my version of debian linux is: Linux debian 2.2.20-idepci #1 Sat Apr 
20 12:45:19 EST 2002 i686 unknown
Due to big licence problems, most (if not all) linux distributions have 
chosen *not* to use the Xfree86 version 4.4.0; Debian/sarge has xfree 
4.3.0.dfsg.1-4 -- there is a thread of the discussion about where the 
future X will come from at
http://lists.debian.org/debian-devel/2004/06/msg00979.html

HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apt-get distupgrade wants to remove my whole system

2004-09-12 Thread Joris Huizer
Steven Satelle wrote:
This is a resend (I'm not sure mails from my gmail account are reaching
the list).
I'm running testing and have been happily for the last few months. No
real problems, updating every few days by doing an apt-get
distupgrade. 
Yesterday I saw the package upgrade-system in the available list and
decided to install it. 
I installed and ran it, it said it wanted to downgrade 20 packages and
remove over a thousand, including 20 essentials, such as apt. 
Since then no matter what frontend I run - apt-get, aptitude, synaptic,
they all want to remove essentially my entire system. 
I've tried runnning dpkg --forget-available and re-updating my package
lists a few times but they always want to remove everything. 
Has something changed on the servers? or is it the upgrade-system
command that has messed up my system?
How can I stop this?
Is my only option to allow it to remove everything and then reinstall?


Maybe you can post what it is saying it wants to do..
Also, you could use aptitude and try to find out what's going on with 
that program (it may show what's the reason all those tools are about to 
be uninstalled) - look at the essential packages for a start;

Also -- do you use apt-get pinning or something like that? Or maybe you 
used a lot of backports before you made the jump to sarge, that might 
explain this; just guessing though
Maybe you should create /etc/apt/preferences with contents like:

Package: *
Pin: release a=stable
Pin-Priority: 60
Package: *
Pin: release a=testing
Pin-Priority: 1001
Package: *
Pin: release a=unstable
Pin-Priority: 50
(ok I copied that from a webpage and switched the stable and testing 
priorities as you want a testing environment right?)
Though I don't know - maybe you should remove that again when sarge 
becomes stable..

HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Real translucency in X.org?

2004-09-12 Thread Joris Huizer
David Fokkema wrote:
Hi group,
With all those posts about the freedesktop.org/x.org server, I'm
wondering... What's the fuss all about? Yes, I know it's very nice, but
why do people really want to use it _now_? I'm really looking forward to
the shadowing and the real translucency (especially translucent eterm
windows, :-) but I can only enjoy translucency when eterm is patched to
use the new X extensions, right? So what are the _real_ benefits of
running the x.org server right now?
Thanks,
David
For slow computers the Xdamages extension might make X performance a bit 
better (anyway I read something like that)
Oh, and some people like extra eye candy like translucency so much they 
can't wait.. I think?
Anyway, I'll just wait and see when new X comes in to sarge, that might 
just take some time ;) this computer is powerfull enough to work without 
Xdamages and stuff I guess

HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Getting Started with Debian 3.0

2004-09-16 Thread Joris Huizer
Lian Liming wrote:
Andrew Konosky wrote:
Hello,
I started out in Linux with RedHat 8.0, then 9.0, and now I run Fedora 
Core 2 on my primary computer. I have used the Knoppix cd a lot, which 
I know is based on Debian, so I wanted to try out the full version of 
Debian. I just installed Debian on my old computer, which was running 
SuSe 9.1, but I didn't really like SuSe. It is now a Win98SE/Debian 
3.0 dual boot system.

I was a little uneasy about the text-only installation after getting 
used to RedHat's anaconda installer and Suse's fully automatic YaST 
(which is pretty cool if you've never tried it!), and even more 
puzzled when I started up KDE2 (which crashes on startup!) instead of 
3.2 or 3.3, and Gnome 1.4, which does work. Then I checked the Debian 
website, and the release date of Nov 21, 2003 explains that. So I have 
an out-of-date system. I know how to use apt, since I use Synaptic on 
my FC2 system, but the network card doesn't seem to be working (typing 
this e-mail on FC2 system...). What program does Debian use to 
configure network cards?

Once I get the network card setup so I can get online, where might I 
find a sources.list for apt with some Debian mirros to get updated from?

My FC2 system runs a Samba server to share my mp3 files, which Win98 
is setup to see, but I would like to configure Debian to use my FC2 
Samba server as well. Any tutorials on this?

And lastly, any general tips/hint/suggestions?
Thanks,
Andrew

I have another problem with the installation with Debian 3.0. The 
installer only support two filesystem type: ext2 and xfs. I prefer ext3 
and reiserfs. So it is not convience for me. I choose ext2 for 
installation and when system is availble, the first thing is to convert 
the ext2 to ext3.  Such conversion is not safe sometimes.
I am confused that why ext3 filesystem is not supported whithin the 
installer, is it unstable?


When starting the installer using the first CD, hit f2 or f3 and see 
there is a bf24 variant -- that has a 2.4 kernel that supports ext3; 
When you use that one it'll allow you to partition as ext3 (as far as I 
remember)

HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Will Debian have libstdc++.so.5 soon?

2004-09-18 Thread Joris Huizer
Eric Dickner wrote:
--- Stefan O'Rear [EMAIL PROTECTED] wrote:
Unstable means that the packages actually get
upgraded. With stable, all
you get is security fixes.

Well, that's good to know.  The word has many bad
connotations in spite of its official definition.

But stable _does_ have libstdc++.so.5; you must not
have it installed. 

I don't have it installed so I searched
packages.debian.org with stable as one of the
parameters and it turned up nothing (.3 latest one in
there).  I should have checked under the other two
parameters before asking about it...kinda stupid
there.
I am glad I asked, though.  Without being reassured I
would not use anything under testing or unstable,
ever.
Thanks,
Eric D.
There is a package called apt-file to find which package contains which 
files; also, you can do the same search at http://packages.debian.org

HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Nvidia problems in kernel 2.6.7

2004-09-18 Thread Joris Huizer
H. S. wrote:
Hi,
I was using Nvidia drives in 2.4.26 and they were working pretty nicely 
(with the necessary changes in /etc/X11/XF86Config-4. But Since using 
2.6.7 (now about a day) the same drivers do not work for the new kernel. 
In 2.4.26, there is documentatoin in 
/usr/share/doc/nvidia-kernel-2.4.26-1-686, but there is nothing similar 
for the newer kernel. From the reading that I have done, it seems that 
there is no need for such modules for the new kernels. Correct me if I 
am wrong.
Wrong.. have a look at 
http://home.comcast.net/~andrex/Debian-nVidia/installation.html how to 
make nvidia modules stuff the Debian way

HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: minimal installation questions

2004-09-19 Thread Joris Huizer
Pepper Orlando wrote:
Hi, I'm new to Debian, I'm coming from the bloated world of RedHat. 
Basiclly, I'm interested in using debian to run a very basic web surfing 
machine. I would like to use a fanless VIA EPIA motherboard and keep a 
very minimal install of Debian on a CompactFlash card interfaced via an 
IDE-to-CF adapter.

I would like to know if it's even possible to make a very minimal Debian 
+ XFree86 + Mozilla install. If it is, then how do I go about removing 
certain unneeded packages that are installed by default? Right now my 
test machine is running a base install of Sarge (I quit out of the 
package chooser after the installer installed just the basics) plus 
enough packages to make XFree86 and Mozilla work (I am using the generic 
VESA driver for 1024x768, it seems to be fast enough). Even doing just 
this seems to take up about 235 MB according to df -h. I'm guessing 
there's far more installed than I really need.

Thanks in advance for any help with this matter.
_
Dont just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/


After doing a minimal install, do *not* run tasksel or anything; 
instead, install aptitude ( `apt-get install aptitude` )

Find in the man page of aptitude how to configure it only to install 
packages that are required as dependence for packages you need; It says,

  -R, --without-recommends
  Do not treat recommendations as dependencies when 
installing new
  packages  (this  overrides  settings  in 
/etc/apt/apt.conf  and
  ~/.aptitude/config).

  This corresponds to the  configuration  option 
Aptitude::Recom-
  mends-Important

I have no experience in changing stuff in /etc/apt/apt.conf though
run `aptitude` and mark all in 'libs', 'oldlibs' and `interpreters` by 
selecting that section (under 'installed') and hitting shift-M
Then do the installation of X; there is a package called 
x-window-system-core ; install that, mozilla-browser, mozilla-psm, 
mozilla-xft (for nice fonts!) and mozilla-mailnews (if you also want to 
mail using mozilla), and your favorite window manager (say, windowmaker 
or fluxbox, do *not* install gnome or kde those are HUGE) , you can 
select them in the aptitude program, search by hitting /

That should be about it (I think)
HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apt problem - ldconfig segmentation fault

2004-09-24 Thread Joris Huizer
Graham Smith wrote:
I tried installing nmap a couple of days ago and ran into a bit of a 
problem. ldconfig seems to have died with a segmentation fault. In the 
past when I have had problems with apt they have resolved themselves in 
a couple of days when a working version of a package appears but this 
problem isn't fixing it self. I have had a good google for it but I 
can't find anything particularly relevant. Any help would be greatly 
appreciated.

I am running testing with the 2.6.7 kernel on i386 (slightly off topic 
question but I am sure I saw 2.6.8 appear and then disappear from 
testing  and I can't find kernel-image-2.6-386 in testing any more has 
it been removed for some reason?)

graham

What happens if you do,
  apt-get --reinstall install libc6
(ldconfig is provided by libc6)
If that doesn't work, I'd try the libc6 source (apt-get build-dep libc6 
 apt-get -b source libc6)

HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Wine on Debian

2004-09-24 Thread Joris Huizer
Andrew Schulman wrote:
I'm thinking about trying Wine out on Debian. I've tried it out under 
a
number of other distributions, and it's been a disaster for the most
part. However, I've heard a few good things about Debian's Wine being
very stable.
Any thoughts or recommendations before I dive into it? Most of our
Debian systems are running Sarge, but we just put Sid on a new box.

I struggled with Wine for a while, spending a lot of work to get a 
little success.  Finally gave up and bought Crossover Office, which 
works easily and reliably.  It was well worth the cost.


I've been using wine with some succes for some time alright -- I used to 
run some (simple) games on it but now it's just for checking sites 
with IE (I'm not exactly a web developer or something but.. I sometimes 
try to write html+css+javascript and IE is known to fail often on 
(valid) html+css+javascript;
I'm tracking cvs from wine, as (finaly) some bugs regarding IE were 
fixed there;

Most programs need some tweaking to get them installed; 
http://www.frankscorner.org/ has many guidelines of how to set up 
programs in a fake windows

I suggest compiling wine from source! It's not like I love compiling so 
much, but wine is alpha software, and compiling it on your own machine 
gets it tuned best for your setup (though I guess the debian packages 
are in general better than those frequently-failing rpms out there)

HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Installing a printer

2004-09-29 Thread Joris Huizer
Byron Nilsen wrote:
This must be a well-worn question.  I just installed woody.  The 
installation did not stop to inquire about my specific printer make/model 
which is an older (ca 1990) Canon BJ-200ex.  It did install a generic 
dot-matix driver which works for ASCII text, and as near as I can tell, 
several PostScript type drivers.  I am certain that the correct driver is 
on one of the seven CDs I have but don't know how to identify it.  
Apt-get requires a specific package name.  How do I identify which 
package to use for this particular printer?

Thanks,
Byron Nilsen

Have a look at http://linuxprinting.org/cups-doc.html for general cups 
installation howto and use this driver: 
http://linuxprinting.org/show_driver.cgi?driver=bj200fromprinter=Canon-BJ-200 
(assuming a BJ-200ex is compatible with Canon-BJ-200 -- as that one 
didn't show up in their data base)

As for packages, if you want to try cups, use the cupsys packages (I 
think?) and the cupsomatic-ppd package;

If the driver you need is not in gs, compile gs from the esp-gs sources 
-- that's easier than compiling an other gs source (in my experience anyway)

HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Kernel 2.6 compile problem

2004-10-18 Thread Joris Huizer
Russ Cook wrote:
I'm running unstable on a Pentium 2 machine, kernel 2.4.18.
I downloaded the kernel-source-2.6.8 deb package today, updated my 
config file, and
tried to compile the kernel.  I got the following errors:
make[2] [modins_post] Error 1
make[1] [real_stamp_image] Error 2

Needless to say, I did not get an installable .deb file as a result.
Can anyone offer suggestions of what I should look for to try to resolve 
this?
I have no idea what to do with these error messages.

Thanks much,
  Russ

I'm about sure this is unnecessary, but you *did* do `make mrproper` 
before compiling everything right? Ow, you better make a backup of that 
.config file as `make mrproper` may remove that file too (or is this 
fixed in the latest 2.6.x versions?)
By the way, you may also want to compile a 2.4.26 as lots of things 
happened between 2.4.18 and the latest.. and because many things changed 
between 2.4.x and 2.6.x (just to reduce the number of problems you might 
run into...)

HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bluefish sources missing ?

2004-10-24 Thread Joris Huizer
Adam Bogacki wrote:
Hi,
   whenever I try to upgrade 'bluefish' I get the following error message.
This has been happening for a number of months.
Could someone point me to the correct source, or is it perhaps a 
maintainer problem ?

The server probably changed or something; check apt-get.org or 
backports.org or where you got the URL
Or use the version debian has, it's on the debian too: check 
http://packages.debian.org/cgi-bin/search_packages.pl?keywords=bluefishsearchon=namessubword=1version=allrelease=all

HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: nv vs. nvidia

2004-10-27 Thread Joris Huizer
Hugo Vanwoerkom wrote:
Hi Debian!
Anybody knows what the differences are between the nv Xfree86 driver 
(Sarge version)  and the Nvidia closed source driver (I use 6111)?

I have used both and see little difference, except that with the former 
I cannot get glx to work.

Thanks.
Hugo

It's exactly that: nv is a open source driver, it doesn't do the 3d 
hardware of the graphical card -- that's why people choose to use the 
nvidia driver
In case you don't need to run 3d programs, using nv will be fine for you

HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Just got a wonderful message

2004-10-27 Thread Joris Huizer
Hugo Vanwoerkom wrote:
Shawn Robinson wrote:
Linux newbie, tried to upgrade the kernal to the 2.4 version that 
comes with the cds,  guess i missed a direction somewhere,  but i got 
a real nice message:
Kernel Panic: VFS: Unable to mount root fs on 3a:05\
 
 
Guess it's time to reinstall.
 
Only took 7 hours last time on this pos system i'm playing with.
 
Shawn.

And before an upgrade always use partimage or mondorestore to back up 
the partition you are playing with and all you do then is just restore 
what you backed up.

Hugo

Ouch! Remember to keep the usefull kernel in place next to the new one 
(and make sure it'll show up in the boot menu) so that you can still 
boot into debian even if the new kernel has problems

HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: List of packages

2004-10-27 Thread Joris Huizer
Jim Hall wrote:
on Sarge, is there a way to list every installed package? I don't think 
I need things like libs, just the package names. I need to compare two 
systems.

Jim

Try dpkg --get-selections
HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: script help

2004-12-29 Thread Joris Huizer
Bob Alexander wrote:
I keep a few different kernel source trees under /usr/src and each of 
them has a different .config file.

Part of my pre-backup script I would like to run a command such as
find /usr/src -name .config
for example:
/usr/src/kernel-source-2.6.9-rja/.config
/usr/src/linux-2.6.10-rja/.config
and for every match write a file to my /backup_data directory with a 
filename that is made up like kernel-source-2.6.9-rja.config and 
linux-2.6.10-rja.config or some similar unique filename which relates 
the the kernel tree.

Thank you for any help,
Bob

(using bash:)
for i in *
do
  if [ -d $i ]
  then
if [ -f $i/.config ]
  then
  echo cp $i/.config /backup_data/$i.config
fi
  fi
done
If this prints the correct lines, remove echo in front of the cp and run 
again ;)

HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: kernel version

2004-12-31 Thread Joris Huizer
Dani Belz wrote:
* YH [EMAIL PROTECTED] [04-12-30 20:45]:
Thanks all for the help. How can I type the uname -r and get 
2.2.20-idepci? I really didn't know what that means as I am only aware 
of most distributions use the kernel 2.4.x or 2.6.x? Any explain please?

You need to type bf24 at the boot prompt when installing woody.
This will take the 2.4.18-bf24 kernel. Guess you didn't and so it
was installed with the old 2.2.X kernel :-/
grZ
Dani

No need to reinstall if you want that 2.4.18 kernel -- doing an `apt-get 
install kernel-image-2.4.18-bf2.4` will give exactly that kernel
If you want a newer kernel than 2.4.18, you'll have to build it yourself 
or get it from some backports site;
As woody is a bit dated trying 2.6.x would probably get you into more 
problems (missing packages and stuff) than using a 2.4.x kernel, I think

HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: aMSN

2005-05-21 Thread Joris Huizer

David R. Litwin wrote:
I have installed the package of aMSN (via downloading the .deb package 
and the installing via dpkg -i aMSN). Though it is located in both the 
debian-apps-net aMSN and internet aMSN, the latter did not have an Icon 
(I set one), they both seem to point to a slightly different place (The 
former to /usr/bin/amsn and the latter to simply amsn). They both do not 
work. It will attempt to load, then, after around half a second, the 
little icon on the panel (some one please give me the right terms for 
that) will go away with nothing happening. However, in KDE system guard, 
it lists aMSN as running. What is wrong?


In addition, the first time I ran it (I. E. after having installed it 
the first time), it worked ish The fonts were very small and 
mal-formed. Also, it stalled (and has not worked since) since I tried to 
create an identity (or some such thing).


So, what can I do?

Thank you in advance.

--
Moose Moose Jam Sausage Meow-Mix.
My Hover-Craft is Full of Eels.
[...]and that's the he and the she of it.


I never had any problem with amsn; I use the one which is available 
under apt-get (which is the most resent official release, 0.94)
in case you can't get their .deb file working you could just download 
the .tar.gz and run it from there (or move it to some system-wide place 
like /usr/local/amsn, and create a symlink to this directory, like

`ln -s /usr/local/amsn/amsn /usr/bin/amsn`

HTH,

Joris


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




[Fwd: Re: aMSN]

2005-05-21 Thread Joris Huizer



 Original Message 
Subject:Re: aMSN
Date:   Sat, 21 May 2005 15:44:28 -0400
From:   David R. Litwin [EMAIL PROTECTED]
Reply-To:   David R. Litwin [EMAIL PROTECTED]
To: Joris Huizer [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
[EMAIL PROTECTED]



I did try to do an apt-get. I tried the .tar.gz and I tried the .deb. I
had it giong briefly yesterday, running it under root login. But, I hate
doing that. So, going back to my standard user, it did not work. Then, I
changed it to run as root (the programme) and it worked... until I chose
create profile. Then, it stalled and hadn't worked since.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: [Fwd: Re: aMSN]

2005-05-21 Thread Joris Huizer

Pollywog wrote:

On Saturday 21 May 2005 08:14 pm, Joris Huizer wrote:


 Original Message 
Subject:Re: aMSN
Date:   Sat, 21 May 2005 15:44:28 -0400
From:   David R. Litwin [EMAIL PROTECTED]
Reply-To:   David R. Litwin [EMAIL PROTECTED]
To: Joris Huizer [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
[EMAIL PROTECTED]



I did try to do an apt-get. I tried the .tar.gz and I tried the .deb. I
had it giong briefly yesterday, running it under root login. But, I hate
doing that. So, going back to my standard user, it did not work. Then, I
changed it to run as root (the programme) and it worked... until I chose
create profile. Then, it stalled and hadn't worked since.



I have not been able to connect to MSN on Kopete for several days on more than 
one machine, so I believe MSN changed something in their protocol.


8)




Nope, I can connect fine
as a side note, I'm tracking sarge, maybe this explains differences?

HTH,

Joris


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Sarge Performance

2005-05-25 Thread Joris Huizer

Lars Roland wrote:


So now the load looks ok, still the old Redhat is holding its head
above but now it is only with 10%. This may be due to further bugs in
the tg3 driver that hopefully a new kernel will fix - if not then I
must fill a bug report and send it to the driver developers, it can
not be intently that there driver messes up system performance that
much because of its default queue length.


Regards.

Lars Roland




You could ofcourse try the 2.4.* kernel available in sarge, if it solves 
the problem, you know it was something with the kernel; otherwise, you 
know it's probably somewhere else


regards,

Joris Huizer


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Can't Defrag Ext3 File System

2005-05-26 Thread Joris Huizer

Leonard Chatagnier wrote:

On Sunday 22 May 2005 03:33 pm, Bill Mair wrote:


Steve Lamb wrote:
 Leonard Chatagnier wrote:
Ok, I get your message, but for my gratification, insight and knowledge
of Linux how do I get the programs to run without error and not distroy
my harddisk?


snip


debian FS != DOS FS


more snip

This is about the best explanation I've ever seen, even if it a 
couple of years old now:



http://groups-beta.google.com/group/alt.os.linux.mandrake/msg/38a9eeb8d01b1dbb?hl=en 





Just to make this clear, this page explains the linux kernel does 
reordering reading/writing on the disc, which, among other things, takes 
care of the fragmentation problem; this is done by linux 2.4 (probably 
also by linux 2.2) and linux 2.6


HTH,

Joris


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




mozilla profile mail incompatibilities

2005-06-01 Thread Joris Huizer

Hello,

I have this question: under sarge I'm currently running this mozilla 
version:


Mozilla 1.6
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5

Some time ago, I tried using a mozilla 1.7.x version, and recently I 
again tried this, this time mozilla 1.7.8


The problem I'm having is, mozilla 1.6 as provided by debian seems to 
handle mail in a different way then the mozilla 1.7.x branch does. In 
fact, when I run the mozilla 1.7.8 it won't show any of my recent 
emails, except for those still on the server, and it does show some old 
emails I had downloaded under a earlier mozilla 1.7.x version when I 
tried before;



How could I convert the mozilla 1.6 profile so everything is available 
under mozilla 1.7?


I think the profile somehow got in a bad state, so extracting and again 
importing all emails (and bookmarks, but those are easy) would be what 
I'm interested in most - if possible I would like to preserve filters, 
but otherwise, I could write those again;


As debian had mozilla 1.7 in sarge available, this seems like a serious 
problem (I am still using mozilla 1.6 as apt-listbugs claimed mozilla 
had unfixed bugs - but a few days ago I saw the only open bug was in 
fact about security issues in mozilla/woody)


Thanks for any help,

Joris


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Just Lost KDE Access

2004-04-02 Thread Joris Huizer
Scarletdown wrote:
Kent West wrote:

Ah; since Knoppix is a mix-mash of several branches of Debian as well 
as a few other sources thrown in, I'm not surprised things went wrong. 
Knoppix is a _Great_ LiveCD, but it has some definite drawbacks as an 
installed system, IMO.


The reason I went the Knoppix route was because when I tried installing 
Debian originally, I was not able to get either of the onboard NICs to 
work (Asus A7N8X Deluxe MB), but Knoppix was able to at least recognize 
the 3Com NIC just fine, and I wanted to be up and running fast instead 
of spending days trying to figure out how to get the nForce drivers set 
up.  In fact, it was someone here on this list who recommended using the 
knx-hdinstall feature to install Knoppix to the hard drive.  :D

What I'd do is clean up /etc/apt/sources.list to just point to 
official Debian mirrors, the sid branch, then apt-get update 
followed by apt-get dist-upgrade, followed by lots of repair, 
including apt-get --reinstall install x-window-system kde.

Or thereabouts.

But you could try just apt-get install kde and see what that does 
for you.

I already tried apt-get install kde and was informed that KDE was 
already the latest version.  So, I will now try the 
update/dist-upgrade/reinstall technique and see if that fixes things. If 
it doesn't, then I am going to go ahead and do a total reinstall.  At 
least I have copied my home directory onto another partition, so I 
should be able to recover my settings and documents afterwards.

In that case, try
  apt-get --reinstall install kde
It'll install kde again even though it's allready installed - and it'll 
probably fix the problem with gdm

An alternative is, have a look at /etc/gdm/Sessions, it should contain a 
file KDE like the one I attached

I hope this helps. I'm sure you don't need to reinstall like that

regards,

Joris

#!/bin/sh
#
# /etc/gdm/Sessions/KDE
#
# global KDE session file, used by gdm

exec /etc/X11/Xsession /usr/bin/kde3


new printer: Is there support for HP DeskJet 3550 ?

2004-04-09 Thread Joris Huizer
Hello,

I've got this question. We want to buy a printer that can by used under 
linux (we currently have a Lexmark Z31 and it's useless...)
I wonder wether the HP DeskJet 3550 is supported, and by which printer 
tool it should be configured.

We also have the problem that this computer has only two usb ports, so 
we want to use a serial mouse; What kind of modules do I need to build? 
I'm using a custom 2.6.3 kernel;

Thanks for your help,

Joris

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: serial mouse under debian/sarge, 2.6.4

2004-04-12 Thread Joris Huizer
Thank you for your replies

I'll first try to get an USB hub, and if that is a problem, I'll try the 
solutions posted on the serial mouse!

Are there things I coould/should check for a USB hub? Do I need special 
modules and/or drivers?

Thanks for all the answers I got so far,

Joris

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



configuring netwerk in knoppix

2004-04-15 Thread Joris Huizer
Hello,

Because the Dell computer I use normally has a broken start button (at 
the local hardware helpdesk no solution was provided...) I now have a 
problem!
I now am forced to use this computer of my dad but it only has windows 
xp and I really am getting *ver* annoyed by it allready! I need 
compilers and stuff because I'm a informatica student but nothing is 
available and cygwin sucks

So I tried knoppix, and, appart from not being able to write to the 
screen during loading/shutting down, it worked - everything except for 
the netwerk.
I don't know anything about the netwerk card - but it uses the modem I 
normally use so the only problem it can be is the netwerk card. I tried 
pppoe in knoppix but no luck

I attached two output files, from lsmod output and dmesg output;
I hope someone can help me to get networking to work under knoppix - or 
if this is not doable, how to do this on a hard disk; The harddisk would 
be the one I've been using on the other computer so I'd have to use 
knoppix and wipe out all programs and configurations so (I have my data 
on a /home partition fortunately) ... I hope things can be done running 
in knoppix :-/

thanks for your help,

Joris


Module  Size  Used byNot tainted
autofs4 8724   1  (autoclean)
af_packet  13448   0  (autoclean)
nls_iso8859-1   2876   1  (autoclean)
nls_cp437   4380   1  (autoclean)
agpgart34592   0  (unused)
i810_audio 25064   0 
ac97_codec 10696   0  [i810_audio]
soundcore   3364   2  [i810_audio]
8139too17160   1 
mii 2192   0  [8139too]
serial 51844   0  (autoclean)
usb-ohci   18152   0  (unused)
usbcore57376   1  [usb-ohci]
apm 9768   2 
rtc 6908   0  (autoclean)
cloop   7940   2 
Linux version 2.4.21-xfs ([EMAIL PROTECTED]) (gcc version 2.95.4 20011002 (Debian 
prerelease)) #1 SMP Fre Jul 25 00:06:47 CEST 2003
BIOS-provided physical RAM map:
 BIOS-e820:  - 0009fc00 (usable)
 BIOS-e820: 0009fc00 - 000a (reserved)
 BIOS-e820: 000f - 0010 (reserved)
 BIOS-e820: 0010 - 0dff (usable)
 BIOS-e820: 0dff - 0dff3000 (ACPI NVS)
 BIOS-e820: 0dff3000 - 0e00 (ACPI data)
 BIOS-e820: fec0 - 0001 (reserved)
223MB LOWMEM available.
found SMP MP-table at 000f6480
hm, page 000f6000 reserved twice.
hm, page 000f7000 reserved twice.
hm, page 000f1000 reserved twice.
hm, page 000f2000 reserved twice.
On node 0 totalpages: 57328
zone(0): 4096 pages.
zone(1): 53232 pages.
zone(2): 0 pages.
ACPI: Searched entire block, no RSDP was found.
ACPI: RSDP located at physical address c00f7f70
RSD PTR  v0 [AWARD ]
__va_range(0xdff3000, 0x68): idx=8 mapped at 6000
ACPI table found: RSDT v1 [AWARD  AWRDACPI 16944.11825]
__va_range(0xdff3040, 0x24): idx=8 mapped at 6000
__va_range(0xdff3040, 0x74): idx=8 mapped at 6000
ACPI table found: FACP v1 [AWARD  AWRDACPI 16944.11825]
__va_range(0xdff6e00, 0x24): idx=8 mapped at 6000
__va_range(0xdff6e00, 0x68): idx=8 mapped at 6000
ACPI table found: APIC v1 [AWARD  AWRDACPI 16944.11825]
__va_range(0xdff6e00, 0x68): idx=8 mapped at 6000
LAPIC (acpi_id[0x] id[0x0] enabled[1])
CPU 0 (0x) enabledProcessor #0 Pentium 4(tm) APIC version 16

LAPIC (acpi_id[0x0001] id[0x1] enabled[0])
CPU 1 (0x0100) disabled
IOAPIC (id[0x2] address[0xfec0] global_irq_base[0x0])
INT_SRC_OVR (bus[0] irq[0x0] global_irq[0x2] polarity[0x0] trigger[0x0])
INT_SRC_OVR (bus[0] irq[0x9] global_irq[0x9] polarity[0x0] trigger[0x0])
LAPIC_NMI (acpi_id[0x] polarity[0x1] trigger[0x1] lint[0x1])
LAPIC_NMI (acpi_id[0x] polarity[0x1] trigger[0x1] lint[0x1])
2 CPUs total
Local APIC address fee0
Enabling the CPU's according to the ACPI table
Intel MultiProcessor Specification v1.4
Virtual Wire compatibility mode.
OEM ID: OEM0 Product ID: PROD APIC at: 0xFEE0
I/O APIC #2 Version 17 at 0xFEC0.
Enabling APIC mode: Flat.   Using 1 I/O APICs
Processors: 1
Kernel command line: ramdisk_size=10 init=/etc/init lang=us apm=power-off hda=scsi 
hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi hdh=scsi vga=791 
initrd=miniroot.gz nomce quiet BOOT_IMAGE=knoppix BOOT_IMAGE=vmlinuz lang=us
ide_setup: hda=scsi
ide_setup: hdb=scsi
ide_setup: hdc=scsi
ide_setup: hdd=scsi
ide_setup: hde=scsi
ide_setup: hdf=scsi
ide_setup: hdg=scsi
ide_setup: hdh=scsi
Initializing CPU#0
Detected 1792.760 MHz processor.
Console: colour dummy device 80x25
Calibrating delay loop... 3578.26 BogoMIPS
Memory: 223576k/229312k available (1258k kernel code, 5348k reserved, 531k data, 132k 
init, 0k highmem)
Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)
Inode cache hash table entries: 16384 (order: 5, 131072 bytes

Re: apt-get (plz help)

2004-04-23 Thread Joris Huizer
Umar Draz wrote:
hi dear members!
 
  i am new in debian and i use apt-get
 
  plz help me what kind of source i instert /etc/apt/source.list
 
 that when i request install any package is its automatically install. 
at this time there is only deb cdrom:[Debian GNU/LINUX 3.0 r2 _ Woody_ 
Offical i386] now at this time i have no cd of debian.
 
 and i want install samba, nfs, apache, proftp, etc
 
  so plese tell me what kind of source i should insert in 
/etc/apt/source.list that my require package install automatically when 
i issue this command
 
apt-get install apache etc
 
thanks
 
umar draz


Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25ยข 
http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=23765/*http://photos.yahoo.c 
om/ph/print_splash
I'm not using woody currently, but I'd suggest these lines: (I used them 
myself)

#woody
deb http://ftp.us.debian.org/debian woody main non-free contrib
#woody non-US packages
deb http://non-us.debian.org/debian-non-US woody/non-US main contrib 
non-free
#woody security updates
deb http://security.debian.org/ woody/updates main contrib non-free

HTH,

Joris

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Xwindow Panic

2004-05-11 Thread Joris Huizer
Pedro M. (Morphix User) wrote:
I decided to install the new Xwindow version, but I panic when I see the 
program asking (again) the configuration files. I have my XF86Config 
files installed and I don't want to install them again ( it can happen a 
disaster).

So, I suggest the program preserve the config files if the user doesn't 
decide to reinstall them ( giving the concrete command).

And include the skip option in synaptic to stop installing a package 
is something is going wrong or un-desired.

Regards.

As you know the program will want to install configuration files, you 
can make a backup of the original/working files and then let it do what 
it wants - so you won't have a problem when the new configuration isn't 
working.
Just a thought, I've done so myself too :-)

HTH

Joris

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Wine Snapshot Packages?

2004-05-18 Thread Joris Huizer
Franco Gorziglia wrote:
Adam Kessel wrote:
There used to be WINE CVS packages at
http://people.debian.org/~andreas/debian
but they seem to have disappeared over the last several months.
Is anyone aware of any working apt source for WINE debs?
 

I'd never seen that page working.
I'm also interest as you in Wine packages, because the Wine version 
2004X apparently has a problem that causes that I can't attach files 
in Lotus Notes and report and error about the clipboard metafile. I 
heard that the problem is solve downgrading to the version 20031212 of 
Wine, but I'm in Sarge and don't know how to downgrade the version.

PS.: Sorry for my english.

You can download the source of version 20031212 -- Compiling wine is 
easy; You can download the wine source here:

ftp://ftp.ibiblio.org/pub/Linux/ALPHA/wine/development/
You download a tarball, and say,
  tar xzf WINE*.tar.gz
  cd wine*
  ./tools/wineinstall
The wineinstall script will configure, ask wether you want to install - 
and compile (and install) everything; I'd recommend you first remove the 
other wine version to avoid problems;

To clean up, say (in the same directory)
  make uninstall
HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Newbie Needs Printer Advice

2004-05-21 Thread Joris Huizer
Clyde Wilson wrote:
I have a printer that hooks up to my USB port.  If I do a  'echo OK  
/dev/usb/lp0' I don't get any output.  Is there something I need to do 
to get the right device?


You can find information about all sorts of printers at 
http://linuxprinting.org/
Also, make sure you have the usb printer module in the kernel enabled 
(search by using modconf, in the usb section (in my 2.6.6 custom kernel 
it's under kernel/drivers/usb/class, called usblp)

HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Newbie Needs Printer Advice

2004-05-21 Thread Joris Huizer
Clyde Wilson wrote:
Joris Huizer wrote:
Clyde Wilson wrote:
I have a printer that hooks up to my USB port.  If I do a  'echo OK 
 /dev/usb/lp0' I don't get any output.  Is there something I need to 
do to get the right device?


You can find information about all sorts of printers at 
http://linuxprinting.org/
Also, make sure you have the usb printer module in the kernel enabled 
(search by using modconf, in the usb section (in my 2.6.6 custom 
kernel it's under kernel/drivers/usb/class, called usblp)

Thanks for the speedy answer, Joris.  I tried modconf, but I can't find 
anything to do with printers or usb devices.  Any idea what I'm doing 
wrong?
Hello Clyde Wilson,
Take a look here: 
http://www.justlinux.com/nhf/Hardware/Getting_USB_and_Your_Printer_Working.html

For usb printing, you'll have to upgrade to a 2.4 kernel - or a 2.6 
kernel , but coming from 2.2 that'd be a big leap I guess.

There are some 2.4 kernel images available as debian packages or you 
could try and compile a custom kernel.

HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: DVD+RW gone missing on moving to kernel 2.6.6

2004-05-22 Thread Joris Huizer
Graham Williams wrote:
My _NEC DVD+RW ND-2100AD, ATAPI CD/DVD-ROM drive that is easily
identified under 2.4.25 (as /dev/hdc) goes missing under my 2.6.6
kernel. dmesg has no hint at all of the DVD. This is my only IDE
device (using a SATA hard drive).
Is this a matter of finding the right module? The machine is sid,
up-to-date.
Regards,
Graham

Maybe you don't have the (new?) ide-cd part built in or the module 
(ide-cd.ko) isn't loaded?
Did you disable ide-scsi emulation?

Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: kernel update

2004-05-25 Thread Joris Huizer
Luis Finotti wrote:
Thanks Juan, Clive and Alistair!
I successfully updated my kernel.  I took the most
immediate way (with just apt-get and updating
lilo: apt-get install kernel-image-2.4.18-386) and
everything seems to working.
(Now the Alsa drivers are another story...) :-)
I noticed that I do not have a source directory
/usr/src/linux4.18-386 -- I do have the previous
/usr/src/linux4.3.  I could not find
anything similar anywhere.  Was it erased?  Do I need
it?
Thanks again!
Luis
It was never installed - that source directory is not included in the 
binary package kernel-image-2.4.18-386, instead it's in 
kernel-source-2.4.18 (if you want a list of available linux sources, try 
apt-cache search kernel-source)

HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: tetex-bin 2.0.2-14 problems AGAIN

2004-05-25 Thread Joris Huizer
[EMAIL PROTECTED] wrote:
It has become a serious problem!
After the message here attached I completely uninstalled all the tetex packages
 the tex connected ones (lyx, texmacs, etc.) by means of apt-get remove
--purge pasckage; then - to be on the safe side - I removed by hand the
/etc/texmf  /usr/share/texmf directories with their subdirs.
Reinstalling all over again tetex-2.0.2 from the official debian testing
archive via apt-get install tetex-bin again caiuses a problem: when setting
the package up debian testing complains about  a missing configuration file
under /etc/texmf (as I said this dir was removed by hand by me!)
What's going on?
Please help
Vittorio
You can try and type,
  dpkg -S file
which will tell you in which package that missing file is; Then do a 
apt-get --reinstall install package

I think that'll solve your problem... if not, install apt-file and use 
that to search that configuration file :)

Oh, by the way, to be on the save side, do *not* remove files or 
directories unless you know what you're doing... ;)

HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: xserver-tinyx-fbdev

2004-05-27 Thread Joris Huizer
James Miller wrote:
I got ahold of an older laptop to which I've installed Debian Sid.  Since
it's a low memory setup, I'd like to use one of those xvesa thingies
rather than a full-blown Xwindows.  I've noted that there seems to be
something like this in Debian unstable: it's called xserver-tinyx-fbdev.
So, I apt-get(ted) it.  I can't quite figure out what to do from here,
though.  startx doesn't do anything, nor does x, xvesa or any other
sensible command I can think of (by doesn't do anything I mean the
system comes back with the message that it doesn't know the command when I
issue it).  Can anyone here help me get this low-resource gui (if that
really is what this package is for) thing sorted out and working on my
system?
Thanks, James

I never heard of tinyx before, but this page may help a bit:
http://www.superant.com/cgi-bin/smalllinux.pl?SmallXFAQ
It ssuggests there should also be documentation under /usr/doc/*tinyx*/ 
or /usr/share/doc/*tinyx*/

HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: ALSA strangeness

2004-05-27 Thread Joris Huizer
John L Fjellstad wrote:
Where did you find the documentation for asoundrc?  I couldn't find any
(went to the alsa site, and found what to put in the file, but not what
to call the file, nor where to put it).
Hello,
You didn't state what the 'ALSA	strangeness' is.
I just did a search and the only file I found is ~/.asoundrc in my user 
directory;

HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Howto get an usb scanner working under linux 2.6.3

2004-03-21 Thread Joris Huizer
Hello,

I'm trying to get my scanner to work under linux 2.6.3; It used to work 
fine under 2.4.24 but it turns out the scanner module was remove in 2.6

Can anybody tell me how to get the scanner to work? I tried something 
with libusb but it won't work; I followed 
http://lists.debian.org/debian-user/2004/debian-user-200403/msg01116.html
- but running sane-find-scanner under linux 2.6.3 didn't show any 
scanners even though it should've found the scanner as it was on; So I 
got the data under 2.4.24 and continued -- but no luck (I also tried 
following the other hints in that thread)
Also /proc/bus/usb doesn't show anything at all (no files there)

Is there a known way to find this epson (epson perfection 1650) under 
2.6 ? Did I forget to put in a module in this 2.6.3 kernel? I could go 
back to 2.4.24 if support really is gone but I'd prefer getting this 
last hardware problem solved :p

best regards,

Joris

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Howto get an usb scanner working under linux 2.6.3

2004-03-21 Thread Joris Huizer
James Tappin wrote:
On Sun, 21 Mar 2004 17:22:55 +0100
Joris Huizer [EMAIL PROTECTED] wrote:

Hello,

I'm trying to get my scanner to work under linux 2.6.3; It used to work 
fine under 2.4.24 but it turns out the scanner module was remove in 2.6

Can anybody tell me how to get the scanner to work? I tried something 
with libusb but it won't work; I followed 
http://lists.debian.org/debian-user/2004/debian-user-200403/msg01116.html
- but running sane-find-scanner under linux 2.6.3 didn't show any 
scanners even though it should've found the scanner as it was on; So I 
got the data under 2.4.24 and continued -- but no luck (I also tried 
following the other hints in that thread)
Also /proc/bus/usb doesn't show anything at all (no files there)


Sounds as if you haven't got usbdevfs and usbfs enabled or at least
operational
try adding:
none /proc/bus/usb usbfs defaults  0  0
to /etc/fstab and then doing mount -a
The other possible gotcha is an old sane installation in /usr/local,
although that wouldn't prevent /proc/bus/usb having the devices.
No I don't have sane just xsane (and libsane) and none of it is 
self-compiled and nothing by the name *sane* shows up in /usr/local


Is there a known way to find this epson (epson perfection 1650) under 
2.6 ? Did I forget to put in a module in this 2.6.3 kernel? I could go 
back to 2.4.24 if support really is gone but I'd prefer getting this 
last hardware problem solved :p


After I'd killed the old sane in /usr/local my 1660 (basically the same
thing + slide unit) was fine.
Could you explain the steps to get support in 2.6.3 the way you got it 
working? xsane still doesn't find the scanner

thank you

Joris

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Building kernel for another computer

2004-03-21 Thread Joris Huizer
Gary wrote:
I need to build a newer kernel for my laptop in order that it will support a
parallel network interface I have for it. Since my only way of getting
anything onto the laptop is via floppy, what I did was build a suitable
kernel on my potato box (yes, I know, that's old as well! it is not as old
as 1.3 that is running on the laptop at the moment, however...), and copied
the result onto a floppy. I then try and boot the laptop from the floppy (I
want to be sure the kernel works okay before I replace the one on the hd).
Everything goes well until it reports a kernel panic because it is unable
to mount root fs. Obviously I've missed a step somewhere. Would someone
please give me a pointer to where? None of my books have anything in them
regarding building kernels on one computer to run on another.
I think that I can just add an extra lilo entry on the laptop, copy the
kernel on to the lappy's hd and try it out that way, but I think I'd rather
learn what step I am missing first (sometimes it is useful to know how to go
over the mountain as well as knowing the route around).
Thanks folks.

This is just a wild guess but -- did you build in the file system the 
laptop has? I'd think that's just ext2 or maybe ext3 so you should at 
least have ext2 built in (built into the kernel itself, not as a module!!)

HTH,

Joris

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Howto get an usb scanner working under linux 2.6.3

2004-03-21 Thread Joris Huizer
James Tappin wrote:
On Sun, 21 Mar 2004 17:22:55 +0100
Joris Huizer [EMAIL PROTECTED] wrote:

Hello,

I'm trying to get my scanner to work under linux 2.6.3; It used to work 
fine under 2.4.24 but it turns out the scanner module was remove in 2.6

Can anybody tell me how to get the scanner to work? I tried something 
with libusb but it won't work; I followed 
http://lists.debian.org/debian-user/2004/debian-user-200403/msg01116.html
- but running sane-find-scanner under linux 2.6.3 didn't show any 
scanners even though it should've found the scanner as it was on; So I 
got the data under 2.4.24 and continued -- but no luck (I also tried 
following the other hints in that thread)
Also /proc/bus/usb doesn't show anything at all (no files there)


Sounds as if you haven't got usbdevfs and usbfs enabled or at least
operational
try adding:
none /proc/bus/usb usbfs defaults  0  0
to /etc/fstab and then doing mount -a
Ok I'm a bit stupid I forgot to write this...
That worked now sane-find-scanner finds the scanner - but xsane still 
isn't happy - what's the new syntax for libusb for xsane?

The other possible gotcha is an old sane installation in /usr/local,
although that wouldn't prevent /proc/bus/usb having the devices.

Is there a known way to find this epson (epson perfection 1650) under 
2.6 ? Did I forget to put in a module in this 2.6.3 kernel? I could go 
back to 2.4.24 if support really is gone but I'd prefer getting this 
last hardware problem solved :p


After I'd killed the old sane in /usr/local my 1660 (basically the same
thing + slide unit) was fine.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Howto get xsane with libusb working for normal users (was Re: Howto get an usb scanner working under linux 2.6.3)

2004-03-22 Thread Joris Huizer
Hello,

I'm trying to get xsane to work with libusb;
Now, as root user xsane finds the scanner but as a normal user xsane 
doesn't find it! This is both on 2.6.3 and 2.4.24 (where I took out the 
scanner.o module)

I found this page http://www.freecolormanagement.com/sane/libusb.html 
about configuring libusb but the scanner still doesn't work. I attach 
/etc/sane.d/epson.conf, /etc/hotplug/usb.usermap, and 
/etc/hotplug/usb/epson_scanner I currently have

Can anybody tell me what's wrong? I've got an Epson Perfection 1650 
scanner. This is what sane-find-scanner says:
found USB scanner (vendor=0x04b8, product=0x0110) at libusb:001:004

It seems the numbers at libusb keep changing I hope I don't have to 
update settings each time or so :-/

Thanks for any help,

Joris
# epson.conf
#
# here are some examples for how to configure the EPSON backend
#
# SCSI scanner:
#scsi EPSON

#
# Parallel port scanner:
#pio 0x278
#pio 0x378
#pio 0x3BC
#
# USB scanner - only enable this if you have an EPSON scanner. It could
#   otherwise block your non-EPSON scanner from being 
#   recognized.
#   Depending on your distribution, you may need either the
#   first or the second entry.
#usb /dev/usbscanner0
#usb /dev/usb/scanner0
#usb
#usb libusb:001:003
usb 0x04b8 0x0110

# This file is installed by the libsane Debian package.
#
# Sample entry (replace 0x and 0x with vendor ID and product ID respectively) :
# libusbscanner  0x0003  0x   0x0x   0x   0x00 
0x000x000x000x00   0x00
   0x
#
# usb module match_flags idVendor idProduct bcdDevice_lo bcdDevice_hi 
bDeviceClass bDeviceSubClass bDeviceProtocol bInterfaceClass bInterfaceSubClass 
bInterfaceProtocol driver_info
#
epson_scanner  0x0003  0x04b8   0x01100x   0x   0x00   
  0x000x000x000x00   0x00  
 0x

#!/bin/bash

if [ ${ACTION} = add ]  [ -f ${DEVICE} ]
then
  chown root ${DEVICE}
  chgrp scanner ${DEVICE}
  chmod 660 ${DEVICE}
fi



useradd segmentation fault

2014-11-07 Thread Joris Bolsens
Ran into a bit of a strange error with useradd today, 
whenever i run useradd I get a Segmentation fault.

I tried running fsck as i read it might be due to corrupt filesystem, but that 
didn't report any problems.
I reinstalled the passwd package, also to no avail.

I ran an strace and it seems it cannot allocate memory, which is strange as it 
is running as a vm on a machine with 32gb of ram, 
and is provisioned to use whatever it needs and has 2gb reserved to it, not to 
mention that top shows only a fraction of that being in use.

I recently added ldap integration if that matters at all, 
although none of the other VMs seem to be having issues with this 
(granted the others are running CentOs, this being the ldap server)

Output of strace:

rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f259c6461e0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f259c6461e0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f259c6461e0}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f259c6461e0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f259c6461e0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f259c6461e0}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f259c6461e0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f259c6461e0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f259c6461e0}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f259c6461e0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f259c6461e0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f259c6461e0}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f259c6461e0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f259c6461e0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f259c6461e0}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f259c6461e0}, NULL, 8) = 0
brk(0x2354000)  = 0x2354000
brk(0x234c000)  = 0x234c000
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f259c6461e0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f259c6461e0}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f259c6461e0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f259c6461e0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f259c6461e0}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f259c6461e0}, NULL, 8) = 0
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f25990db000
brk(0x233c000)  = 0x233c000
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f259c6461e0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f259c6461e0}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f259c6461e0}, NULL, 8) = 0
mremap(0x7f25990db000, 266240, 528384, MREMAP_MAYMOVE) = 0x7f259905a000
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f259c6461e0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f259c6461e0}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f259c6461e0}, NULL, 8) = 0
mremap(0x7f259905a000, 528384, 1052672, MREMAP_MAYMOVE) = 0x7f2598f59000
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f259c6461e0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f259c6461e0}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f259c6461e0}, NULL, 8) = 0
mremap(0x7f2598f59000, 1052672, 2101248, MREMAP_MAYMOVE) = 0x7f2598d58000
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f259c6461e0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f259c6461e0}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f259c6461e0}, NULL, 8) = 0
mremap(0x7f2598d58000, 2101248, 4198400, MREMAP_MAYMOVE) = 0x7f2598957000
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f259c6461e0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f259c6461e0}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f259c6461e0}, NULL, 8) = 0
mremap(0x7f2598957000, 4198400, 8392704, MREMAP_MAYMOVE) = 0x7f2598156000
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f259c6461e0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f259c6461e0}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f259c6461e0}, NULL, 8) = 0
mremap(0x7f2598156000, 8392704, 16781312, MREMAP_MAYMOVE) = 0x7f2597155000
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f259c6461e0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f259c6461e0}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f259c6461e0}, NULL, 8) = 0
mremap(0x7f2597155000, 16781312, 33558528, MREMAP_MAYMOVE) = 0x7f2595154000
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f259c6461e0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f259c6461e0}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f259c6461e0}, NULL, 8) = 0
mremap(0x7f2595154000, 33558528, 67112960, MREMAP_MAYMOVE) = 0x7f2591153000
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f259c6461e0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f259c6461e0}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f259c6461e0}, NULL, 8) = 0
mremap(0x7f2591153000, 67112960, 134221824, MREMAP_MAYMOVE) = 0x7f2589152000
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f259c6461e0}, {SIG_DFL, [], 

Re: useradd segmentation fault

2014-11-07 Thread Joris Bolsens
it seems that using the adduser works fine, not sure why i didn't think to try 
that before.
However I am still curious why this occurred.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/545d84dc.7050...@linux.com



Re: INTEL HD Graphics

2014-11-07 Thread Joris Bolsens
From my experience yes, it works on jessie without any problems.
On 11/07/2014 07:03 PM, Man_Without_Clue wrote:

 On 11/08/2014 11:57 AM, Joris Bolsens wrote:
 I have this one and had no issues with it, runs fine and I had to do no
 extra config/setup on my end.
 I currently have Jessie, so IDK how the support is on wheezy though.
 On 11/07/2014 06:52 PM, Man_Without_Clue wrote:
 Does anybody know if Intel HD 4600 or higher is supported by Debian or
 distro?

 I have seen numerous postings about problems with Intel with Linux
 even with Ubuntu...

 Anybody using Intel on Debian?


 Ok, thanks...
 So does that mean that it will work on Jessie then?




-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/545d886c.7090...@gmail.com



Re: useradd segmentation fault

2014-11-07 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

No idea, that's just what i got when I ran the command, I left out a
bit at the top that did the ldap lookups, that all looked find and
didn't want to include that as 1) dont think it's relevant and 2)
contains some sensitive data (usernames and such), do you think that
could have something to do with it?

On 11/07/2014 08:26 PM, Marty wrote:
 On 11/07/2014 09:04 PM, Joris Bolsens wrote:
 Ran into a bit of a strange error with useradd today, whenever i
 run useradd I get a Segmentation fault.
 
 I tried running fsck as i read it might be due to corrupt
 filesystem, but that didn't report any problems. I reinstalled
 the passwd package, also to no avail.
 
 I ran an strace and it seems it cannot allocate memory, which is 
 strange as it is running as a vm on a machine with 32gb of ram, 
 and is provisioned to use whatever it needs and has 2gb reserved
 to it, not to mention that top shows only a fraction of that
 being in use.
 
 I recently added ldap integration if that matters at all, 
 although none of the other VMs seem to be having issues with
 this (granted the others are running CentOs, this being the ldap
 server)
 
 Output of strace:
 
 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER,
 0x7f259c6461e0}, NULL, 8) = 0
 
 No idea, but why are you using realtime (rt_*) system calls?
 
 
 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUXZwnAAoJEORnMHMHY2FrZKsP/i3vOnWrDuqb8JKPEuQF7Iyh
fJbmca1Y/Tqc3YFoZAkJ4+tqeZfe5XmMTL3m1AhkW/YxkaSOduKFaRcdjMV8DZQG
0thZ3EsNziXvVRTpBelj+9i4mYjkuS9ghc5gsRRN74R7ICAT4gX3Ifm+63+yK1h/
4PmBGafweXCpxxLoyA/KNkbdtGjvAVGXECGnelRDAtXl/7OR7/CSL0TBRYmiMJN9
NoqN+x6CJQ9wDGr+HTjlPTbC9VmYr0lCGajbt57xrFccWsEUpGOZ71zr2Y549sFM
uH4atUjPobIQtjZd/sFgoggqi4dTgGiwvPbVFvGWfckXuZnc8fLHI1g9C3g/nJnQ
auYmwOmr08QmoYqdmWq4IcSU1CWZ0IpGbvIXgCbXAOGQxX1OJlGMIFmNtVNyxRcC
36xxEFlJswr5Q5ClPcI/OsbyVyj84zT45B8omkOlma/MQRDQwsXdQXjt5IZRF1Fq
LhTbqBSWWRRPzrtmHF/CijDXCm076LLX802eLIRr0OAYVpnJoytVhGDWKMhd8rIZ
RG0gBjzeBmyOA1+KsVanCyRylc6KlosybLaq7y342JCS2S7CLIofkKwrL31oD994
IMIUgKwKz/QPwANhivEGFMYmaN5gE4kO7Ci8jrtKRDy3EyLUGFXspm2/bFvwWwT0
rG0gSoLWIoUUszy1R9ig
=9URa
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/545d9c2b.3060...@linux.com



Re: useradd segmentation fault

2014-11-08 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On 11/07/2014 11:43 PM, Reco wrote:

 
 So, chances are - you've found a bug.
 
Awesome, where/how should I report it?


 
 and memory info on top:
 
 KiB Mem:   2061128 total,   263680 used,  1797448 free,75180
 buffers KiB Swap:  2094076 total,0 used,  2094076 free,
 118000 cached
 
 I'd try adding some memory (or swapspace) to this VM to satisfy
 mremap's wish to remap to exactly 8G virtual memory.
 

I'll give that a go and reply back,

machine is in use right now so cant mess with memory, but will try asap.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUXdwcAAoJEORnMHMHY2FrjEkP+QHkFC7KwuCMZoKpOGLAIqiv
o1b7TsWisfunlBux8s7la9ipsbWZJ9lGy2rfSPuEGv/u5XGjiIODSRnXMD+H/DHq
TQv7EQsdNPqEakcCL8XRTmFEkHQTy5Vb6Jjxt/bgusAcbYa/doItk0aVp56yqHY2
nTa6G8dr6/QkPDfGz4Gbby6xRdlMeHvEbtjix7vCA4fFW9bntE7O8/2SLR7RuCY2
6xM0zDNEfvznGPb5FFB4EVRBsJRzMXpcPDD0AHmIttMMSk1ZrXYbQEabxHDNQr8h
1R6IUsYUGRV+nVuPorYxeGzmNv2MJFRgSFwBGBS9+JHahoXf0L7fSyeqqVuRfIqy
qaY6sUHv+b4drf0djKtY/69HWYmRF9st5b2ZgTdRj5nTp9PtqVZEchAjhNM9lF5V
8EReauywy6xa6fqSZMnz8Yf1FhzpTqGv0I50gmHF4p9oPcHJ7Dr06DBTcSsGPio0
I54bfrXxZ9NEu+NtdSbkLCUnBwzLrtQoyJexkzj+eon/MST2uUZxX4/i2OLOPZ61
1GXtTok5JdR/G8y0GphsqM6VJJqUWQrHRvMNpVkyD7ddldWmUHAiq+WovSP5o11w
vGSEw3KCheIn6d0gP2vw9/RW7n+ZzFTwKPBiKdvzrBtlRhUNxm48d7mECuij7aGh
MdlZg++FFBbvHZ3KCzNE
=Sn9q
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/545ddc21.5030...@linux.com



Re: useradd segmentation fault

2014-11-08 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Sorry, pretty new to linux still. put a few questions in-line.


On 11/08/2014 09:39 AM, Don Armstrong wrote:

 Before filing a bug, please
 
 1) Enable coredumps
Did some googling, I have to recompile the kernel for this?
the one thing i did find on how to do it without was for the fedora
kernel.

 2) Get a coredump 3) Backtrace it
Not sure how to do this, or what I would be looking for here.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUXmXyAAoJEORnMHMHY2FrK68P/Azq1Bu+NHmB1rK8c3DAJIhW
rNHdbA+S+6J1dcgYVCLB+SSldUR+14z6N5hUzgm86LjyCeKaYrpcTF+wxJJ3gvvn
CP6Bbk/V7sAK56/4OwVYBu+DYWTVJnm6dOGVO03+vUFWXPjkQUmIopabq6IV6zNb
hjyTCOEUBpUUrfDoowiny/U5GuBG6vit77ukaAhrlAjTk0nDZM2seHG+Ueh78gRf
s8XUeSG9KAoaB5dq3i1VzvKENcImiRzzkNY2WNSZwX0oodlUGD9+i6iVwka8o9cX
kjDIagVAc6sZQBeOShc+YSgQ7kwwROpz8uc6IqPuC4ZMH8zpZe8xjsatLIEDBVNJ
pdEXjG8EBs4ZI11pi4/NyHsMdm31pySxPcikY1BJw7qyJYhBXXw+hBveFCbKGqD7
KDAyDUwXov+Kv81uvb0phLgYv2PuSuiGhQkGlq/6HWPsXlrHbAShSIFwg7NUZbbm
wEMJksILjaP8pe9oX9O8/vozJQ1LUd/yOPkio9PnEyHDUl6CYjVEsBWvEAcAEpRq
OCpL+GW5vT2eoZ+Ut16WxSgboQcPhOxpxviRheM4S9AMJp4m7aF45q624gdQj/Et
QzLnbJEgc23Ccnh08WJIfr0e59jFeABhkMuXBDbey75M2q8RNhqU7cpnMec4p+47
47U1Wdgjgdcf0Xcw/T1e
=r/PK
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/545e65f8.6060...@gmail.com



Re: useradd segmentation fault

2014-11-08 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On 11/08/2014 11:16 AM, Don Armstrong wrote:

 ulimit -c unlimited; useradd foo; gdb /usr/sbin/useradd core; bt
 full; or similar.
 
 You'll also want to install libc6-dbg gdb; and similar.
 
 This will give you an idea of where the code is segfaulting, and
 whether it's in a library which useradd is calling, or something
 else entirely.
 
 If the backtrace doesn't look at all useful, something like:
 
 apt-get build-dep passwd; DEB_BUILD_OPTS=nostrip,noopt apt-get
 source -b passwd;
 
 should in theory give you a passwd .deb file with debugging symbols
 and no optimization which you can then install to give you a more
 useful backtrace.
 
 You also might start by just reinstalling passwd in case there was
 some corruption somewhere to make sure you can replicate the
 segfault.
 


Awesome, ill give all this a go and also maybe try settings its ram to
8gb and update with what happens.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUXm2zAAoJEORnMHMHY2FrZgAQAJWST7FWrcHKkkpCEAg7NSHQ
dHaE6ASyDuIY3iMtyGSrVRogHC9C0rooL0tEaUekynJcG5MH96XaWZoDAIZ0APpb
fBfFigvRZF+LLFsU4N4CG9GvPsSX5MIFGP9zqme51j22IUCqVUedS25D4Rd4qLeV
qa0GvA4xStk/d3pCKsVOIt8tC302PV5OcFuvfzrVBPKRRxUweXAP4wiQupb9UzVr
iXdqlc1UtFaOUhvu6KGC0iF7VzLBn6hZnRPxUBQmzgphCkPGpRSxv4zdVG/s13VR
Zapi2kOxtTqarpBtxG95Krp+E1lzlO70xOrOqjbUhGnBAzc1d4jW8PP8WhDmSzH7
MYmPpmLF7cWlIBwvsf0TOO+NL7Xk0yvl2p9bf6GnDsw5sstu/B7k3ISWgtybsvCD
5Ys4OzteYzM2ekfmKFmGuT8nZG03fjOdM8Wtn+XFg75/Vbdbp58ZECGdzYTTcFeB
+AKkb7PHznu99I32djg7ICWQRGdFhe4EWB3W/Qo4u2AYcZgEn2jn+8Lz+agytTLh
Zcf+2jvZoabT8VhCqYhuBi6peDLsZsV2k4GBR+/CFevYGD48s26b1+cAJgB0/dWp
OJwAW5nSXTpIlXS21axZkyTkEF+mzPhBuNL6WJBOq5i1J/9fTFGQt5/L2wv/Olyj
YD7hsadQ8qN5xBzO0GQd
=iKYV
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/545e6dba.5000...@linux.com



Re: useradd segmentation fault

2014-11-08 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I can't be 100% certain because I'm not sure what any of this means,
but it would seem I messed up somewhere as it shows `No Symbol Table
info available` for libnss_ldap.

This bit also seems possibly problematic
`warning: Can't read pathname for load map: Input/output error.1`

# gdb /usr/sbin/useradd core
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/sbin/useradd...(no debugging symbols
found)...done.
[New LWP 9929]

warning: Can't read pathname for load map: Input/output error.
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
Core was generated by `useradd foo'.
Program terminated with signal 11, Segmentation fault.
#0  0x7f880fad5f0b in ?? () from
/lib/x86_64-linux-gnu/libnss_ldap.so.2
(gdb) bt full
#0  0x7f880fad5f0b in ?? () from
/lib/x86_64-linux-gnu/libnss_ldap.so.2
No symbol table info available.
#1  0x7f880fad3ef1 in ?? () from
/lib/x86_64-linux-gnu/libnss_ldap.so.2
No symbol table info available.
#2  0x7f880fad4a34 in ?? () from
/lib/x86_64-linux-gnu/libnss_ldap.so.2
No symbol table info available.
#3  0x7f880fad4bde in ?? () from
/lib/x86_64-linux-gnu/libnss_ldap.so.2
No symbol table info available.
#4  0x7f880fad6276 in _nss_ldap_getpwent_r () from
/lib/x86_64-linux-gnu/libnss_ldap.so.2
No symbol table info available.
#5  0x7f88108f1840 in __nss_getent_r
(getent_func_name=0x7f8810952156 getpwent_r,
setent_func_name=optimized out,
lookup_fct=0x7f88108f1ad0 *__GI___nss_passwd_lookup2,
nip=0x7f8810b8cd60, startp=optimized out, last_nip=optimized out,
stayopen_tmp=0x0, res=0, resbuf=0x7f8810b8cca0, buffer=0x0,
buflen=8589934592, result=0x7fffbff02008, h_errnop=0x0)
at getnssent_r.c:171
fct = {f = 0x7f880fad6240 _nss_ldap_getpwent_r, ptr =
0x7f880fad6240}
no_more = optimized out
status = 277813968
#6  0x7f88108af0a6 in __getpwent_r (resbuf=optimized out,
buffer=optimized out, buflen=optimized out, result=0x0)
at ../nss/getXXent_r.c:162
status = 0
save = 0
#7  0x7f88108f1463 in __nss_getent (func=0x7f88108af010
__getpwent_r, resbuf=0x7f8810b8cca0, buffer=0x7f8810b8ae18,
buflen=optimized out, buffer_size=0x7f8810b8ccd0, h_errnop=0x0)
at getnssent.c:38
result = optimized out
#8  0x7f88108aece2 in getpwent () at ../nss/getXXent.c:84
buffer_size = 8589934592
resbuf = {l = {pw_name = 0x7f860d33d012 Address
0x7f860d33d012 out of bounds, pw_passwd = 0x0, pw_uid = 628342823,
pw_gid = 3, pw_gecos = 0x1637b49 ยธ\020\210\177,
pw_dir = 0x1637b50 0{c\001, pw_shell = 0x1637b5d },
  ptr = 0x7f860d33d012}
save = 0
#9  0x00408815 in ?? ()
No symbol table info available.
#10 0x004043e5 in ?? ()
No symbol table info available.
#11 0x7f8810822ead in __libc_start_main (main=optimized out,
argc=optimized out, ubp_av=optimized out,
init=optimized out, fini=optimized out, rtld_fini=optimized
out, stack_end=0x7fffbff023f8) at libc-start.c:244
result = optimized out
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0,
4098621885896654353, 4218724, 140736413574144, 0, 0,
- -4098762729259336175,
-4039416709317984751}, mask_was_saved = 0}}, priv =
{pad = {0x0, 0x0, 0x40ff50, 0x7fffbff02408}, data = {
  prev = 0x0, cleanup = 0x0, canceltype = 4259664}}}
not_first_call = optimized out
#12 0x00405f8d in ?? ()
No symbol table info available.
#13 0x7fffbff023f8 in ?? ()
No symbol table info available.
#14 0x001c in ?? ()
No symbol table info available.
#15 0x0002 in ?? ()
No symbol table info available.
#16 0x7fffbff02e90 in ?? ()
No symbol table info available.
#17 0x7fffbff02e98 in ?? ()
No symbol table info available.
#18 0x in ?? ()
No symbol table info available.
(gdb)
#0  0x7f880fad5f0b in ?? () from
/lib/x86_64-linux-gnu/libnss_ldap.so.2
No symbol table info available.
#1  0x7f880fad3ef1 in ?? () from
/lib/x86_64-linux-gnu/libnss_ldap.so.2
No symbol table info available.
#2  0x7f880fad4a34 in ?? () from
/lib/x86_64-linux-gnu/libnss_ldap.so.2
No symbol table info available.
#3  0x7f880fad4bde in ?? () from
/lib/x86_64-linux-gnu/libnss_ldap.so.2
No symbol table info available.
#4  0x7f880fad6276 in _nss_ldap_getpwent_r () from
/lib/x86_64-linux-gnu/libnss_ldap.so.2
No symbol table info available.
#5  0x7f88108f1840 in __nss_getent_r
(getent_func_name=0x7f8810952156 getpwent_r,

Re: useradd segmentation fault

2014-11-08 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On 11/08/2014 12:16 PM, Don Armstrong wrote:

 Please double check the bt full; output for any obvious password
 strings too before posting to this mailing list. [I should have
 told you to do that too, but I don't see any below, so you should
 be OK.]
Yea i did a quick read through to make sure no identifying information
was present before sending :p
 
 And also don't send the core file to the BTS either, unless you're
 going to change your ldap machine passwords.
Not sure what you mean by this, don't post the full output of the command?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUXp6hAAoJEORnMHMHY2Frg54QAKhSRkfZuH+SNXXb4daaDJ8E
USRZirhICEnvtzeDu6Bz4BsCG6hX0Zv6PXufQvXQcqHodvbfWBBbOPjE2CDHlnhI
oKewZJdYcWTym9HYxwBN5Y/FG+gyNygiVsSBFja37P+LkpH6I52BdNSyIhTDkukX
1EgKbWntn+AVCQJoxpuZ0rNUbdO7YTsYkgo+CBA+1vg46H68AqJ8DGQ5KrYDWu/g
i0N5bS7j7SyZnO4L5jolWNeBXDW6vh/JIYa8uNc24jj8ndg4LmjJokH56jDFsA6C
mS4j69sWjaHcm84BuIi9mgzcB6feiWFP7M5qkj6LrzEUutjE+Tur85pPR0ZfDy4U
d5CgzVkrqAOh0qCPWQt6onozpoVjPXvT1V+KrwihSoNGkM2hebzNDOH+SljaYRO7
qO5FhWqeGj3nsNXe99yDeWAYzGXNToajTlOl9Z2DYYUF5ps3EAsqVFspMCskMrxZ
o7ItPu81IATdtNknGQ0yxubXCiGiw0cxbuEugdNaF6VLKoNAnPmA68laJOrty5T1
H4A9gsq6kBaAFUZLaU501jzmR3Z0quYgzV9A6b81jZNphr2f1GXtXzdai6jsJ6yk
yMDM6J+Ce7/oZXfYnMKDRrK7Bt6NrXd79NNSzucpF3YmavKg9bwTwKfKzQMHlp0R
Trv80S1QtZJkjaZJY2Eu
=sk4N
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/545e9ea4.3050...@gmail.com



Re: useradd segmentation fault

2014-11-08 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On 11/08/2014 12:16 PM, Don Armstrong wrote:

 apt-get build-dep libnss-ldap; DEB_BUILD_OPTS=nostrip,noopt
 apt-get source -b libnss-ldap;
 
 will give you those symbols.
 
 Then you can rerun /usr/sbin/useradd foo; and re-analyze the
 coredump.
The coredump looks identical to before i built/installed the new
libnss-ldap
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUXqEhAAoJEORnMHMHY2FrDa0P/1OLykX1o9050yn1Lg/W6W3g
cTO6qQNF6big1tikRyjvJ4vubo1OYcuZyxVZxHL7SGMxX7S7ndzRpZWPmEgyg+nG
wj0GxZoVN8tJTREEaa5foIw4nSO9glPjM61gdCUKdHSnyBFy3Nq+c3asLhb8UGBY
o6OPshKbFL8C/bbK1AJvMVoi3tu7LmmPJLHfMefXun8Z4ENa4uO/xfrLL8dK2Wie
KzOAG3FpoKdTOAJ5uQdjM9pu8joTZq3/zWYfOyvQoImKZkdFb2whjFHDK1hu88Bf
UHxsf7pgMIyqt7qWEN9ExjEstiwTSqTJXkP2I731q/UAaHpJQUjAdqwpZVtwptd3
U/YTd8LVKExZBG/jY5VUasDZ++D7g08jzI61+B27+syFGFGh7mUZMvGj9LHzitqb
N5ckjk1ItlMPJr2YoJ8Jv8cTYrNw9KD7YuT/bKjd9zr89MIUcieX9JjVZndvWZQB
Nmeo/vE3KqnScGou6yxuS1YNgAZoGYSPHQg83MlgVRrrGFqaQOaBifwIgp12yJYz
p66stYt8eiZTJcgQ5VMOpgeo2zoiJpbi0S+mtv8RK2zVXeVDpMpTFqWd31Xo0S0m
cIKTzei0SJJ6NaNVXUa85jfaMupE0anANeL5ofg1i1CcMYhuJSIrHVJ9YYf4agL4
rMtBcSUWdeKd9xLZE9D1
=5Ry2
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/545ea123.9050...@gmail.com



Re: useradd segmentation fault

2014-11-09 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On 11/08/2014 03:43 PM, Don Armstrong wrote:

 No, just don't send the whole core dump itself (the file called
 core) to the BTS (or this mailing list). It almost certainly has
 your machine ldap password in it.
that makes sense, wont do that, thanks.

 You should at least have the symbols for libnss-ldap... can you
 check the output of nm -a for that library to make sure it actually
 has the debugging symbols?
Where do i find the object file for libnss-ldap? I tried running nm -a
on pretty much every file I could find with libnss-ldap in the name
and it said it didn't recognize the file type.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUX87bAAoJEORnMHMHY2Frkv4QAI8i1wfJfKh3LCuxeDDvnmmU
0WgtVSdJTgV+AfuFAq7Ud5/FHeHDAh2gxP3g3x6A4VMAKL7om9Zqu2uO+OkjJuXk
m0Fq9BULBA6iaPvutfZ6YlvSG6OsMwS/U80W1++4B3GtQBGW2lOboj3z6r4vP9R3
Dba8hzvDJA5oiapgNagh30jIIl/Vs8Q4Ak/cs4aVssZMaM8LVIVFf7OZT3YikfSq
8K2mksTfscGMdlhZxVNeN5lgIq/17/noZ1ieYAQRvXcRTGGsKhXLVeOVqsuyHUFz
uvx2+y0LURCKJmPtsSnKVIQAzBqS3KOro3QvrIALMTIyzi3iCKHjxlGnIhXVpje8
vMJNAezeQU1xluxBm/TrYBoo4Xrakc5uDYIzsiZGoOpperxeL5qh8RwntnR+7pTa
zfv5sKOg4H0hWO4pizuqxS476rQiNjMXpyJzwSZX304lDp/DjoEgl+PFzN+X1CRj
nZBRR26rPH/46GBZwTDyxs1MWh1DpKrNQAsladGQe/RgLHZmHqVgAknrfvwwuGay
FU8DMCcam4UsjeBti96RyY4VNysaiTIXZw/jTqBld9j6ixNqH7pX2Jxau/gvl2YB
Whpad+z4TVDw+A4CTY7jBiAuIMcX6UX7gF1XUp4knSNvM6OsjIWgVmPwxFr0u3pf
TjqIWdT7sXkvhEGI6y5Z
=3N+u
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/545fcede.6000...@gmail.com



Re: useradd segmentation fault

2014-11-09 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On 11/09/2014 12:55 PM, Don Armstrong wrote:
 On Sun, 09 Nov 2014, Joris Bolsens wrote:
 Where do i find the object file for libnss-ldap? I tried running
  nm -a on pretty much every file I could find with libnss-ldap in
  the name and it said it didn't recognize the file type.
 
 It should be symlinked from /lib64/libnss_ldap.so.2 or 
 /lib/x86_64-linux-gnu/ and nm -Da or similar should do it.
 
Thanks, found it. here is the output,

# nm -Da libnss_ldap.so.2
34d8 t .init
 A EXPORTED
 w _ITM_deregisterTMCloneTable
 w _ITM_registerTMCloneTable
 w _Jv_RegisterClasses
 U __assert_fail
 U __ctype_b_loc
 w __cxa_finalize
 U __dn_expand
 U __errno_location
 U __fxstat
 w __gmon_start__
 w __pthread_mutex_lock
 w __pthread_mutex_unlock
 U __register_atfork
 U __res_init
 U __res_search
 U __res_state
 U __snprintf_chk
 U __stack_chk_fail
 U __stpcpy_chk
 U __strdup
 U __syslog_chk
 U __xstat
b010 T _nss_ldap_endaliasent
d380 T _nss_ldap_endautomntent
cdc0 T _nss_ldap_endetherent
9810 T _nss_ldap_endgrent
a450 T _nss_ldap_endhostent
a860 T _nss_ldap_endnetent
9af0 T _nss_ldap_endnetgrent
aac0 T _nss_ldap_endprotoent
8210 T _nss_ldap_endpwent
9f80 T _nss_ldap_endrpcent
b480 T _nss_ldap_endservent
ae90 T _nss_ldap_endspent
afa0 T _nss_ldap_getaliasbyname_r
b040 T _nss_ldap_getaliasent_r
d3b0 T _nss_ldap_getautomntbyname_r
d250 T _nss_ldap_getautomntent_r
cdf0 T _nss_ldap_getetherent_r
9840 T _nss_ldap_getgrent_r
9780 T _nss_ldap_getgrgid_r
9710 T _nss_ldap_getgrnam_r
a350 T _nss_ldap_gethostbyaddr_r
a270 T _nss_ldap_gethostbyname2_r
a320 T _nss_ldap_gethostbyname_r
a480 T _nss_ldap_gethostent_r
ccb0 T _nss_ldap_gethostton_r
a680 T _nss_ldap_getnetbyaddr_r
a5f0 T _nss_ldap_getnetbyname_r
a890 T _nss_ldap_getnetent_r
9c10 T _nss_ldap_getnetgrent_r
cd00 T _nss_ldap_getntohost_r
aa00 T _nss_ldap_getprotobyname_r
aa50 T _nss_ldap_getprotobynumber_r
aaf0 T _nss_ldap_getprotoent_r
8240 T _nss_ldap_getpwent_r
8150 T _nss_ldap_getpwnam_r
81a0 T _nss_ldap_getpwuid_r
9ec0 T _nss_ldap_getrpcbyname_r
9f10 T _nss_ldap_getrpcbynumber_r
9fb0 T _nss_ldap_getrpcent_r
b350 T _nss_ldap_getservbyname_r
b3d0 T _nss_ldap_getservbyport_r
b4b0 T _nss_ldap_getservent_r
aec0 T _nss_ldap_getspent_r
ae20 T _nss_ldap_getspnam_r
96e0 T _nss_ldap_initgroups
9400 T _nss_ldap_initgroups_dyn
aff0 T _nss_ldap_setaliasent
d1e0 T _nss_ldap_setautomntent
cda0 T _nss_ldap_setetherent
97f0 T _nss_ldap_setgrent
a430 T _nss_ldap_sethostent
a840 T _nss_ldap_setnetent
9b40 T _nss_ldap_setnetgrent
aaa0 T _nss_ldap_setprotoent
81f0 T _nss_ldap_setpwent
9f60 T _nss_ldap_setrpcent
b460 T _nss_ldap_setservent
ae70 T _nss_ldap_setspent
 U access
 U ber_bvfree
 U ber_free
 U ber_pvt_opt_on
 U ber_set_option
 U calloc
 U close
 U dup
 U dup2
 U ether_aton
 U ether_ntoa
 U fclose
 U fcntl
 U fgets
 U fileno
 U fopen
 U free
 U geteuid
 U getpeername
 U getpid
 U getsockname
 U gss_krb5_ccache_name
 U inet_addr
 U inet_makeaddr
 U inet_network
 U inet_ntoa
 U ldap_abandon
 U ldap_control_free
 U ldap_controls_free
 U ldap_count_entries
 U ldap_count_values
 U ldap_create_page_control
 U ldap_err2string
 U ldap_explode_dn
 U ldap_explode_rdn
 U ldap_first_attribute
 U ldap_first_entry
 U ldap_get_dn
 U ldap_get_option
 U ldap_get_values

Re: useradd segmentation fault

2014-11-11 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sorry about late reply, got a bit busy with other things.

On 11/07/2014 11:43 PM, Reco wrote:
 Hi.
 
 I'd try adding some memory (or swapspace) to this VM to satisfy
 mremap's wish to remap to exactly 8G virtual memory.
 
 Reco

Tried this, set the VMs memory to 8gb and still get the segfault, the
strace and core dumb look pretty identical to before.

Also still not sure why I don't have the debug symbol things for the
ldap lib, tried a few more times to install it to no avail.

- -Joris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUYpWUAAoJEORnMHMHY2Fro8wQALSgyakp9fXsP063F51s3av4
3kc698UvCW8Qy1TY/CfsstOhiOPaLUjtJIKNwzc7YaFi8NhzsZcJzTeikFGWSpKg
TfxDlEv9kJQWQiKxKY4RLzW6ZXKqPJjFoN1ob/rY3hdy/OoNUD1rGApzallwptZ/
pAx0my0g7edZQwD5sbtKfo3unSTWD8j3XDJF0N0BwxqsT6HncpIAtbiNQ+PJpfm4
gQRnJYd/ZQ8aGb9CpxqrtAAbf4dAqVBYmRa4jl+2crRKFL9DX+se83OimDQzJk6C
DlEPIxPk5vRNtKbqYfYLc8G4YBPYVY1q3OoBlizvEQvgLkpamoWp07smg4TjRqWo
tsp6b2ORkpmCxDeH8W6Lt+uhrkszQm3g6WWKPJbbMQpoaytg3rLdI0e9n20axzgo
RAa0XyD26xHWdAK0IjnzQjrjllplkbx/seRo3d0b0NudNZKy/yQIJvdw19UA2GoE
c7d+AYgBcA3ulY+LUc4hNnfyNqtuzALJWiQ/kO0V9plOkGd/1Smn546iBBxxCC7q
P3LWqP72HfX4VA1i+/+7TQL3i9/HegnvA5h+HVmRSU38bYYiKKdKKZh+DC1unBaW
dTov6Q04N9iEo4bZdBla+UhDkV3awpwfJ1v4s8JO6Eircly0btIrrqnq2euC7dTL
yUpIjET51WlRtOD+oUla
=0htc
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54629597.4060...@linux.com



Random X crash

2014-12-04 Thread Joris Bolsens
I am getting seemingly random crashes of X.

I have 3 monitors (2 external, 1 laptop), and occasionally they will
flash black, and orientation gets reset to default. I have not been able
to find any action that specifically triggers this, although when i look
at dmesg, it seems to somehow be relate to my wifi. I have pasted (what
I think) are the relevant bits of dmesg below, please let me know if I
should provide more info.

dmesg first instance:

[14198.890344] bridge-wlan2: device is wireless, enabling SMAC
[14198.890348] bridge-wlan2: up
[14198.890353] bridge-wlan2: attached
[14198.930206] wlan2: Limiting TX power to 30 (30 - 0) dBm as advertised
by 80:ea:96:ee:dd:0a
[14199.090477] userif-3: sent link down event.
[14199.090481] userif-3: sent link up event.
[16815.766004] [drm:cpt_set_fifo_underrun_reporting] *ERROR* uncleared
pch fifo underrun on pch transcoder A
[16815.766009] [drm:cpt_serr_int_handler] *ERROR* PCH transcoder A FIFO
underrun
[16815.767229] [drm:ivybridge_set_fifo_underrun_reporting] *ERROR*
uncleared fifo underrun on pipe A
[16815.767234] [drm:ivb_err_int_handler] *ERROR* Pipe A FIFO underrun
[17129.902962] [drm:cpt_set_fifo_underrun_reporting] *ERROR* uncleared
pch fifo underrun on pch transcoder A
[17129.902966] [drm:cpt_serr_int_handler] *ERROR* PCH transcoder A FIFO
underrun
[17129.917635] [drm:ivybridge_set_fifo_underrun_reporting] *ERROR*
uncleared fifo underrun on pipe A
[17129.917639] [drm:ivb_err_int_handler] *ERROR* Pipe A FIFO underrun
[17197.888252] [drm:cpt_set_fifo_underrun_reporting] *ERROR* uncleared
pch fifo underrun on pch transcoder A
[17197.888256] [drm:cpt_serr_int_handler] *ERROR* PCH transcoder A FIFO
underrun
[17197.898583] [drm:ivybridge_set_fifo_underrun_reporting] *ERROR*
uncleared fifo underrun on pipe A
[17197.898588] [drm:ivb_err_int_handler] *ERROR* Pipe A FIFO underrun
[17553.192289] [drm:cpt_set_fifo_underrun_reporting] *ERROR* uncleared
pch fifo underrun on pch transcoder A
[17553.192294] [drm:cpt_serr_int_handler] *ERROR* PCH transcoder A FIFO
underrun
[17553.196104] [drm:ivybridge_set_fifo_underrun_reporting] *ERROR*
uncleared fifo underrun on pipe A
[17553.196108] [drm:ivb_err_int_handler] *ERROR* Pipe A FIFO underrun

dmesg second instance:
-
[20155.260197] /dev/vmnet: port on hub 0 successfully opened
[20155.260206] bridge-wlan2: device is wireless, enabling SMAC
[20155.261377] bridge-wlan2: up
[20155.261422] bridge-wlan2: attached
[20155.341711] wlan2: Limiting TX power to 30 (30 - 0) dBm as advertised
by 80:ea:96:ee:dd:0a
[20155.411171] userif-3: sent link down event.
[20155.412149] userif-3: sent link up event.
[20416.556616] [drm:cpt_set_fifo_underrun_reporting] *ERROR* uncleared
pch fifo underrun on pch transcoder A
[20416.556621] [drm:cpt_serr_int_handler] *ERROR* PCH transcoder A FIFO
underrun
[20416.556772] [drm:ivybridge_set_fifo_underrun_reporting] *ERROR*
uncleared fifo underrun on pipe A
[20416.556775] [drm:ivb_err_int_handler] *ERROR* Pipe A FIFO underrun
[21122.359725] [drm:cpt_set_fifo_underrun_reporting] *ERROR* uncleared
pch fifo underrun on pch transcoder A
[21122.359729] [drm:cpt_serr_int_handler] *ERROR* PCH transcoder A FIFO
underrun
[21122.369766] [drm:ivybridge_set_fifo_underrun_reporting] *ERROR*
uncleared fifo underrun on pipe A
[21122.369771] [drm:ivb_err_int_handler] *ERROR* Pipe A FIFO underrun
[22666.750046] [drm:cpt_set_fifo_underrun_reporting] *ERROR* uncleared
pch fifo underrun on pch transcoder A
[22666.750050] [drm:cpt_serr_int_handler] *ERROR* PCH transcoder A FIFO
underrun
[22666.751890] [drm:ivybridge_set_fifo_underrun_reporting] *ERROR*
uncleared fifo underrun on pipe A
[22666.751893] [drm:ivb_err_int_handler] *ERROR* Pipe A FIFO underrun
[22988.645046] [drm:cpt_set_fifo_underrun_reporting] *ERROR* uncleared
pch fifo underrun on pch transcoder A
[22988.645050] [drm:cpt_serr_int_handler] *ERROR* PCH transcoder A FIFO
underrun
[22988.645987] [drm:ivybridge_set_fifo_underrun_reporting] *ERROR*
uncleared fifo underrun on pipe A
[22988.645989] [drm:ivb_err_int_handler] *ERROR* Pipe A FIFO underrun




signature.asc
Description: OpenPGP digital signature


Re: Screen rotation question

2014-12-20 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Could be there's no difference, but try the --rotate flag and specify
your vga connection

xrandr --output VGA1 --rotate right

On 12/05/2014 02:32 PM, Jacek Dudek wrote:
 X Error of failed request: BadMatch (invalid parameter attributes)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUlhnhAAoJEORnMHMHY2FrWoUQAK5Z01OxG30/yTc/B8jUi4y5
r6lqTXN1NCbP4V8QCLcL0KwnNBPbmZVRe2Ut8yLeg09o1H7BVesEu07VMnIHTeUy
hfy/dKcDt8JpXxDQ5/y3pkOrkvlwt9IRGDy5G2od9k7CWhQ7y69M6pxVY9cxSbzt
4JpydPeJ7S2YwcF4taGfAcJDHfxo16cqGazNiI4nlJRJfGORSw2PMhndGfm0wS/5
QLLxInSHJkvlZ43QYNEyJvof2Zuvq/BR4t39QpH2dj/uup0x/5cIyH6Tg7KwZ+QR
Nel6mWaaGZl5DT4qFxpZm1ZDWCZ0+AuTIeB4iDhpyBugsid+9WVBKpBW7NgDWBje
BA4YQEwVjMgiXKOfwW8464FHABIxQNxtHsQHZDmPeb80o2+UIn9V+CEmWrNLe+gB
26mraGUzNKuUf+yK6higctsnA6cqXSgdtbN6mm2qMU03X0j6fLY/xaNazKDX3c81
1wD9YhJ5MpqmeWaBdwyWjjM/pTWiTWNo5V32vFeQWIpWTKG6Pcde2wLTs8g7JnuF
00z/I3G3OlJ32317YnFSysqJDjBLQUU/NaoAccjOBAiZ/NOfKfIU414k/WRCtQ2c
JTrwvEj1CZKq6y/uyMJWpI91t1NfIaEHAqdRsSjKce1RO6nKa4SyiWlWX7HBe/sR
j9duXnxBpDy6R1NoqYYN
=Ge/E
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/549619ea.20...@gmail.com



gnome wont start

2014-12-22 Thread Joris Bolsens
Hello all,
I recently ran into a problem with Gnome.
It fails to start at all. I am able to get a working ui by using the
startx command, and it seems like it is a gnomish environment (windows
key brings up the Activities selected or what have you)

Gnome used to work fine, however I installed KDE to try it, decided i
dint like it, and purged it.

Everything on google seems to recommend simply removing Gnome and using
tasksel to reinstall Gnome from scratch, however this does not resolve
my issue.

some relevant outputs:
--
$ sudo service gdm restart
Warning: Unit file of gdm.service changed on disk, 'systemctl
daemon-reload' recommended.
Job for gdm.service failed. See 'systemctl status gdm.service' and
'journalctl -xn' for details.
--
--
$ sudo systemctl daemon-reload
--
--
$ sudo systemctl status gdm.service
โ— gdm.service - GNOME Display Manager
   Loaded: loaded (/lib/systemd/system/gdm.service; enabled)
   Active: failed (Result: start-limit) since Mon 2014-12-22 19:06:18
PST; 1min 26s ago

Dec 22 19:06:16 debian systemd[1]: Failed to start GNOME Display Manager.
Dec 22 19:06:16 debian systemd[1]: Unit gdm.service entered failed state.
Dec 22 19:06:18 debian systemd[1]: gdm.service holdoff time over,
scheduling restart.
Dec 22 19:06:18 debian systemd[1]: Stopping GNOME Display Manager...
Dec 22 19:06:18 debian systemd[1]: Starting GNOME Display Manager...
Dec 22 19:06:18 debian systemd[1]: gdm.service start request repeated
too quickly, refusing to start.
Dec 22 19:06:18 debian systemd[1]: Failed to start GNOME Display Manager.
Dec 22 19:06:18 debian systemd[1]: Unit gdm.service entered failed state.

--



signature.asc
Description: OpenPGP digital signature


Re: gnome wont start

2014-12-23 Thread Joris Bolsens


On 12/22/2014 10:31 PM, Go Linux wrote:
 
 Recent discussion (on the Devuan list) mentioned dbus requires a reboot to 
 restart. Perhaps startx also needs a reboot?  Welcome to the world of systemd 
 - determined to  complicate your computing life.  Note that Gnome is 
 terminally infected with the systemd plague.
 
I've restarted multiple times, every time Gnome fails to start and i
have to use `startx` to get a working UI, but I am still missing things
like the gnome lockscreen/screensaver.



On 12/23/2014 01:41 AM, Jean-Marc wrote: Mon, 22 Dec 2014 19:09:21

 It is not very clear to me.
 You installed KDE, you did not like it and purged Gnome ?

I installed KDE when Gnome was already installed, did not like KDE, so
purged it to go back to only Gnome


 The simpliest way to remove something you do not want is something like:
 apt-get remove --purge kde

I removed KDE with apt-get purge kde which i think is the same, i have
also tried purging gnome and reinstalling it, however even after
reinstall issue persists.


 - What is the output of
 journalctl -xn
-- Logs begin at Tue 2014-12-23 09:34:54 PST, end at Tue 2014-12-23
09:55:02 PST. --
Dec 23 09:55:01 debian CRON[6075]: (root) CMD (command -v debian-sa1 
/dev/null  debian-sa1 1 1)
Dec 23 09:55:01 debian CRON[6073]: pam_unix(cron:session): session
closed for user root
Dec 23 09:55:01 debian CRON[6072]: pam_unix(cron:session): session
closed for user root
Dec 23 09:55:01 debian postfix/pickup[6971]: 9B9DB2020082: uid=0 from=root
Dec 23 09:55:01 debian postfix/cleanup[6083]: 9B9DB2020082:
message-id=20141223175501.9B9DB2020082@localhost
Dec 23 09:55:01 debian postfix/qmgr[6972]: 9B9DB2020082:
from=root@localhost.localdomain, size=647, nrcpt=1 (queue active)
Dec 23 09:55:01 debian postfix/local[6085]: 9B9DB2020082:
to=root@localhost.localdomain, orig_to=root, relay=local,
delay=0.22, delays=0.1/0/0/0.12, dsn=2.0.0, status=sent (delivered to
maildir)
Dec 23 09:55:01 debian postfix/qmgr[6972]: 9B9DB2020082: removed
Dec 23 09:55:02 debian sudo[6086]: joris : TTY=pts/0 ; PWD=/home/joris ;
USER=root ; COMMAND=/bin/journalctl -xn
Dec 23 09:55:02 debian sudo[6086]: pam_unix(sudo:session): session
opened for user root by joris(uid=0)


 dpkg --audit
$ sudo dpkg --audit
joris@debian:~$

 - And what is your Debian version ?
 uname -a
Linux debian 3.16-3-amd64 #1 SMP Debian 3.16.5-1 (2014-10-10) x86_64
GNU/Linux

 ls /etc/*rel*
 cat /etc/result-you-got
 cat /etc/os-release
$ cat /etc/os-release
PRETTY_NAME=Debian GNU/Linux 8 (jessie)
NAME=Debian GNU/Linux
VERSION_ID=8
VERSION=8 (jessie)
ID=debian
HOME_URL=http://www.debian.org/;
SUPPORT_URL=http://www.debian.org/support/;
BUG_REPORT_URL=https://bugs.debian.org/;
 apt-cache policy
$ apt-cache policy
Package files:
 100 /var/lib/dpkg/status
 release a=now
 500 http://ppa.launchpad.net/webupd8team/java/ubuntu/ precise/main
Translation-en
 500 http://ppa.launchpad.net/webupd8team/java/ubuntu/ precise/main i386
Packages
 release
v=12.04,o=LP-PPA-webupd8team-java,a=precise,n=precise,l=Oracle Java
(JDK) 6 / 7 / 8 Installer PPA,c=main
 origin ppa.launchpad.net
 500 http://ppa.launchpad.net/webupd8team/java/ubuntu/ precise/main
amd64 Packages
 release
v=12.04,o=LP-PPA-webupd8team-java,a=precise,n=precise,l=Oracle Java
(JDK) 6 / 7 / 8 Installer PPA,c=main
 origin ppa.launchpad.net
 500 http://repo.steampowered.com/steam/ precise/steam i386 Packages
 release o=Valve Software LLC,n=precise,l=Steam,c=steam
 origin repo.steampowered.com
 500 http://repo.steampowered.com/steam/ precise/steam amd64 Packages
 release o=Valve Software LLC,n=precise,l=Steam,c=steam
 origin repo.steampowered.com
 500 http://dl.google.com/linux/chrome/deb/ stable/main i386 Packages
 release v=1.0,o=Google, Inc.,a=stable,n=stable,l=Google,c=main
 origin dl.google.com
 500 http://dl.google.com/linux/chrome/deb/ stable/main amd64 Packages
 release v=1.0,o=Google, Inc.,a=stable,n=stable,l=Google,c=main
 origin dl.google.com
 500 http://apt.izzysoft.de/ubuntu/ generic/universe i386 Packages
 release a=generic,c=universe
 origin apt.izzysoft.de
 500 http://apt.izzysoft.de/ubuntu/ generic/universe amd64 Packages
 release a=generic,c=universe
 origin apt.izzysoft.de
 500 http://www.rabbitmq.com/debian/ testing/main i386 Packages
 release o=RabbitMQ,a=testing,n=kitten,l=RabbitMQ Repository for
Debian / Ubuntu etc,c=main
 origin www.rabbitmq.com
 500 http://www.rabbitmq.com/debian/ testing/main amd64 Packages
 release o=RabbitMQ,a=testing,n=kitten,l=RabbitMQ Repository for
Debian / Ubuntu etc,c=main
 origin www.rabbitmq.com
 500 http://ppa.fenryxo.cz/nuvola-player/ stable/main i386 Packages
 release v=1.0,o=Fenryxo,a=stable,n=wheezy,c=main
 origin ppa.fenryxo.cz
 500 http://ppa.fenryxo.cz/nuvola-player/ stable/main amd64 Packages
 release v=1.0,o=Fenryxo,a=stable,n=wheezy,c=main
 origin ppa.fenryxo.cz
 500 http://repository.spotify.com/ stable/non-free i386

Re: gnome wont start

2014-12-23 Thread Joris Bolsens


On 12/23/2014 10:07 AM, Floris wrote:
 Op Tue, 23 Dec 2014 18:58:48 +0100 schreef Joris Bolsens jo...@linux.com:
 
 Is it Gnome that fails to start or gdm?
 
Not sure what the difference is (sorry).
When the system starts I get multiple messages along the lines of Gnome
Display Manager [FAILED].
startx gives me what looks like a gnome environment, minus the
lockscreen and whatnot.



signature.asc
Description: OpenPGP digital signature


Re: gnome wont start

2014-12-23 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On 12/23/2014 10:32 AM, Floris wrote:
 just to be sure:
 
 apt-get update apt-get purge kdm
$ sudo apt-get purge kdm
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'kdm' is not installed, so not removed
 apt-get install --reinstall gdm3
$ sudo apt-get install --reinstall gdm3
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer
required:
  libgnuinet-java libgnujaf-java libgnumail-java libicc2 libimdi0
  liblivemedia36 libturbojpeg1 linux-headers-3.16-2-amd64
  linux-headers-3.16-2-common linux-image-3.16-2-amd64
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 18 not
upgraded.
Need to get 0 B/623 kB of archives.
After this operation, 0 B of additional disk space will be used.
Preconfiguring packages ...
(Reading database ... 332627 files and directories currently installed.)
Preparing to unpack .../gdm3_3.14.1-3_amd64.deb ...
Unpacking gdm3 (3.14.1-3) over (3.14.1-3) ...
Processing triggers for libglib2.0-0:i386 (2.42.1-1) ...
Processing triggers for libglib2.0-0:amd64 (2.42.1-1) ...
Processing triggers for man-db (2.7.0.2-4) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for dbus (1.8.12-1) ...
Setting up gdm3 (3.14.1-3) ...
Warning: Unit file of gdm3.service changed on disk, 'systemctl
daemon-reload' recommended.
Job for gdm.service failed. See 'systemctl status gdm.service' and
'journalctl -xn' for details.
invoke-rc.d: initscript gdm3, action reload failed.
joris@debian:~$
 dpkg-reconfigure gdm3
$ sudo dpkg-reconfigure gdm3
Warning: Unit file of gdm3.service changed on disk, 'systemctl
daemon-reload' recommended.
Job for gdm.service failed. See 'systemctl status gdm.service' and
'journalctl -xn' for details.
invoke-rc.d: initscript gdm3, action reload failed.
joris@debian:~$
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUmbaFAAoJEORnMHMHY2FryjQP/iP16SAi+9rvFVlg2YvGliAD
JhPc6dJKIpQHFrdDrg6nNksLB4URsTXjA3OoP3gunkxkOTB0ugY9UDm6mQHA2712
RFf3DmrtzP62l+oTY6Qs1lNKRVeIt3OsC7jPyN45lkYWTmyadq86cAOIUyVt6O14
ZJducH0ztvdAz5Fv1YYer8j/ECp4zXkbk8L8bl5DOGqaUsMHBunVKzVA9IJ8o9vr
RD+IUKeRBQWImBQ2c/FiK4bio8GuCpJ878TDVrnG3m1iIrxdQ+FLS6xI4Cb+AJuV
11oQGZDZDVsFKrpGxiKrvTuvEBWXPy8mG9KojHk1hX20Dvbdi5RZ0DuEnalaFbpC
bM18uXXsAv1EoMMPi21MXv/gsvQIy6EwHJAcnLF6uixaoB6OWG6+Obv2qUxMqDD/
Cj7lSnL3ql1KGdjEiSrv2q1laS0QqGnemLVWmFQuBFYFt9aEw5XLa0wn8CNNh2sw
6C8DtEougIHoCNzyNVaGK/A3Je/aTxujb9BTF/XuxY+6tA2TpICuVv1bdCXUlMd1
/6BPn6T7XZGzdGx+tybytldHlU+aiI8y/bvHpjaKIGcDhMoVczm48K4P2HWFV6fq
AgMRVIINkzGZRTnWiwgtVOxfdNPeppGbMwtJx/c45fzU4fTlDhx+7hDhfKYW8Md9
729a5Z3dbRHXgk+Gq8Fk
=pMfi
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5499b688.4070...@gmail.com



Re: gnome wont start

2014-12-23 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On 12/23/2014 10:37 AM, Lisi Reisz wrote:
 dpkg-reconfigure gdm
$ sudo dpkg-reconfigure gdm
dpkg-query: package 'gdm' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
/usr/sbin/dpkg-reconfigure: gdm is not installed
joris@debian:~$
- ---
$ sudo dpkg-reconfigure gdm3
Warning: Unit file of gdm3.service changed on disk, 'systemctl
daemon-reload' recommended.
Job for gdm.service failed. See 'systemctl status gdm.service' and
'journalctl -xn' for details.
invoke-rc.d: initscript gdm3, action reload failed.
joris@debian:~$
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUmbc5AAoJEORnMHMHY2FrxjkP/Ru0w62Xst8VeAnvHFTt6RQ4
nQmATcgPLEEYJbVq6od6l7alnq82KWQjkzL/na15nw2hhQvhadyxpBx5vxfJ40L4
+tvkR1F3wQuj4kmiAmTfafUQZc+t8sm/PJuv6bjSpl5Pps1TtgeIzmPZAhAZ1kCV
z4OUk36bdjPX1+6F61vQJr/f166q48F9YUiV98z3O1iqBhyRHCGco1MlYvX2Uvpd
BI/mqlw1l2Uxw1eCiXQ4pS4q37suGBAh1WpIy3pJS8Plcn84hywf55c2AmBsNp+L
S5kxVMTC813Ynuftp4jKfPtzZnPXyKUFCucHb9HVR80Mfhb09I1te67wHgLwVjnn
ESvJip/Y4ve7mhKEo0lvxr8HVGAPoJyLbIpjCJCYxesgZ4xVGUivpYIQOR4VmHqH
qBlZnsCmtVzjW7LuMEXYarlNduW8v22SSxlf3T6pw3LwENmoZpAn7L5QUIiUFH89
L6dKpTMt6PXzjlUEZB1/Aipd+cdDt9qnrc/HDvkeq/4LfTZi3uGvkKURmeXPbaEF
JiMEC75I+pg1Nzo6HvUua9QfpBgjE0nkGcDWyuKrju57vTGHNahoBJz65Q7ezrde
r8l8OBYI4mBPUQv58EF8eTQUB4u0QNubeZxaIKNgn6dUPLxkwJVT3VwE9RoYDCzT
XZ1ZsttvyfTQ8S/M5LG+
=l08W
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5499b73e.6050...@gmail.com



Re: gnome wont start

2014-12-23 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On 12/23/2014 11:40 AM, Floris wrote:

 
 maybe you can manually set the display manager to gdm3
 
 edit /etc/X11/default-display-manager to:
 
 /usr/sbin/gdm3
 
That did the trick, it was set to /usr/bin/gdm3
Any idea why dpkg and apt couldn't reconfigure it?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUmc7ZAAoJEORnMHMHY2FrjT4P/RJyTl3m0WbUtvHSqyL7x9pE
f16Wbeg0vt8QhEfL2O4nvtRA7Wy9DbVfa/605++gRbW0ozMgmGswdJocOwcZzLX9
ec9AHXkTuJqL6zjt5UJwm/qdk5Dj/eE8PWyUCHo+FES8JJuMxH6hNfljB3qJ22B5
XATV2R97KcmOR46ZWWXbLiNV2z3PrMJzgdK7Ct5kpHTVtSv3m2/rgkd86jbZ6yU5
6coujsdvcrEKaHpPZs70yNSKBl+m5LRy+7YKhbjVtlnVi6OV2FM1xeyPzOpvMSNP
SGlCoiSV6/whd+Fd3SPB7YOQR1SiVg6hCBKnQkqVNhpfwmWDu3p2oTHgczqI3i/D
oKrUOrWy+WQZ0wYu/n0fQBEwhJUH8EGXCX4WPitubdELezb8al1IjMbxT1WKqh7q
pOjpgd+B/2hAaTRo4nt0bq8ISjCJ2lVkb4myxOt31dDWhOqoV0vpxBhCxvxY2tEn
vRYd8+9B07e4a1UcxDuxgxiFadlI5OWFF/8obUdONXf/II/XO6mblMBHgAV2bLdc
y/ItEyq2xV+6a3g7oei6aEuyksVN42xR3BDJXbFO6anbMWnxermgDmpNoSDETnAr
2lutWvEims+1n6jKBZPjGaOQ0jMeBE69WRpAlFyblSPdf4DLIIxhuCZkXw+/km7j
VvoQE6EkCY2vWNAtFxQQ
=ZJHw
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5499cedd.1000...@gmail.com



Re: gnome wont start

2014-12-23 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On 12/23/2014 12:49 PM, Hans wrote:
 
 Did you try to dpkg-reconfigure gdm?
I did, but it failed as there is nothing installed as gdm no longer
exists in jessie apparently, just gdm3
 
 You might try to force the configuration by reconfiguring another
 login-manager i.e. kdm. Just do dpkg-reconfigure kdm, then
 dpkg-reconfigure gdm.
that seems to have worked, at least no errors were printed (there was
no output from reconfiguring gdm3)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUmd8MAAoJEORnMHMHY2Fr6cYQAI+N539wrzbzQtfMqWXdtjUc
hhEyGD+ozbwJu00C3vIHtxA79ePuotkeRicCb/L6gi3NNX/Jp70Xu/2ycHPRcBID
MCSEvphYBrY/KoYYX+6eo8CczAXdkhqMi376/8GwINRX9GwgyFcmsyhIOwZ39zwR
QiZGYNMntQiLi4h/Zi6m3XSIK/iT6bf+tLEgO8p7bVQ3pkxCKmO6fho6GokymW1n
jBSi8c7qpnK6wC6WHq4lmsbpCEEUQujHIwm/Skb8MnVZh4zkEtW6xanrkinHnc2t
qCUJG9BGhxNGsPnAQzVG6505d9TEgztLVECGOFiwqm7E6nVkQMM2oAHog8rJXmu+
QeKDhxLcnUe+h2moK9IqxF3ITZ/ZkDybJwRvwTchORZ1bEJunkd/yGKAzwv/zbCk
NFjylAA5vCcN29ux3uRQfx4HqCRjCZQc5SmKiHST/ZamTqmjsQykA4Gwy2garny2
py0wZ5AR18DuaQ/mMwqFR0zZ90qRJu+B2qtfFqBG2m1jOIXUbraDKJkFoCFmd8Cc
IuSGDfL+mrRPNQcuKz0HqPg11gWbWnOMDXre5dVDNG2X81CPbdH+EEwMVQdZXX80
bDLcti57yFbs1olB/uxqzFkcWsVPLOKpbBFH80BW/1PCwbXjxY9YOPWjsdekg9dF
17E7ZVN62qlqhzkBtb+W
=wmlc
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5499df0f.9060...@gmail.com



Re: Unable to join the Debian User Forum; appears that all IPs are being black-listed.

2015-01-09 Thread Joris Bolsens


On 01/09/2015 07:20 AM, Wayne Hartell wrote:
 [snip]
 Yes, you're right I am using Outlook since I've signed up to this list on a
 virtual machine that is configured for taking on the road for my work. I
 haven't yet taken a look at Evolution and others e-mail clients, but I fear
 that I'll be stuck on Outlook for a little while longer, until I convince
 myself to make a permanent switch. Hopefully this is a little better in
 terms of what is expected on the list. I edited a couple of settings to try
 to improve things.

I come from windows/outlook IMO Thunderbird is a wonderful alternative
and is very easy to configure to look/feel/behave the way you want,
might want to give it a try.

-Joris



signature.asc
Description: OpenPGP digital signature


Re: Have I been hacked?

2015-01-08 Thread Joris Bolsens


On 01/08/2015 12:53 PM, Danny wrote:
###
 
 As you can see ... I am already DROPping some of these IP's ... I just need
 something to block an ENTIRE country ...
 
 Thank you ... and thanks to everyone replying ... I apreciate it ...
 
 Danny
 
 
afaik all you can do to block an entire country is drop all the ip
blocks assigned to them, which will be tedious.
For instance here is a list of the blocks for Belgium:
http://www.nirsoft.net/countryip/be.html

-Joris



signature.asc
Description: OpenPGP digital signature


Re: Cool things to do with server

2015-03-14 Thread Joris Bolsens

 I have a guide on my website[1] for setting up Postfix that is secure.
 If you google, you'll find many more for different configurations[2].
 Use them as guides and review the documentation on the proper
 Postfix/Exim/etc websites and man pages.
 
I'll give it a look then, awesome :D

Anything else I could do with this server? :p

Really just looking for some fun projects to keep me busy and keep the
server busy so I don't feel like I'm wasting money on hosting costs.

~Joris



signature.asc
Description: OpenPGP digital signature


Re: Cool things to do with server

2015-03-14 Thread Joris Bolsens
 Mail server,
I thought about this, but from what i understand, mail servers are
notoriously difficult to secure properly.

 sound server with USB output connected to my hi-fi system,
 RADIUS server for the wireless access point, an assortment of PHP pages
 to run the music, get Internet radio, calculate meat cooking times,
 start network machines with Wake-On-LAN, run several domestic databases
 including receipts, linked to scanned images, central storage of
 instruction leaflets for various domestic machines, watches, phones
 etc., oh yes, main network firewall... the possibilities are endless.
 
 I did have a go at getting bluetooth audio out of it, but all I managed
 to do was to find a way to crash Debian Stable... unfortunately leaving
 no trace at all in any log.
 
This is a remote server, not a local one, sorry for specifying :p



signature.asc
Description: OpenPGP digital signature


Cool things to do with server

2015-03-14 Thread Joris Bolsens
Hey all,

I've got a smallish Debian server that I'm currently not really using
for anything.
At the moment I have it as my own imagehost, general fileserver, vpn,
and a pastebin like thing.

What are some cool/fun/weird things you use your servers for?



signature.asc
Description: OpenPGP digital signature


Re: Cool things to do with server

2015-03-16 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On 03/16/2015 02:59 PM, Dan Purgert wrote:
 On Mon, 16 Mar 2015 12:23:43 -0700, Joris Bolsens wrote:
 
 [snip...] I'm assuming they moved it to here: 
 https://www.linode.com/docs/email/postfix/email-with-postfix-dovecot-

 
and-mysql
 
 
 
 Yup, that's the one.  Gonna have to update my link then (wrote the
 note in 2014, didn't think to check it before posting, sorry)
 
 
 
just a quick question, if I get an ssl cert for mail.mydomain.com does
that mean my email addresses all have to be u...@mail.mydomain.com or
does that just mean that the mail server listens on mail.mydomain.com?

Thanks,
~Joris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJVB2lzAAoJEORnMHMHY2FrCKwQAJNJgGMtSdJO7DuqSv/J73PS
y78NHCC6gOFrl0vKVbAlviaQpcxaqtlc2/SdY7c0UgaXj+AZ2DEdF3kVbvm0Comj
JhHSbdaTyAHJMDbi/wpKrfMcJtXfQl7ZPUxPOO+oUHZpp3lRXbJItE1RmucmjROt
5smgO8OcJR6E3ltTtpVATjbYpCebWTFDbuVg0XjD56LoPz6mmcn1zgJJfhPnp5rc
pfgnti3f+XiBhR5cYrORNnBxPuZ6mtUpJMtAayMsePY6MAFSIZFlSJHHPwouXSAX
eLBj38oHbqESZOfB6hUbafylkkvCoQXGje31lPtAe2bYdJoz7ESee558IyTFiHNE
9Uo2jffz8MKckN333gKSRadzYk7+iIUlh+hzlgQuc24Cy07N6J3Xkq6kJKkZIS55
IrQ69Fc7wT5K9C6wTIUEpOlmVfvLYao+GaJIEsjhQ3D3wOMY3luZb2XVnBsoLB2M
cmrcZALQbWkUzyu1CowMkVd051z3PSWfcJZG0KDSbWs5yFJaScqQ+LwXQZq6J+EP
QrLJKARpXDWIVi711u8bjHfQU0eyILDuEXuoiW6DhGVx+Phyw9auu0a4p02q7fau
XwWJj72A9qL1MkQyi3sk6YxrZbsvG6uIxQSiaETZ2EJzJytsNA1np5zfKnw0r0Zi
1iMcy6zBS2OgZgoZYeuo
=dBT3
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55076973.9090...@gmail.com



Re: Cool things to do with server

2015-03-15 Thread Joris Bolsens

 You could give Proxmox a whirl!! Then install Turnkey Linux containers
 to it. I'm a perfect idiot and had containers like Wordpress and
 Owncloud running in no time. Since proxmox is headless, you need a
 machine on the same localnet to ssh in to admin Proxmox. Then you admin
 it through your browser with an https interface to load the containers.
 Way cool. Ric
 http://www.turnkeylinux.org/
 https://www.proxmox.com/

Does turnkey do something or have some feature that docker does not?
seems pretty similar from just looking at the website.

Also I don't have physical access to the server, its a virtual server in
a data center near me so I don't think I can install that :/

~Joris



signature.asc
Description: OpenPGP digital signature


Re: Cool things to do with server

2015-03-15 Thread Joris Bolsens

 
 Confirming mail server will keep you busy - especially the initial 
 configuration (there will be a lot of WTF, now what'd I do!? moments, 
 if you're like me). 
 
 But yeah, postfix + dovecot (or other sasl agent) is pretty 'secure' in 
 terms of not getting blindly turned into a mail relay.  Throw 
 spamassassin, greylists, and sieve scripts (server-side routing rules) on 
 top of the basic configuration and you'll end up with a really nice MTA. 
 I like mine better than gmail.
Do you have any tutorials or something on how to setup spamassassin,
greylists, and sieve scripts?
 
 If you've got a need to reach it from anywhere, and don't necessarily 
 always have a laptop, then adding a web MUA (such as horde) is another 
 project.  
 
Horde's webmail looks pretty awesome, will definitely look into that.
 In either event, I strongly recommend that you purchase a certificate for 
 mail.yourdomain.com, and use it.  It's overall easier (or at least in my 
 experience, switching from the self-signed to the CA-signed cert made 
 things easier).
 
Where do you recommend I get one of these? I tried the startssl thing,
but chrome still complains that its not legit.
 Since it's remote, maybe a reverse ssh setup so you can get home?
 
 
I know what those words mean,  but I have no idea what they mean when
they are put in that order, care to elaborate? xD

~Joris



signature.asc
Description: OpenPGP digital signature


Re: Cool things to do with server

2015-03-16 Thread Joris Bolsens


On 03/16/2015 09:14 AM, Dan Purgert wrote:
 
 --lots of snippage--
 
Thanks a ton, I will definitely look into all those things xD
I've got a few days to kill and an entire week off next week.


~Joris



signature.asc
Description: OpenPGP digital signature


Re: Cool things to do with server

2015-03-16 Thread Joris Bolsens


On 03/16/2015 03:44 AM, Bonno Bloksma wrote:
 
 Ik have a server that I use for testing. Whem I am not using it for testing I 
 run folding@home on it.
 https://folding.stanford.edu/home/guide/linux-install-guide/
 
 
Really looking for something that I'll get utility out of, interesting
idea though.

~Joris



signature.asc
Description: OpenPGP digital signature


Re: Cool things to do with server

2015-03-16 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On 03/16/2015 10:27 AM, Dan Purgert wrote:

 Good deal :)
 
 I found this one too.  It's specific to dovecot + mysql on linode
 boxes, but it should be relatively easy to sort through and work
 out for you (or at least easier than the postfix and dovecot
 manuals ... those are hardly light reading)
 
 https://library.linode.com/email/postfix/postfix2.9.6-dovecot2.0.19-mysql

  I believe they had several good tutorials for postfix, and may
 have actually been one of the primary sources I used to get it
 working at first.
 
 
Awesome! that looks great, I'm gonna get started on this right away :p

~Joris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJVBxhhAAoJEORnMHMHY2FrNPQP/i+uy8DugojV0gjYvNSztgJY
jLpRnkTxBHH0800gOHJV/IOrLJzoMMbknqeVpCtmjefH5gxKgmtYaxKInxyHMfNX
pyrq/71zgBX0XkX18oXOQu3J2PhkG297rjgWy7ACCbR3cnXiYcYc6t3CyIJieMt5
hf9UpBXtwXTMVsePeWehqQoo0J+EVj6aoLvgnvps0tQzlY1MU6tazab0SSdBKtm/
Cmg4XJ5APeEsZ+xciFqDpvT3gz+BSynLaGSNkIZb21SCQ49Rlo24sO54QkD1DlM5
92+oGJ2NwRT4UHTQEPeTVy7/HnjavwsnWYSHk+uB9pUoHxtPJfoSUzHOKf4Ifq32
8APD5OaMPNjA1VFlh/wrArNO+iSXUiuaWsZCv8oItCvM4oPQ0/qW6/hXEryeA9BO
/gv0PP+ooMpSx8skLn63nAeWw9ISpvKw1+srNJVD5ZTJNbVF47g5ZwTFzsXE1b9D
EzfYZZ2C77ELQuvzAthCkR/2EkvKh92CQb5hOsm7t0l+MSUKFMyrpvGjA4B2B9h/
O5SL9tLSjack7QM5Ei2kYmee4d7i5oY3QA8B30oYvtdQRlqvOrqoOxmOxE2S/KmC
bOkWanhUhQ1IXcF7/NjrOMZNxmR1/Hz6XEJt4aP+Sw/13k5LQ+S5fsN/YemOf7MF
pxOGm7fJWPj+J1m/RZlF
=o5ar
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55071861.6080...@gmail.com



Re: Cool things to do with server

2015-03-16 Thread Joris Bolsens


On 03/16/2015 02:59 PM, Dan Purgert wrote:
 
 [snip]
 
Well you were definitely correct in that this will keep me busy for
awhile, can't get thunderbird to connect properly.

I have verified that the SSL cert is good (got one from comodo) followed
instruction to the letter and checked to make sure that all users/pass
are set correctly in DB. Here is what I see in

mail.log:
Mar 17 05:08:11 hawk961 dovecot: master: Dovecot v2.1.7 starting up
(core dumps disabled)
Mar 17 05:08:12 hawk961 postfix/master[2983]: daemon started -- version
2.9.6, configuration /etc/postfix
Mar 17 05:09:27 hawk961 postfix/smtpd[3092]: connect from
c-my-host-name[76.102.110.154]
Mar 17 05:09:27 hawk961 dovecot: imap-login: Aborted login (no auth
attempts in 1 secs): user=, rip=my.ip.addr, lip=srvr.ip.addr, TLS,
session=4BWJ+HQRhQBMZm6a
Mar 17 05:09:37 hawk961 postfix/smtpd[3092]: lost connection after
UNKNOWN from my-host-name.net[my.ip.addr]
Mar 17 05:09:37 hawk961 postfix/smtpd[3092]: disconnect from
my-host-name.net[76.102.110.154]
Mar 17 05:09:49 hawk961 dovecot: imap-login: Aborted login (no auth
attempts in 0 secs): user=, rip=my.ip.addr, lip=srvr.ip.addr, TLS,
session=nHnk+XQRiQBMZm6a


and mail.info:
 Mar 17 05:08:11 hawk961 dovecot: master: Dovecot v2.1.7 starting up
(core dumps disabled)
Mar 17 05:08:12 hawk961 postfix/master[2983]: daemon started -- version
2.9.6, configuration /etc/postfix
Mar 17 05:09:27 hawk961 postfix/smtpd[3092]: connect from
my.host.name.net[my.ip.addr]
Mar 17 05:09:27 hawk961 dovecot: imap-login: Aborted login (no auth
attempts in 1 secs): user=, rip=my.ip.addr, lip=srvr.ip.addr, TLS,
session=4BWJ+HQRhQBMZm6a
Mar 17 05:09:37 hawk961 postfix/smtpd[3092]: lost connection after
UNKNOWN from my.host.name.net[my.ip.addr]
Mar 17 05:09:37 hawk961 postfix/smtpd[3092]: disconnect from
my.host.name.net[my.ip.addr]
Mar 17 05:09:49 hawk961 dovecot: imap-login: Aborted login (no auth
attempts in 0 secs): user=, rip=my.ip.addr, lip=srvr.ip.addr, TLS,
session=nHnk+XQRiQBMZm6a
Mar 17 05:12:57 hawk961 postfix/anvil[3099]: statistics: max connection
rate 1/60s for (smtps:my.ip.addr) at Mar 17 05:09:27
Mar 17 05:12:57 hawk961 postfix/anvil[3099]: statistics: max connection
count 1 for (smtps:my.ip.addr) at Mar 17 05:09:27
Mar 17 05:12:57 hawk961 postfix/anvil[3099]: statistics: max cache size
1 at Mar 17 05:09:27

Been googling for hours and I cannot for the life of me find what the
problem is.
~Joris



signature.asc
Description: OpenPGP digital signature


Re: Cool things to do with server

2015-03-16 Thread Joris Bolsens


On 03/16/2015 10:24 PM, Joris Bolsens wrote:
 
 [snip]
 
 Been googling for hours and I cannot for the life of me find what the
 problem is.
 ~Joris
 

I can connect just fine to IMAP, it's SMTP that gives me issues.

the response when i EHLO the smtps delio i get;
joris@debian:~$ telnet mail.mydomain.com smtps
Trying srvr.ip.addr...
Connected to mydomain.com.
Escape character is '^]'.
220 mail.mydomain.com ESMTP Postfix
EHLO mail.mydomain.com
250-mail.mydomain.com
250-PIPELINING
250-SIZE 1024
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN



signature.asc
Description: OpenPGP digital signature


Re: Cool things to do with server

2015-03-17 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

So I had two issues in case anyone is wondering,
1: I had to use STARTTLS and not SSL/TLS
2: I had `error` set as my transports for some reason,

works fine and dandy now.

On to setting up horde :p

~Joris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJVCMjEAAoJEORnMHMHY2FrTMYP/0bv+lpWIKnNin/StZ2XrRib
5A4yyAWnVFD05RHdgPxQVu109oJBMKKoZzCBzdGVUembTvpf7tsZNBGrPowonwnU
LHO2FLymyLuCRMHvjqEeJ/eDoQ0tpsLewiWp6CMM01wQ9F5b6gbGJud0yX299+h5
lsoPkt2LdvxllovNMDYyKFURG9+I/usSBCBK+BVULZF2ntrWBZvaqYN+kWr3l9sE
Q/yFjBu+jry/VHyOjZ0uxXOkxHc/fr0joHP7w6RPcqhX7MJ8FyF7VuXmEKcVVQk0
rEj5FOyN0Gbw2hTrFaCk8OhtlKJxgfS1GZtzIOgTjbB4s3oPO7BVbAn6ZtAYhXSE
euui2MP4wHhKB8M4T4D5aD09XV5avZr7xjBX3kj+iYUddwP+urTuw4AOuz/kAKuH
x7MxPPwxIQaESswTg7X9Xkg8c3A9m3KVANb35pS1F7vbpvJcsCMuc5JF5KRupXSa
phTv8eNukn9d6ao9k9pRT0Ep9IpOBicV3ehZNam0hsKSABsQADGEZ3Vs4nXd5tX5
aRL+qZwSQolnfSHKIQsXzXAv88WkX5fG2qteHqkj+I7sR1dEhwLrq763o2HXeGc1
dcHptqQlbJWggejKVu+Ey859GqzrWlt2wWXTlXIrN7YvbbZuFhmuJ6PXrNlfg5On
6D6gxou8epTVAaOOQwJG
=u/zh
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5508c8c4.9060...@gmail.com



Re: Cool things to do with server

2015-03-17 Thread Joris Bolsens


On 03/17/2015 06:05 AM, Dan Purgert wrote:
 
 Set your t-bird to use STARTTLS for the outgoing server.  Fixed it for 
 me when I ran into that problem.
 
 There's probably a fix in either postfix or dovecot, but from what I can 
 see, there's no real security concerns over explicitly starting a TLS 
 session (via STARTTLS) vs. using implicit TLS.
 
 
did that, now when I try to send an email I get:

---
An error occurred while sending mail. The mail server responded:  5.1.1
epicbl...@gmail.com: Recipient address rejected: gmail.com. Please
check the message recipient epicbl...@gmail.com and try again.
---

and mail.log:
---
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: extract_addr: in:
epicbl...@gmail.com, result: epicbl...@gmail.com
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]:  START Recipient address
RESTRICTIONS 
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: generic_checks:
name=permit_sasl_authenticated
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: generic_checks:
name=permit_sasl_authenticated status=1
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]:  CHECKING RECIPIENT MAPS 
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: ctable_locate: leave
existing entry key epicbl...@gmail.com
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: maps_find:
recipient_canonical_maps: epicbl...@gmail.com: not found
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: match_string: gmail.com ~?
localhost
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: match_list_match:
gmail.com: no match
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: maps_find:
recipient_canonical_maps: @gmail.com: not found
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: mail_addr_find:
epicbl...@gmail.com - (not found)
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: maps_find: canonical_maps:
epicbl...@gmail.com: not found
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: match_string: gmail.com ~?
localhost
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: match_list_match:
gmail.com: no match
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: maps_find: canonical_maps:
@gmail.com: not found
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: mail_addr_find:
epicbl...@gmail.com - (not found)
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: dict_mysql_get_active:
found active connection to host 127.0.0.1
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: dict_mysql: successful
query from host 127.0.0.1
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: dict_mysql_lookup:
retrieved 0 rows
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: maps_find:
virtual_alias_maps: epicbl...@gmail.com: not found
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: match_string: gmail.com ~?
localhost
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: match_list_match:
gmail.com: no match
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: dict_mysql_get_active:
found active connection to host 127.0.0.1
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: dict_mysql: successful
query from host 127.0.0.1
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: dict_mysql_lookup:
retrieved 0 rows
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: maps_find:
virtual_alias_maps: @gmail.com: not found
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: mail_addr_find:
epicbl...@gmail.com - (not found)
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: NOQUEUE: reject: RCPT from
c-my-host-name.net[my.ip.addr]: 550 5.1.1 epicbl...@gmail.com:
Recipient address rejected: gmail.com; from=jo...@mail.domain.comb
to=epicbl...@gmail.com proto=ESMTP helo=[10.0.1.39]
---



signature.asc
Description: OpenPGP digital signature


Re: Cool things to do with server

2015-03-17 Thread Joris Bolsens


On 03/17/2015 06:05 AM, Dan Purgert wrote:

 Set your t-bird to use STARTTLS for the outgoing server.  Fixed it for
 me when I ran into that problem.

 There's probably a fix in either postfix or dovecot, but from what I can
 see, there's no real security concerns over explicitly starting a TLS
 session (via STARTTLS) vs. using implicit TLS.


did that, now when I try to send an email I get:

---
An error occurred while sending mail. The mail server responded:  5.1.1
epicbl...@gmail.com: Recipient address rejected: gmail.com. Please
check the message recipient epicbl...@gmail.com and try again.
---

and mail.log:
---
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: extract_addr: in:
epicbl...@gmail.com, result: epicbl...@gmail.com
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]:  START Recipient address
RESTRICTIONS 
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: generic_checks:
name=permit_sasl_authenticated
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: generic_checks:
name=permit_sasl_authenticated status=1
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]:  CHECKING RECIPIENT MAPS 
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: ctable_locate: leave
existing entry key epicbl...@gmail.com
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: maps_find:
recipient_canonical_maps: epicbl...@gmail.com: not found
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: match_string: gmail.com ~?
localhost
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: match_list_match:
gmail.com: no match
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: maps_find:
recipient_canonical_maps: @gmail.com: not found
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: mail_addr_find:
epicbl...@gmail.com - (not found)
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: maps_find: canonical_maps:
epicbl...@gmail.com: not found
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: match_string: gmail.com ~?
localhost
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: match_list_match:
gmail.com: no match
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: maps_find: canonical_maps:
@gmail.com: not found
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: mail_addr_find:
epicbl...@gmail.com - (not found)
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: dict_mysql_get_active:
found active connection to host 127.0.0.1
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: dict_mysql: successful
query from host 127.0.0.1
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: dict_mysql_lookup:
retrieved 0 rows
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: maps_find:
virtual_alias_maps: epicbl...@gmail.com: not found
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: match_string: gmail.com ~?
localhost
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: match_list_match:
gmail.com: no match
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: dict_mysql_get_active:
found active connection to host 127.0.0.1
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: dict_mysql: successful
query from host 127.0.0.1
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: dict_mysql_lookup:
retrieved 0 rows
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: maps_find:
virtual_alias_maps: @gmail.com: not found
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: mail_addr_find:
epicbl...@gmail.com - (not found)
Mar 17 19:17:19 hawk961 postfix/smtpd[4557]: NOQUEUE: reject: RCPT from
c-my-host-name.net[my.ip.addr]: 550 5.1.1 epicbl...@gmail.com:
Recipient address rejected: gmail.com; from=jo...@mail.domain.comb
to=epicbl...@gmail.com proto=ESMTP helo=[10.0.1.39]
---




signature.asc
Description: OpenPGP digital signature


Re: Cool things to do with server

2015-03-17 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On 03/17/2015 11:42 AM, Tazman DeVille wrote:
 
 Linode (expensive host, I no longer use, but with lotso great
 docu), has a great howto for setting up mail with postfix, dovecot,
 mysql on squeeze: 
 https://www.linode.com/docs/email/postfix/email-with-postfix-dovecot-and-mysql-on-debian-6-squeeze/

 
I still refer to it when setting up new mail servers, although configs
 are a little different in Wheezy now (and I don't even know about 
 Jessie, yet).
 
 ./taz -- http://taz.liberame.org
 
 
Yea, I followed that tutorial but ran into a bit of a problem:
https://lists.debian.org/debian-user/2015/03/msg00737.html

~Joris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJVCH0DAAoJEORnMHMHY2FrodkP/iamLvDcvwaYBn+/Ksg0Pu2X
d0quRBpoD1HF7bh1N9/bo9BXbmXNN/gy764rrFc4VVIXOypDWIomVGDvpoyh4jy4
fzjNlfz2+9/lt8RBcwT/HZ+6zH9E+Q0ZgsN5JR64cgcdgqN8YH38TS6GC2fC82et
z2IK6Y8mdlcLWF95brnIPx/Ao9iK7/MzoyhxQQ27H26k+GGSOHSGc/GL05QZDH7f
Ub5rZBXBvl1nWPGkzleenUnLlmwQrnLtMxRpFE6I8a5e9cwQKls9TtN+RSvDGvw7
9gH0Rb0aiposlIgWPO2TClsJVdXcmsNmK+Snz7Q+ntF5Op6AGkrX6Mpy7VxN1t+E
fZT0RtYAfDxC2r0MLx1tJ29U3NeYYbnGlWjXBEpUCwl9l5r0473ft7wFEEId23MU
uQrRLl2uxVq9ySLSk6utvVsD+44GAKIm7H9wbJRzXPKnUgrPptaQnjnzNDTTPtjy
dgQefnFDHKD3sXlRn10zmQMpRw61Fr6s9dib2Xg5p3qiniH3UxjkVf+E4wSoX8Z2
bugEqlSEP19nFabksJzi5JKCw2VtCIEqgeAFmsZFuyftmB+z8GxiMxZkojP94Dxl
XtdjpykJwG0nKMREB2v93D0eoswXgdmYY0QoBg3K3u8gnVOmrAuVv3O0VEBUlIUM
mtnh41ZsDihCtWugu/NY
=MV6W
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55087d03.9090...@gmail.com



Re: Cool things to do with server

2015-03-21 Thread Joris Bolsens


On 03/17/2015 11:37 AM, Tazman DeVille wrote:
 Run a RedMatrix hub on it. See https://redmatrix.me
 
What is that? looked at the site but don't really understand what it does.

-Joris



signature.asc
Description: OpenPGP digital signature


Re: Cool things to do with server

2015-03-16 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On 03/16/2015 12:14 PM, Richard Owlett wrote:
 Joris Bolsens wrote:
 
 On 03/16/2015 10:27 AM, Dan Purgert wrote:
 
 Good deal :)
 
 I found this one too.  It's specific to dovecot + mysql on
 linode boxes, but it should be relatively easy to sort through
 and work out for you (or at least easier than the postfix and
 dovecot manuals ... those are hardly light reading)
 
 https://library.linode.com/email/postfix/postfix2.9.6-dovecot2.0.19-mysql



 
I believe they had several good tutorials for postfix, and may
 have actually been one of the primary sources I used to get it 
 working at first.
 
 
 Awesome! that looks great, I'm gonna get started on this right
 away :p
 
 ~Joris
 
 You must live right, I repeatedly get a 404 error on that link. 
 However all not lost as https://www.linode.com/docs/email/postfix
 lists several articles - the first applying to my preferred distro
 ;/
 
 
 
I'm assuming they moved it to here:
https://www.linode.com/docs/email/postfix/email-with-postfix-dovecot-and-mysql

~Joris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJVBy2/AAoJEORnMHMHY2FrdVIP/0iuiDFWcpemjmat3l55n7AT
j3kGwbgwHhJYHSRugYyS2dpx+T9Vz1aa3SvBcDuggarE/irM3DpGka0B7QKiF2cN
T/1PC7ngZL4Pbdz4tJy5qCcHZ4a1vHaJHyVf/LfzXbSyxFhQdEf9e4WUBqa0AcBt
MJ2K736TepxxW9lYL5wEEPLqPlxBiH1SrvLsWs2OPNbpfcK59ZptuXLB1+oXYiiu
7RN/q/RLj/eQhbTOExXJNEIimztzn2ira0daxhqQZLDjzdG1dCF27ifCvbvaFxGM
zCWTfo/EDeusoYTVDQ7Z3b8769c/UNUiJdzK/5oyOlBaHs+a5BQpafoh/jRsGhXQ
POzCDjC8QuepVG1P8P07nHTVxb4Zz6/jQU17QfF3AzV/ChClku0oLiP5s5d9HaTS
DW99AWMtu1L82pHt1dLjYqi6N9zIEF7VQiIRafLZs790vSXJfIoltthqraiAtip9
wxs4EW+6UAY8p+J0sM/hl4y4iipW1jxe9/xbZkz2ezqU3NPKf5NPh8y4Sy2Wf7qg
3syoFp9XWOlz4rZ/3Uv57hFZMuZ2DcmDdNmH8qbFBNcXufXCO7Ap5vWW9BDA17J2
Pz2B1FRkzxFjGfFaP5qJrL0RVs5Iui5tIiXQajIC6E4xFJNw08b6d+oMu8QykeCJ
zdZGwGxcPG2S6l7oHapt
=hOaA
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55072dbf.7020...@gmail.com



Re: Jessie sufficiently stable for general use?

2015-03-10 Thread Joris Bolsens
On 03/04/2015 09:33 PM, Ken Heard wrote:
 In the next month or so I will have to do a clean OS installation in
 two desktops. Jessie is now frozen (Debian's contribution to retarding
 global warming?); and there are apparently fewer RC bugs at this point
 after the freeze than there were at the same point in time after the
 freezing of previous releases.
 
 I see that RC1 of Jessie is now available.  I would consequently
 appreciate opinions as to whether Jessie is now or will be by mid
 April sufficiently stable for such installations, or should I install
 Wheezy instead and upgrade to Jessie when it is officially declared
 stable?
 
 I would much prefer the one step approach -- install Jessie within two
 months and live with non RC bugs for a while -- to the two step
 approach -- Wheezy now and upgrade to Jessie six months later more or
 less.  Perhaps when I get around to those installations there may be a
 further RC release of Jessie?
 
 Regards, Ken
 
 

I've been using Jessie for about 6 months to a year now (as my main OS).
First few months were shaky, getting everything setup and there were
some bugs, but lately its been even more stable than my other laptop
which runs Ubuntu 14.04 LTS.

So *IMO*, yes, Jessie is a good option for an everyday desktop.

~Joris



signature.asc
Description: OpenPGP digital signature


Re: trouble installing Debian testing/jessie

2015-03-26 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256



On 03/25/2015 12:30 PM, mizuki wrote:

 The attempt to mount a file system with type ext4 in SCSI1(0,0,0), 
 partition #1 (sda) at / failed. You may resume partitioning from
 the partitioning menu.
 

I've never had this problem and honestly have no idea what would cause
it. Try manually formatting/clearing the entire harddisk first (using
a live cd or something) or maybe run fdisk to make sure you dont have
any hardware issues.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJVFJNiAAoJEORnMHMHY2FrQbwP/A6udZTsgcFBEj51uu2q27Wo
PioCgLRAuRkm/6OxkiPkyrHdmlwpdiQEbQQEW3vkmB1yXDKetX54jyZHwPpokAyw
Qth3aR47JmWeii/e4jrs5HLFJemBw34zIrUELnpE91w8fOtcJGB1GNCkMSQdA6LL
WiLKDkRA5iIGXUBC0LTqWJMt0ihnz21uM7Mkp4NBKRd6DB0nKakLKRkjvJlSOyGo
aNN6/coI9RYvkOJH6VbUz8Ce48Ccd9rKvZYRl05qABxyIc1v0ZQivMsEw3HklW+3
sIGOhHt+JeFiC3flrWzKWMfKhKaaNTbHP812160sVj9zEbOpSeiziQloHu9or2LY
BmroxFIYXOKs4KkDTfpXSGKoG5DxoNDDpEZBmIP1oluhjS8vPbRJmv2/PRFfeaxc
CREAidTThcuFyDf3Jf24te0L9guwWxkgju5NW1vT+MczSBYYst1gmEM1ijyGAXhO
7jvtsl0G+YXuPrvkMnu4vV6EzgHFgBTSDggMCvMWmGpD6rn9WRghth4sSNEIaDok
V07eSttNJG57+IJPlnwwkujTealdSI1tHahSDezNH+MFxu/1krJEZxhLw5YQhKfN
0g/ew5OoG6dBsMh/gpnYwTPhPD4/OhQkLbrMqjAu8SVePmwWvEJMJrjnqO+hmSrq
SiTMcuu3m5dd7x9w6U4W
=+Qkh
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55149362.8050...@gmail.com



Re: Cool things to do with server

2015-03-27 Thread Joris Bolsens
Do you have a tutorial or how to on setting up mailman with that setup?
it seems a little non standard now that I'm looking at various mailman
tutorials.

~Joris



signature.asc
Description: OpenPGP digital signature


testing or stable

2015-04-27 Thread Joris Bolsens
I've been using Debian Jessie for ~ a year now, now that it is stable
should I update to sid? or stick with jessie?

I enjoy tinkering with everything, so I'm OK with things breaking or
needing some special configuration, hell I'll even patch a thing and
recompile from source if I have to (I know, shocking right).

Thanks,
~Joris



signature.asc
Description: OpenPGP digital signature


Re: testing or stable

2015-04-27 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

sorry, I was under the impression that it went wheezy - Jessie - Sid

I meant stretch xD

On 04/27/2015 09:48 AM, Lisi Reisz wrote:
 
 So if you want to go on tinkering, update to Stretch!  Otherwise
 stick to Jessie.
 
 Or you could go to Sid, but that is a double jump.
 
 Lisi
 
 
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJVPmiwAAoJEORnMHMHY2FrTtgQAJQU9/i4eaUvj6S2ptrTpXf0
BVmKCKOz/2Q+XtlFjYiqXHOLoUwaZg3QLhuTJGV/ERHQuv2I3k7SeXjNcXWK8uwt
2Eafm5ejbonrAOXZQO5x25QMX5v2UAILvYqjsKXE2vag9dFqwD7XhotoO8TZ9hTa
+v7/Quxab1C5c1ANrI92P7EIs2OvnsVLZhZteJ8ihshBHtdfi90mpuxejyxuY9v/
Ungh2OuPqgK0a89r0D6jFkOobTgjsPY2pTb9y/c3MtrQyywQEnPcYsdt7YlqcuNK
zQZWB4L5+cH+Lj8uc2+l6z+z8WCnZvWhYe4urKYjkfzYl/5ycvU5pPnXALw+n4Y5
UrkesjEFYalvvZ7KSAYx699iW6ud2MvL5wmw0N6Et0KLO+udH6+CYeOBjXKM+kMp
k0hX825xLTzHGNxiXsBk40LHcR8hF8dlBlSEtNDXDJ+nmOxLM/9YgaQulWswR+B2
bteg73xnBqMThJpxPnojNaNLpprIehdmeN5DKC+fIw2pjepQkXchLpK84uEf8b/O
c3rtxj2MhfGxw85P1Rudr7vb4a9Cs39s18NUCDEQCTip34PHUv+cUlNWtc0QSaiK
w77LewtddVYvT15IZLlrSxQ7ApUlBdaniR/9DRCk7Qo76xgCGocI5bmMWTkxqZI7
9Gix/mWoquMtvISm0oFv
=+Grn
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/553e68b0.4090...@gmail.com



Re: Upgrade kernel to 3.19+ OR Bumblebee cannot enable discrete graphics

2015-05-01 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256



On 05/01/2015 12:58 AM, Jean-Marc wrote:
 Fri, 01 May 2015 00:06:57 -0700 No need to do it yourself, it is
 already done here: 
 https://packages.debian.org/experimental/linux-image-4.0.0-trunk-amd64

  Jean-Marc jean-m...@6jf.be
 
Just tried that:

The following packages have unmet dependencies:
 linux-headers-4.0.0-trunk-amd64 : Depends: linux-kbuild-4.0 but it is
not installable

seems linux-kbuild-4.0 is not in sid repos yet
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJVRBcWAAoJEORnMHMHY2FrXe8QAJUSR9a5DBU6gPcZtTjMlh4z
vlM9QOUUI69XujiyxxdsZOFMHE6RpEOLaanqZmtxHf4g6/4ZjMYWtTXHbyN7O4bo
P5PcA3FwN0oop8dwPCmD6nXEX9HpaZzHfsUkeJocziSVbFPrBNexNunCWNK4YasP
J5LOpwExyCzZXoKk9CrHOjCTAZZgr5SuzKRtdk0tGGc0V43yPtuEsm1LN1Lh+7+l
JR474av6LQmHZ943VdKdS9ugzcUicne+EDfn9oYkD/mEBp4HlK0eltcIGo5rXLF+
YDhaX5dSiySyUWq4FB+fXk2XOKGP1SbyS1ubFRy9Ifl5mGLgkVr4FS95bUe5adkY
gR0jpu+XOb2GpgtzoPO4hZ7kgbryJ0NthJ1huE7bfphIJtlgV+x5/8D9tm/v4fMx
sQgB1B2kNp6enwTZ88QrYLOhOsHXPhynSMnAWmw0VHKk7elV3j25TaULRDzvjpje
F5rKrWRC8xDKPJqp4YaiLz2N4SURHCcVSkiyYJ4hydVaCFcl5BlLak2Qfbfqp8L/
DLILqr+fI7nMLObk2zbG1oPG0VhdSfgikK4LP3rPkPJ1LVKUwy3gIe+Gtu2A5POa
oW/jrbSq+kgR3kHzUwz+WiORaLjeqJ8Zy+bqcbZnk142Cvf2uvFPt5aP8yz518xA
pbHCUARLYxwnD/Jygbtj
=d49V
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55441716.4070...@gmail.com



Re: Upgrade kernel to 3.19+ OR Bumblebee cannot enable discrete graphics

2015-05-02 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256



On 05/01/2015 11:29 PM, Jean-Marc wrote:
 
 Not in Sid yet but in experimental. If you use testing or sid,
 adding experimental is not a problem. It is a non-automatic
 release.
 
 Jean-Marc jean-m...@6jf.be
 
latest kbuild in experimental is 3.18 :/
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJVRUalAAoJEORnMHMHY2FrI5IQAICICOnEkErpBq3emThbTF+d
tCyoswrGXP2SYO1xW0+JJ/wSJznRs1C6THYcHFRRMzaFr+L1WBEVD77z5XMTX0hf
mQgMcs+YCd1B4o8JSyiL3sZQvPDSAoJjqj3jp8OdKq38JHdJw+UY+Pff9vmWg3oP
+j27DX9vR6IHPSfftKuK1JavjdtiNjNM5QrQvRsDqpmunD2jW4FKxjKDmdJcau+y
CHPZ46gNti2Qz9k383s+2oQmTc3cjx8gSI3e6kxhgKqsqdr13C6UNX2XeusaPgQh
PiSUNduba1I/9vT4sWxKXbqdKejpaGHU00BZ2X5C3hEr+Sqkn6xkvMqDTq1UhIiz
NxYXt72cuI654IuQhaEf7ddhwdlulvbVy9YPk4N9Co/kh5PCXwKBRogXzd4G5lW4
wavqDhOcK0H78o4wQHONaBApOHpFzROqbi/WCUVx3TZicOR60oT+PvLT4VchNDpC
8ZUDEDTRFdmY1Gf8W7DgdVtOtsP2p3WrrN2cZgmH0We/TCeUZCa243TyduOILdLl
3xCYqDuL9WlJVgPQyZ+Nj+Jw/S1NO76syqfTwH/SwkF4ok5w3xDO/fUiTzWdhJNC
7Ji1xgOIGOdcZJLCnABCTEjzft0wVaiIM1p+O9gPoKOuLgGTfZhw43eN8fHTt2cN
JENxacQuqlsVghrS7lLV
=XTaO
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/554546a5.10...@gmail.com



Re: Upgrade kernel to 3.19+ OR Bumblebee cannot enable discrete graphics

2015-05-01 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256



On 05/01/2015 12:05 AM, humbert.olivie...@free.fr wrote:
 Hi
 
 I was wondering if anyone had instructions on how to update to
 kernel
 3.19 or above.
 I have spent ~an hour googling, but all I can find are tutorials
 for
 ubuntu, most of which do it through apt.
 
 Looks to be there :
 https://www.debian.org/releases/stable/i386/ch08s06.html.en
 
 Hope that helps Olivier
 
 
Thanks, thats what im doing now, just compiled 4.0.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJVQyYRAAoJEORnMHMHY2Fr8n8QAIsFXfhD2G+OQZB0HpE6THJW
jFG2uJnqnZKolVF1h5VrjKKDUqMYwUzJuE7MuzzSRXv/9vUub7jzst8rMLbXieDf
QAvlrhpvpbWCO666WIcv4uKnj8vy3b8YHUidiCTR8VlMstjOGZL8e8arYT5NFAmi
wNscfPn2B+1PA0KQM8GptLNfCp+MkoKP0UyZEAfRFNJldxpEAVDMOwFafnXzkvOd
PRyYgL/pcekp2PE+EunmIBMyvYQY7mlrYSc3akesPKPzGG197oae7ll5Vlo3hLnT
XH0K3aPLkBe3dPNTT1ykOg+aVlenHUy2RcXJ6tBOxM9Lf58y1r4ktafH2xIeCnPb
Fh5/49F96zB8rev6Bnj24RYQV+B8SeWXWqjVoNYmdKbUAV+LtjeMCab6ueCyElu+
Ii201sjL8+1E2PgDFeEzF1JrLE7kSJgbFUgT/fFbrBFz6gzqDMBCGU/9XUqe0nQW
XWnxDx43TpjM7H7CZCLee4iBdwddNgKC3+YEARBTb29BLMIp5JwC909XYXwHEkcb
6t/3t651Q8s72j0iwIpWRy1W0aiYqu/akmxkajz2WoFiTu/ZxokTxZpcb0P/l4+B
voFMzZqINi8jDz7W+PQ7BVpZF8OukoIjOTKouSQD9KjU6E7KTpJk8SMXtUl/y9LW
PcGT/EL4BaCDECDguzhv
=RXK2
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55432611.9040...@gmail.com



Upgrade kernel to 3.19+ OR Bumblebee cannot enable discrete graphics

2015-04-30 Thread Joris Bolsens
Hi list,

I was wondering if anyone had instructions on how to update to kernel
3.19 or above.
I have spent ~an hour googling, but all I can find are tutorials for
ubuntu, most of which do it through apt.

I checked jessie-backports but 3.16 seems to be the latest available
outside of unstable.

The reason I want to upgrade is I seem to be affected by a bug[1] that
causes bumblebee to not be able to switch on my discrete graphics card,
and said issue was reportedly fixed in kernel 3.19[2]

Or if someone knows how to fix this without upgrading that would be even
more appreciated.
My issue is that bumblebee can't enable my discrete graphics card.

I have a GT 745m
01:00.0 3D controller: NVIDIA Corporation GK107M [GeForce GT 745M] (rev ff)

my onboard:
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core
Processor Integrated Graphics Controller (rev 06)

whenever I try to `optirun` anything I get
---
$ optirun glxgears
[37224.064111] [ERROR]Cannot access secondary GPU - error: Could not
enable discrete graphics card

[37224.064129] [ERROR]Aborting because fallback start is disabled.
---

and bumblebee logs:
---
[37207.802462] [INFO]bumblebeed 3.2.1 started
[37207.802516] [INFO]Initialization completed - now handling client requests
[37224.051468] [DEBUG]Accepted new connection
[37224.051559] [INFO]Switching dedicated card ON [bbswitch]
[37224.064087] [ERROR]Could not enable discrete graphics card
[37224.064145] [DEBUG]Socket closed.
---

and dmesg:
---
[37254.827782] bbswitch: enabling discrete graphics
[37254.840269] pci :01:00.0: Refused to change power state,
currently in D3
---


[1]: https://github.com/Bumblebee-Project/Bumblebee/issues/615
[2]:https://github.com/Bumblebee-Project/Bumblebee/issues/615#issuecomment-91174982



signature.asc
Description: OpenPGP digital signature


Re: Jessie and Cairo Dock without pulseaudio...

2015-04-30 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

running cairo-dock in jessi currently and afaik it doesn't depend on
pulse so, yes, it should be possible

- -Joris
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJVQuahAAoJEORnMHMHY2FrkqAP/RplnldAVCLR01NpSQI5Rgu/
4TNA7bX0fmSDEjosWiMjQLR6JlqnX1AsLdgqvKUUNP1bNX/tLVjPfvgU6rbaIsvh
RpJ3aUm8IfSgx1FV0y+eF8jf1byI/BaF4qDXTFZSLir+ZkpvbICmLU+Ijal1nAdm
Mna2vUk4de2GSnbhuZ2SYbneI/ZPRtjpgHOf/9h4lekXhDaIshhHkugW/564RGBN
4LTlbLWiCtyGMOkOY0je/y3E5PJY6GxjwNvn5z8Ryazgem695KmJrjNkiBNGVOzG
kGEWpK0n+iJ1GckrL7KSW4IRnCwZgDv6FX94IBVOVFvSOtXE+56e9wP0UmRrZdGa
CkLqX84UKRKs4VZ2V3PyJ/pSY5JMJs+iFcBAaPM5xtKZiVWMVRMBm4AllY06NBsZ
/bTxmy+Wrj/bg89ZAsVDRVM0PiBCucw+5RekEHBkcZydjTMH1ek5HCaj2AGnQilR
p+Hr3PJOYxfh21aZRhbZ45F4wwDlAaykdEGC+ELg7p9v84gY/JeAvADLNl7Gdn5s
H/scbBBbkqkN/z3YsoAo5+q+MlD1mEtT+Tbv5B6w9HVmegQuCw/1JYu2t6laK/lf
h4qDEXEv2kTtEHV1LX6MSdMacW+gUDsM0qNIr54pSvoiMwLbaq13jxOa5+nB6/7L
29D4cuTNbG1s9weF50l6
=HD/V
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5542e6a1.8080...@gmail.com



Re: free cloud

2015-04-07 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256



On 04/02/2015 03:58 PM, Bernd Naumann wrote:

 But the downside on all these 'cheep vps provider' I'm aware off,
 is that they don't offer any useful amount of storage space. So
 maybe find a friend or too, and invest in a monthly rent of a 
 bare-metal-server ;)
 

honestly some of the cheaper dedi's aren't even that expensive
anymore. For instance, soyoustart (OVH) has a dedi with 32gb ram  a
xeon E3 w/ 2x2tb SATA for only $56/month.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJVJHAJAAoJEORnMHMHY2FriToP/2YsVuAfC/ec+TWmAczemo4h
+u/D4Vf2Mbo8YdAFHl2cFrMpOx61QyQuUo/FZxqmQaRnf07VPJ61VF8vn4AI7KaE
cJF4xCdpnOcUNN8UZXEJHzAEN02VfEzqSdIaUw4/C8ZgsUl5qgbMb+UM4UE5zkOs
DYSGcTyl1iEouFYTiSnSM4Z3oFexwO1i3BrSF8WWuVz5C+t4hEZ9brpvdhTNkjyN
aUyCd6aoXB9LQ17fX1Q16vHxW7W4q7OChj/UfK0V4kUnzVrjGXTbpR2aIzGJtmYx
n/DTdNO6VhMXGMuWzyDCVBvHoPbJFxN5MsWPHcevzDGjE/0c0EQqo5/a9v3bn0bZ
wc5Y0tKC/THy6YbttNpoz3z4W7vMSm/IpbgtOZCcWbfyr1gN2iqgJMl7qE/G6O0i
sjqLLlU9wrDmFP0+zjQpNM0twRF0MeGyfzbS2HKXqisZkFkxSzf9O2bTDVQW0A7E
VKzYwWdvtxeKr3xgw/2T3oD1jGfTdepIyUJ4dUF28OuWKk+XFhomSUemAUEWmORd
uQMMp5b0iP8qmZc4qFKjDT0TYjSf8qgURK1m4Mc/HUvTq8oVnP7RuJAg0ZAgqwhl
nGlAal4NX/3daQQU7ICKUu+IvI78KvUfVflm27Cer/kiDuo4nOEfCbG9WGbQcvbf
vZwjBo4E9DnmKDIt5tQe
=FeK5
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55247009.40...@gmail.com



Re: free cloud

2015-04-08 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256



On 04/08/2015 07:08 AM, Lisi Reisz wrote:
 On Wednesday 08 April 2015 01:02:17 Joris Bolsens wrote:
 only $56/month.
 
 I ove the only! ;-)
 
 Lisi
 
 
Compared to many other hosts/servers it is pretty damn cheap xD

~Joris
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJVJVo+AAoJEORnMHMHY2FrQHIQALDOGGw+pHIK91qUUcSEw35d
6NseG2D3Bq31p5PubDgOPcrM0xuMs0jHQq8Voo+4AAPlEa2kYYX2DBUoaRi3MP07
PK+MlV6d/It8fJo/6vG8bagsedo8sBcmAd6Z5hE78D3DGbQgOidlLcWG9OORllgf
H4x+1HFE7vhe5cQJQnAQjIJOPBAFzAa7bDLkZs0ZFYL1Zh02oai6MESPoCvhhK+n
FvevksMtWFWQGkI4ZnNAI8wK2lvK7PyWMvgAQszvNNe1WjRMl7rmF9NNCELwy6bY
IZe27LGIzl0juZPIda8gb9GrXYmJAV4lEfkLBDbROuoxc916Kkz2KqepVfduaQBB
vV6wfQF7N/3pXKxPgxevQqxCYpJmFyxqLxQch3zhf92sfa8mY5JHqpwp6NP2YWbS
364YaDovJrsd3IW28+Gs/XTnyb27u/srqaNmNKIrAfYOG43yDw2Y1ImLxAbXV8dF
tzthgjkx7Up1MHtVCZ1s7ppUJ1um//UfPfR2VZH83jmn20hNhRsI113k33evlIK1
IMJh045jXJ5Ljl0MOk3+CBRkpOphZk6F7dVrF+AFsHWDxnQC/nUEPZIiapV6pQYD
EIZQi4O52BxIiAX8gi0bIdZWZtJXfl0XhLISSigh+fQncOhbKZpfyUd6MbWNNvhz
3ky7UsfzJtb5A/R5/Ue2
=qa8N
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55255a3e.3050...@gmail.com



Re: free cloud

2015-04-08 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256



On 04/08/2015 06:07 AM, Chris Bannister wrote:
 
 What is a dedi?
 
Sorry, I assumed everyone used the same word as I do, a dedi is a bare
metal server.

~Joris
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJVJVoFAAoJEORnMHMHY2FrO+sP/01dbxHwUc8Pkam3uhHX7hnb
JR3Aw4djk0jS1qOB3vCU8REH5kbl7JmDyXVDk08BYMXHIKhxf9mY2Bln6FBLuxsf
RIqrYRY1EWcOj5yVbf3l7f0fQC74g+NBgq0u3k+hLBFAvzfls+EWYEZxVhgQzr4B
Ez0DegRKka+gMKZRikbLXM6kn5zON4Hz3zQN7R53eQM6D2LcpFtdk9/9WWm8T5PU
cmCoF87qSqmTB9NVS6/FLmR6jIvtma8ZJi7h7Nk1Z8PO+uIYv8hg9pcQYxqNOvd2
Jmb+wsiC+0sAPGHrekRmBQxzwSEUjAoQq/Og70baWz4eDMwExo9SCyVFTXEtiFVN
It2T010xkR/ZZsM6tAljvlpkSMyhBvpyAOS8VvL7THxioW9Bmd3YwhjIXP7KtfPV
1LumNz+pZPA1/rDK9sTcpZEu/ALW8jNrMrnVLdR0N7/ksBcqdRATcG8SgjpMVCOH
bUnvhI4XhAq71bTjASBVuuMnIHrxHyrNlw0vLuRAf0aVsuSD5DFGKwc03m4bsgo5
ooGD4GYpNT5d+6rIfhfnfjUaKFqXyck+Gyj9Ah6g3Kh8E+/4qGsteE1TjzGIgYy8
REwWe4K8/qGn5FO6Slav5so/2b5jo2xwUK6FXQ5PJj+iZSyE2OZdoNwD9aw5oXru
wJyOZpDy8KXhpPKcIgeX
=u3It
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55255a05.6090...@gmail.com



Re: Comments on Lenovo desktops

2015-07-13 Thread Joris Bolsens


On 07/13/2015 04:09 AM, Andrew Wood wrote:
 I had a Lenovo ThinkPad i could not get its broadcom wifi to work with debian 
 i think because it had a tranistor based power switch which was off by 
 default and needed windows only drivers to turn it on and then the screen 
 failed when it wasnt very old.  Would never consider another lenovo product

I think its a bit silly to discredit an entire company simply because a
single piece of a single product didn't work the way you *assumed* it would.


I've had my IdeaPad for ~ a year now and haven't had any hardware
related problems (except for bumblebee being weird). As for their brand
credibility, they did mass install certificates which is kind of a dick
move, but if you wipe the OS you shouldn't have anything to worry about.



signature.asc
Description: OpenPGP digital signature


Re: Upgrading debian to specific minor version

2015-09-10 Thread Joris Schoolmeesters
Thanks for all replies.


Didn't know about about snapshot.debian.org
Looks like the best way to go in this situation.



2015-09-09 14:15 GMT+02:00 songbird <songb...@anthive.com>:
> Joris Schoolmeesters wrote:
>> Hi all,
>>
>> With Debian 7.9 out in the wild, apt-get will upgrade you
>> automatically to 7.9 on Debian 7.
>>
>> Is there a way to upgrade from 7.7 to 7.8 ?
>
>   the easiest way is probably by looking up the
> release date and then using:
>
> snapshot.debian.org
>
>
>   songbird
>



<    3   4   5   6   7   8   9   >